cutego/internal/binding/files/docs/5.8.0/qtdesigner.index
2017-04-12 15:21:13 +07:00

13102 lines
3.1 MiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QDOCINDEX>
<INDEX url="http://doc.qt.io/qt-5" title="Qt Designer Manual" version="" project="QtDesigner" indexTitle="Qt Designer Manual">
<namespace threadsafety="unspecified" name="" status="active" access="public" module="qtdesigner">
<page name="calculatorbuilder" href="qtdesigner-calculatorbuilder-example.html" status="active" location="calculatorbuilder.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/examples/designer/doc/src/calculatorbuilder.qdoc" lineno="28" subtype="example" title="Calculator Builder Example" fulltitle="Calculator Builder Example" subtitle="" module="QtDesigner" groups="examples-designer" brief="Creating a user interface from a Qt Designer form at run-time">
<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 name="calculatorbuilder/calculatorbuilder.pro" href="qtdesigner-calculatorbuilder-calculatorbuilder-pro.html" status="active" subtype="file" title="" fulltitle="calculatorbuilder.pro Example File" subtitle="calculatorbuilder/calculatorbuilder.pro"/>
<page name="calculatorbuilder/calculatorbuilder.qrc" href="qtdesigner-calculatorbuilder-calculatorbuilder-qrc.html" status="active" subtype="file" title="" fulltitle="calculatorbuilder.qrc Example File" subtitle="calculatorbuilder/calculatorbuilder.qrc"/>
<page name="calculatorbuilder/calculatorform.cpp" href="qtdesigner-calculatorbuilder-calculatorform-cpp.html" status="active" subtype="file" title="" fulltitle="calculatorform.cpp Example File" subtitle="calculatorbuilder/calculatorform.cpp"/>
<page name="calculatorbuilder/calculatorform.h" href="qtdesigner-calculatorbuilder-calculatorform-h.html" status="active" subtype="file" title="" fulltitle="calculatorform.h Example File" subtitle="calculatorbuilder/calculatorform.h"/>
<page name="calculatorbuilder/calculatorform.ui" href="qtdesigner-calculatorbuilder-calculatorform-ui.html" status="active" subtype="file" title="" fulltitle="calculatorform.ui Example File" subtitle="calculatorbuilder/calculatorform.ui"/>
<page name="calculatorbuilder/main.cpp" href="qtdesigner-calculatorbuilder-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="calculatorbuilder/main.cpp"/>
</page>
<page name="calculatorform" href="qtdesigner-calculatorform-example.html" status="active" location="calculatorform.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/examples/designer/doc/src/calculatorform.qdoc" lineno="28" subtype="example" title="Calculator Form Example" fulltitle="Calculator Form Example" subtitle="" module="QtDesigner" groups="examples-designer" brief="Using a form created with Qt Designer in an application">
<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 name="calculatorform/calculatorform.cpp" href="qtdesigner-calculatorform-calculatorform-cpp.html" status="active" subtype="file" title="" fulltitle="calculatorform.cpp Example File" subtitle="calculatorform/calculatorform.cpp"/>
<page name="calculatorform/calculatorform.h" href="qtdesigner-calculatorform-calculatorform-h.html" status="active" subtype="file" title="" fulltitle="calculatorform.h Example File" subtitle="calculatorform/calculatorform.h"/>
<page name="calculatorform/calculatorform.pro" href="qtdesigner-calculatorform-calculatorform-pro.html" status="active" subtype="file" title="" fulltitle="calculatorform.pro Example File" subtitle="calculatorform/calculatorform.pro"/>
<page name="calculatorform/calculatorform.ui" href="qtdesigner-calculatorform-calculatorform-ui.html" status="active" subtype="file" title="" fulltitle="calculatorform.ui Example File" subtitle="calculatorform/calculatorform.ui"/>
<page name="calculatorform/main.cpp" href="qtdesigner-calculatorform-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="calculatorform/main.cpp"/>
</page>
<page name="containerextension" href="qtdesigner-containerextension-example.html" status="active" location="containerextension.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/examples/designer/doc/src/containerextension.qdoc" lineno="28" subtype="example" title="Container Extension Example" fulltitle="Container Extension Example" subtitle="" module="QtDesigner" groups="examples-designer" brief="Creating a custom multi-page plugin for Qt Designer">
<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 name="containerextension/containerextension.pro" href="qtdesigner-containerextension-containerextension-pro.html" status="active" subtype="file" title="" fulltitle="containerextension.pro Example File" subtitle="containerextension/containerextension.pro"/>
<page name="containerextension/multipagewidget.cpp" href="qtdesigner-containerextension-multipagewidget-cpp.html" status="active" subtype="file" title="" fulltitle="multipagewidget.cpp Example File" subtitle="containerextension/multipagewidget.cpp"/>
<page name="containerextension/multipagewidget.h" href="qtdesigner-containerextension-multipagewidget-h.html" status="active" subtype="file" title="" fulltitle="multipagewidget.h Example File" subtitle="containerextension/multipagewidget.h"/>
<page name="containerextension/multipagewidgetcontainerextension.cpp" href="qtdesigner-containerextension-multipagewidgetcontainerextension-cpp.html" status="active" subtype="file" title="" fulltitle="multipagewidgetcontainerextension.cpp Example File" subtitle="containerextension/multipagewidgetcontainerextension.cpp"/>
<page name="containerextension/multipagewidgetcontainerextension.h" href="qtdesigner-containerextension-multipagewidgetcontainerextension-h.html" status="active" subtype="file" title="" fulltitle="multipagewidgetcontainerextension.h Example File" subtitle="containerextension/multipagewidgetcontainerextension.h"/>
<page name="containerextension/multipagewidgetextensionfactory.cpp" href="qtdesigner-containerextension-multipagewidgetextensionfactory-cpp.html" status="active" subtype="file" title="" fulltitle="multipagewidgetextensionfactory.cpp Example File" subtitle="containerextension/multipagewidgetextensionfactory.cpp"/>
<page name="containerextension/multipagewidgetextensionfactory.h" href="qtdesigner-containerextension-multipagewidgetextensionfactory-h.html" status="active" subtype="file" title="" fulltitle="multipagewidgetextensionfactory.h Example File" subtitle="containerextension/multipagewidgetextensionfactory.h"/>
<page name="containerextension/multipagewidgetplugin.cpp" href="qtdesigner-containerextension-multipagewidgetplugin-cpp.html" status="active" subtype="file" title="" fulltitle="multipagewidgetplugin.cpp Example File" subtitle="containerextension/multipagewidgetplugin.cpp"/>
<page name="containerextension/multipagewidgetplugin.h" href="qtdesigner-containerextension-multipagewidgetplugin-h.html" status="active" subtype="file" title="" fulltitle="multipagewidgetplugin.h Example File" subtitle="containerextension/multipagewidgetplugin.h"/>
</page>
<page name="customwidgetplugin" href="qtdesigner-customwidgetplugin-example.html" status="active" location="customwidgetplugin.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/examples/designer/doc/src/customwidgetplugin.qdoc" lineno="28" subtype="example" title="Custom Widget Plugin Example" fulltitle="Custom Widget Plugin Example" subtitle="" module="QtDesigner" groups="examples-designer" brief="Creating a custom widget plugin for Qt Designer">
<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 name="customwidgetplugin/analogclock.cpp" href="qtdesigner-customwidgetplugin-analogclock-cpp.html" status="active" subtype="file" title="" fulltitle="analogclock.cpp Example File" subtitle="customwidgetplugin/analogclock.cpp"/>
<page name="customwidgetplugin/analogclock.h" href="qtdesigner-customwidgetplugin-analogclock-h.html" status="active" subtype="file" title="" fulltitle="analogclock.h Example File" subtitle="customwidgetplugin/analogclock.h"/>
<page name="customwidgetplugin/customwidgetplugin.cpp" href="qtdesigner-customwidgetplugin-customwidgetplugin-cpp.html" status="active" subtype="file" title="" fulltitle="customwidgetplugin.cpp Example File" subtitle="customwidgetplugin/customwidgetplugin.cpp"/>
<page name="customwidgetplugin/customwidgetplugin.h" href="qtdesigner-customwidgetplugin-customwidgetplugin-h.html" status="active" subtype="file" title="" fulltitle="customwidgetplugin.h Example File" subtitle="customwidgetplugin/customwidgetplugin.h"/>
<page name="customwidgetplugin/customwidgetplugin.pro" href="qtdesigner-customwidgetplugin-customwidgetplugin-pro.html" status="active" subtype="file" title="" fulltitle="customwidgetplugin.pro Example File" subtitle="customwidgetplugin/customwidgetplugin.pro"/>
</page>
<class threadsafety="unspecified" name="AppFontDialog" href="appfontdialog.html" status="internal" access="private" location="appfontdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/appfontdialog.h" lineno="75">
<function threadsafety="unspecified" name="AppFontDialog" fullname="AppFontDialog::AppFontDialog" href="appfontdialog.html#AppFontDialog" status="active" access="public" location="appfontdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/appfontdialog.h" lineno="80" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="AppFontDialog(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
</class>
<class threadsafety="unspecified" name="AppFontWidget" href="appfontwidget.html" status="internal" access="private" location="appfontdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/appfontdialog.h" lineno="47">
<function threadsafety="unspecified" name="AppFontWidget" fullname="AppFontWidget::AppFontWidget" href="appfontwidget.html#AppFontWidget" status="active" access="public" location="appfontdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/appfontdialog.h" lineno="52" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="AppFontWidget(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="addFiles" fullname="AppFontWidget::addFiles" href="appfontwidget.html#addFiles" status="active" access="private" location="appfontdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/appfontdialog.h" lineno="60" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addFiles()"/>
<function threadsafety="unspecified" name="restore" fullname="AppFontWidget::restore" href="appfontwidget.html#restore" status="active" access="public" location="appfontdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/appfontdialog.h" lineno="57" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void restore(const QDesignerSettingsInterface *s, const QString &amp;prefix)">
<parameter left="const QDesignerSettingsInterface *" right="" name="s" default=""/>
<parameter left="const QString &amp;" right="" name="prefix" default=""/>
</function>
<function threadsafety="unspecified" name="save" fullname="AppFontWidget::save" href="appfontwidget.html#save" status="active" access="public" location="appfontdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/appfontdialog.h" lineno="56" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void save(QDesignerSettingsInterface *s, const QString &amp;prefix)">
<parameter left="QDesignerSettingsInterface *" right="" name="s" default=""/>
<parameter left="const QString &amp;" right="" name="prefix" default=""/>
</function>
<function threadsafety="unspecified" name="selectionChanged" fullname="AppFontWidget::selectionChanged" href="appfontwidget.html#selectionChanged" status="active" access="private" location="appfontdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/appfontdialog.h" lineno="63" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void 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 threadsafety="unspecified" name="slotRemoveAll" fullname="AppFontWidget::slotRemoveAll" href="appfontwidget.html#slotRemoveAll" status="active" access="private" location="appfontdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/appfontdialog.h" lineno="62" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotRemoveAll()"/>
<function threadsafety="unspecified" name="slotRemoveFiles" fullname="AppFontWidget::slotRemoveFiles" href="appfontwidget.html#slotRemoveFiles" status="active" access="private" location="appfontdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/appfontdialog.h" lineno="61" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotRemoveFiles()"/>
<function threadsafety="unspecified" name="fontFiles" fullname="AppFontWidget::fontFiles" href="appfontwidget.html#fontFiles" status="active" access="public" location="appfontdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/appfontdialog.h" lineno="54" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList fontFiles() const"/>
</class>
<class threadsafety="unspecified" name="AssistantClient" href="assistantclient.html" status="internal" access="private" location="assistantclient.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/assistantclient.h" lineno="39">
<function threadsafety="unspecified" name="operator=" fullname="AssistantClient::operator=" href="assistantclient.html#operator-eq" status="active" access="private" location="assistantclient.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/assistantclient.h" lineno="42" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="AssistantClient &amp;" signature="AssistantClient &amp; operator=(const AssistantClient &amp;)">
<parameter left="const AssistantClient &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="AssistantClient" fullname="AssistantClient::AssistantClient" href="assistantclient.html#AssistantClient" status="active" access="public" location="assistantclient.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/assistantclient.h" lineno="45" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="AssistantClient()"/>
<function threadsafety="unspecified" name="AssistantClient" fullname="AssistantClient::AssistantClient" href="assistantclient.html#AssistantClient-1" status="active" access="private" location="assistantclient.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/assistantclient.h" lineno="41" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="AssistantClient(const AssistantClient &amp;)">
<parameter left="const AssistantClient &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="binary" fullname="AssistantClient::binary" href="assistantclient.html#binary" status="active" access="private" location="assistantclient.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/assistantclient.h" lineno="61" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString binary()"/>
<function threadsafety="unspecified" name="designerManualUrl" fullname="AssistantClient::designerManualUrl" href="assistantclient.html#designerManualUrl" status="active" access="public" location="assistantclient.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/assistantclient.h" lineno="56" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString designerManualUrl(int qtVersion)">
<parameter left="int" right="" name="qtVersion" default="0"/>
</function>
<function threadsafety="unspecified" name="documentUrl" fullname="AssistantClient::documentUrl" href="assistantclient.html#documentUrl" status="active" access="public" location="assistantclient.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/assistantclient.h" lineno="54" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString documentUrl(const QString &amp;prefix, int qtVersion)">
<parameter left="const QString &amp;" right="" name="prefix" default=""/>
<parameter left="int" right="" name="qtVersion" default="0"/>
</function>
<function threadsafety="unspecified" name="qtReferenceManualUrl" fullname="AssistantClient::qtReferenceManualUrl" href="assistantclient.html#qtReferenceManualUrl" status="active" access="public" location="assistantclient.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/assistantclient.h" lineno="58" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString qtReferenceManualUrl(int qtVersion)">
<parameter left="int" right="" name="qtVersion" default="0"/>
</function>
<function threadsafety="unspecified" name="activateIdentifier" fullname="AssistantClient::activateIdentifier" href="assistantclient.html#activateIdentifier" status="active" access="public" location="assistantclient.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/assistantclient.h" lineno="49" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool activateIdentifier(const QString &amp;identifier, QString *errorMessage)">
<parameter left="const QString &amp;" right="" name="identifier" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="activateKeyword" fullname="AssistantClient::activateKeyword" href="assistantclient.html#activateKeyword" status="active" access="public" location="assistantclient.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/assistantclient.h" lineno="50" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool activateKeyword(const QString &amp;keyword, QString *errorMessage)">
<parameter left="const QString &amp;" right="" name="keyword" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="ensureRunning" fullname="AssistantClient::ensureRunning" href="assistantclient.html#ensureRunning" status="active" access="private" location="assistantclient.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/assistantclient.h" lineno="63" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool ensureRunning(QString *errorMessage)">
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="sendCommand" fullname="AssistantClient::sendCommand" href="assistantclient.html#sendCommand" status="active" access="private" location="assistantclient.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/assistantclient.h" lineno="62" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool sendCommand(const QString &amp;cmd, QString *errorMessage)">
<parameter left="const QString &amp;" right="" name="cmd" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="showPage" fullname="AssistantClient::showPage" href="assistantclient.html#showPage" status="active" access="public" location="assistantclient.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/assistantclient.h" lineno="48" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool showPage(const QString &amp;path, QString *errorMessage)">
<parameter left="const QString &amp;" right="" name="path" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="~AssistantClient" fullname="AssistantClient::~AssistantClient" href="assistantclient.html#dtor.AssistantClient" status="active" access="public" location="assistantclient.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/assistantclient.h" lineno="46" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~AssistantClient()"/>
<function threadsafety="unspecified" name="isRunning" fullname="AssistantClient::isRunning" href="assistantclient.html#isRunning" status="active" access="public" location="assistantclient.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/assistantclient.h" lineno="52" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isRunning() const"/>
</class>
<enum threadsafety="unspecified" name="UIMode" status="internal" access="private" location="designer_enums.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/designer_enums.h" lineno="32">
<value name="NeutralMode" value="0"/>
<value name="TopLevelMode" value="1"/>
<value name="DockedMode" value="2"/>
</enum>
<page name="designer-quick-start.html" href="designer-quick-start.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="258" subtype="page" title="A Quick Start to Qt Designer" fulltitle="A Quick Start to Qt Designer" subtitle="" module="QtDesigner"/>
<page name="designer-creating-mainwindows.html" href="designer-creating-mainwindows.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="1323" subtype="page" title="Creating Main Windows in Qt Designer" fulltitle="Creating Main Windows in Qt Designer" subtitle="" module="QtDesigner">
<target name="creatingamenu" title="CreatingAMenu"/>
<target name="creatingamenuentry" title="CreatingAMenuEntry"/>
<target name="theactioneditor" title="TheActionEditor"/>
<target name="addinganaction" title="AddingAnAction"/>
<target name="addingadockwidget" title="AddingADockWidget"/>
<contents name="menus" title="Menus" level="1"/>
<contents name="creating-a-menu" title="Creating a Menu" level="2"/>
<contents name="creating-a-menu-entry" title="Creating a Menu Entry" level="2"/>
<contents name="toolbars" title="Toolbars" level="1"/>
<contents name="creating-and-removing-a-toolbar" title="Creating and Removing a Toolbar" level="2"/>
<contents name="adding-and-removing-toolbar-buttons" title="Adding and Removing Toolbar Buttons" level="2"/>
<contents name="actions" title="Actions" level="1"/>
<contents name="the-action-editor" title="The Action Editor" level="2"/>
<contents name="creating-an-action" title="Creating an Action" level="2"/>
<contents name="adding-an-action" title="Adding an Action" level="2"/>
<contents name="dock-widgets" title="Dock Widgets" level="1"/>
<contents name="adding-a-dock-widget" title="Adding a Dock Widget" level="2"/>
</page>
<page name="qtdesigner-components.html" href="qtdesigner-components.html" status="active" location="designer-custom-widgets.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-custom-widgets.qdoc" lineno="28" subtype="page" title="Creating and Using Components for Qt Designer" fulltitle="Creating and Using Components for Qt Designer" subtitle="" module="QtDesigner" groups="best-practices" brief="How to create and use custom widget plugins">
<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 name="designer-creating-custom-widgets-extensions.html" href="designer-creating-custom-widgets-extensions.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="2617" subtype="page" title="Creating Custom Widget Extensions" fulltitle="Creating Custom Widget Extensions" subtitle="" module="QtDesigner">
<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 name="designer-creating-custom-widgets.html" href="designer-creating-custom-widgets.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="2257" subtype="page" title="Creating Custom Widgets for Qt Designer" fulltitle="Creating Custom Widgets for Qt Designer" subtitle="" module="QtDesigner">
<target name="buildingandinstallingtheplugin" title="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-domxml-function" title="Notes on the domXml() 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="linking-the-widget-into-the-application" title="Linking the Widget into the Application" level="3"/>
<contents name="sharing-the-widget-using-a-library" title="Sharing the Widget Using a Library" level="3"/>
<contents name="using-the-plugin-with-quiloader" title="Using the Plugin with QUiLoader" level="3"/>
<contents name="related-examples" title="Related Examples" level="1"/>
</page>
<page name="designer-customizing-forms.html" href="designer-customizing-forms.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="2105" subtype="page" title="Customizing Qt Designer Forms" fulltitle="Customizing Qt Designer Forms" subtitle="" module="QtDesigner">
<target name="layoutfunction" title="LayoutFunction"/>
<contents name="modifying-the-form-settings" title="Modifying the Form Settings" level="1"/>
</page>
<page name="designer-resources.html" href="designer-resources.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="1578" subtype="page" title="Editing Resources with Qt Designer" fulltitle="Editing Resources with Qt Designer" subtitle="" module="QtDesigner">
<target name="resourcefiles" title="ResourceFiles"/>
<target name="editresource" title="EditResource"/>
<target name="usingresources" title="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 name="designer-to-know.html" href="designer-to-know.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="90" subtype="page" title="Getting to Know Qt Designer" fulltitle="Getting to Know Qt Designer" subtitle="" module="QtDesigner">
<target name="mainwindow" title="MainWindow"/>
<target name="widgetbox" title="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 name="qtdesigner-index.html" href="qtdesigner-index.html" status="active" location="qtdesigner-index.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/qtdesigner-index.qdoc" lineno="28" subtype="page" title="Qt Designer" fulltitle="Qt Designer" subtitle="" module="QtDesigner" brief="Provides classes to create your own custom widget plugins for Qt Designer and classes to access Qt Designer components">
<contents name="getting-started" title="Getting Started" level="1"/>
<contents name="articles-and-guides" title="Articles and Guides" level="1"/>
<contents name="api-reference" title="API Reference" level="1"/>
</page>
<page name="qtdesigner-manual.html" href="qtdesigner-manual.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="28" subtype="page" title="Qt Designer Manual" fulltitle="Qt Designer Manual" subtitle="" module="QtDesigner" groups="qttools">
<keyword name="qt-designer" title="Qt Designer"/>
<contents name="table-of-contents" title="Table of Contents" level="1"/>
</page>
<page name="designer-buddy-mode.html" href="designer-buddy-mode.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="1082" subtype="page" title="Qt Designer's Buddy Editing Mode" fulltitle="Qt Designer's Buddy Editing Mode" subtitle="" module="QtDesigner">
<target name="makingbuddies" title="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 name="designer-editing-mode.html" href="designer-editing-mode.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="397" subtype="page" title="Qt Designer's Editing Modes" fulltitle="Qt Designer's Editing Modes" subtitle="" module="QtDesigner"/>
<page name="designer-connection-mode.html" href="designer-connection-mode.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="948" subtype="page" title="Qt Designer's Signals and Slots Editing Mode" fulltitle="Qt Designer's Signals and Slots Editing Mode" subtitle="" module="QtDesigner">
<target name="highlightedobjects" title="HighlightedObjects"/>
<target name="makingaconnection" title="MakingAConnection"/>
<target name="connectingtotheform" title="ConnectingToTheForm"/>
<target name="connectioneditor" title="ConnectionEditor"/>
<target name="deletingconnections" title="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 name="designer-tab-order.html" href="designer-tab-order.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="1136" subtype="page" title="Qt Designer's Tab Order Editing Mode" fulltitle="Qt Designer's Tab Order Editing Mode" subtitle="" module="QtDesigner">
<contents name="setting-the-tab-order" title="Setting the Tab Order" level="1"/>
</page>
<page name="designer-ui-file-format.html" href="designer-ui-file-format.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="2788" subtype="page" title="Qt Designer's UI File Format" fulltitle="Qt Designer's UI File Format" subtitle="" module="QtDesigner"/>
<page name="designer-widget-mode.html" href="designer-widget-mode.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="446" subtype="page" title="Qt Designer's Widget Editing Mode" fulltitle="Qt Designer's Widget Editing Mode" subtitle="" module="QtDesigner">
<target name="selectingobjects" title="SelectingObjects"/>
<target name="shortcutsforediting" title="ShortcutsForEditing"/>
<target name="draganddrop" title="DragAndDrop"/>
<target name="editingproperties" title="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 name="designer-preview.html" href="designer-preview.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="867" subtype="page" title="Saving, Previewing and Printing Forms in Qt Designer" fulltitle="Saving, Previewing and Printing Forms in Qt Designer" subtitle="" module="QtDesigner">
<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 name="taskmenuextension" href="qtdesigner-taskmenuextension-example.html" status="active" location="taskmenuextension.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/examples/designer/doc/src/taskmenuextension.qdoc" lineno="28" subtype="example" title="Task Menu Extension Example" fulltitle="Task Menu Extension Example" subtitle="" module="QtDesigner" groups="examples-designer" brief="Creating a custom widget plugin for Qt Designer and providing custom task menu entries that are associated with the plugin">
<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 name="taskmenuextension/taskmenuextension.pro" href="qtdesigner-taskmenuextension-taskmenuextension-pro.html" status="active" subtype="file" title="" fulltitle="taskmenuextension.pro Example File" subtitle="taskmenuextension/taskmenuextension.pro"/>
<page name="taskmenuextension/tictactoe.cpp" href="qtdesigner-taskmenuextension-tictactoe-cpp.html" status="active" subtype="file" title="" fulltitle="tictactoe.cpp Example File" subtitle="taskmenuextension/tictactoe.cpp"/>
<page name="taskmenuextension/tictactoe.h" href="qtdesigner-taskmenuextension-tictactoe-h.html" status="active" subtype="file" title="" fulltitle="tictactoe.h Example File" subtitle="taskmenuextension/tictactoe.h"/>
<page name="taskmenuextension/tictactoedialog.cpp" href="qtdesigner-taskmenuextension-tictactoedialog-cpp.html" status="active" subtype="file" title="" fulltitle="tictactoedialog.cpp Example File" subtitle="taskmenuextension/tictactoedialog.cpp"/>
<page name="taskmenuextension/tictactoedialog.h" href="qtdesigner-taskmenuextension-tictactoedialog-h.html" status="active" subtype="file" title="" fulltitle="tictactoedialog.h Example File" subtitle="taskmenuextension/tictactoedialog.h"/>
<page name="taskmenuextension/tictactoeplugin.cpp" href="qtdesigner-taskmenuextension-tictactoeplugin-cpp.html" status="active" subtype="file" title="" fulltitle="tictactoeplugin.cpp Example File" subtitle="taskmenuextension/tictactoeplugin.cpp"/>
<page name="taskmenuextension/tictactoeplugin.h" href="qtdesigner-taskmenuextension-tictactoeplugin-h.html" status="active" subtype="file" title="" fulltitle="tictactoeplugin.h Example File" subtitle="taskmenuextension/tictactoeplugin.h"/>
<page name="taskmenuextension/tictactoetaskmenu.cpp" href="qtdesigner-taskmenuextension-tictactoetaskmenu-cpp.html" status="active" subtype="file" title="" fulltitle="tictactoetaskmenu.cpp Example File" subtitle="taskmenuextension/tictactoetaskmenu.cpp"/>
<page name="taskmenuextension/tictactoetaskmenu.h" href="qtdesigner-taskmenuextension-tictactoetaskmenu-h.html" status="active" subtype="file" title="" fulltitle="tictactoetaskmenu.h Example File" subtitle="taskmenuextension/tictactoetaskmenu.h"/>
</page>
<page name="designer-using-containers.html" href="designer-using-containers.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="1185" subtype="page" title="Using Containers in Qt Designer" fulltitle="Using Containers in Qt Designer" subtitle="" module="QtDesigner"/>
<page name="designer-using-custom-widgets.html" href="designer-using-custom-widgets.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="2162" subtype="page" title="Using Custom Widgets with Qt Designer" fulltitle="Using Custom Widgets with Qt Designer" subtitle="" module="QtDesigner">
<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 name="designer-layouts.html" href="designer-layouts.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="686" subtype="page" title="Using Layouts in Qt Designer" fulltitle="Using Layouts in Qt Designer" subtitle="" module="QtDesigner">
<target name="insertingobjectsintoalayout" title="InsertingObjectsIntoALayout"/>
<target name="layoutshortcuts" title="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="the-form-layout" title="The Form Layout" level="3"/>
<contents name="splitter-layouts" title="Splitter Layouts" level="3"/>
<contents name="shortcut-keys" title="Shortcut Keys" level="2"/>
</page>
<page name="designer-stylesheet.html" href="designer-stylesheet.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="1683" subtype="page" title="Using Stylesheets with Qt Designer" fulltitle="Using Stylesheets with Qt Designer" subtitle="" module="QtDesigner">
<target name="usingstylesheets" title="UsingStylesheets"/>
</page>
<page name="designer-using-a-ui-file.html" href="designer-using-a-ui-file.html" status="active" location="designer-manual.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-manual.qdoc" lineno="1710" subtype="page" title="Using a Designer UI File in Your Application" fulltitle="Using a Designer UI File in Your Application" subtitle="" module="QtDesigner">
<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="using-a-member-variable" title="Using a Member Variable" level="3"/>
<contents name="using-a-pointer-member-variable" title="Using a Pointer Member Variable" level="3"/>
<contents name="the-multiple-inheritance-approach" title="The Multiple Inheritance Approach" level="2"/>
<contents name="reacting-to-language-changes" title="Reacting to Language Changes" 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 name="worldtimeclockbuilder" href="qtdesigner-worldtimeclockbuilder-example.html" status="active" location="worldtimeclockbuilder.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/examples/designer/doc/src/worldtimeclockbuilder.qdoc" lineno="28" subtype="example" title="World Time Clock Builder Example" fulltitle="World Time Clock Builder Example" subtitle="" module="QtDesigner" groups="examples-designer" brief="Creating forms with Qt Designer that contain custom widgets that can be dynamically generated at run-time">
<contents name="preparation" title="Preparation" level="1"/>
<contents name="loading-and-building-the-form" title="Loading and Building the Form" level="1"/>
<page name="worldtimeclockbuilder/form.ui" href="qtdesigner-worldtimeclockbuilder-form-ui.html" status="active" subtype="file" title="" fulltitle="form.ui Example File" subtitle="worldtimeclockbuilder/form.ui"/>
<page name="worldtimeclockbuilder/main.cpp" href="qtdesigner-worldtimeclockbuilder-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="worldtimeclockbuilder/main.cpp"/>
<page name="worldtimeclockbuilder/worldtimeclockbuilder.pro" href="qtdesigner-worldtimeclockbuilder-worldtimeclockbuilder-pro.html" status="active" subtype="file" title="" fulltitle="worldtimeclockbuilder.pro Example File" subtitle="worldtimeclockbuilder/worldtimeclockbuilder.pro"/>
<page name="worldtimeclockbuilder/worldtimeclockbuilder.qrc" href="qtdesigner-worldtimeclockbuilder-worldtimeclockbuilder-qrc.html" status="active" subtype="file" title="" fulltitle="worldtimeclockbuilder.qrc Example File" subtitle="worldtimeclockbuilder/worldtimeclockbuilder.qrc"/>
</page>
<page name="worldtimeclockplugin" href="qtdesigner-worldtimeclockplugin-example.html" status="active" location="worldtimeclockplugin.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/examples/designer/doc/src/worldtimeclockplugin.qdoc" lineno="28" subtype="example" title="World Time Clock Plugin Example" fulltitle="World Time Clock Plugin Example" subtitle="" module="QtDesigner" groups="examples-designer" brief="Creating a custom widget plugin for Qt Designer that uses signals and slots">
<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 name="worldtimeclockplugin/worldtimeclock.cpp" href="qtdesigner-worldtimeclockplugin-worldtimeclock-cpp.html" status="active" subtype="file" title="" fulltitle="worldtimeclock.cpp Example File" subtitle="worldtimeclockplugin/worldtimeclock.cpp"/>
<page name="worldtimeclockplugin/worldtimeclock.h" href="qtdesigner-worldtimeclockplugin-worldtimeclock-h.html" status="active" subtype="file" title="" fulltitle="worldtimeclock.h Example File" subtitle="worldtimeclockplugin/worldtimeclock.h"/>
<page name="worldtimeclockplugin/worldtimeclockplugin.cpp" href="qtdesigner-worldtimeclockplugin-worldtimeclockplugin-cpp.html" status="active" subtype="file" title="" fulltitle="worldtimeclockplugin.cpp Example File" subtitle="worldtimeclockplugin/worldtimeclockplugin.cpp"/>
<page name="worldtimeclockplugin/worldtimeclockplugin.h" href="qtdesigner-worldtimeclockplugin-worldtimeclockplugin-h.html" status="active" subtype="file" title="" fulltitle="worldtimeclockplugin.h Example File" subtitle="worldtimeclockplugin/worldtimeclockplugin.h"/>
<page name="worldtimeclockplugin/worldtimeclockplugin.pro" href="qtdesigner-worldtimeclockplugin-worldtimeclockplugin-pro.html" status="active" subtype="file" title="" fulltitle="worldtimeclockplugin.pro Example File" subtitle="worldtimeclockplugin/worldtimeclockplugin.pro"/>
</page>
<class threadsafety="unspecified" name="DockedMainWindow" href="dockedmainwindow.html" status="internal" access="private" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="140" bases="MainWindowBase">
<function threadsafety="unspecified" name="addToolWindows" fullname="DockedMainWindow::addToolWindows" href="dockedmainwindow.html#addToolWindows" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="156" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DockWidgetList" signature="DockWidgetList addToolWindows(const DesignerToolWindowList &amp;toolWindows)">
<parameter left="const DesignerToolWindowList &amp;" right="" name="toolWindows" default=""/>
</function>
<function threadsafety="unspecified" name="createMdiSubWindow" fullname="DockedMainWindow::createMdiSubWindow" href="dockedmainwindow.html#createMdiSubWindow" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="152" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QMdiSubWindow *" signature="QMdiSubWindow * createMdiSubWindow(QWidget *fw, Qt::WindowFlags f, const QKeySequence &amp;designerCloseActionShortCut)">
<parameter left="QWidget *" right="" name="fw" default=""/>
<parameter left="Qt::WindowFlags" right="" name="f" default=""/>
<parameter left="const QKeySequence &amp;" right="" name="designerCloseActionShortCut" default=""/>
</function>
<typedef threadsafety="unspecified" name="DesignerToolWindowList" fullname="DockedMainWindow::DesignerToolWindowList" href="dockedmainwindow.html#DesignerToolWindowList-typedef" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="144"/>
<typedef threadsafety="unspecified" name="DockWidgetList" fullname="DockedMainWindow::DockWidgetList" href="dockedmainwindow.html#DockWidgetList-typedef" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="145"/>
<function threadsafety="unspecified" name="DockedMainWindow" fullname="DockedMainWindow::DockedMainWindow" href="dockedmainwindow.html#DockedMainWindow" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="147" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DockedMainWindow(QDesignerWorkbench *wb, QMenu *toolBarMenu, const DesignerToolWindowList &amp;toolWindows)">
<parameter left="QDesignerWorkbench *" right="" name="wb" default=""/>
<parameter left="QMenu *" right="" name="toolBarMenu" default=""/>
<parameter left="const DesignerToolWindowList &amp;" right="" name="toolWindows" default=""/>
</function>
<function threadsafety="unspecified" name="fileDropped" fullname="DockedMainWindow::fileDropped" href="dockedmainwindow.html#fileDropped" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="162" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void fileDropped(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="formWindowActivated" fullname="DockedMainWindow::formWindowActivated" href="dockedmainwindow.html#formWindowActivated" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="163" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void formWindowActivated(QDesignerFormWindow *)">
<parameter left="QDesignerFormWindow *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="restoreSettings" fullname="DockedMainWindow::restoreSettings" href="dockedmainwindow.html#restoreSettings" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="158" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void restoreSettings(const QDesignerSettings &amp;s, const DockWidgetList &amp;dws, const QRect &amp;desktopArea)">
<parameter left="const QDesignerSettings &amp;" right="" name="s" default=""/>
<parameter left="const DockWidgetList &amp;" right="" name="dws" default=""/>
<parameter left="const QRect &amp;" right="" name="desktopArea" default=""/>
</function>
<function threadsafety="unspecified" name="slotSubWindowActivated" fullname="DockedMainWindow::slotSubWindowActivated" href="dockedmainwindow.html#slotSubWindowActivated" status="active" access="private" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="166" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotSubWindowActivated(QMdiSubWindow *)">
<parameter left="QMdiSubWindow *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="mdiArea" fullname="DockedMainWindow::mdiArea" href="dockedmainwindow.html#mdiArea" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="154" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QMdiArea *" signature="QMdiArea * mdiArea() const"/>
<function threadsafety="unspecified" name="saveSettings" fullname="DockedMainWindow::saveSettings" href="dockedmainwindow.html#saveSettings" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="159" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveSettings(QDesignerSettings &amp;) const">
<parameter left="QDesignerSettings &amp;" right="" name="" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DockedMdiArea" href="dockedmdiarea.html" status="internal" access="private" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="90">
<function threadsafety="unspecified" name="DockedMdiArea" fullname="DockedMdiArea::DockedMdiArea" href="dockedmdiarea.html#DockedMdiArea" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="95" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DockedMdiArea(const QString &amp;extension, QWidget *parent)">
<parameter left="const QString &amp;" right="" name="extension" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="event" fullname="DockedMdiArea::event" href="dockedmdiarea.html#event" status="active" access="protected" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="101" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool event(QEvent *event)">
<parameter left="QEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="fileDropped" fullname="DockedMdiArea::fileDropped" href="dockedmdiarea.html#fileDropped" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="98" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void fileDropped(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="uiFiles" fullname="DockedMdiArea::uiFiles" href="dockedmdiarea.html#uiFiles" status="active" access="private" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="104" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList uiFiles(const QMimeData *d) const">
<parameter left="const QMimeData *" right="" name="d" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="MainWindowBase" href="mainwindowbase.html" status="internal" access="private" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="56">
<function threadsafety="unspecified" name="MainWindowBase" fullname="MainWindowBase::MainWindowBase" href="mainwindowbase.html#MainWindowBase" status="active" access="protected" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="61" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="MainWindowBase(QWidget *parent, Qt::WindowFlags flags)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
<parameter left="Qt::WindowFlags" right="" name="flags" default="Qt::Window"/>
</function>
<function threadsafety="unspecified" name="createToolBars" fullname="MainWindowBase::createToolBars" href="mainwindowbase.html#createToolBars" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="73" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QList&lt;QToolBar *&gt;" signature="QList&lt;QToolBar *&gt; createToolBars(const QDesignerActions *actions, bool singleToolBar)">
<parameter left="const QDesignerActions *" right="" name="actions" default=""/>
<parameter left="bool" right="" name="singleToolBar" default=""/>
</function>
<function threadsafety="unspecified" name="mainWindowTitle" fullname="MainWindowBase::mainWindowTitle" href="mainwindowbase.html#mainWindowTitle" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="74" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString mainWindowTitle()"/>
<function threadsafety="unspecified" name="settingsVersion" fullname="MainWindowBase::settingsVersion" href="mainwindowbase.html#settingsVersion" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="77" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="int" signature="int settingsVersion()"/>
<function threadsafety="unspecified" name="closeEvent" fullname="MainWindowBase::closeEvent" href="mainwindowbase.html#closeEvent" status="active" access="protected" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="83" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void closeEvent(QCloseEvent *e)">
<parameter left="QCloseEvent *" right="" name="e" default=""/>
</function>
<enum threadsafety="unspecified" name="CloseEventPolicy" fullname="MainWindowBase::CloseEventPolicy" href="mainwindowbase.html#CloseEventPolicy-enum" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="64">
<value name="AcceptCloseEvents" value="0"/>
<value name="EmitCloseEventSignal" value="1"/>
</enum>
<function threadsafety="unspecified" name="closeEventReceived" fullname="MainWindowBase::closeEventReceived" href="mainwindowbase.html#closeEventReceived" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="80" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void closeEventReceived(QCloseEvent *e)">
<parameter left="QCloseEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="setCloseEventPolicy" fullname="MainWindowBase::setCloseEventPolicy" href="mainwindowbase.html#setCloseEventPolicy" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="71" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCloseEventPolicy(CloseEventPolicy pol)">
<parameter left="CloseEventPolicy" right="" name="pol" default=""/>
</function>
<function threadsafety="unspecified" name="closeEventPolicy" fullname="MainWindowBase::closeEventPolicy" href="mainwindowbase.html#closeEventPolicy" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="70" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="CloseEventPolicy" signature="CloseEventPolicy closeEventPolicy() const"/>
</class>
<class threadsafety="unspecified" name="ToolBarManager" href="toolbarmanager.html" status="internal" access="private" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="111">
<function threadsafety="unspecified" name="ToolBarManager" fullname="ToolBarManager::ToolBarManager" href="toolbarmanager.html#ToolBarManager" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="116" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ToolBarManager(QMainWindow *configureableMainWindow, QWidget *parent, QMenu *toolBarMenu, const QDesignerActions *actions, const QList&lt;QToolBar *&gt; &amp;toolbars, const QList&lt;QDesignerToolWindow *&gt; &amp;toolWindows)">
<parameter left="QMainWindow *" right="" name="configureableMainWindow" default=""/>
<parameter left="QWidget *" right="" name="parent" default=""/>
<parameter left="QMenu *" right="" name="toolBarMenu" default=""/>
<parameter left="const QDesignerActions *" right="" name="actions" default=""/>
<parameter left="const QList&lt;QToolBar *&gt; &amp;" right="" name="toolbars" default=""/>
<parameter left="const QList&lt;QDesignerToolWindow *&gt; &amp;" right="" name="toolWindows" default=""/>
</function>
<function threadsafety="unspecified" name="restoreState" fullname="ToolBarManager::restoreState" href="toolbarmanager.html#restoreState" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="124" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool 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 threadsafety="unspecified" name="configureToolBars" fullname="ToolBarManager::configureToolBars" href="toolbarmanager.html#configureToolBars" status="active" access="private" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="127" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void configureToolBars()"/>
<function threadsafety="unspecified" name="updateToolBarMenu" fullname="ToolBarManager::updateToolBarMenu" href="toolbarmanager.html#updateToolBarMenu" status="active" access="private" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="128" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateToolBarMenu()"/>
<function threadsafety="unspecified" name="saveState" fullname="ToolBarManager::saveState" href="toolbarmanager.html#saveState" status="active" access="public" location="mainwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/mainwindow.h" lineno="123" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QByteArray" signature="QByteArray saveState(int version) const">
<parameter left="int" right="" name="version" default="0"/>
</function>
</class>
<namespace threadsafety="unspecified" name="qdesigner_internal" href="qdesigner-internal.html" status="internal" access="private" location="newform.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/newform.h" lineno="36">
<class threadsafety="unspecified" name="ActionEditor" fullname="qdesigner_internal::ActionEditor" href="qdesigner-internal-actioneditor.html" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="66" bases="QDesignerActionEditorInterface">
<typedef threadsafety="unspecified" name="ActionList" fullname="qdesigner_internal::ActionEditor::ActionList" href="qdesigner-internal-actioneditor.html#ActionList-typedef" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="124"/>
<function threadsafety="unspecified" name="ActionEditor" fullname="qdesigner_internal::ActionEditor::ActionEditor" href="qdesigner-internal-actioneditor.html#ActionEditor" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="70" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ActionEditor(QDesignerFormEditorInterface *core, QWidget *parent, Qt::WindowFlags flags)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
<parameter left="Qt::WindowFlags" right="" name="flags" default="0"/>
</function>
<function threadsafety="unspecified" name="objectNamingMode" fullname="qdesigner_internal::ActionEditor::objectNamingMode" href="qdesigner-internal-actioneditor.html#objectNamingMode" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="86" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="ObjectNamingMode" signature="ObjectNamingMode objectNamingMode()"/>
<function threadsafety="unspecified" name="actionTextToName" fullname="qdesigner_internal::ActionEditor::actionTextToName" href="qdesigner-internal-actioneditor.html#actionTextToName" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="89" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString actionTextToName(const QString &amp;text, const QString &amp;prefix)">
<parameter left="const QString &amp;" right="" name="text" default=""/>
<parameter left="const QString &amp;" right="" name="prefix" default="QLatin1String( &quot;action&quot; )"/>
</function>
<function threadsafety="unspecified" name="createConfigureMenuButton" fullname="qdesigner_internal::ActionEditor::createConfigureMenuButton" href="qdesigner-internal-actioneditor.html#createConfigureMenuButton" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="93" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QToolButton *" signature="QToolButton * createConfigureMenuButton(const QString &amp;t, QMenu **ptrToMenu)">
<parameter left="const QString &amp;" right="" name="t" default=""/>
<parameter left="QMenu **" right="" name="ptrToMenu" default=""/>
</function>
<function threadsafety="unspecified" name="contextMenuRequested" fullname="qdesigner_internal::ActionEditor::contextMenuRequested" href="qdesigner-internal-actioneditor.html#contextMenuRequested" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="121" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void contextMenuRequested(QMenu *menu, QAction *item)">
<parameter left="QMenu *" right="" name="menu" default=""/>
<parameter left="QAction *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="copyActions" fullname="qdesigner_internal::ActionEditor::copyActions" href="qdesigner-internal-actioneditor.html#copyActions" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="127" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void copyActions(QDesignerFormWindowInterface *formWindow, const ActionList &amp;)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="const ActionList &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="deleteActions" fullname="qdesigner_internal::ActionEditor::deleteActions" href="qdesigner-internal-actioneditor.html#deleteActions" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="125" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void deleteActions(QDesignerFormWindowInterface *formWindow, const ActionList &amp;)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="const ActionList &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="editAction" fullname="qdesigner_internal::ActionEditor::editAction" href="qdesigner-internal-actioneditor.html#editAction" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="102" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void editAction(QAction *item)">
<parameter left="QAction *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="editCurrentAction" fullname="qdesigner_internal::ActionEditor::editCurrentAction" href="qdesigner-internal-actioneditor.html#editCurrentAction" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="103" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void editCurrentAction()"/>
<function threadsafety="unspecified" name="itemActivated" fullname="qdesigner_internal::ActionEditor::itemActivated" href="qdesigner-internal-actioneditor.html#itemActivated" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="119" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void itemActivated(QAction *item)">
<parameter left="QAction *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="mainContainerChanged" fullname="qdesigner_internal::ActionEditor::mainContainerChanged" href="qdesigner-internal-actioneditor.html#mainContainerChanged" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="97" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void mainContainerChanged()"/>
<function threadsafety="unspecified" name="manageAction" fullname="qdesigner_internal::ActionEditor::manageAction" href="qdesigner-internal-actioneditor.html#manageAction" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="83" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void manageAction(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="navigateToSlotCurrentAction" fullname="qdesigner_internal::ActionEditor::navigateToSlotCurrentAction" href="qdesigner-internal-actioneditor.html#navigateToSlotCurrentAction" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="104" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void navigateToSlotCurrentAction()"/>
<function threadsafety="unspecified" name="resourceImageDropped" fullname="qdesigner_internal::ActionEditor::resourceImageDropped" href="qdesigner-internal-actioneditor.html#resourceImageDropped" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="108" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resourceImageDropped(const QString &amp;path, QAction *action)">
<parameter left="const QString &amp;" right="" name="path" default=""/>
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="restoreSettings" fullname="qdesigner_internal::ActionEditor::restoreSettings" href="qdesigner-internal-actioneditor.html#restoreSettings" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="130" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void restoreSettings()"/>
<function threadsafety="unspecified" name="saveSettings" fullname="qdesigner_internal::ActionEditor::saveSettings" href="qdesigner-internal-actioneditor.html#saveSettings" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="131" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveSettings()"/>
<function threadsafety="unspecified" name="setFilter" fullname="qdesigner_internal::ActionEditor::setFilter" href="qdesigner-internal-actioneditor.html#setFilter" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="96" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFilter(const QString &amp;filter)">
<parameter left="const QString &amp;" right="" name="filter" default=""/>
</function>
<function threadsafety="unspecified" name="setFormWindow" fullname="qdesigner_internal::ActionEditor::setFormWindow" href="qdesigner-internal-actioneditor.html#setFormWindow" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="74" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFormWindow(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="setObjectNamingMode" fullname="qdesigner_internal::ActionEditor::setObjectNamingMode" href="qdesigner-internal-actioneditor.html#setObjectNamingMode" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="87" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void setObjectNamingMode(ObjectNamingMode n)">
<parameter left="ObjectNamingMode" right="" name="n" default=""/>
</function>
<function threadsafety="unspecified" name="slotActionChanged" fullname="qdesigner_internal::ActionEditor::slotActionChanged" href="qdesigner-internal-actioneditor.html#slotActionChanged" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="105" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotActionChanged()"/>
<function threadsafety="unspecified" name="slotContextMenuRequested" fullname="qdesigner_internal::ActionEditor::slotContextMenuRequested" href="qdesigner-internal-actioneditor.html#slotContextMenuRequested" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="109" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotContextMenuRequested(QContextMenuEvent *, QAction *)">
<parameter left="QContextMenuEvent *" right="" name="" default=""/>
<parameter left="QAction *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="slotCopy" fullname="qdesigner_internal::ActionEditor::slotCopy" href="qdesigner-internal-actioneditor.html#slotCopy" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="113" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotCopy()"/>
<function threadsafety="unspecified" name="slotCurrentItemChanged" fullname="qdesigner_internal::ActionEditor::slotCurrentItemChanged" href="qdesigner-internal-actioneditor.html#slotCurrentItemChanged" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="100" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotCurrentItemChanged(QAction *item)">
<parameter left="QAction *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="slotCut" fullname="qdesigner_internal::ActionEditor::slotCut" href="qdesigner-internal-actioneditor.html#slotCut" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="114" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotCut()"/>
<function threadsafety="unspecified" name="slotDelete" fullname="qdesigner_internal::ActionEditor::slotDelete" href="qdesigner-internal-actioneditor.html#slotDelete" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="107" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotDelete()"/>
<function threadsafety="unspecified" name="slotNewAction" fullname="qdesigner_internal::ActionEditor::slotNewAction" href="qdesigner-internal-actioneditor.html#slotNewAction" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="106" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotNewAction()"/>
<function threadsafety="unspecified" name="slotPaste" fullname="qdesigner_internal::ActionEditor::slotPaste" href="qdesigner-internal-actioneditor.html#slotPaste" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="115" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotPaste()"/>
<function threadsafety="unspecified" name="slotSelectAssociatedWidget" fullname="qdesigner_internal::ActionEditor::slotSelectAssociatedWidget" href="qdesigner-internal-actioneditor.html#slotSelectAssociatedWidget" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="111" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotSelectAssociatedWidget(QWidget *w)">
<parameter left="QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="slotSelectionChanged" fullname="qdesigner_internal::ActionEditor::slotSelectionChanged" href="qdesigner-internal-actioneditor.html#slotSelectionChanged" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="101" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotSelectionChanged(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 threadsafety="unspecified" name="slotViewMode" fullname="qdesigner_internal::ActionEditor::slotViewMode" href="qdesigner-internal-actioneditor.html#slotViewMode" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="110" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotViewMode(QAction *a)">
<parameter left="QAction *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="unmanageAction" fullname="qdesigner_internal::ActionEditor::unmanageAction" href="qdesigner-internal-actioneditor.html#unmanageAction" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="84" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void unmanageAction(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="updateViewModeActions" fullname="qdesigner_internal::ActionEditor::updateViewModeActions" href="qdesigner-internal-actioneditor.html#updateViewModeActions" status="active" access="private" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="133" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateViewModeActions()"/>
<function threadsafety="unspecified" name="~ActionEditor" fullname="qdesigner_internal::ActionEditor::~ActionEditor" href="qdesigner-internal-actioneditor.html#dtor.ActionEditor" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="71" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~ActionEditor()"/>
<function threadsafety="unspecified" name="actionDelete" fullname="qdesigner_internal::ActionEditor::actionDelete" href="qdesigner-internal-actioneditor.html#actionDelete" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="79" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionDelete() const"/>
<function threadsafety="unspecified" name="actionNew" fullname="qdesigner_internal::ActionEditor::actionNew" href="qdesigner-internal-actioneditor.html#actionNew" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="78" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionNew() const"/>
<function threadsafety="unspecified" name="core" fullname="qdesigner_internal::ActionEditor::core" href="qdesigner-internal-actioneditor.html#core" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="76" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
<function threadsafety="unspecified" name="formWindow" fullname="qdesigner_internal::ActionEditor::formWindow" href="qdesigner-internal-actioneditor.html#formWindow" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="73" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * formWindow() const"/>
<function threadsafety="unspecified" name="filter" fullname="qdesigner_internal::ActionEditor::filter" href="qdesigner-internal-actioneditor.html#filter" status="active" access="public" location="actioneditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actioneditor_p.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString filter() const"/>
</class>
<class threadsafety="unspecified" name="ActionListView" fullname="qdesigner_internal::ActionListView" href="qdesigner-internal-actionlistview.html" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="148">
<function threadsafety="unspecified" name="ActionListView" fullname="qdesigner_internal::ActionListView::ActionListView" href="qdesigner-internal-actionlistview.html#ActionListView" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="152" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ActionListView(ActionModel *model, QWidget *parent)">
<parameter left="ActionModel *" right="" name="model" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="actionActivated" fullname="qdesigner_internal::ActionListView::actionActivated" href="qdesigner-internal-actionlistview.html#actionActivated" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="161" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void actionActivated(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="actionContextMenuRequested" fullname="qdesigner_internal::ActionListView::actionContextMenuRequested" href="qdesigner-internal-actionlistview.html#actionContextMenuRequested" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="159" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void actionContextMenuRequested(QContextMenuEvent *event, QAction *)">
<parameter left="QContextMenuEvent *" right="" name="event" default=""/>
<parameter left="QAction *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="contextMenuEvent" fullname="qdesigner_internal::ActionListView::contextMenuEvent" href="qdesigner-internal-actionlistview.html#contextMenuEvent" status="active" access="protected" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="171" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void contextMenuEvent(QContextMenuEvent *event)">
<parameter left="QContextMenuEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="currentActionChanged" fullname="qdesigner_internal::ActionListView::currentActionChanged" href="qdesigner-internal-actionlistview.html#currentActionChanged" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="160" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void currentActionChanged(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="currentChanged" fullname="qdesigner_internal::ActionListView::currentChanged" href="qdesigner-internal-actionlistview.html#currentChanged" status="active" access="protected" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="164" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void 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 threadsafety="unspecified" name="dragEnterEvent" fullname="qdesigner_internal::ActionListView::dragEnterEvent" href="qdesigner-internal-actionlistview.html#dragEnterEvent" status="active" access="protected" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="167" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dragEnterEvent(QDragEnterEvent *event)">
<parameter left="QDragEnterEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="dragMoveEvent" fullname="qdesigner_internal::ActionListView::dragMoveEvent" href="qdesigner-internal-actionlistview.html#dragMoveEvent" status="active" access="protected" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="168" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dragMoveEvent(QDragMoveEvent *event)">
<parameter left="QDragMoveEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="dropEvent" fullname="qdesigner_internal::ActionListView::dropEvent" href="qdesigner-internal-actionlistview.html#dropEvent" status="active" access="protected" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="169" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dropEvent(QDropEvent *event)">
<parameter left="QDropEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="filter" fullname="qdesigner_internal::ActionListView::filter" href="qdesigner-internal-actionlistview.html#filter" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="156" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void filter(const QString &amp;text)">
<parameter left="const QString &amp;" right="" name="text" default=""/>
</function>
<function threadsafety="unspecified" name="focusInEvent" fullname="qdesigner_internal::ActionListView::focusInEvent" href="qdesigner-internal-actionlistview.html#focusInEvent" status="active" access="protected" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="170" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void focusInEvent(QFocusEvent *event)">
<parameter left="QFocusEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="slotActivated" fullname="qdesigner_internal::ActionListView::slotActivated" href="qdesigner-internal-actionlistview.html#slotActivated" status="active" access="private" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="175" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotActivated(const QModelIndex &amp;)">
<parameter left="const QModelIndex &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="startDrag" fullname="qdesigner_internal::ActionListView::startDrag" href="qdesigner-internal-actionlistview.html#startDrag" status="active" access="protected" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="172" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void startDrag(Qt::DropActions supportedActions)">
<parameter left="Qt::DropActions" right="" name="supportedActions" default=""/>
</function>
<function threadsafety="unspecified" name="currentAction" fullname="qdesigner_internal::ActionListView::currentAction" href="qdesigner-internal-actionlistview.html#currentAction" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="153" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * currentAction() const"/>
</class>
<class threadsafety="unspecified" name="ActionModel" fullname="qdesigner_internal::ActionModel" href="qdesigner-internal-actionmodel.html" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="63">
<enum threadsafety="unspecified" name="Columns" fullname="qdesigner_internal::ActionModel::Columns" href="qdesigner-internal-actionmodel.html#Columns-enum" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="67">
<value name="NameColumn" value="0"/>
<value name="UsedColumn" value="1"/>
<value name="TextColumn" value="2"/>
<value name="ShortCutColumn" value="3"/>
<value name="CheckedColumn" value="4"/>
<value name="ToolTipColumn" value="5"/>
<value name="NumColumns" value="6"/>
</enum>
<typedef threadsafety="unspecified" name="QStandardItemList" fullname="qdesigner_internal::ActionModel::QStandardItemList" href="qdesigner-internal-actionmodel.html#QStandardItemList-typedef" status="active" access="private" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="101"/>
<function threadsafety="unspecified" name="ActionModel" fullname="qdesigner_internal::ActionModel::ActionModel" href="qdesigner-internal-actionmodel.html#ActionModel" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="70" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ActionModel(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="actionShortCut" fullname="qdesigner_internal::ActionModel::actionShortCut" href="qdesigner-internal-actionmodel.html#actionShortCut" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="94" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="PropertySheetKeySequenceValue" signature="PropertySheetKeySequenceValue actionShortCut(QDesignerFormEditorInterface *core, QAction *action)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="actionShortCut" fullname="qdesigner_internal::ActionModel::actionShortCut" href="qdesigner-internal-actionmodel.html#actionShortCut-1" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="95" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="PropertySheetKeySequenceValue" signature="PropertySheetKeySequenceValue actionShortCut(const QDesignerPropertySheetExtension *ps)">
<parameter left="const QDesignerPropertySheetExtension *" right="" name="ps" default=""/>
</function>
<function threadsafety="unspecified" name="addAction" fullname="qdesigner_internal::ActionModel::addAction" href="qdesigner-internal-actionmodel.html#addAction" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="74" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QModelIndex" signature="QModelIndex addAction(QAction *a)">
<parameter left="QAction *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="associatedWidgets" fullname="qdesigner_internal::ActionModel::associatedWidgets" href="qdesigner-internal-actionmodel.html#associatedWidgets" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="91" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QWidgetList" signature="QWidgetList associatedWidgets(const QAction *action)">
<parameter left="const QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="dropMimeData" fullname="qdesigner_internal::ActionModel::dropMimeData" href="qdesigner-internal-actionmodel.html#dropMimeData" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="88" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool 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 threadsafety="unspecified" name="clearActions" fullname="qdesigner_internal::ActionModel::clearActions" href="qdesigner-internal-actionmodel.html#clearActions" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="73" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearActions()"/>
<function threadsafety="unspecified" name="initialize" fullname="qdesigner_internal::ActionModel::initialize" href="qdesigner-internal-actionmodel.html#initialize" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="71" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void initialize(QDesignerFormEditorInterface *core)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="initializeHeaders" fullname="qdesigner_internal::ActionModel::initializeHeaders" href="qdesigner-internal-actionmodel.html#initializeHeaders" status="active" access="private" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="103" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void initializeHeaders()"/>
<function threadsafety="unspecified" name="remove" fullname="qdesigner_internal::ActionModel::remove" href="qdesigner-internal-actionmodel.html#remove" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="76" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void remove(int row)">
<parameter left="int" right="" name="row" default=""/>
</function>
<function threadsafety="unspecified" name="resourceImageDropped" fullname="qdesigner_internal::ActionModel::resourceImageDropped" href="qdesigner-internal-actionmodel.html#resourceImageDropped" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="98" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resourceImageDropped(const QString &amp;path, QAction *action)">
<parameter left="const QString &amp;" right="" name="path" default=""/>
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="setItems" fullname="qdesigner_internal::ActionModel::setItems" href="qdesigner-internal-actionmodel.html#setItems" status="active" access="private" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="104" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void setItems(QDesignerFormEditorInterface *core, QAction *a, const QIcon &amp;defaultIcon, QStandardItemList &amp;sl)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QAction *" right="" name="a" default=""/>
<parameter left="const QIcon &amp;" right="" name="defaultIcon" default=""/>
<parameter left="QStandardItemList &amp;" right="" name="sl" default=""/>
</function>
<function threadsafety="unspecified" name="update" fullname="qdesigner_internal::ActionModel::update" href="qdesigner-internal-actionmodel.html#update" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="78" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void update(int row)">
<parameter left="int" right="" name="row" default=""/>
</function>
<function threadsafety="unspecified" name="actionAt" fullname="qdesigner_internal::ActionModel::actionAt" href="qdesigner-internal-actionmodel.html#actionAt" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="84" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionAt(const QModelIndex &amp;index) const">
<parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="mimeData" fullname="qdesigner_internal::ActionModel::mimeData" href="qdesigner-internal-actionmodel.html#mimeData" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="86" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QMimeData *" signature="QMimeData * mimeData(const QModelIndexList &amp;indexes) const">
<parameter left="const QModelIndexList &amp;" right="" name="indexes" default=""/>
</function>
<function threadsafety="unspecified" name="actionName" fullname="qdesigner_internal::ActionModel::actionName" href="qdesigner-internal-actionmodel.html#actionName" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="83" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString actionName(int row) const">
<parameter left="int" right="" name="row" default=""/>
</function>
<function threadsafety="unspecified" name="mimeTypes" fullname="qdesigner_internal::ActionModel::mimeTypes" href="qdesigner-internal-actionmodel.html#mimeTypes" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="87" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList mimeTypes() const"/>
<function threadsafety="unspecified" name="findAction" fullname="qdesigner_internal::ActionModel::findAction" href="qdesigner-internal-actionmodel.html#findAction" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int findAction(QAction *) const">
<parameter left="QAction *" right="" name="" default=""/>
</function>
<variable threadsafety="unspecified" name="ActionRole" fullname="qdesigner_internal::ActionModel::ActionRole" href="qdesigner-internal-actionmodel.html#ActionRole-var" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="68" type="const int" static="true"/>
</class>
<class threadsafety="unspecified" name="ActionRepositoryMimeData" fullname="qdesigner_internal::ActionRepositoryMimeData" href="qdesigner-internal-actionrepositorymimedata.html" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="231">
<typedef threadsafety="unspecified" name="ActionList" fullname="qdesigner_internal::ActionRepositoryMimeData::ActionList" href="qdesigner-internal-actionrepositorymimedata.html#ActionList-typedef" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="235"/>
<function threadsafety="unspecified" name="ActionRepositoryMimeData" fullname="qdesigner_internal::ActionRepositoryMimeData::ActionRepositoryMimeData" href="qdesigner-internal-actionrepositorymimedata.html#ActionRepositoryMimeData-1" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="238" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ActionRepositoryMimeData(QAction *, Qt::DropAction dropAction)">
<parameter left="QAction *" right="" name="" default=""/>
<parameter left="Qt::DropAction" right="" name="dropAction" default=""/>
</function>
<function threadsafety="unspecified" name="ActionRepositoryMimeData" fullname="qdesigner_internal::ActionRepositoryMimeData::ActionRepositoryMimeData" href="qdesigner-internal-actionrepositorymimedata.html#ActionRepositoryMimeData" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="237" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ActionRepositoryMimeData(const ActionList &amp;, Qt::DropAction dropAction)">
<parameter left="const ActionList &amp;" right="" name="" default=""/>
<parameter left="Qt::DropAction" right="" name="dropAction" default=""/>
</function>
<function threadsafety="unspecified" name="actionDragPixmap" fullname="qdesigner_internal::ActionRepositoryMimeData::actionDragPixmap" href="qdesigner-internal-actionrepositorymimedata.html#actionDragPixmap" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="243" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QPixmap" signature="QPixmap actionDragPixmap(const QAction *action)">
<parameter left="const QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="formats" fullname="qdesigner_internal::ActionRepositoryMimeData::formats" href="qdesigner-internal-actionrepositorymimedata.html#formats" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="241" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList formats() const"/>
<function threadsafety="unspecified" name="actionList" fullname="qdesigner_internal::ActionRepositoryMimeData::actionList" href="qdesigner-internal-actionrepositorymimedata.html#actionList" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="240" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const ActionList &amp;" signature="const ActionList &amp; actionList() const"/>
<function threadsafety="unspecified" name="accept" fullname="qdesigner_internal::ActionRepositoryMimeData::accept" href="qdesigner-internal-actionrepositorymimedata.html#accept" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="246" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void accept(QDragMoveEvent *event) const">
<parameter left="QDragMoveEvent *" right="" name="event" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="ActionTreeView" fullname="qdesigner_internal::ActionTreeView" href="qdesigner-internal-actiontreeview.html" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="114">
<function threadsafety="unspecified" name="ActionTreeView" fullname="qdesigner_internal::ActionTreeView::ActionTreeView" href="qdesigner-internal-actiontreeview.html#ActionTreeView" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="118" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ActionTreeView(ActionModel *model, QWidget *parent)">
<parameter left="ActionModel *" right="" name="model" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="actionActivated" fullname="qdesigner_internal::ActionTreeView::actionActivated" href="qdesigner-internal-actiontreeview.html#actionActivated" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="127" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void actionActivated(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="actionContextMenuRequested" fullname="qdesigner_internal::ActionTreeView::actionContextMenuRequested" href="qdesigner-internal-actiontreeview.html#actionContextMenuRequested" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="125" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void actionContextMenuRequested(QContextMenuEvent *event, QAction *)">
<parameter left="QContextMenuEvent *" right="" name="event" default=""/>
<parameter left="QAction *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="contextMenuEvent" fullname="qdesigner_internal::ActionTreeView::contextMenuEvent" href="qdesigner-internal-actiontreeview.html#contextMenuEvent" status="active" access="protected" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="137" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void contextMenuEvent(QContextMenuEvent *event)">
<parameter left="QContextMenuEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="currentActionChanged" fullname="qdesigner_internal::ActionTreeView::currentActionChanged" href="qdesigner-internal-actiontreeview.html#currentActionChanged" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="126" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void currentActionChanged(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="currentChanged" fullname="qdesigner_internal::ActionTreeView::currentChanged" href="qdesigner-internal-actiontreeview.html#currentChanged" status="active" access="protected" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="130" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void 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 threadsafety="unspecified" name="dragEnterEvent" fullname="qdesigner_internal::ActionTreeView::dragEnterEvent" href="qdesigner-internal-actiontreeview.html#dragEnterEvent" status="active" access="protected" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="133" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dragEnterEvent(QDragEnterEvent *event)">
<parameter left="QDragEnterEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="dragMoveEvent" fullname="qdesigner_internal::ActionTreeView::dragMoveEvent" href="qdesigner-internal-actiontreeview.html#dragMoveEvent" status="active" access="protected" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="134" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dragMoveEvent(QDragMoveEvent *event)">
<parameter left="QDragMoveEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="dropEvent" fullname="qdesigner_internal::ActionTreeView::dropEvent" href="qdesigner-internal-actiontreeview.html#dropEvent" status="active" access="protected" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="135" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dropEvent(QDropEvent *event)">
<parameter left="QDropEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="filter" fullname="qdesigner_internal::ActionTreeView::filter" href="qdesigner-internal-actiontreeview.html#filter" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="122" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void filter(const QString &amp;text)">
<parameter left="const QString &amp;" right="" name="text" default=""/>
</function>
<function threadsafety="unspecified" name="focusInEvent" fullname="qdesigner_internal::ActionTreeView::focusInEvent" href="qdesigner-internal-actiontreeview.html#focusInEvent" status="active" access="protected" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="136" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void focusInEvent(QFocusEvent *event)">
<parameter left="QFocusEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="slotActivated" fullname="qdesigner_internal::ActionTreeView::slotActivated" href="qdesigner-internal-actiontreeview.html#slotActivated" status="active" access="private" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="141" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotActivated(const QModelIndex &amp;)">
<parameter left="const QModelIndex &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="startDrag" fullname="qdesigner_internal::ActionTreeView::startDrag" href="qdesigner-internal-actiontreeview.html#startDrag" status="active" access="protected" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="138" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void startDrag(Qt::DropActions supportedActions)">
<parameter left="Qt::DropActions" right="" name="supportedActions" default=""/>
</function>
<function threadsafety="unspecified" name="currentAction" fullname="qdesigner_internal::ActionTreeView::currentAction" href="qdesigner-internal-actiontreeview.html#currentAction" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="119" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * currentAction() const"/>
</class>
<class threadsafety="unspecified" name="ActionView" fullname="qdesigner_internal::ActionView" href="qdesigner-internal-actionview.html" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="185">
<typedef threadsafety="unspecified" name="ActionList" fullname="qdesigner_internal::ActionView::ActionList" href="qdesigner-internal-actionview.html#ActionList-typedef" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="206"/>
<function threadsafety="unspecified" name="ActionView" fullname="qdesigner_internal::ActionView::ActionView" href="qdesigner-internal-actionview.html#ActionView" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="190" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ActionView(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="activated" fullname="qdesigner_internal::ActionView::activated" href="qdesigner-internal-actionview.html#activated" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="218" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void activated(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="clearSelection" fullname="qdesigner_internal::ActionView::clearSelection" href="qdesigner-internal-actionview.html#clearSelection" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="213" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearSelection()"/>
<function threadsafety="unspecified" name="contextMenuRequested" fullname="qdesigner_internal::ActionView::contextMenuRequested" href="qdesigner-internal-actionview.html#contextMenuRequested" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="216" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void contextMenuRequested(QContextMenuEvent *event, QAction *)">
<parameter left="QContextMenuEvent *" right="" name="event" default=""/>
<parameter left="QAction *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="currentChanged" fullname="qdesigner_internal::ActionView::currentChanged" href="qdesigner-internal-actionview.html#currentChanged" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="217" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void currentChanged(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="filter" fullname="qdesigner_internal::ActionView::filter" href="qdesigner-internal-actionview.html#filter" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="211" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void filter(const QString &amp;text)">
<parameter left="const QString &amp;" right="" name="text" default=""/>
</function>
<function threadsafety="unspecified" name="initialize" fullname="qdesigner_internal::ActionView::initialize" href="qdesigner-internal-actionview.html#initialize" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="191" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void initialize(QDesignerFormEditorInterface *core)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="resourceImageDropped" fullname="qdesigner_internal::ActionView::resourceImageDropped" href="qdesigner-internal-actionview.html#resourceImageDropped" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="220" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resourceImageDropped(const QString &amp;data, QAction *action)">
<parameter left="const QString &amp;" right="" name="data" default=""/>
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="selectAll" fullname="qdesigner_internal::ActionView::selectAll" href="qdesigner-internal-actionview.html#selectAll" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="212" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void selectAll()"/>
<function threadsafety="unspecified" name="selectionChanged" fullname="qdesigner_internal::ActionView::selectionChanged" href="qdesigner-internal-actionview.html#selectionChanged" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="219" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void 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 threadsafety="unspecified" name="setCurrentIndex" fullname="qdesigner_internal::ActionView::setCurrentIndex" href="qdesigner-internal-actionview.html#setCurrentIndex" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="204" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCurrentIndex(const QModelIndex &amp;index)">
<parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="setSelectionMode" fullname="qdesigner_internal::ActionView::setSelectionMode" href="qdesigner-internal-actionview.html#setSelectionMode" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="198" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setSelectionMode(QAbstractItemView::SelectionMode sm)">
<parameter left="QAbstractItemView::SelectionMode" right="" name="sm" default=""/>
</function>
<function threadsafety="unspecified" name="setViewMode" fullname="qdesigner_internal::ActionView::setViewMode" href="qdesigner-internal-actionview.html#setViewMode" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="196" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setViewMode(int lm)">
<parameter left="int" right="" name="lm" default=""/>
</function>
<function threadsafety="unspecified" name="slotCurrentChanged" fullname="qdesigner_internal::ActionView::slotCurrentChanged" href="qdesigner-internal-actionview.html#slotCurrentChanged" status="active" access="private" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="223" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotCurrentChanged(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="selectedActions" fullname="qdesigner_internal::ActionView::selectedActions" href="qdesigner-internal-actionview.html#selectedActions" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="207" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="ActionList" signature="ActionList selectedActions() const"/>
<function threadsafety="unspecified" name="model" fullname="qdesigner_internal::ActionView::model" href="qdesigner-internal-actionview.html#model" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="201" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="ActionModel *" signature="ActionModel * model() const"/>
<function threadsafety="unspecified" name="selectionMode" fullname="qdesigner_internal::ActionView::selectionMode" href="qdesigner-internal-actionview.html#selectionMode" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="199" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAbstractItemView::SelectionMode" signature="QAbstractItemView::SelectionMode selectionMode() const"/>
<function threadsafety="unspecified" name="currentAction" fullname="qdesigner_internal::ActionView::currentAction" href="qdesigner-internal-actionview.html#currentAction" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="203" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * currentAction() const"/>
<function threadsafety="unspecified" name="selection" fullname="qdesigner_internal::ActionView::selection" href="qdesigner-internal-actionview.html#selection" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="208" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QItemSelection" signature="QItemSelection selection() const"/>
<function threadsafety="unspecified" name="viewMode" fullname="qdesigner_internal::ActionView::viewMode" href="qdesigner-internal-actionview.html#viewMode" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="195" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int viewMode() const"/>
<variable threadsafety="unspecified" name="DetailedView" fullname="qdesigner_internal::ActionView::DetailedView" href="qdesigner-internal-actionview.html#DetailedView-var" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="194" type="const int" static="true"/>
<variable threadsafety="unspecified" name="IconView" fullname="qdesigner_internal::ActionView::IconView" href="qdesigner-internal-actionview.html#IconView-var" status="active" access="public" location="actionrepository_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionrepository_p.h" lineno="194" type="const int" static="true"/>
</class>
<class threadsafety="unspecified" name="CodeDialog" fullname="qdesigner_internal::CodeDialog" href="qdesigner-internal-codedialog.html" status="active" access="public" location="codedialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/codedialog_p.h" lineno="52">
<function threadsafety="unspecified" name="CodeDialog" fullname="qdesigner_internal::CodeDialog::CodeDialog" href="qdesigner-internal-codedialog.html#CodeDialog" status="active" access="private" location="codedialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/codedialog_p.h" lineno="55" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="CodeDialog(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="generateCode" fullname="qdesigner_internal::CodeDialog::generateCode" href="qdesigner-internal-codedialog.html#generateCode" status="active" access="public" location="codedialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/codedialog_p.h" lineno="59" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool generateCode(const QDesignerFormWindowInterface *fw, QString *code, QString *errorMessage)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="QString *" right="" name="code" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="showCodeDialog" fullname="qdesigner_internal::CodeDialog::showCodeDialog" href="qdesigner-internal-codedialog.html#showCodeDialog" status="active" access="public" location="codedialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/codedialog_p.h" lineno="63" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool showCodeDialog(const QDesignerFormWindowInterface *fw, QWidget *parent, QString *errorMessage)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="QWidget *" right="" name="parent" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="copyAll" fullname="qdesigner_internal::CodeDialog::copyAll" href="qdesigner-internal-codedialog.html#copyAll" status="active" access="private" location="codedialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/codedialog_p.h" lineno="70" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void copyAll()"/>
<function threadsafety="unspecified" name="setCode" fullname="qdesigner_internal::CodeDialog::setCode" href="qdesigner-internal-codedialog.html#setCode" status="active" access="private" location="codedialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/codedialog_p.h" lineno="74" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCode(const QString &amp;code)">
<parameter left="const QString &amp;" right="" name="code" default=""/>
</function>
<function threadsafety="unspecified" name="setFormFileName" fullname="qdesigner_internal::CodeDialog::setFormFileName" href="qdesigner-internal-codedialog.html#setFormFileName" status="active" access="private" location="codedialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/codedialog_p.h" lineno="76" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFormFileName(const QString &amp;f)">
<parameter left="const QString &amp;" right="" name="f" default=""/>
</function>
<function threadsafety="unspecified" name="slotSaveAs" fullname="qdesigner_internal::CodeDialog::slotSaveAs" href="qdesigner-internal-codedialog.html#slotSaveAs" status="active" access="private" location="codedialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/codedialog_p.h" lineno="68" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotSaveAs()"/>
<function threadsafety="unspecified" name="warning" fullname="qdesigner_internal::CodeDialog::warning" href="qdesigner-internal-codedialog.html#warning" status="active" access="private" location="codedialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/codedialog_p.h" lineno="79" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void warning(const QString &amp;msg)">
<parameter left="const QString &amp;" right="" name="msg" default=""/>
</function>
<function threadsafety="unspecified" name="~CodeDialog" fullname="qdesigner_internal::CodeDialog::~CodeDialog" href="qdesigner-internal-codedialog.html#dtor.CodeDialog" status="active" access="public" location="codedialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/codedialog_p.h" lineno="57" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~CodeDialog()"/>
<function threadsafety="unspecified" name="code" fullname="qdesigner_internal::CodeDialog::code" href="qdesigner-internal-codedialog.html#code" status="active" access="private" location="codedialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/codedialog_p.h" lineno="75" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString code() const"/>
<function threadsafety="unspecified" name="formFileName" fullname="qdesigner_internal::CodeDialog::formFileName" href="qdesigner-internal-codedialog.html#formFileName" status="active" access="private" location="codedialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/codedialog_p.h" lineno="77" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString formFileName() const"/>
</class>
<class threadsafety="unspecified" name="AddConnectionCommand" fullname="qdesigner_internal::AddConnectionCommand" href="qdesigner-internal-addconnectioncommand.html" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="287" bases="qdesigner_internal::CECommand">
<function threadsafety="unspecified" name="AddConnectionCommand" fullname="qdesigner_internal::AddConnectionCommand::AddConnectionCommand" href="qdesigner-internal-addconnectioncommand.html#AddConnectionCommand" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="290" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="AddConnectionCommand(ConnectionEdit *edit, Connection *con)">
<parameter left="ConnectionEdit *" right="" name="edit" default=""/>
<parameter left="Connection *" right="" name="con" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::AddConnectionCommand::redo" href="qdesigner-internal-addconnectioncommand.html#redo" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="291" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::AddConnectionCommand::undo" href="qdesigner-internal-addconnectioncommand.html#undo" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="292" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="CECommand" fullname="qdesigner_internal::CECommand" href="qdesigner-internal-cecommand.html" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="273" bases="qdesigner_internal::CETypes">
<function threadsafety="unspecified" name="CECommand" fullname="qdesigner_internal::CECommand::CECommand" href="qdesigner-internal-cecommand.html#CECommand" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="276" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="CECommand(ConnectionEdit *edit)">
<parameter left="ConnectionEdit *" right="" name="edit" default=""/>
</function>
<function threadsafety="unspecified" name="mergeWith" fullname="qdesigner_internal::CECommand::mergeWith" href="qdesigner-internal-cecommand.html#mergeWith" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="279" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool mergeWith(const QUndoCommand *)">
<parameter left="const QUndoCommand *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="edit" fullname="qdesigner_internal::CECommand::edit" href="qdesigner-internal-cecommand.html#edit" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="281" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="ConnectionEdit *" signature="ConnectionEdit * edit() const"/>
</class>
<class threadsafety="unspecified" name="CETypes" fullname="qdesigner_internal::CETypes" href="qdesigner-internal-cetypes.html" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="67">
<class threadsafety="unspecified" name="EndPoint" fullname="qdesigner_internal::CETypes::EndPoint" href="qdesigner-internal-cetypes-endpoint.html" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="74">
<enum threadsafety="unspecified" name="Type" fullname="qdesigner_internal::CETypes::EndPoint::Type" href="qdesigner-internal-cetypes-endpoint.html#Type-enum" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="76">
<value name="Source" value="0"/>
<value name="Target" value="1"/>
</enum>
<function threadsafety="unspecified" name="EndPoint" fullname="qdesigner_internal::CETypes::EndPoint::EndPoint" href="qdesigner-internal-cetypes-endpoint.html#EndPoint" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="77" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="EndPoint(Connection *_con, Type _type)">
<parameter left="Connection *" right="" name="_con" default="0"/>
<parameter left="Type" right="" name="_type" default="Source"/>
</function>
<function threadsafety="unspecified" name="isNull" fullname="qdesigner_internal::CETypes::EndPoint::isNull" href="qdesigner-internal-cetypes-endpoint.html#isNull" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="78" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isNull() const"/>
<function threadsafety="unspecified" name="operator!=" fullname="qdesigner_internal::CETypes::EndPoint::operator!=" href="qdesigner-internal-cetypes-endpoint.html#operator-not-eq" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="80" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator!=(const EndPoint &amp;other) const">
<parameter left="const EndPoint &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" fullname="qdesigner_internal::CETypes::EndPoint::operator==" href="qdesigner-internal-cetypes-endpoint.html#operator-eq-eq" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="79" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator==(const EndPoint &amp;other) const">
<parameter left="const EndPoint &amp;" right="" name="other" default=""/>
</function>
<variable threadsafety="unspecified" name="con" fullname="qdesigner_internal::CETypes::EndPoint::con" href="qdesigner-internal-cetypes-endpoint.html#con-var" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="81" type="Connection *" static="false"/>
<variable threadsafety="unspecified" name="type" fullname="qdesigner_internal::CETypes::EndPoint::type" href="qdesigner-internal-cetypes-endpoint.html#type-var" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="82" type="Type" static="false"/>
</class>
<enum threadsafety="unspecified" name="LineDir" fullname="qdesigner_internal::CETypes::LineDir" href="qdesigner-internal-cetypes.html#LineDir-enum" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="84">
<value name="UpDir" value="0"/>
<value name="DownDir" value="1"/>
<value name="RightDir" value="2"/>
<value name="LeftDir" value="3"/>
</enum>
<typedef threadsafety="unspecified" name="ConnectionList" fullname="qdesigner_internal::CETypes::ConnectionList" href="qdesigner-internal-cetypes.html#ConnectionList-typedef" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="70"/>
<typedef threadsafety="unspecified" name="ConnectionSet" fullname="qdesigner_internal::CETypes::ConnectionSet" href="qdesigner-internal-cetypes.html#ConnectionSet-typedef" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="71"/>
<typedef threadsafety="unspecified" name="WidgetSet" fullname="qdesigner_internal::CETypes::WidgetSet" href="qdesigner-internal-cetypes.html#WidgetSet-typedef" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="72"/>
</class>
<class threadsafety="unspecified" name="Connection" fullname="qdesigner_internal::Connection" href="qdesigner-internal-connection.html" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="87" bases="qdesigner_internal::CETypes">
<function threadsafety="unspecified" name="Connection" fullname="qdesigner_internal::Connection::Connection" href="qdesigner-internal-connection.html#Connection" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="90" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="Connection(ConnectionEdit *edit)">
<parameter left="ConnectionEdit *" right="" name="edit" default=""/>
</function>
<function threadsafety="unspecified" name="Connection" fullname="qdesigner_internal::Connection::Connection" href="qdesigner-internal-connection.html#Connection-1" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="91" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="Connection(ConnectionEdit *edit, QObject *source, QObject *target)">
<parameter left="ConnectionEdit *" right="" name="edit" default=""/>
<parameter left="QObject *" right="" name="source" default=""/>
<parameter left="QObject *" right="" name="target" default=""/>
</function>
<function threadsafety="unspecified" name="checkWidgets" fullname="qdesigner_internal::Connection::checkWidgets" href="qdesigner-internal-connection.html#checkWidgets" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="118" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void checkWidgets()"/>
<function threadsafety="unspecified" name="inserted" fullname="qdesigner_internal::Connection::inserted" href="qdesigner-internal-connection.html#inserted" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="129" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void inserted()"/>
<function threadsafety="unspecified" name="removed" fullname="qdesigner_internal::Connection::removed" href="qdesigner-internal-connection.html#removed" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="130" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removed()"/>
<function threadsafety="unspecified" name="setEndPoint" fullname="qdesigner_internal::Connection::setEndPoint" href="qdesigner-internal-connection.html#setEndPoint" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="106" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setEndPoint(EndPoint::Type type, QObject *w, const QPoint &amp;pos)">
<parameter left="EndPoint::Type" right="" name="type" default=""/>
<parameter left="QObject *" right="" name="w" default=""/>
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="setLabel" fullname="qdesigner_internal::Connection::setLabel" href="qdesigner-internal-connection.html#setLabel" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="122" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setLabel(EndPoint::Type type, const QString &amp;text)">
<parameter left="EndPoint::Type" right="" name="type" default=""/>
<parameter left="const QString &amp;" right="" name="text" default=""/>
</function>
<function threadsafety="unspecified" name="setSource" fullname="qdesigner_internal::Connection::setSource" href="qdesigner-internal-connection.html#setSource" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="143" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setSource(QObject *source, const QPoint &amp;pos)">
<parameter left="QObject *" right="" name="source" default=""/>
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="setTarget" fullname="qdesigner_internal::Connection::setTarget" href="qdesigner-internal-connection.html#setTarget" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="144" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setTarget(QObject *target, const QPoint &amp;pos)">
<parameter left="QObject *" right="" name="target" default=""/>
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="setVisible" fullname="qdesigner_internal::Connection::setVisible" href="qdesigner-internal-connection.html#setVisible" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="111" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setVisible(bool b)">
<parameter left="bool" right="" name="b" default=""/>
</function>
<function threadsafety="unspecified" name="trimLine" fullname="qdesigner_internal::Connection::trimLine" href="qdesigner-internal-connection.html#trimLine" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="146" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void trimLine()"/>
<function threadsafety="unspecified" name="updateKneeList" fullname="qdesigner_internal::Connection::updateKneeList" href="qdesigner-internal-connection.html#updateKneeList" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="145" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateKneeList()"/>
<function threadsafety="unspecified" name="updatePixmap" fullname="qdesigner_internal::Connection::updatePixmap" href="qdesigner-internal-connection.html#updatePixmap" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="147" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updatePixmap(EndPoint::Type type)">
<parameter left="EndPoint::Type" right="" name="type" default=""/>
</function>
<function threadsafety="unspecified" name="updateVisibility" fullname="qdesigner_internal::Connection::updateVisibility" href="qdesigner-internal-connection.html#updateVisibility" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="110" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateVisibility()"/>
<function threadsafety="unspecified" name="~Connection" fullname="qdesigner_internal::Connection::~Connection" href="qdesigner-internal-connection.html#dtor.Connection" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="92" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~Connection()"/>
<function threadsafety="unspecified" name="edit" fullname="qdesigner_internal::Connection::edit" href="qdesigner-internal-connection.html#edit" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="127" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="ConnectionEdit *" signature="ConnectionEdit * edit() const"/>
<function threadsafety="unspecified" name="labelDir" fullname="qdesigner_internal::Connection::labelDir" href="qdesigner-internal-connection.html#labelDir" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="148" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="LineDir" signature="LineDir labelDir(EndPoint::Type type) const">
<parameter left="EndPoint::Type" right="" name="type" default=""/>
</function>
<function threadsafety="unspecified" name="object" fullname="qdesigner_internal::Connection::object" href="qdesigner-internal-connection.html#object" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="94" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * object(EndPoint::Type type) const">
<parameter left="EndPoint::Type" right="" name="type" default=""/>
</function>
<function threadsafety="unspecified" name="labelPixmap" fullname="qdesigner_internal::Connection::labelPixmap" href="qdesigner-internal-connection.html#labelPixmap" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="124" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPixmap" signature="QPixmap labelPixmap(EndPoint::Type type) const">
<parameter left="EndPoint::Type" right="" name="type" default=""/>
</function>
<function threadsafety="unspecified" name="endPointPos" fullname="qdesigner_internal::Connection::endPointPos" href="qdesigner-internal-connection.html#endPointPos" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="104" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPoint" signature="QPoint endPointPos(EndPoint::Type type) const">
<parameter left="EndPoint::Type" right="" name="type" default=""/>
</function>
<function threadsafety="unspecified" name="endPointRect" fullname="qdesigner_internal::Connection::endPointRect" href="qdesigner-internal-connection.html#endPointRect" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="105" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect endPointRect(EndPoint::Type ) const">
<parameter left="EndPoint::Type" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="groundRect" fullname="qdesigner_internal::Connection::groundRect" href="qdesigner-internal-connection.html#groundRect" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="150" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect groundRect() const"/>
<function threadsafety="unspecified" name="labelRect" fullname="qdesigner_internal::Connection::labelRect" href="qdesigner-internal-connection.html#labelRect" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="123" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect labelRect(EndPoint::Type type) const">
<parameter left="EndPoint::Type" right="" name="type" default=""/>
</function>
<function threadsafety="unspecified" name="region" fullname="qdesigner_internal::Connection::region" href="qdesigner-internal-connection.html#region" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="113" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRegion" signature="QRegion region() const"/>
<function threadsafety="unspecified" name="label" fullname="qdesigner_internal::Connection::label" href="qdesigner-internal-connection.html#label" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="120" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString label(EndPoint::Type type) const">
<parameter left="EndPoint::Type" right="" name="type" default=""/>
</function>
<function threadsafety="unspecified" name="widget" fullname="qdesigner_internal::Connection::widget" href="qdesigner-internal-connection.html#widget" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="99" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * widget(EndPoint::Type type) const">
<parameter left="EndPoint::Type" right="" name="type" default=""/>
</function>
<function threadsafety="unspecified" name="contains" fullname="qdesigner_internal::Connection::contains" href="qdesigner-internal-connection.html#contains" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="114" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool contains(const QPoint &amp;pos) const">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="ground" fullname="qdesigner_internal::Connection::ground" href="qdesigner-internal-connection.html#ground" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="149" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool ground() const"/>
<function threadsafety="unspecified" name="isVisible" fullname="qdesigner_internal::Connection::isVisible" href="qdesigner-internal-connection.html#isVisible" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="109" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isVisible() const"/>
<function threadsafety="unspecified" name="paint" fullname="qdesigner_internal::Connection::paint" href="qdesigner-internal-connection.html#paint" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="115" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void paint(QPainter *p) const">
<parameter left="QPainter *" right="" name="p" default=""/>
</function>
<function threadsafety="unspecified" name="update" fullname="qdesigner_internal::Connection::update" href="qdesigner-internal-connection.html#update" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="117" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void update(bool update_widgets) const">
<parameter left="bool" right="" name="update_widgets" default="true"/>
</function>
</class>
<class threadsafety="unspecified" name="ConnectionEdit" fullname="qdesigner_internal::ConnectionEdit" href="qdesigner-internal-connectionedit.html" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="153" bases="qdesigner_internal::CETypes">
<enum threadsafety="unspecified" name="State" fullname="qdesigner_internal::ConnectionEdit::State" href="qdesigner-internal-connectionedit.html#State-enum" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="220">
<value name="Editing" value="0"/>
<value name="Connecting" value="1"/>
<value name="Dragging" value="2"/>
</enum>
<function threadsafety="unspecified" name="createConnection" fullname="qdesigner_internal::ConnectionEdit::createConnection" href="qdesigner-internal-connectionedit.html#createConnection" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="212" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="Connection *" signature="Connection * createConnection(QWidget *source, QWidget *target)">
<parameter left="QWidget *" right="" name="source" default=""/>
<parameter left="QWidget *" right="" name="target" default=""/>
</function>
<function threadsafety="unspecified" name="newlyAddedConnection" fullname="qdesigner_internal::ConnectionEdit::newlyAddedConnection" href="qdesigner-internal-connectionedit.html#newlyAddedConnection" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="228" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="Connection *" signature="Connection * newlyAddedConnection()"/>
<function threadsafety="unspecified" name="takeConnection" fullname="qdesigner_internal::ConnectionEdit::takeConnection" href="qdesigner-internal-connectionedit.html#takeConnection" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="227" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="Connection *" signature="Connection * takeConnection(Connection *con)">
<parameter left="Connection *" right="" name="con" default=""/>
</function>
<function threadsafety="unspecified" name="ConnectionEdit" fullname="qdesigner_internal::ConnectionEdit::ConnectionEdit" href="qdesigner-internal-connectionedit.html#ConnectionEdit" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="157" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ConnectionEdit(QWidget *parent, QDesignerFormWindowInterface *form)">
<parameter left="QWidget *" right="" name="parent" default=""/>
<parameter left="QDesignerFormWindowInterface *" right="" name="form" default=""/>
</function>
<function threadsafety="unspecified" name="abortConnection" fullname="qdesigner_internal::ConnectionEdit::abortConnection" href="qdesigner-internal-connectionedit.html#abortConnection" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="236" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void abortConnection()"/>
<function threadsafety="unspecified" name="aboutToAddConnection" fullname="qdesigner_internal::ConnectionEdit::aboutToAddConnection" href="qdesigner-internal-connectionedit.html#aboutToAddConnection" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="182" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void aboutToAddConnection(int idx)">
<parameter left="int" right="" name="idx" default=""/>
</function>
<function threadsafety="unspecified" name="aboutToRemoveConnection" fullname="qdesigner_internal::ConnectionEdit::aboutToRemoveConnection" href="qdesigner-internal-connectionedit.html#aboutToRemoveConnection" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="184" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void aboutToRemoveConnection(Connection *con)">
<parameter left="Connection *" right="" name="con" default=""/>
</function>
<function threadsafety="unspecified" name="addConnection" fullname="qdesigner_internal::ConnectionEdit::addConnection" href="qdesigner-internal-connectionedit.html#addConnection" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="217" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addConnection(Connection *con)">
<parameter left="Connection *" right="" name="con" default=""/>
</function>
<function threadsafety="unspecified" name="adjustHotSopt" fullname="qdesigner_internal::ConnectionEdit::adjustHotSopt" href="qdesigner-internal-connectionedit.html#adjustHotSopt" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="241" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void adjustHotSopt(const EndPoint &amp;end_point, const QPoint &amp;pos)">
<parameter left="const EndPoint &amp;" right="" name="end_point" default=""/>
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="qdesigner_internal::ConnectionEdit::clear" href="qdesigner-internal-connectionedit.html#clear" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="174" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear()"/>
<function threadsafety="unspecified" name="clearNewlyAddedConnection" fullname="qdesigner_internal::ConnectionEdit::clearNewlyAddedConnection" href="qdesigner-internal-connectionedit.html#clearNewlyAddedConnection" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="229" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearNewlyAddedConnection()"/>
<function threadsafety="unspecified" name="connectionAdded" fullname="qdesigner_internal::ConnectionEdit::connectionAdded" href="qdesigner-internal-connectionedit.html#connectionAdded" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="183" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void connectionAdded(Connection *con)">
<parameter left="Connection *" right="" name="con" default=""/>
</function>
<function threadsafety="unspecified" name="connectionChanged" fullname="qdesigner_internal::ConnectionEdit::connectionChanged" href="qdesigner-internal-connectionedit.html#connectionChanged" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="188" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void connectionChanged(Connection *con)">
<parameter left="Connection *" right="" name="con" default=""/>
</function>
<function threadsafety="unspecified" name="connectionRemoved" fullname="qdesigner_internal::ConnectionEdit::connectionRemoved" href="qdesigner-internal-connectionedit.html#connectionRemoved" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="185" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void connectionRemoved(int idx)">
<parameter left="int" right="" name="idx" default=""/>
</function>
<function threadsafety="unspecified" name="connectionSelected" fullname="qdesigner_internal::ConnectionEdit::connectionSelected" href="qdesigner-internal-connectionedit.html#connectionSelected" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="186" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void connectionSelected(Connection *con)">
<parameter left="Connection *" right="" name="con" default=""/>
</function>
<function threadsafety="unspecified" name="contextMenuEvent" fullname="qdesigner_internal::ConnectionEdit::contextMenuEvent" href="qdesigner-internal-connectionedit.html#contextMenuEvent" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="210" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void contextMenuEvent(QContextMenuEvent *event)">
<parameter left="QContextMenuEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="continueConnection" fullname="qdesigner_internal::ConnectionEdit::continueConnection" href="qdesigner-internal-connectionedit.html#continueConnection" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="235" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void continueConnection(QWidget *target, const QPoint &amp;pos)">
<parameter left="QWidget *" right="" name="target" default=""/>
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="continueDrag" fullname="qdesigner_internal::ConnectionEdit::continueDrag" href="qdesigner-internal-connectionedit.html#continueDrag" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="239" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void continueDrag(const QPoint &amp;pos)">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="createContextMenu" fullname="qdesigner_internal::ConnectionEdit::createContextMenu" href="qdesigner-internal-connectionedit.html#createContextMenu" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="216" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void createContextMenu(QMenu &amp;menu)">
<parameter left="QMenu &amp;" right="" name="menu" default=""/>
</function>
<function threadsafety="unspecified" name="deleteSelected" fullname="qdesigner_internal::ConnectionEdit::deleteSelected" href="qdesigner-internal-connectionedit.html#deleteSelected" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="193" virtual="virtual" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void deleteSelected()"/>
<function threadsafety="unspecified" name="enableUpdateBackground" fullname="qdesigner_internal::ConnectionEdit::enableUpdateBackground" href="qdesigner-internal-connectionedit.html#enableUpdateBackground" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="200" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void enableUpdateBackground(bool enable)">
<parameter left="bool" right="" name="enable" default=""/>
</function>
<function threadsafety="unspecified" name="endConnection" fullname="qdesigner_internal::ConnectionEdit::endConnection" href="qdesigner-internal-connectionedit.html#endConnection" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="223" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void endConnection(QWidget *target, const QPoint &amp;pos)">
<parameter left="QWidget *" right="" name="target" default=""/>
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="endDrag" fullname="qdesigner_internal::ConnectionEdit::endDrag" href="qdesigner-internal-connectionedit.html#endDrag" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="240" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void endDrag(const QPoint &amp;pos)">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="findObjectsUnderMouse" fullname="qdesigner_internal::ConnectionEdit::findObjectsUnderMouse" href="qdesigner-internal-connectionedit.html#findObjectsUnderMouse" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="231" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void findObjectsUnderMouse(const QPoint &amp;pos)">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="keyPressEvent" fullname="qdesigner_internal::ConnectionEdit::keyPressEvent" href="qdesigner-internal-connectionedit.html#keyPressEvent" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="207" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void keyPressEvent(QKeyEvent *e)">
<parameter left="QKeyEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="modifyConnection" fullname="qdesigner_internal::ConnectionEdit::modifyConnection" href="qdesigner-internal-connectionedit.html#modifyConnection" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="213" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void modifyConnection(Connection *con)">
<parameter left="Connection *" right="" name="con" default=""/>
</function>
<function threadsafety="unspecified" name="mouseDoubleClickEvent" fullname="qdesigner_internal::ConnectionEdit::mouseDoubleClickEvent" href="qdesigner-internal-connectionedit.html#mouseDoubleClickEvent" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="208" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void mouseDoubleClickEvent(QMouseEvent *e)">
<parameter left="QMouseEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="mouseMoveEvent" fullname="qdesigner_internal::ConnectionEdit::mouseMoveEvent" href="qdesigner-internal-connectionedit.html#mouseMoveEvent" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="204" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void mouseMoveEvent(QMouseEvent *e)">
<parameter left="QMouseEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="mousePressEvent" fullname="qdesigner_internal::ConnectionEdit::mousePressEvent" href="qdesigner-internal-connectionedit.html#mousePressEvent" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="205" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void mousePressEvent(QMouseEvent *e)">
<parameter left="QMouseEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="mouseReleaseEvent" fullname="qdesigner_internal::ConnectionEdit::mouseReleaseEvent" href="qdesigner-internal-connectionedit.html#mouseReleaseEvent" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="206" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void mouseReleaseEvent(QMouseEvent *e)">
<parameter left="QMouseEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="objectRemoved" fullname="qdesigner_internal::ConnectionEdit::objectRemoved" href="qdesigner-internal-connectionedit.html#objectRemoved" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="197" virtual="virtual" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void objectRemoved(QObject *o)">
<parameter left="QObject *" right="" name="o" default=""/>
</function>
<function threadsafety="unspecified" name="paintEvent" fullname="qdesigner_internal::ConnectionEdit::paintEvent" href="qdesigner-internal-connectionedit.html#paintEvent" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="203" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void paintEvent(QPaintEvent *e)">
<parameter left="QPaintEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="paintLabel" fullname="qdesigner_internal::ConnectionEdit::paintLabel" href="qdesigner-internal-connectionedit.html#paintLabel" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="247" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void paintLabel(QPainter *p, EndPoint::Type type, Connection *con)">
<parameter left="QPainter *" right="" name="p" default=""/>
<parameter left="EndPoint::Type" right="" name="type" default=""/>
<parameter left="Connection *" right="" name="con" default=""/>
</function>
<function threadsafety="unspecified" name="resizeEvent" fullname="qdesigner_internal::ConnectionEdit::resizeEvent" href="qdesigner-internal-connectionedit.html#resizeEvent" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="209" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resizeEvent(QResizeEvent *e)">
<parameter left="QResizeEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="selectAll" fullname="qdesigner_internal::ConnectionEdit::selectAll" href="qdesigner-internal-connectionedit.html#selectAll" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="192" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void selectAll()"/>
<function threadsafety="unspecified" name="selectNone" fullname="qdesigner_internal::ConnectionEdit::selectNone" href="qdesigner-internal-connectionedit.html#selectNone" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="191" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void selectNone()"/>
<function threadsafety="unspecified" name="setBackground" fullname="qdesigner_internal::ConnectionEdit::setBackground" href="qdesigner-internal-connectionedit.html#setBackground" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="194" virtual="virtual" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setBackground(QWidget *background)">
<parameter left="QWidget *" right="" name="background" default=""/>
</function>
<function threadsafety="unspecified" name="setSelected" fullname="qdesigner_internal::ConnectionEdit::setSelected" href="qdesigner-internal-connectionedit.html#setSelected" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="162" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setSelected(Connection *con, bool sel)">
<parameter left="Connection *" right="" name="con" default=""/>
<parameter left="bool" right="" name="sel" default=""/>
</function>
<function threadsafety="unspecified" name="setSource" fullname="qdesigner_internal::ConnectionEdit::setSource" href="qdesigner-internal-connectionedit.html#setSource" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="169" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setSource(Connection *con, const QString &amp;obj_name)">
<parameter left="Connection *" right="" name="con" default=""/>
<parameter left="const QString &amp;" right="" name="obj_name" default=""/>
</function>
<function threadsafety="unspecified" name="setTarget" fullname="qdesigner_internal::ConnectionEdit::setTarget" href="qdesigner-internal-connectionedit.html#setTarget" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="170" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setTarget(Connection *con, const QString &amp;obj_name)">
<parameter left="Connection *" right="" name="con" default=""/>
<parameter left="const QString &amp;" right="" name="obj_name" default=""/>
</function>
<function threadsafety="unspecified" name="showEvent" fullname="qdesigner_internal::ConnectionEdit::showEvent" href="qdesigner-internal-connectionedit.html#showEvent" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="176" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showEvent(QShowEvent *e)">
<parameter left="QShowEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="startConnection" fullname="qdesigner_internal::ConnectionEdit::startConnection" href="qdesigner-internal-connectionedit.html#startConnection" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="234" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void startConnection(QWidget *source, const QPoint &amp;pos)">
<parameter left="QWidget *" right="" name="source" default=""/>
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="startDrag" fullname="qdesigner_internal::ConnectionEdit::startDrag" href="qdesigner-internal-connectionedit.html#startDrag" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="238" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void startDrag(const EndPoint &amp;end_point, const QPoint &amp;pos)">
<parameter left="const EndPoint &amp;" right="" name="end_point" default=""/>
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="updateBackground" fullname="qdesigner_internal::ConnectionEdit::updateBackground" href="qdesigner-internal-connectionedit.html#updateBackground" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="195" virtual="virtual" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateBackground()"/>
<function threadsafety="unspecified" name="updateLines" fullname="qdesigner_internal::ConnectionEdit::updateLines" href="qdesigner-internal-connectionedit.html#updateLines" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="199" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateLines()"/>
<function threadsafety="unspecified" name="widgetActivated" fullname="qdesigner_internal::ConnectionEdit::widgetActivated" href="qdesigner-internal-connectionedit.html#widgetActivated" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="187" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void widgetActivated(QWidget *wgt)">
<parameter left="QWidget *" right="" name="wgt" default=""/>
</function>
<function threadsafety="unspecified" name="widgetRemoved" fullname="qdesigner_internal::ConnectionEdit::widgetRemoved" href="qdesigner-internal-connectionedit.html#widgetRemoved" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="196" virtual="virtual" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void widgetRemoved(QWidget *w)">
<parameter left="QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="~ConnectionEdit" fullname="qdesigner_internal::ConnectionEdit::~ConnectionEdit" href="qdesigner-internal-connectionedit.html#dtor.ConnectionEdit" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="158" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~ConnectionEdit()"/>
<function threadsafety="unspecified" name="connection" fullname="qdesigner_internal::ConnectionEdit::connection" href="qdesigner-internal-connectionedit.html#connection" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="166" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Connection *" signature="Connection * connection(int i) const">
<parameter left="int" right="" name="i" default=""/>
</function>
<function threadsafety="unspecified" name="connectionAt" fullname="qdesigner_internal::ConnectionEdit::connectionAt" href="qdesigner-internal-connectionedit.html#connectionAt" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="242" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Connection *" signature="Connection * connectionAt(const QPoint &amp;pos) const">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="endPointAt" fullname="qdesigner_internal::ConnectionEdit::endPointAt" href="qdesigner-internal-connectionedit.html#endPointAt" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="243" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="EndPoint" signature="EndPoint endPointAt(const QPoint &amp;pos) const">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="widgetRect" fullname="qdesigner_internal::ConnectionEdit::widgetRect" href="qdesigner-internal-connectionedit.html#widgetRect" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="218" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect widgetRect(QWidget *w) const">
<parameter left="QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="undoStack" fullname="qdesigner_internal::ConnectionEdit::undoStack" href="qdesigner-internal-connectionedit.html#undoStack" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="172" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QUndoStack *" signature="QUndoStack * undoStack() const"/>
<function threadsafety="unspecified" name="widgetAt" fullname="qdesigner_internal::ConnectionEdit::widgetAt" href="qdesigner-internal-connectionedit.html#widgetAt" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="215" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * widgetAt(const QPoint &amp;pos) const">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="state" fullname="qdesigner_internal::ConnectionEdit::state" href="qdesigner-internal-connectionedit.html#state" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="221" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="State" signature="State state() const"/>
<function threadsafety="unspecified" name="selected" fullname="qdesigner_internal::ConnectionEdit::selected" href="qdesigner-internal-connectionedit.html#selected" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="163" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool selected(const Connection *con) const">
<parameter left="const Connection *" right="" name="con" default=""/>
</function>
<function threadsafety="unspecified" name="connectionList" fullname="qdesigner_internal::ConnectionEdit::connectionList" href="qdesigner-internal-connectionedit.html#connectionList" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="225" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const ConnectionList &amp;" signature="const ConnectionList &amp; connectionList() const"/>
<function threadsafety="unspecified" name="selection" fullname="qdesigner_internal::ConnectionEdit::selection" href="qdesigner-internal-connectionedit.html#selection" status="active" access="protected" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="226" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const ConnectionSet &amp;" signature="const ConnectionSet &amp; selection() const"/>
<function threadsafety="unspecified" name="background" fullname="qdesigner_internal::ConnectionEdit::background" href="qdesigner-internal-connectionedit.html#background" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="160" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QPointer&lt;QWidget&gt; &amp;" signature="const QPointer&lt;QWidget&gt; &amp; background() const"/>
<function threadsafety="unspecified" name="connectionCount" fullname="qdesigner_internal::ConnectionEdit::connectionCount" href="qdesigner-internal-connectionedit.html#connectionCount" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="165" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int connectionCount() const"/>
<function threadsafety="unspecified" name="indexOfConnection" fullname="qdesigner_internal::ConnectionEdit::indexOfConnection" href="qdesigner-internal-connectionedit.html#indexOfConnection" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="167" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOfConnection(Connection *con) const">
<parameter left="Connection *" right="" name="con" default=""/>
</function>
<function threadsafety="unspecified" name="paintConnection" fullname="qdesigner_internal::ConnectionEdit::paintConnection" href="qdesigner-internal-connectionedit.html#paintConnection" status="active" access="private" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="244" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void paintConnection(QPainter *p, Connection *con, WidgetSet *heavy_highlight_set, WidgetSet *light_highlight_set) const">
<parameter left="QPainter *" right="" name="p" default=""/>
<parameter left="Connection *" right="" name="con" default=""/>
<parameter left="WidgetSet *" right="" name="heavy_highlight_set" default=""/>
<parameter left="WidgetSet *" right="" name="light_highlight_set" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DeleteConnectionsCommand" fullname="qdesigner_internal::DeleteConnectionsCommand" href="qdesigner-internal-deleteconnectionscommand.html" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="297" bases="qdesigner_internal::CECommand">
<function threadsafety="unspecified" name="DeleteConnectionsCommand" fullname="qdesigner_internal::DeleteConnectionsCommand::DeleteConnectionsCommand" href="qdesigner-internal-deleteconnectionscommand.html#DeleteConnectionsCommand" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="300" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DeleteConnectionsCommand(ConnectionEdit *edit, const ConnectionList &amp;con_list)">
<parameter left="ConnectionEdit *" right="" name="edit" default=""/>
<parameter left="const ConnectionList &amp;" right="" name="con_list" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::DeleteConnectionsCommand::redo" href="qdesigner-internal-deleteconnectionscommand.html#redo" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="301" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::DeleteConnectionsCommand::undo" href="qdesigner-internal-deleteconnectionscommand.html#undo" status="active" access="public" location="connectionedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/connectionedit_p.h" lineno="302" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="CssHighlighter" fullname="qdesigner_internal::CssHighlighter" href="qdesigner-internal-csshighlighter.html" status="active" access="public" location="csshighlighter_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/csshighlighter_p.h" lineno="50">
<enum threadsafety="unspecified" name="State" fullname="qdesigner_internal::CssHighlighter::State" href="qdesigner-internal-csshighlighter.html#State-enum" status="active" access="private" location="csshighlighter_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/csshighlighter_p.h" lineno="61">
<value name="Selector" value="0"/>
<value name="Property" value="1"/>
<value name="Value" value="2"/>
<value name="Pseudo" value="3"/>
<value name="Pseudo1" value="4"/>
<value name="Pseudo2" value="5"/>
<value name="Quote" value="6"/>
<value name="MaybeComment" value="7"/>
<value name="Comment" value="8"/>
<value name="MaybeCommentEnd" value="9"/>
</enum>
<function threadsafety="unspecified" name="CssHighlighter" fullname="qdesigner_internal::CssHighlighter::CssHighlighter" href="qdesigner-internal-csshighlighter.html#CssHighlighter" status="active" access="public" location="csshighlighter_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/csshighlighter_p.h" lineno="54" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="CssHighlighter(QTextDocument *document)">
<parameter left="QTextDocument *" right="" name="document" default=""/>
</function>
<function threadsafety="unspecified" name="highlight" fullname="qdesigner_internal::CssHighlighter::highlight" href="qdesigner-internal-csshighlighter.html#highlight" status="active" access="protected" location="csshighlighter_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/csshighlighter_p.h" lineno="58" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void highlight(const QString &amp;, int , int , int State)">
<parameter left="const QString &amp;" right="" name="" default=""/>
<parameter left="int" right="" name="" default=""/>
<parameter left="int" right="" name="" default=""/>
<parameter left="int" right="" name="State" default=""/>
</function>
<function threadsafety="unspecified" name="highlightBlock" fullname="qdesigner_internal::CssHighlighter::highlightBlock" href="qdesigner-internal-csshighlighter.html#highlightBlock" status="active" access="protected" location="csshighlighter_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/csshighlighter_p.h" lineno="57" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void highlightBlock(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DeviceProfile" fullname="qdesigner_internal::DeviceProfile" href="qdesigner-internal-deviceprofile.html" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="63">
<enum threadsafety="unspecified" name="ApplyMode" fullname="qdesigner_internal::DeviceProfile::ApplyMode" href="qdesigner-internal-deviceprofile.html#ApplyMode-enum" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="107">
<value name="ApplyFormParent" value="0"/>
<value name="ApplyPreview" value="1"/>
</enum>
<function threadsafety="unspecified" name="operator=" fullname="qdesigner_internal::DeviceProfile::operator=" href="qdesigner-internal-deviceprofile.html#operator-eq" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="68" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DeviceProfile &amp;" signature="DeviceProfile &amp; operator=(const DeviceProfile &amp;)">
<parameter left="const DeviceProfile &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="DeviceProfile" fullname="qdesigner_internal::DeviceProfile::DeviceProfile" href="qdesigner-internal-deviceprofile.html#DeviceProfile" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="65" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DeviceProfile()"/>
<function threadsafety="unspecified" name="DeviceProfile" fullname="qdesigner_internal::DeviceProfile::DeviceProfile" href="qdesigner-internal-deviceprofile.html#DeviceProfile-1" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="67" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DeviceProfile(const DeviceProfile &amp;)">
<parameter left="const DeviceProfile &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="fromXml" fullname="qdesigner_internal::DeviceProfile::fromXml" href="qdesigner-internal-deviceprofile.html#fromXml" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="123" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool fromXml(const QString &amp;xml, QString *errorMessage)">
<parameter left="const QString &amp;" right="" name="xml" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="applyDPI" fullname="qdesigner_internal::DeviceProfile::applyDPI" href="qdesigner-internal-deviceprofile.html#applyDPI" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="118" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void applyDPI(int dpiX, int dpiY, QWidget *widget)">
<parameter left="int" right="" name="dpiX" default=""/>
<parameter left="int" right="" name="dpiY" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="qdesigner_internal::DeviceProfile::clear" href="qdesigner-internal-deviceprofile.html#clear" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="71" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear()"/>
<function threadsafety="unspecified" name="fromSystem" fullname="qdesigner_internal::DeviceProfile::fromSystem" href="qdesigner-internal-deviceprofile.html#fromSystem" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="99" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void fromSystem()"/>
<function threadsafety="unspecified" name="setDpiX" fullname="qdesigner_internal::DeviceProfile::setDpiX" href="qdesigner-internal-deviceprofile.html#setDpiX" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="90" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDpiX(int d)">
<parameter left="int" right="" name="d" default=""/>
</function>
<function threadsafety="unspecified" name="setDpiY" fullname="qdesigner_internal::DeviceProfile::setDpiY" href="qdesigner-internal-deviceprofile.html#setDpiY" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="92" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDpiY(int d)">
<parameter left="int" right="" name="d" default=""/>
</function>
<function threadsafety="unspecified" name="setFontFamily" fullname="qdesigner_internal::DeviceProfile::setFontFamily" href="qdesigner-internal-deviceprofile.html#setFontFamily" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="82" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFontFamily(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setFontPointSize" fullname="qdesigner_internal::DeviceProfile::setFontPointSize" href="qdesigner-internal-deviceprofile.html#setFontPointSize" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="86" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFontPointSize(int p)">
<parameter left="int" right="" name="p" default=""/>
</function>
<function threadsafety="unspecified" name="setName" fullname="qdesigner_internal::DeviceProfile::setName" href="qdesigner-internal-deviceprofile.html#setName" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="75" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setName(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setStyle" fullname="qdesigner_internal::DeviceProfile::setStyle" href="qdesigner-internal-deviceprofile.html#setStyle" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="96" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setStyle(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="systemResolution" fullname="qdesigner_internal::DeviceProfile::systemResolution" href="qdesigner-internal-deviceprofile.html#systemResolution" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="101" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void systemResolution(int *dpiX, int *dpiY)">
<parameter left="int *" right="" name="dpiX" default=""/>
<parameter left="int *" right="" name="dpiY" default=""/>
</function>
<function threadsafety="unspecified" name="widgetResolution" fullname="qdesigner_internal::DeviceProfile::widgetResolution" href="qdesigner-internal-deviceprofile.html#widgetResolution" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="102" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void widgetResolution(const QWidget *w, int *dpiX, int *dpiY)">
<parameter left="const QWidget *" right="" name="w" default=""/>
<parameter left="int *" right="" name="dpiX" default=""/>
<parameter left="int *" right="" name="dpiY" default=""/>
</function>
<function threadsafety="unspecified" name="~DeviceProfile" fullname="qdesigner_internal::DeviceProfile::~DeviceProfile" href="qdesigner-internal-deviceprofile.html#dtor.DeviceProfile" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="69" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DeviceProfile()"/>
<function threadsafety="unspecified" name="fontFamily" fullname="qdesigner_internal::DeviceProfile::fontFamily" href="qdesigner-internal-deviceprofile.html#fontFamily" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString fontFamily() const"/>
<function threadsafety="unspecified" name="name" fullname="qdesigner_internal::DeviceProfile::name" href="qdesigner-internal-deviceprofile.html#name" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="74" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString name() const"/>
<function threadsafety="unspecified" name="style" fullname="qdesigner_internal::DeviceProfile::style" href="qdesigner-internal-deviceprofile.html#style" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="95" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString style() const"/>
<function threadsafety="unspecified" name="toString" fullname="qdesigner_internal::DeviceProfile::toString" href="qdesigner-internal-deviceprofile.html#toString" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="120" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString toString() const"/>
<function threadsafety="unspecified" name="toXml" fullname="qdesigner_internal::DeviceProfile::toXml" href="qdesigner-internal-deviceprofile.html#toXml" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="122" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString toXml() const"/>
<function threadsafety="unspecified" name="equals" fullname="qdesigner_internal::DeviceProfile::equals" href="qdesigner-internal-deviceprofile.html#equals" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="104" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool equals(const DeviceProfile &amp;rhs) const">
<parameter left="const DeviceProfile &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="isEmpty" fullname="qdesigner_internal::DeviceProfile::isEmpty" href="qdesigner-internal-deviceprofile.html#isEmpty" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="78" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isEmpty() const"/>
<function threadsafety="unspecified" name="dpiX" fullname="qdesigner_internal::DeviceProfile::dpiX" href="qdesigner-internal-deviceprofile.html#dpiX" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="89" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int dpiX() const"/>
<function threadsafety="unspecified" name="dpiY" fullname="qdesigner_internal::DeviceProfile::dpiY" href="qdesigner-internal-deviceprofile.html#dpiY" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="91" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int dpiY() const"/>
<function threadsafety="unspecified" name="fontPointSize" fullname="qdesigner_internal::DeviceProfile::fontPointSize" href="qdesigner-internal-deviceprofile.html#fontPointSize" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="85" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int fontPointSize() const"/>
<function threadsafety="unspecified" name="apply" fullname="qdesigner_internal::DeviceProfile::apply" href="qdesigner-internal-deviceprofile.html#apply" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="116" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void apply(const QDesignerFormEditorInterface *core, QWidget *widget, ApplyMode am) const">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="ApplyMode" right="" name="am" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DialogGui" fullname="qdesigner_internal::DialogGui" href="qdesigner-internal-dialoggui.html" status="active" access="public" location="dialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/dialoggui_p.h" lineno="52">
<function threadsafety="unspecified" name="DialogGui" fullname="qdesigner_internal::DialogGui::DialogGui" href="qdesigner-internal-dialoggui.html#DialogGui" status="active" access="public" location="dialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/dialoggui_p.h" lineno="55" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DialogGui()"/>
<function threadsafety="unspecified" name="ensureIconProvider" fullname="qdesigner_internal::DialogGui::ensureIconProvider" href="qdesigner-internal-dialoggui.html#ensureIconProvider" status="active" access="private" location="dialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/dialoggui_p.h" lineno="84" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QFileIconProvider *" signature="QFileIconProvider * ensureIconProvider()"/>
<function threadsafety="unspecified" name="message" fullname="qdesigner_internal::DialogGui::message" href="qdesigner-internal-dialoggui.html#message" status="active" access="public" location="dialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/dialoggui_p.h" lineno="58" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QMessageBox::StandardButton" signature="QMessageBox::StandardButton message(QWidget *parent, Message context, QMessageBox::Icon icon, const QString &amp;title, const QString &amp;text, QMessageBox::StandardButtons buttons, QMessageBox::StandardButton defaultButton)">
<parameter left="QWidget *" right="" name="parent" default=""/>
<parameter left="Message" right="" name="context" default=""/>
<parameter left="QMessageBox::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="QMessageBox::StandardButtons" right="" name="buttons" default="QMessageBox::Ok"/>
<parameter left="QMessageBox::StandardButton" right="" name="defaultButton" default="QMessageBox::NoButton"/>
</function>
<function threadsafety="unspecified" name="message" fullname="qdesigner_internal::DialogGui::message" href="qdesigner-internal-dialoggui.html#message-1" status="active" access="public" location="dialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/dialoggui_p.h" lineno="63" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QMessageBox::StandardButton" signature="QMessageBox::StandardButton message(QWidget *parent, Message context, QMessageBox::Icon icon, const QString &amp;title, const QString &amp;text, const QString &amp;informativeText, QMessageBox::StandardButtons buttons, QMessageBox::StandardButton defaultButton)">
<parameter left="QWidget *" right="" name="parent" default=""/>
<parameter left="Message" right="" name="context" default=""/>
<parameter left="QMessageBox::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="const QString &amp;" right="" name="informativeText" default=""/>
<parameter left="QMessageBox::StandardButtons" right="" name="buttons" default="QMessageBox::Ok"/>
<parameter left="QMessageBox::StandardButton" right="" name="defaultButton" default="QMessageBox::NoButton"/>
</function>
<function threadsafety="unspecified" name="message" fullname="qdesigner_internal::DialogGui::message" href="qdesigner-internal-dialoggui.html#message-2" status="active" access="public" location="dialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/dialoggui_p.h" lineno="69" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QMessageBox::StandardButton" signature="QMessageBox::StandardButton message(QWidget *parent, Message context, QMessageBox::Icon icon, const QString &amp;title, const QString &amp;text, const QString &amp;informativeText, const QString &amp;detailedText, QMessageBox::StandardButtons buttons, QMessageBox::StandardButton defaultButton)">
<parameter left="QWidget *" right="" name="parent" default=""/>
<parameter left="Message" right="" name="context" default=""/>
<parameter left="QMessageBox::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="const QString &amp;" right="" name="informativeText" default=""/>
<parameter left="const QString &amp;" right="" name="detailedText" default=""/>
<parameter left="QMessageBox::StandardButtons" right="" name="buttons" default="QMessageBox::Ok"/>
<parameter left="QMessageBox::StandardButton" right="" name="defaultButton" default="QMessageBox::NoButton"/>
</function>
<function threadsafety="unspecified" name="getExistingDirectory" fullname="qdesigner_internal::DialogGui::getExistingDirectory" href="qdesigner-internal-dialoggui.html#getExistingDirectory" status="active" access="public" location="dialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/dialoggui_p.h" lineno="75" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString getExistingDirectory(QWidget *parent, const QString &amp;caption, const QString &amp;dir, QFileDialog::Options 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="QFileDialog::Options" right="" name="options" default="QFileDialog::ShowDirsOnly"/>
</function>
<function threadsafety="unspecified" name="getOpenFileName" fullname="qdesigner_internal::DialogGui::getOpenFileName" href="qdesigner-internal-dialoggui.html#getOpenFileName" status="active" access="public" location="dialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/dialoggui_p.h" lineno="76" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString getOpenFileName(QWidget *parent, const QString &amp;caption, const QString &amp;dir, const QString &amp;filter, QString *selectedFilter, QFileDialog::Options 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="QFileDialog::Options" right="" name="options" default="0"/>
</function>
<function threadsafety="unspecified" name="getOpenImageFileName" fullname="qdesigner_internal::DialogGui::getOpenImageFileName" href="qdesigner-internal-dialoggui.html#getOpenImageFileName" status="active" access="public" location="dialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/dialoggui_p.h" lineno="80" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString getOpenImageFileName(QWidget *parent, const QString &amp;caption, const QString &amp;dir, const QString &amp;filter, QString *selectedFilter, QFileDialog::Options 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="QFileDialog::Options" right="" name="options" default="0"/>
</function>
<function threadsafety="unspecified" name="getSaveFileName" fullname="qdesigner_internal::DialogGui::getSaveFileName" href="qdesigner-internal-dialoggui.html#getSaveFileName" status="active" access="public" location="dialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/dialoggui_p.h" lineno="78" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString getSaveFileName(QWidget *parent, const QString &amp;caption, const QString &amp;dir, const QString &amp;filter, QString *selectedFilter, QFileDialog::Options 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="QFileDialog::Options" right="" name="options" default="0"/>
</function>
<function threadsafety="unspecified" name="getOpenFileNames" fullname="qdesigner_internal::DialogGui::getOpenFileNames" href="qdesigner-internal-dialoggui.html#getOpenFileNames" status="active" access="public" location="dialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/dialoggui_p.h" lineno="77" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList getOpenFileNames(QWidget *parent, const QString &amp;caption, const QString &amp;dir, const QString &amp;filter, QString *selectedFilter, QFileDialog::Options 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="QFileDialog::Options" right="" name="options" default="0"/>
</function>
<function threadsafety="unspecified" name="getOpenImageFileNames" fullname="qdesigner_internal::DialogGui::getOpenImageFileNames" href="qdesigner-internal-dialoggui.html#getOpenImageFileNames" status="active" access="public" location="dialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/dialoggui_p.h" lineno="81" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList getOpenImageFileNames(QWidget *parent, const QString &amp;caption, const QString &amp;dir, const QString &amp;filter, QString *selectedFilter, QFileDialog::Options 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="QFileDialog::Options" right="" name="options" default="0"/>
</function>
<function threadsafety="unspecified" name="initializeImageFileDialog" fullname="qdesigner_internal::DialogGui::initializeImageFileDialog" href="qdesigner-internal-dialoggui.html#initializeImageFileDialog" status="active" access="private" location="dialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/dialoggui_p.h" lineno="85" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void initializeImageFileDialog(QFileDialog &amp;fd, QFileDialog::Options options, QFileDialog::FileMode )">
<parameter left="QFileDialog &amp;" right="" name="fd" default=""/>
<parameter left="QFileDialog::Options" right="" name="options" default=""/>
<parameter left="QFileDialog::FileMode" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="~DialogGui" fullname="qdesigner_internal::DialogGui::~DialogGui" href="qdesigner-internal-dialoggui.html#dtor.DialogGui" status="active" access="public" location="dialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/dialoggui_p.h" lineno="56" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DialogGui()"/>
</class>
<class threadsafety="unspecified" name="ExtensionFactory" fullname="qdesigner_internal::ExtensionFactory" href="qdesigner-internal-extensionfactory.html" status="active" access="public" location="extensionfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/extensionfactory_p.h" lineno="52" bases="QExtensionFactory">
<function threadsafety="unspecified" name="ExtensionFactory" fullname="qdesigner_internal::ExtensionFactory::ExtensionFactory" href="qdesigner-internal-extensionfactory.html#ExtensionFactory" status="active" access="public" location="extensionfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/extensionfactory_p.h" lineno="55" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ExtensionFactory(const QString &amp;iid, QExtensionManager *parent)">
<parameter left="const QString &amp;" right="" name="iid" default=""/>
<parameter left="QExtensionManager *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="registerExtension" fullname="qdesigner_internal::ExtensionFactory::registerExtension" href="qdesigner-internal-extensionfactory.html#registerExtension" status="active" access="public" location="extensionfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/extensionfactory_p.h" lineno="58" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void registerExtension(QExtensionManager *mgr, const QString &amp;iid)">
<parameter left="QExtensionManager *" right="" name="mgr" default=""/>
<parameter left="const QString &amp;" right="" name="iid" default=""/>
</function>
<function threadsafety="unspecified" name="checkObject" fullname="qdesigner_internal::ExtensionFactory::checkObject" href="qdesigner-internal-extensionfactory.html#checkObject" status="active" access="private" location="extensionfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/extensionfactory_p.h" lineno="66" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Object *" signature="Object * checkObject(QObject *qObject) const">
<parameter left="QObject *" right="" name="qObject" default=""/>
</function>
<function threadsafety="unspecified" name="createExtension" fullname="qdesigner_internal::ExtensionFactory::createExtension" href="qdesigner-internal-extensionfactory.html#createExtension" status="active" access="protected" location="extensionfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/extensionfactory_p.h" lineno="61" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * createExtension(QObject *qObject, const QString &amp;iid, QObject *parent) const">
<parameter left="QObject *" right="" name="qObject" default=""/>
<parameter left="const QString &amp;" right="" name="iid" default=""/>
<parameter left="QObject *" right="" name="parent" default=""/>
</function>
</class>
<function threadsafety="unspecified" name="ExtensionFactory" fullname="qdesigner_internal::ExtensionFactory" href="qdesigner-internal.html#ExtensionFactory" status="active" access="public" location="extensionfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/extensionfactory_p.h" lineno="72" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ExtensionFactory(const QString &amp;iid, QExtensionManager *parent)">
<parameter left="const QString &amp;" right="" name="iid" default=""/>
<parameter left="QExtensionManager *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="operator!=" fullname="qdesigner_internal::operator!=" href="qdesigner-internal.html#operator-not-eq" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="131" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator!=(const DeviceProfile &amp;s1, const DeviceProfile &amp;s2)">
<parameter left="const DeviceProfile &amp;" right="" name="s1" default=""/>
<parameter left="const DeviceProfile &amp;" right="" name="s2" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" fullname="qdesigner_internal::operator==" href="qdesigner-internal.html#operator-eq-eq" status="active" access="public" location="deviceprofile_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/deviceprofile_p.h" lineno="129" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator==(const DeviceProfile &amp;s1, const DeviceProfile &amp;s2)">
<parameter left="const DeviceProfile &amp;" right="" name="s1" default=""/>
<parameter left="const DeviceProfile &amp;" right="" name="s2" default=""/>
</function>
<function threadsafety="unspecified" name="registerExtension" fullname="qdesigner_internal::registerExtension" href="qdesigner-internal.html#registerExtension" status="active" access="public" location="extensionfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/extensionfactory_p.h" lineno="98" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void registerExtension(QExtensionManager *mgr, const QString &amp;iid)">
<parameter left="QExtensionManager *" right="" name="mgr" default=""/>
<parameter left="const QString &amp;" right="" name="iid" default=""/>
</function>
<function threadsafety="unspecified" name="checkObject" fullname="qdesigner_internal::checkObject" href="qdesigner-internal.html#checkObject" status="active" access="public" location="extensionfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/extensionfactory_p.h" lineno="79" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Object *" signature="Object * checkObject(QObject *qObject) const">
<parameter left="QObject *" right="" name="qObject" default=""/>
</function>
<function threadsafety="unspecified" name="createExtension" fullname="qdesigner_internal::createExtension" href="qdesigner-internal.html#createExtension" status="active" access="public" location="extensionfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/extensionfactory_p.h" lineno="85" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * createExtension(QObject *qObject, const QString &amp;iid, QObject *parent) const">
<parameter left="QObject *" right="" name="qObject" default=""/>
<parameter left="const QString &amp;" right="" name="iid" default=""/>
<parameter left="QObject *" right="" name="parent" default=""/>
</function>
<class threadsafety="unspecified" name="FormLayoutMenu" fullname="qdesigner_internal::FormLayoutMenu" href="qdesigner-internal-formlayoutmenu.html" status="active" access="public" location="formlayoutmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formlayoutmenu_p.h" lineno="59">
<typedef threadsafety="unspecified" name="ActionList" fullname="qdesigner_internal::FormLayoutMenu::ActionList" href="qdesigner-internal-formlayoutmenu.html#ActionList-typedef" status="active" access="public" location="formlayoutmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formlayoutmenu_p.h" lineno="64"/>
<function threadsafety="unspecified" name="FormLayoutMenu" fullname="qdesigner_internal::FormLayoutMenu::FormLayoutMenu" href="qdesigner-internal-formlayoutmenu.html#FormLayoutMenu" status="active" access="public" location="formlayoutmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formlayoutmenu_p.h" lineno="66" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="FormLayoutMenu(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="preferredEditAction" fullname="qdesigner_internal::FormLayoutMenu::preferredEditAction" href="qdesigner-internal-formlayoutmenu.html#preferredEditAction" status="active" access="public" location="formlayoutmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formlayoutmenu_p.h" lineno="72" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * preferredEditAction(QWidget *w, QDesignerFormWindowInterface *fw)">
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="populate" fullname="qdesigner_internal::FormLayoutMenu::populate" href="qdesigner-internal-formlayoutmenu.html#populate" status="active" access="public" location="formlayoutmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formlayoutmenu_p.h" lineno="69" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void populate(QWidget *w, QDesignerFormWindowInterface *fw, ActionList &amp;actions)">
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="ActionList &amp;" right="" name="actions" default=""/>
</function>
<function threadsafety="unspecified" name="slotAddRow" fullname="qdesigner_internal::FormLayoutMenu::slotAddRow" href="qdesigner-internal-formlayoutmenu.html#slotAddRow" status="active" access="private" location="formlayoutmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formlayoutmenu_p.h" lineno="75" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotAddRow()"/>
</class>
<class threadsafety="unspecified" name="FormWindowBase" fullname="qdesigner_internal::FormWindowBase" href="qdesigner-internal-formwindowbase.html" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="67" bases="QDesignerFormWindowInterface">
<enum threadsafety="unspecified" name="HighlightMode" fullname="qdesigner_internal::FormWindowBase::HighlightMode" href="qdesigner-internal-formwindowbase.html#HighlightMode-enum" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="71">
<value name="Restore" value="0"/>
<value name="Highlight" value="1"/>
</enum>
<enum threadsafety="unspecified" name="LineTerminatorMode" fullname="qdesigner_internal::FormWindowBase::LineTerminatorMode" href="qdesigner-internal-formwindowbase.html#LineTerminatorMode-enum" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="150">
<value name="LFLineTerminator" value="0"/>
<value name="CRLFLineTerminator" value="1"/>
<value name="NativeLineTerminator" value="CRLFLineTerminator"/>
</enum>
<enum threadsafety="unspecified" name="PasteMode" fullname="qdesigner_internal::FormWindowBase::PasteMode" href="qdesigner-internal-formwindowbase.html#PasteMode-enum" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="124">
<value name="PasteAll" value="0"/>
<value name="PasteActionsOnly" value="1"/>
</enum>
<enum threadsafety="unspecified" name="WidgetUnderMouseMode" fullname="qdesigner_internal::FormWindowBase::WidgetUnderMouseMode" href="qdesigner-internal-formwindowbase.html#WidgetUnderMouseMode-enum" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="114">
<value name="FindSingleSelectionDropTarget" value="0"/>
<value name="FindMultiSelectionDropTarget" value="1"/>
</enum>
<function threadsafety="unspecified" name="FormWindowBase" fullname="qdesigner_internal::FormWindowBase::FormWindowBase" href="qdesigner-internal-formwindowbase.html#FormWindowBase" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="73" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="FormWindowBase(QDesignerFormEditorInterface *core, QWidget *parent, Qt::WindowFlags flags)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
<parameter left="Qt::WindowFlags" right="" name="flags" default="0"/>
</function>
<function threadsafety="unspecified" name="createFormBuilder" fullname="qdesigner_internal::FormWindowBase::createFormBuilder" href="qdesigner-internal-formwindowbase.html#createFormBuilder" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="130" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QEditorFormBuilder *" signature="QEditorFormBuilder * createFormBuilder() = 0"/>
<function threadsafety="unspecified" name="createExtensionTaskMenu" fullname="qdesigner_internal::FormWindowBase::createExtensionTaskMenu" href="qdesigner-internal-formwindowbase.html#createExtensionTaskMenu" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="108" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QMenu *" signature="QMenu * createExtensionTaskMenu(QDesignerFormWindowInterface *fw, QObject *o, bool trailingSeparator)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="QObject *" right="" name="o" default=""/>
<parameter left="bool" right="" name="trailingSeparator" default="true"/>
</function>
<function threadsafety="unspecified" name="initializePopupMenu" fullname="qdesigner_internal::FormWindowBase::initializePopupMenu" href="qdesigner-internal-formwindowbase.html#initializePopupMenu" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="106" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QMenu *" signature="QMenu * initializePopupMenu(QWidget *managedWidget)">
<parameter left="QWidget *" right="" name="managedWidget" default=""/>
</function>
<function threadsafety="unspecified" name="formData" fullname="qdesigner_internal::FormWindowBase::formData" href="qdesigner-internal-formwindowbase.html#formData" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="76" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QVariantMap" signature="QVariantMap formData()"/>
<function threadsafety="unspecified" name="widgetAt" fullname="qdesigner_internal::FormWindowBase::widgetAt" href="qdesigner-internal-formwindowbase.html#widgetAt" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="117" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * widgetAt(const QPoint &amp;pos) = 0">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="widgetUnderMouse" fullname="qdesigner_internal::FormWindowBase::widgetUnderMouse" href="qdesigner-internal-formwindowbase.html#widgetUnderMouse" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="115" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * widgetUnderMouse(const QPoint &amp;formPos, WidgetUnderMouseMode m)">
<parameter left="const QPoint &amp;" right="" name="formPos" default=""/>
<parameter left="WidgetUnderMouseMode" right="" name="m" default=""/>
</function>
<function threadsafety="unspecified" name="blockSelectionChanged" fullname="qdesigner_internal::FormWindowBase::blockSelectionChanged" href="qdesigner-internal-formwindowbase.html#blockSelectionChanged" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="132" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool blockSelectionChanged(bool blocked) = 0">
<parameter left="bool" right="" name="blocked" default=""/>
</function>
<function threadsafety="unspecified" name="dropWidgets" fullname="qdesigner_internal::FormWindowBase::dropWidgets" href="qdesigner-internal-formwindowbase.html#dropWidgets" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="110" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool dropWidgets(const QList&lt;QDesignerDnDItemInterface *&gt; &amp;item_list, QWidget *target, const QPoint &amp;global_mouse_pos) = 0">
<parameter left="const QList&lt;QDesignerDnDItemInterface *&gt; &amp;" right="" name="item_list" default=""/>
<parameter left="QWidget *" right="" name="target" default=""/>
<parameter left="const QPoint &amp;" right="" name="global_mouse_pos" default=""/>
</function>
<function threadsafety="unspecified" name="defaultDesignerGrid" fullname="qdesigner_internal::FormWindowBase::defaultDesignerGrid" href="qdesigner-internal-formwindowbase.html#defaultDesignerGrid" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="102" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="const Grid &amp;" signature="const Grid &amp; defaultDesignerGrid()"/>
<function threadsafety="unspecified" name="addReloadableProperty" fullname="qdesigner_internal::FormWindowBase::addReloadableProperty" href="qdesigner-internal-formwindowbase.html#addReloadableProperty" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="138" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addReloadableProperty(QDesignerPropertySheet *sheet, int index)">
<parameter left="QDesignerPropertySheet *" right="" name="sheet" default=""/>
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="addReloadablePropertySheet" fullname="qdesigner_internal::FormWindowBase::addReloadablePropertySheet" href="qdesigner-internal-formwindowbase.html#addReloadablePropertySheet" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="140" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addReloadablePropertySheet(QDesignerPropertySheet *sheet, QObject *object)">
<parameter left="QDesignerPropertySheet *" right="" name="sheet" default=""/>
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="connectSheet" fullname="qdesigner_internal::FormWindowBase::connectSheet" href="qdesigner-internal-formwindowbase.html#connectSheet" status="active" access="private" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="173" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void connectSheet(QDesignerPropertySheet *sheet)">
<parameter left="QDesignerPropertySheet *" right="" name="sheet" default=""/>
</function>
<function threadsafety="unspecified" name="deleteWidgetList" fullname="qdesigner_internal::FormWindowBase::deleteWidgetList" href="qdesigner-internal-formwindowbase.html#deleteWidgetList" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="120" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void deleteWidgetList(const QWidgetList &amp;widget_list)">
<parameter left="const QWidgetList &amp;" right="" name="widget_list" default=""/>
</function>
<function threadsafety="unspecified" name="disconnectSheet" fullname="qdesigner_internal::FormWindowBase::disconnectSheet" href="qdesigner-internal-formwindowbase.html#disconnectSheet" status="active" access="private" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="174" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void disconnectSheet(QDesignerPropertySheet *sheet)">
<parameter left="QDesignerPropertySheet *" right="" name="sheet" default=""/>
</function>
<function threadsafety="unspecified" name="emitObjectRemoved" fullname="qdesigner_internal::FormWindowBase::emitObjectRemoved" href="qdesigner-internal-formwindowbase.html#emitObjectRemoved" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="144" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void emitObjectRemoved(QObject *o)">
<parameter left="QObject *" right="" name="o" default=""/>
</function>
<function threadsafety="unspecified" name="emitWidgetRemoved" fullname="qdesigner_internal::FormWindowBase::emitWidgetRemoved" href="qdesigner-internal-formwindowbase.html#emitWidgetRemoved" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="143" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void emitWidgetRemoved(QWidget *w)">
<parameter left="QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="highlightWidget" fullname="qdesigner_internal::FormWindowBase::highlightWidget" href="qdesigner-internal-formwindowbase.html#highlightWidget" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="122" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void highlightWidget(QWidget *w, const QPoint &amp;pos, HighlightMode mode) = 0">
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
<parameter left="HighlightMode" right="" name="mode" default="Highlight"/>
</function>
<function threadsafety="unspecified" name="paste" fullname="qdesigner_internal::FormWindowBase::paste" href="qdesigner-internal-formwindowbase.html#paste" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="126" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void paste(PasteMode pasteMode) = 0">
<parameter left="PasteMode" right="" name="pasteMode" default=""/>
</function>
<function threadsafety="unspecified" name="reloadProperties" fullname="qdesigner_internal::FormWindowBase::reloadProperties" href="qdesigner-internal-formwindowbase.html#reloadProperties" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="141" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void reloadProperties()"/>
<function threadsafety="unspecified" name="removeReloadableProperty" fullname="qdesigner_internal::FormWindowBase::removeReloadableProperty" href="qdesigner-internal-formwindowbase.html#removeReloadableProperty" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="139" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeReloadableProperty(QDesignerPropertySheet *sheet, int index)">
<parameter left="QDesignerPropertySheet *" right="" name="sheet" default=""/>
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="resourceSetActivated" fullname="qdesigner_internal::FormWindowBase::resourceSetActivated" href="qdesigner-internal-formwindowbase.html#resourceSetActivated" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="165" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resourceSetActivated(QtResourceSet *resourceSet, bool resourceSetChanged)">
<parameter left="QtResourceSet *" right="" name="resourceSet" default=""/>
<parameter left="bool" right="" name="resourceSetChanged" default=""/>
</function>
<function threadsafety="unspecified" name="setDefaultDesignerGrid" fullname="qdesigner_internal::FormWindowBase::setDefaultDesignerGrid" href="qdesigner-internal-formwindowbase.html#setDefaultDesignerGrid" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="103" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void setDefaultDesignerGrid(const Grid &amp;grid)">
<parameter left="const Grid &amp;" right="" name="grid" default=""/>
</function>
<function threadsafety="unspecified" name="setDesignerGrid" fullname="qdesigner_internal::FormWindowBase::setDesignerGrid" href="qdesigner-internal-formwindowbase.html#setDesignerGrid" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="92" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDesignerGrid(const Grid &amp;grid)">
<parameter left="const Grid &amp;" right="" name="grid" default=""/>
</function>
<function threadsafety="unspecified" name="setFeatures" fullname="qdesigner_internal::FormWindowBase::setFeatures" href="qdesigner-internal-formwindowbase.html#setFeatures" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="89" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFeatures(Feature f)">
<parameter left="Feature" right="" name="f" default=""/>
</function>
<function threadsafety="unspecified" name="setFormData" fullname="qdesigner_internal::FormWindowBase::setFormData" href="qdesigner-internal-formwindowbase.html#setFormData" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="77" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFormData(const QVariantMap &amp;vm)">
<parameter left="const QVariantMap &amp;" right="" name="vm" default=""/>
</function>
<function threadsafety="unspecified" name="setGrid" fullname="qdesigner_internal::FormWindowBase::setGrid" href="qdesigner-internal-formwindowbase.html#setGrid" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="85" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setGrid(const QPoint &amp;grid)">
<parameter left="const QPoint &amp;" right="" name="grid" default=""/>
</function>
<function threadsafety="unspecified" name="setHasFormGrid" fullname="qdesigner_internal::FormWindowBase::setHasFormGrid" href="qdesigner-internal-formwindowbase.html#setHasFormGrid" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="95" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setHasFormGrid(bool b)">
<parameter left="bool" right="" name="b" default=""/>
</function>
<function threadsafety="unspecified" name="setLineTerminatorMode" fullname="qdesigner_internal::FormWindowBase::setLineTerminatorMode" href="qdesigner-internal-formwindowbase.html#setLineTerminatorMode" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="161" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setLineTerminatorMode(LineTerminatorMode mode)">
<parameter left="LineTerminatorMode" right="" name="mode" default=""/>
</function>
<function threadsafety="unspecified" name="setResourceFileSaveMode" fullname="qdesigner_internal::FormWindowBase::setResourceFileSaveMode" href="qdesigner-internal-formwindowbase.html#setResourceFileSaveMode" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="100" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setResourceFileSaveMode(ResourceFileSaveMode behavior)">
<parameter left="ResourceFileSaveMode" right="" name="behavior" default=""/>
</function>
<function threadsafety="unspecified" name="setResourceSet" fullname="qdesigner_internal::FormWindowBase::setResourceSet" href="qdesigner-internal-formwindowbase.html#setResourceSet" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="137" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setResourceSet(QtResourceSet *resourceSet)">
<parameter left="QtResourceSet *" right="" name="resourceSet" default=""/>
</function>
<function threadsafety="unspecified" name="sheetDestroyed" fullname="qdesigner_internal::FormWindowBase::sheetDestroyed" href="qdesigner-internal-formwindowbase.html#sheetDestroyed" status="active" access="private" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="169" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void sheetDestroyed(QObject *object)">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="syncGridFeature" fullname="qdesigner_internal::FormWindowBase::syncGridFeature" href="qdesigner-internal-formwindowbase.html#syncGridFeature" status="active" access="private" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="172" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void syncGridFeature()"/>
<function threadsafety="unspecified" name="triggerDefaultAction" fullname="qdesigner_internal::FormWindowBase::triggerDefaultAction" href="qdesigner-internal-formwindowbase.html#triggerDefaultAction" status="active" access="private" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="168" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void triggerDefaultAction(QWidget *w)">
<parameter left="QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="~FormWindowBase" fullname="qdesigner_internal::FormWindowBase::~FormWindowBase" href="qdesigner-internal-formwindowbase.html#dtor.FormWindowBase" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="74" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~FormWindowBase()"/>
<function threadsafety="unspecified" name="iconCache" fullname="qdesigner_internal::FormWindowBase::iconCache" href="qdesigner-internal-formwindowbase.html#iconCache" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="135" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DesignerIconCache *" signature="DesignerIconCache * iconCache() const"/>
<function threadsafety="unspecified" name="pixmapCache" fullname="qdesigner_internal::FormWindowBase::pixmapCache" href="qdesigner-internal-formwindowbase.html#pixmapCache" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="134" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DesignerPixmapCache *" signature="DesignerPixmapCache * pixmapCache() const"/>
<function threadsafety="unspecified" name="deviceProfile" fullname="qdesigner_internal::FormWindowBase::deviceProfile" href="qdesigner-internal-formwindowbase.html#deviceProfile" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="146" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DeviceProfile" signature="DeviceProfile deviceProfile() const"/>
<function threadsafety="unspecified" name="features" fullname="qdesigner_internal::FormWindowBase::features" href="qdesigner-internal-formwindowbase.html#features" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="88" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Feature" signature="Feature features() const"/>
<function threadsafety="unspecified" name="lineTerminatorMode" fullname="qdesigner_internal::FormWindowBase::lineTerminatorMode" href="qdesigner-internal-formwindowbase.html#lineTerminatorMode" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="162" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="LineTerminatorMode" signature="LineTerminatorMode lineTerminatorMode() const"/>
<function threadsafety="unspecified" name="grid" fullname="qdesigner_internal::FormWindowBase::grid" href="qdesigner-internal-formwindowbase.html#grid" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="82" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPoint" signature="QPoint grid() const"/>
<function threadsafety="unspecified" name="deviceProfileName" fullname="qdesigner_internal::FormWindowBase::deviceProfileName" href="qdesigner-internal-formwindowbase.html#deviceProfileName" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="148" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString deviceProfileName() const"/>
<function threadsafety="unspecified" name="styleName" fullname="qdesigner_internal::FormWindowBase::styleName" href="qdesigner-internal-formwindowbase.html#styleName" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="147" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString styleName() const"/>
<function threadsafety="unspecified" name="checkContents" fullname="qdesigner_internal::FormWindowBase::checkContents" href="qdesigner-internal-formwindowbase.html#checkContents" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="79" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList checkContents() const"/>
<function threadsafety="unspecified" name="findContainer" fullname="qdesigner_internal::FormWindowBase::findContainer" href="qdesigner-internal-formwindowbase.html#findContainer" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="118" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * findContainer(QWidget *w, bool excludeLayout) const = 0">
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="bool" right="" name="excludeLayout" default=""/>
</function>
<function threadsafety="unspecified" name="resourceSet" fullname="qdesigner_internal::FormWindowBase::resourceSet" href="qdesigner-internal-formwindowbase.html#resourceSet" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="136" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QtResourceSet *" signature="QtResourceSet * resourceSet() const"/>
<function threadsafety="unspecified" name="resourceFileSaveMode" fullname="qdesigner_internal::FormWindowBase::resourceFileSaveMode" href="qdesigner-internal-formwindowbase.html#resourceFileSaveMode" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="99" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="ResourceFileSaveMode" signature="ResourceFileSaveMode resourceFileSaveMode() const"/>
<function threadsafety="unspecified" name="gridVisible" fullname="qdesigner_internal::FormWindowBase::gridVisible" href="qdesigner-internal-formwindowbase.html#gridVisible" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="97" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool gridVisible() const"/>
<function threadsafety="unspecified" name="hasFeature" fullname="qdesigner_internal::FormWindowBase::hasFeature" href="qdesigner-internal-formwindowbase.html#hasFeature" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="87" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasFeature(Feature f) const">
<parameter left="Feature" right="" name="f" default=""/>
</function>
<function threadsafety="unspecified" name="hasFormGrid" fullname="qdesigner_internal::FormWindowBase::hasFormGrid" href="qdesigner-internal-formwindowbase.html#hasFormGrid" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="94" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasFormGrid() const"/>
<function threadsafety="unspecified" name="designerGrid" fullname="qdesigner_internal::FormWindowBase::designerGrid" href="qdesigner-internal-formwindowbase.html#designerGrid" status="active" access="public" location="formwindowbase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/formwindowbase_p.h" lineno="91" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const Grid &amp;" signature="const Grid &amp; designerGrid() const"/>
</class>
<class threadsafety="unspecified" name="Grid" fullname="qdesigner_internal::Grid" href="qdesigner-internal-grid.html" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="56">
<function threadsafety="unspecified" name="Grid" fullname="qdesigner_internal::Grid::Grid" href="qdesigner-internal-grid.html#Grid" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="59" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="Grid()"/>
<function threadsafety="unspecified" name="fromVariantMap" fullname="qdesigner_internal::Grid::fromVariantMap" href="qdesigner-internal-grid.html#fromVariantMap" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="61" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool fromVariantMap(const QVariantMap &amp;vm)">
<parameter left="const QVariantMap &amp;" right="" name="vm" default=""/>
</function>
<function threadsafety="unspecified" name="setDeltaX" fullname="qdesigner_internal::Grid::setDeltaX" href="qdesigner-internal-grid.html#setDeltaX" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="76" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDeltaX(int dx)">
<parameter left="int" right="" name="dx" default=""/>
</function>
<function threadsafety="unspecified" name="setDeltaY" fullname="qdesigner_internal::Grid::setDeltaY" href="qdesigner-internal-grid.html#setDeltaY" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="79" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDeltaY(int dy)">
<parameter left="int" right="" name="dy" default=""/>
</function>
<function threadsafety="unspecified" name="setSnapX" fullname="qdesigner_internal::Grid::setSnapX" href="qdesigner-internal-grid.html#setSnapX" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="70" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setSnapX(bool snap)">
<parameter left="bool" right="" name="snap" default=""/>
</function>
<function threadsafety="unspecified" name="setSnapY" fullname="qdesigner_internal::Grid::setSnapY" href="qdesigner-internal-grid.html#setSnapY" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="73" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setSnapY(bool snap)">
<parameter left="bool" right="" name="snap" default=""/>
</function>
<function threadsafety="unspecified" name="setVisible" fullname="qdesigner_internal::Grid::setVisible" href="qdesigner-internal-grid.html#setVisible" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="67" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setVisible(bool visible)">
<parameter left="bool" right="" name="visible" default=""/>
</function>
<function threadsafety="unspecified" name="snapPoint" fullname="qdesigner_internal::Grid::snapPoint" href="qdesigner-internal-grid.html#snapPoint" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="84" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPoint" signature="QPoint snapPoint(const QPoint &amp;p) const">
<parameter left="const QPoint &amp;" right="" name="p" default=""/>
</function>
<function threadsafety="unspecified" name="toVariantMap" fullname="qdesigner_internal::Grid::toVariantMap" href="qdesigner-internal-grid.html#toVariantMap" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="64" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariantMap" signature="QVariantMap toVariantMap(bool forceKeys) const">
<parameter left="bool" right="" name="forceKeys" default="false"/>
</function>
<function threadsafety="unspecified" name="equals" fullname="qdesigner_internal::Grid::equals" href="qdesigner-internal-grid.html#equals" status="active" access="private" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="93" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool equals(const Grid &amp;rhs) const">
<parameter left="const Grid &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="operator!=" fullname="qdesigner_internal::Grid::operator!=" href="qdesigner-internal-grid.html#operator-not-eq" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="90" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator!=(const Grid &amp;rhs) const">
<parameter left="const Grid &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" fullname="qdesigner_internal::Grid::operator==" href="qdesigner-internal-grid.html#operator-eq-eq" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="89" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator==(const Grid &amp;rhs) const">
<parameter left="const Grid &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="snapX" fullname="qdesigner_internal::Grid::snapX" href="qdesigner-internal-grid.html#snapX" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="69" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool snapX() const"/>
<function threadsafety="unspecified" name="snapY" fullname="qdesigner_internal::Grid::snapY" href="qdesigner-internal-grid.html#snapY" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="72" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool snapY() const"/>
<function threadsafety="unspecified" name="visible" fullname="qdesigner_internal::Grid::visible" href="qdesigner-internal-grid.html#visible" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="66" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool visible() const"/>
<function threadsafety="unspecified" name="deltaX" fullname="qdesigner_internal::Grid::deltaX" href="qdesigner-internal-grid.html#deltaX" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="75" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int deltaX() const"/>
<function threadsafety="unspecified" name="deltaY" fullname="qdesigner_internal::Grid::deltaY" href="qdesigner-internal-grid.html#deltaY" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="78" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int deltaY() const"/>
<function threadsafety="unspecified" name="snapValue" fullname="qdesigner_internal::Grid::snapValue" href="qdesigner-internal-grid.html#snapValue" status="active" access="private" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="94" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int snapValue(int value, int grid) const">
<parameter left="int" right="" name="value" default=""/>
<parameter left="int" right="" name="grid" default=""/>
</function>
<function threadsafety="unspecified" name="widgetHandleAdjustX" fullname="qdesigner_internal::Grid::widgetHandleAdjustX" href="qdesigner-internal-grid.html#widgetHandleAdjustX" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="86" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int widgetHandleAdjustX(int x) const">
<parameter left="int" right="" name="x" default=""/>
</function>
<function threadsafety="unspecified" name="widgetHandleAdjustY" fullname="qdesigner_internal::Grid::widgetHandleAdjustY" href="qdesigner-internal-grid.html#widgetHandleAdjustY" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="87" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int widgetHandleAdjustY(int y) const">
<parameter left="int" right="" name="y" default=""/>
</function>
<function threadsafety="unspecified" name="addToVariantMap" fullname="qdesigner_internal::Grid::addToVariantMap" href="qdesigner-internal-grid.html#addToVariantMap" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="63" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addToVariantMap(QVariantMap &amp;vm, bool forceKeys) const">
<parameter left="QVariantMap &amp;" right="" name="vm" default=""/>
<parameter left="bool" right="" name="forceKeys" default="false"/>
</function>
<function threadsafety="unspecified" name="paint" fullname="qdesigner_internal::Grid::paint" href="qdesigner-internal-grid.html#paint-1" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="82" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void paint(QPainter &amp;p, const QWidget *widget, QPaintEvent *e) const">
<parameter left="QPainter &amp;" right="" name="p" default=""/>
<parameter left="const QWidget *" right="" name="widget" default=""/>
<parameter left="QPaintEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="paint" fullname="qdesigner_internal::Grid::paint" href="qdesigner-internal-grid.html#paint" status="active" access="public" location="grid_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/grid_p.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void paint(QWidget *widget, QPaintEvent *e) const">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QPaintEvent *" right="" name="e" default=""/>
</function>
</class>
<namespace threadsafety="unspecified" name="Ui" fullname="qdesigner_internal::Ui" href="qdesigner-internal-ui.html" status="active" access="public" location="gridpanel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/gridpanel_p.h" lineno="53"/>
<class threadsafety="unspecified" name="GridPanel" fullname="qdesigner_internal::GridPanel" href="qdesigner-internal-gridpanel.html" status="active" access="public" location="gridpanel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/gridpanel_p.h" lineno="57">
<function threadsafety="unspecified" name="GridPanel" fullname="qdesigner_internal::GridPanel::GridPanel" href="qdesigner-internal-gridpanel.html#GridPanel" status="active" access="public" location="gridpanel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/gridpanel_p.h" lineno="61" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="GridPanel(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="reset" fullname="qdesigner_internal::GridPanel::reset" href="qdesigner-internal-gridpanel.html#reset" status="active" access="private" location="gridpanel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/gridpanel_p.h" lineno="78" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void reset()"/>
<function threadsafety="unspecified" name="setCheckable" fullname="qdesigner_internal::GridPanel::setCheckable" href="qdesigner-internal-gridpanel.html#setCheckable" status="active" access="public" location="gridpanel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/gridpanel_p.h" lineno="69" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCheckable(bool c)">
<parameter left="bool" right="" name="c" default=""/>
</function>
<function threadsafety="unspecified" name="setChecked" fullname="qdesigner_internal::GridPanel::setChecked" href="qdesigner-internal-gridpanel.html#setChecked" status="active" access="public" location="gridpanel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/gridpanel_p.h" lineno="73" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setChecked(bool c)">
<parameter left="bool" right="" name="c" default=""/>
</function>
<function threadsafety="unspecified" name="setGrid" fullname="qdesigner_internal::GridPanel::setGrid" href="qdesigner-internal-gridpanel.html#setGrid" status="active" access="public" location="gridpanel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/gridpanel_p.h" lineno="66" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setGrid(const Grid &amp;g)">
<parameter left="const Grid &amp;" right="" name="g" default=""/>
</function>
<function threadsafety="unspecified" name="setResetButtonVisible" fullname="qdesigner_internal::GridPanel::setResetButtonVisible" href="qdesigner-internal-gridpanel.html#setResetButtonVisible" status="active" access="public" location="gridpanel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/gridpanel_p.h" lineno="75" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setResetButtonVisible(bool v)">
<parameter left="bool" right="" name="v" default=""/>
</function>
<function threadsafety="unspecified" name="setTitle" fullname="qdesigner_internal::GridPanel::setTitle" href="qdesigner-internal-gridpanel.html#setTitle" status="active" access="public" location="gridpanel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/gridpanel_p.h" lineno="64" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setTitle(const QString &amp;title)">
<parameter left="const QString &amp;" right="" name="title" default=""/>
</function>
<function threadsafety="unspecified" name="~GridPanel" fullname="qdesigner_internal::GridPanel::~GridPanel" href="qdesigner-internal-gridpanel.html#dtor.GridPanel" status="active" access="public" location="gridpanel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/gridpanel_p.h" lineno="62" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~GridPanel()"/>
<function threadsafety="unspecified" name="grid" fullname="qdesigner_internal::GridPanel::grid" href="qdesigner-internal-gridpanel.html#grid" status="active" access="public" location="gridpanel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/gridpanel_p.h" lineno="67" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Grid" signature="Grid grid() const"/>
<function threadsafety="unspecified" name="isCheckable" fullname="qdesigner_internal::GridPanel::isCheckable" href="qdesigner-internal-gridpanel.html#isCheckable" status="active" access="public" location="gridpanel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/gridpanel_p.h" lineno="70" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isCheckable() const"/>
<function threadsafety="unspecified" name="isChecked" fullname="qdesigner_internal::GridPanel::isChecked" href="qdesigner-internal-gridpanel.html#isChecked" status="active" access="public" location="gridpanel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/gridpanel_p.h" lineno="72" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isChecked() const"/>
</class>
<class threadsafety="unspecified" name="HtmlHighlighter" fullname="qdesigner_internal::HtmlHighlighter" href="qdesigner-internal-htmlhighlighter.html" status="active" access="public" location="htmlhighlighter_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/htmlhighlighter_p.h" lineno="52">
<enum threadsafety="unspecified" name="Construct" fullname="qdesigner_internal::HtmlHighlighter::Construct" href="qdesigner-internal-htmlhighlighter.html#Construct-enum" status="active" access="public" location="htmlhighlighter_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/htmlhighlighter_p.h" lineno="57">
<value name="Entity" value="0"/>
<value name="Tag" value="1"/>
<value name="Comment" value="2"/>
<value name="Attribute" value="3"/>
<value name="Value" value="4"/>
<value name="LastConstruct" value="Value"/>
</enum>
<enum threadsafety="unspecified" name="State" fullname="qdesigner_internal::HtmlHighlighter::State" href="qdesigner-internal-htmlhighlighter.html#State-enum" status="active" access="protected" location="htmlhighlighter_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/htmlhighlighter_p.h" lineno="74">
<value name="NormalState" value="-1"/>
<value name="InComment" value="0"/>
<value name="InTag" value="1"/>
</enum>
<function threadsafety="unspecified" name="HtmlHighlighter" fullname="qdesigner_internal::HtmlHighlighter::HtmlHighlighter" href="qdesigner-internal-htmlhighlighter.html#HtmlHighlighter" status="active" access="public" location="htmlhighlighter_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/htmlhighlighter_p.h" lineno="66" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="HtmlHighlighter(QTextEdit *textEdit)">
<parameter left="QTextEdit *" right="" name="textEdit" default=""/>
</function>
<function threadsafety="unspecified" name="highlightBlock" fullname="qdesigner_internal::HtmlHighlighter::highlightBlock" href="qdesigner-internal-htmlhighlighter.html#highlightBlock" status="active" access="protected" location="htmlhighlighter_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/htmlhighlighter_p.h" lineno="80" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void highlightBlock(const QString &amp;text)">
<parameter left="const QString &amp;" right="" name="text" default=""/>
</function>
<function threadsafety="unspecified" name="setFormatFor" fullname="qdesigner_internal::HtmlHighlighter::setFormatFor" href="qdesigner-internal-htmlhighlighter.html#setFormatFor" status="active" access="public" location="htmlhighlighter_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/htmlhighlighter_p.h" lineno="68" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFormatFor(Construct construct, const QTextCharFormat &amp;format)">
<parameter left="Construct" right="" name="construct" default=""/>
<parameter left="const QTextCharFormat &amp;" right="" name="format" default=""/>
</function>
<function threadsafety="unspecified" name="formatFor" fullname="qdesigner_internal::HtmlHighlighter::formatFor" href="qdesigner-internal-htmlhighlighter.html#formatFor" status="active" access="public" location="htmlhighlighter_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/htmlhighlighter_p.h" lineno="70" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QTextCharFormat" signature="QTextCharFormat formatFor(Construct construct) const">
<parameter left="Construct" right="" name="construct" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="IconSelector" fullname="qdesigner_internal::IconSelector" href="qdesigner-internal-iconselector.html" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="89">
<enum threadsafety="unspecified" name="CheckMode" fullname="qdesigner_internal::IconSelector::CheckMode" href="qdesigner-internal-iconselector.html#CheckMode-enum" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="104">
<value name="CheckFast" value="0"/>
<value name="CheckFully" value="1"/>
</enum>
<function threadsafety="unspecified" name="IconSelector" fullname="qdesigner_internal::IconSelector::IconSelector" href="qdesigner-internal-iconselector.html#IconSelector" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="93" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="IconSelector(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="choosePixmapFile" fullname="qdesigner_internal::IconSelector::choosePixmapFile" href="qdesigner-internal-iconselector.html#choosePixmapFile" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="107" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString choosePixmapFile(const QString &amp;directory, QDesignerDialogGuiInterface *dlgGui, QWidget *parent)">
<parameter left="const QString &amp;" right="" name="directory" default=""/>
<parameter left="QDesignerDialogGuiInterface *" right="" name="dlgGui" default=""/>
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="choosePixmapResource" fullname="qdesigner_internal::IconSelector::choosePixmapResource" href="qdesigner-internal-iconselector.html#choosePixmapResource" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="109" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString choosePixmapResource(QDesignerFormEditorInterface *core, QtResourceModel *resourceModel, const QString &amp;oldPath, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QtResourceModel *" right="" name="resourceModel" default=""/>
<parameter left="const QString &amp;" right="" name="oldPath" default=""/>
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="checkPixmap" fullname="qdesigner_internal::IconSelector::checkPixmap" href="qdesigner-internal-iconselector.html#checkPixmap" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="105" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool checkPixmap(const QString &amp;fileName, CheckMode cm, QString *errorMessage)">
<parameter left="const QString &amp;" right="" name="fileName" default=""/>
<parameter left="CheckMode" right="" name="cm" default="CheckFully"/>
<parameter left="QString *" right="" name="errorMessage" default="0"/>
</function>
<function threadsafety="unspecified" name="iconChanged" fullname="qdesigner_internal::IconSelector::iconChanged" href="qdesigner-internal-iconselector.html#iconChanged" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="112" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void iconChanged(const PropertySheetIconValue &amp;icon)">
<parameter left="const PropertySheetIconValue &amp;" right="" name="icon" default=""/>
</function>
<function threadsafety="unspecified" name="setFormEditor" fullname="qdesigner_internal::IconSelector::setFormEditor" href="qdesigner-internal-iconselector.html#setFormEditor" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="96" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFormEditor(QDesignerFormEditorInterface *core)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="setIcon" fullname="qdesigner_internal::IconSelector::setIcon" href="qdesigner-internal-iconselector.html#setIcon" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="100" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setIcon(const PropertySheetIconValue &amp;icon)">
<parameter left="const PropertySheetIconValue &amp;" right="" name="icon" default=""/>
</function>
<function threadsafety="unspecified" name="setIconCache" fullname="qdesigner_internal::IconSelector::setIconCache" href="qdesigner-internal-iconselector.html#setIconCache" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="97" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setIconCache(DesignerIconCache *iconCache)">
<parameter left="DesignerIconCache *" right="" name="iconCache" default=""/>
</function>
<function threadsafety="unspecified" name="setPixmapCache" fullname="qdesigner_internal::IconSelector::setPixmapCache" href="qdesigner-internal-iconselector.html#setPixmapCache" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="98" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPixmapCache(DesignerPixmapCache *pixmapCache)">
<parameter left="DesignerPixmapCache *" right="" name="pixmapCache" default=""/>
</function>
<function threadsafety="unspecified" name="~IconSelector" fullname="qdesigner_internal::IconSelector::~IconSelector" href="qdesigner-internal-iconselector.html#dtor.IconSelector" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="94" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~IconSelector()"/>
<function threadsafety="unspecified" name="icon" fullname="qdesigner_internal::IconSelector::icon" href="qdesigner-internal-iconselector.html#icon" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="101" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="PropertySheetIconValue" signature="PropertySheetIconValue icon() const"/>
</class>
<class threadsafety="unspecified" name="IconThemeEditor" fullname="qdesigner_internal::IconThemeEditor" href="qdesigner-internal-iconthemeeditor.html" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="128">
<function threadsafety="unspecified" name="IconThemeEditor" fullname="qdesigner_internal::IconThemeEditor::IconThemeEditor" href="qdesigner-internal-iconthemeeditor.html#IconThemeEditor" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="133" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="IconThemeEditor(QWidget *parent, bool wantResetButton)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
<parameter left="bool" right="" name="wantResetButton" default="true"/>
</function>
<function threadsafety="unspecified" name="edited" fullname="qdesigner_internal::IconThemeEditor::edited" href="qdesigner-internal-iconthemeeditor.html#edited" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="140" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void edited(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="reset" fullname="qdesigner_internal::IconThemeEditor::reset" href="qdesigner-internal-iconthemeeditor.html#reset" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="143" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void reset()"/>
<function threadsafety="unspecified" name="setTheme" fullname="qdesigner_internal::IconThemeEditor::setTheme" href="qdesigner-internal-iconthemeeditor.html#theme-prop" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="137" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" associated-property="theme" type="void" signature="void setTheme(const QString &amp;theme)">
<parameter left="const QString &amp;" right="" name="theme" default=""/>
</function>
<function threadsafety="unspecified" name="slotChanged" fullname="qdesigner_internal::IconThemeEditor::slotChanged" href="qdesigner-internal-iconthemeeditor.html#slotChanged" status="active" access="private" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="146" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotChanged(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="updatePreview" fullname="qdesigner_internal::IconThemeEditor::updatePreview" href="qdesigner-internal-iconthemeeditor.html#updatePreview" status="active" access="private" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="149" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updatePreview(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="~IconThemeEditor" fullname="qdesigner_internal::IconThemeEditor::~IconThemeEditor" href="qdesigner-internal-iconthemeeditor.html#dtor.IconThemeEditor" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="134" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~IconThemeEditor()"/>
<function threadsafety="unspecified" name="theme" fullname="qdesigner_internal::IconThemeEditor::theme" href="qdesigner-internal-iconthemeeditor.html#theme-prop" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="136" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="theme" type="QString" signature="QString theme() const"/>
<property threadsafety="unspecified" name="theme" fullname="qdesigner_internal::IconThemeEditor::theme" href="qdesigner-internal-iconthemeeditor.html#theme-prop" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="131" type="QString">
<getter name="theme"/>
<setter name="setTheme"/>
</property>
</class>
<class threadsafety="unspecified" name="LanguageResourceDialog" fullname="qdesigner_internal::LanguageResourceDialog" href="qdesigner-internal-languageresourcedialog.html" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="66">
<function threadsafety="unspecified" name="create" fullname="qdesigner_internal::LanguageResourceDialog::create" href="qdesigner-internal-languageresourcedialog.html#create" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="75" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="LanguageResourceDialog *" signature="LanguageResourceDialog * create(QDesignerFormEditorInterface *core, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="LanguageResourceDialog" fullname="qdesigner_internal::LanguageResourceDialog::LanguageResourceDialog" href="qdesigner-internal-languageresourcedialog.html#LanguageResourceDialog" status="active" access="private" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="70" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="LanguageResourceDialog(QDesignerResourceBrowserInterface *rb, QWidget *parent)">
<parameter left="QDesignerResourceBrowserInterface *" right="" name="rb" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="setCurrentPath" fullname="qdesigner_internal::LanguageResourceDialog::setCurrentPath" href="qdesigner-internal-languageresourcedialog.html#setCurrentPath" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="77" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCurrentPath(const QString &amp;filePath)">
<parameter left="const QString &amp;" right="" name="filePath" default=""/>
</function>
<function threadsafety="unspecified" name="~LanguageResourceDialog" fullname="qdesigner_internal::LanguageResourceDialog::~LanguageResourceDialog" href="qdesigner-internal-languageresourcedialog.html#dtor.LanguageResourceDialog" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="73" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~LanguageResourceDialog()"/>
<function threadsafety="unspecified" name="currentPath" fullname="qdesigner_internal::LanguageResourceDialog::currentPath" href="qdesigner-internal-languageresourcedialog.html#currentPath" status="active" access="public" location="iconselector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/iconselector_p.h" lineno="78" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString currentPath() const"/>
</class>
<class threadsafety="unspecified" name="InvisibleWidget" fullname="qdesigner_internal::InvisibleWidget" href="qdesigner-internal-invisiblewidget.html" status="active" access="public" location="invisible_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/invisible_widget_p.h" lineno="51">
<function threadsafety="unspecified" name="InvisibleWidget" fullname="qdesigner_internal::InvisibleWidget::InvisibleWidget" href="qdesigner-internal-invisiblewidget.html#InvisibleWidget" status="active" access="public" location="invisible_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/invisible_widget_p.h" lineno="55" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="InvisibleWidget(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
</class>
<namespace threadsafety="unspecified" name="Utils" fullname="qdesigner_internal::Utils" href="qdesigner-internal-utils.html" status="active" access="public" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="117">
<function threadsafety="unspecified" name="isCentralWidget" fullname="qdesigner_internal::Utils::isCentralWidget" href="qdesigner-internal-utils.html#isCentralWidget" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="485" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isCentralWidget(QDesignerFormWindowInterface *fw, QWidget *widget)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="isObjectAncestorOf" fullname="qdesigner_internal::Utils::isObjectAncestorOf" href="qdesigner-internal-utils.html#isObjectAncestorOf" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="474" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isObjectAncestorOf(QObject *ancestor, QObject *child)">
<parameter left="QObject *" right="" name="ancestor" default=""/>
<parameter left="QObject *" right="" name="child" default=""/>
</function>
<function threadsafety="unspecified" name="indexOfWidget" fullname="qdesigner_internal::Utils::indexOfWidget" href="qdesigner-internal-utils.html#indexOfWidget" status="active" access="public" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="120" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOfWidget(QLayout *layout, QWidget *widget)">
<parameter left="QLayout *" right="" name="layout" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="valueOf" fullname="qdesigner_internal::Utils::valueOf" href="qdesigner-internal-utils.html#valueOf" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="459" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int valueOf(const QVariant &amp;value, bool *ok)">
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
<parameter left="bool *" right="" name="ok" default="0"/>
</function>
</namespace>
<class threadsafety="unspecified" name="Layout" fullname="qdesigner_internal::Layout" href="qdesigner-internal-layout.html" status="internal" access="private" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="60" module="QtDesigner" brief="Baseclass for layouting widgets in the Designer (Helper for Layout commands)">
<typedef threadsafety="unspecified" name="WidgetGeometryHash" fullname="qdesigner_internal::Layout::WidgetGeometryHash" href="qdesigner-internal-layout.html#WidgetGeometryHash-typedef" status="active" access="private" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="105"/>
<function threadsafety="unspecified" name="createLayout" fullname="qdesigner_internal::Layout::createLayout" href="qdesigner-internal-layout.html#createLayout" status="active" access="public" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="68" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="Layout *" signature="Layout * createLayout(const QWidgetList &amp;widgets, QWidget *parentWidget, QDesignerFormWindowInterface *fw, QWidget *layoutBase, LayoutInfo::Type layoutType)">
<parameter left="const QWidgetList &amp;" right="" name="widgets" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="QWidget *" right="" name="layoutBase" default=""/>
<parameter left="LayoutInfo::Type" right="" name="layoutType" default=""/>
</function>
<function threadsafety="unspecified" name="Layout" fullname="qdesigner_internal::Layout::Layout" href="qdesigner-internal-layout.html#Layout" status="active" access="protected" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="65" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="Layout(const QWidgetList &amp;wl, QWidget *p, QDesignerFormWindowInterface *fw, QWidget *lb, LayoutInfo::Type layoutType)">
<parameter left="const QWidgetList &amp;" right="" name="wl" default=""/>
<parameter left="QWidget *" right="" name="p" default=""/>
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="QWidget *" right="" name="lb" default=""/>
<parameter left="LayoutInfo::Type" right="" name="layoutType" default=""/>
</function>
<function threadsafety="unspecified" name="createLayout" fullname="qdesigner_internal::Layout::createLayout" href="qdesigner-internal-layout.html#createLayout-1" status="active" access="protected" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="96" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QLayout *" signature="QLayout * createLayout(int type)">
<parameter left="int" right="" name="type" default=""/>
</function>
<function threadsafety="unspecified" name="prepareLayout" fullname="qdesigner_internal::Layout::prepareLayout" href="qdesigner-internal-layout.html#prepareLayout" status="active" access="protected" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="93" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool prepareLayout(bool &amp;needMove, bool &amp;needReparent)">
<parameter left="bool &amp;" right="" name="needMove" default=""/>
<parameter left="bool &amp;" right="" name="needReparent" default=""/>
</function>
<function threadsafety="unspecified" name="breakLayout" fullname="qdesigner_internal::Layout::breakLayout" href="qdesigner-internal-layout.html#breakLayout" status="active" access="public" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="79" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void breakLayout()"/>
<function threadsafety="unspecified" name="doLayout" fullname="qdesigner_internal::Layout::doLayout" href="qdesigner-internal-layout.html#doLayout" status="active" access="public" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="75" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void doLayout() = 0"/>
<function threadsafety="unspecified" name="finishLayout" fullname="qdesigner_internal::Layout::finishLayout" href="qdesigner-internal-layout.html#finishLayout" status="active" access="protected" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="92" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void finishLayout(bool needMove, QLayout *layout)">
<parameter left="bool" right="" name="needMove" default=""/>
<parameter left="QLayout *" right="" name="layout" default="0"/>
</function>
<function threadsafety="unspecified" name="reparentToLayoutBase" fullname="qdesigner_internal::Layout::reparentToLayoutBase" href="qdesigner-internal-layout.html#reparentToLayoutBase" status="active" access="protected" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="97" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void reparentToLayoutBase(QWidget *w)">
<parameter left="QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="setReparentLayoutWidget" fullname="qdesigner_internal::Layout::setReparentLayoutWidget" href="qdesigner-internal-layout.html#setReparentLayoutWidget" status="active" access="public" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="89" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setReparentLayoutWidget(bool v)">
<parameter left="bool" right="" name="v" default=""/>
</function>
<function threadsafety="unspecified" name="setWidgets" fullname="qdesigner_internal::Layout::setWidgets" href="qdesigner-internal-layout.html#setWidgets" status="active" access="protected" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="95" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setWidgets(const QWidgetList &amp;widgets)">
<parameter left="const QWidgetList &amp;" right="" name="widgets" default=""/>
</function>
<function threadsafety="unspecified" name="setup" fullname="qdesigner_internal::Layout::setup" href="qdesigner-internal-layout.html#setup" status="active" access="public" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="77" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setup()"/>
<function threadsafety="unspecified" name="sort" fullname="qdesigner_internal::Layout::sort" href="qdesigner-internal-layout.html#sort" status="active" access="public" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="74" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void sort() = 0"/>
<function threadsafety="unspecified" name="undoLayout" fullname="qdesigner_internal::Layout::undoLayout" href="qdesigner-internal-layout.html#undoLayout" status="active" access="public" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="78" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undoLayout()"/>
<function threadsafety="unspecified" name="widgetDestroyed" fullname="qdesigner_internal::Layout::widgetDestroyed" href="qdesigner-internal-layout.html#widgetDestroyed" status="active" access="private" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="100" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void widgetDestroyed()"/>
<function threadsafety="unspecified" name="~Layout" fullname="qdesigner_internal::Layout::~Layout" href="qdesigner-internal-layout.html#dtor.Layout" status="active" access="public" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="72" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~Layout()"/>
<function threadsafety="unspecified" name="layoutBaseWidget" fullname="qdesigner_internal::Layout::layoutBaseWidget" href="qdesigner-internal-layout.html#layoutBaseWidget" status="active" access="public" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="83" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * layoutBaseWidget() const"/>
<function threadsafety="unspecified" name="parentWidget" fullname="qdesigner_internal::Layout::parentWidget" href="qdesigner-internal-layout.html#parentWidget" status="active" access="public" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="82" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * parentWidget() const"/>
<function threadsafety="unspecified" name="reparentLayoutWidget" fullname="qdesigner_internal::Layout::reparentLayoutWidget" href="qdesigner-internal-layout.html#reparentLayoutWidget" status="active" access="public" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="88" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool reparentLayoutWidget() const"/>
<function threadsafety="unspecified" name="widgets" fullname="qdesigner_internal::Layout::widgets" href="qdesigner-internal-layout.html#widgets" status="active" access="public" location="layout_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layout_p.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QWidgetList &amp;" signature="const QWidgetList &amp; widgets() const"/>
</class>
<class threadsafety="unspecified" name="LayoutInfo" fullname="qdesigner_internal::LayoutInfo" href="qdesigner-internal-layoutinfo.html" status="active" access="public" location="layoutinfo_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layoutinfo_p.h" lineno="57">
<enum threadsafety="unspecified" name="Type" fullname="qdesigner_internal::LayoutInfo::Type" href="qdesigner-internal-layoutinfo.html#Type-enum" status="active" access="public" location="layoutinfo_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layoutinfo_p.h" lineno="60">
<value name="NoLayout" value="0"/>
<value name="HSplitter" value="1"/>
<value name="VSplitter" value="2"/>
<value name="HBox" value="3"/>
<value name="VBox" value="4"/>
<value name="Grid" value="5"/>
<value name="Form" value="6"/>
<value name="UnknownLayout" value="7"/>
</enum>
<function threadsafety="unspecified" name="internalLayout" fullname="qdesigner_internal::LayoutInfo::internalLayout" href="qdesigner-internal-layoutinfo.html#internalLayout" status="active" access="public" location="layoutinfo_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layoutinfo_p.h" lineno="89" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QLayout *" signature="QLayout * internalLayout(const QWidget *widget)">
<parameter left="const QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="managedLayout" fullname="qdesigner_internal::LayoutInfo::managedLayout" href="qdesigner-internal-layoutinfo.html#managedLayout" status="active" access="public" location="layoutinfo_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layoutinfo_p.h" lineno="88" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QLayout *" signature="QLayout * managedLayout(const QDesignerFormEditorInterface *core, QLayout *layout)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QLayout *" right="" name="layout" default=""/>
</function>
<function threadsafety="unspecified" name="layoutName" fullname="qdesigner_internal::LayoutInfo::layoutName" href="qdesigner-internal-layoutinfo.html#layoutName" status="active" access="public" location="layoutinfo_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layoutinfo_p.h" lineno="80" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString layoutName(Type t)">
<parameter left="Type" right="" name="t" default=""/>
</function>
<function threadsafety="unspecified" name="layoutParent" fullname="qdesigner_internal::LayoutInfo::layoutParent" href="qdesigner-internal-layoutinfo.html#layoutParent" status="active" access="public" location="layoutinfo_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layoutinfo_p.h" lineno="82" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * layoutParent(const QDesignerFormEditorInterface *core, QLayout *layout)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QLayout *" right="" name="layout" default=""/>
</function>
<function threadsafety="unspecified" name="laidoutWidgetType" fullname="qdesigner_internal::LayoutInfo::laidoutWidgetType" href="qdesigner-internal-layoutinfo.html#laidoutWidgetType" status="active" access="public" location="layoutinfo_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layoutinfo_p.h" lineno="84" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="Type" signature="Type laidoutWidgetType(const QDesignerFormEditorInterface *core, QWidget *widget, bool *isManaged, QLayout **layout)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="bool *" right="" name="isManaged" default="0"/>
<parameter left="QLayout **" right="" name="layout" default="0"/>
</function>
<function threadsafety="unspecified" name="layoutType" fullname="qdesigner_internal::LayoutInfo::layoutType" href="qdesigner-internal-layoutinfo.html#layoutType-1" status="active" access="public" location="layoutinfo_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layoutinfo_p.h" lineno="78" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="Type" signature="Type layoutType(const QDesignerFormEditorInterface *core, const QLayout *layout)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const QLayout *" right="" name="layout" default=""/>
</function>
<function threadsafety="unspecified" name="layoutType" fullname="qdesigner_internal::LayoutInfo::layoutType" href="qdesigner-internal-layoutinfo.html#layoutType" status="active" access="public" location="layoutinfo_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layoutinfo_p.h" lineno="75" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="Type" signature="Type layoutType(const QDesignerFormEditorInterface *core, const QWidget *w)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="layoutType" fullname="qdesigner_internal::LayoutInfo::layoutType" href="qdesigner-internal-layoutinfo.html#layoutType-2" status="active" access="public" location="layoutinfo_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layoutinfo_p.h" lineno="79" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="Type" signature="Type layoutType(const QString &amp;typeName)">
<parameter left="const QString &amp;" right="" name="typeName" default=""/>
</function>
<function threadsafety="unspecified" name="managedLayoutType" fullname="qdesigner_internal::LayoutInfo::managedLayoutType" href="qdesigner-internal-layoutinfo.html#managedLayoutType" status="active" access="public" location="layoutinfo_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layoutinfo_p.h" lineno="77" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="Type" signature="Type managedLayoutType(const QDesignerFormEditorInterface *core, const QWidget *w, QLayout **layout)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const QWidget *" right="" name="w" default=""/>
<parameter left="QLayout **" right="" name="layout" default="0"/>
</function>
<function threadsafety="unspecified" name="isEmptyItem" fullname="qdesigner_internal::LayoutInfo::isEmptyItem" href="qdesigner-internal-layoutinfo.html#isEmptyItem" status="active" access="public" location="layoutinfo_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layoutinfo_p.h" lineno="92" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isEmptyItem(QLayoutItem *item)">
<parameter left="QLayoutItem *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="deleteLayout" fullname="qdesigner_internal::LayoutInfo::deleteLayout" href="qdesigner-internal-layoutinfo.html#deleteLayout" status="active" access="public" location="layoutinfo_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/layoutinfo_p.h" lineno="72" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void deleteLayout(const QDesignerFormEditorInterface *core, QWidget *widget)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="MetaDataBase" fullname="qdesigner_internal::MetaDataBase" href="qdesigner-internal-metadatabase.html" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="89">
<typedef threadsafety="unspecified" name="ItemMap" fullname="qdesigner_internal::MetaDataBase::ItemMap" href="qdesigner-internal-metadatabase.html#ItemMap-typedef" status="active" access="private" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="110"/>
<function threadsafety="unspecified" name="MetaDataBase" fullname="qdesigner_internal::MetaDataBase::MetaDataBase" href="qdesigner-internal-metadatabase.html#MetaDataBase" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="93" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="MetaDataBase(QDesignerFormEditorInterface *core, QObject *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="add" fullname="qdesigner_internal::MetaDataBase::add" href="qdesigner-internal-metadatabase.html#add" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="100" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void add(QObject *object)">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="remove" fullname="qdesigner_internal::MetaDataBase::remove" href="qdesigner-internal-metadatabase.html#remove" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="101" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void remove(QObject *object)">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="slotDestroyed" fullname="qdesigner_internal::MetaDataBase::slotDestroyed" href="qdesigner-internal-metadatabase.html#slotDestroyed" status="active" access="private" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="106" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotDestroyed(QObject *object)">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="~MetaDataBase" fullname="qdesigner_internal::MetaDataBase::~MetaDataBase" href="qdesigner-internal-metadatabase.html#dtor.MetaDataBase" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="94" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~MetaDataBase()"/>
<function threadsafety="unspecified" name="metaDataBaseItem" fullname="qdesigner_internal::MetaDataBase::metaDataBaseItem" href="qdesigner-internal-metadatabase.html#metaDataBaseItem" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="99" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="MetaDataBaseItem *" signature="MetaDataBaseItem * metaDataBaseItem(QObject *object) const">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="core" fullname="qdesigner_internal::MetaDataBase::core" href="qdesigner-internal-metadatabase.html#core" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="96" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
<function threadsafety="unspecified" name="item" fullname="qdesigner_internal::MetaDataBase::item" href="qdesigner-internal-metadatabase.html#item" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="98" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerMetaDataBaseItemInterface *" signature="QDesignerMetaDataBaseItemInterface * item(QObject *object) const">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="objects" fullname="qdesigner_internal::MetaDataBase::objects" href="qdesigner-internal-metadatabase.html#objects" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="103" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QObject *&gt;" signature="QList&lt;QObject *&gt; objects() const"/>
</class>
<class threadsafety="unspecified" name="MetaDataBaseItem" fullname="qdesigner_internal::MetaDataBaseItem" href="qdesigner-internal-metadatabaseitem.html" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="55">
<typedef threadsafety="unspecified" name="TabOrder" fullname="qdesigner_internal::MetaDataBaseItem::TabOrder" href="qdesigner-internal-metadatabaseitem.html#TabOrder-typedef" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="64"/>
<function threadsafety="unspecified" name="MetaDataBaseItem" fullname="qdesigner_internal::MetaDataBaseItem::MetaDataBaseItem" href="qdesigner-internal-metadatabaseitem.html#MetaDataBaseItem" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="58" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="MetaDataBaseItem(QObject *object)">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="setCustomClassName" fullname="qdesigner_internal::MetaDataBaseItem::setCustomClassName" href="qdesigner-internal-metadatabaseitem.html#setCustomClassName" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="72" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCustomClassName(const QString &amp;customClassName)">
<parameter left="const QString &amp;" right="" name="customClassName" default=""/>
</function>
<function threadsafety="unspecified" name="setEnabled" fullname="qdesigner_internal::MetaDataBaseItem::setEnabled" href="qdesigner-internal-metadatabaseitem.html#setEnabled" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="69" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setEnabled(bool b)">
<parameter left="bool" right="" name="b" default=""/>
</function>
<function threadsafety="unspecified" name="setFakeSignals" fullname="qdesigner_internal::MetaDataBaseItem::setFakeSignals" href="qdesigner-internal-metadatabaseitem.html#setFakeSignals" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="78" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFakeSignals(const QStringList &amp;)">
<parameter left="const QStringList &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setFakeSlots" fullname="qdesigner_internal::MetaDataBaseItem::setFakeSlots" href="qdesigner-internal-metadatabaseitem.html#setFakeSlots" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="75" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFakeSlots(const QStringList &amp;)">
<parameter left="const QStringList &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setName" fullname="qdesigner_internal::MetaDataBaseItem::setName" href="qdesigner-internal-metadatabaseitem.html#setName" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="62" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setName(const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="setTabOrder" fullname="qdesigner_internal::MetaDataBaseItem::setTabOrder" href="qdesigner-internal-metadatabaseitem.html#setTabOrder" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="66" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setTabOrder(const TabOrder &amp;tabOrder)">
<parameter left="const TabOrder &amp;" right="" name="tabOrder" default=""/>
</function>
<function threadsafety="unspecified" name="~MetaDataBaseItem" fullname="qdesigner_internal::MetaDataBaseItem::~MetaDataBaseItem" href="qdesigner-internal-metadatabaseitem.html#dtor.MetaDataBaseItem" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="59" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~MetaDataBaseItem()"/>
<function threadsafety="unspecified" name="customClassName" fullname="qdesigner_internal::MetaDataBaseItem::customClassName" href="qdesigner-internal-metadatabaseitem.html#customClassName" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="71" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString customClassName() const"/>
<function threadsafety="unspecified" name="name" fullname="qdesigner_internal::MetaDataBaseItem::name" href="qdesigner-internal-metadatabaseitem.html#name" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="61" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString name() const"/>
<function threadsafety="unspecified" name="fakeSignals" fullname="qdesigner_internal::MetaDataBaseItem::fakeSignals" href="qdesigner-internal-metadatabaseitem.html#fakeSignals" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="77" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList fakeSignals() const"/>
<function threadsafety="unspecified" name="fakeSlots" fullname="qdesigner_internal::MetaDataBaseItem::fakeSlots" href="qdesigner-internal-metadatabaseitem.html#fakeSlots" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="74" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList fakeSlots() const"/>
<function threadsafety="unspecified" name="tabOrder" fullname="qdesigner_internal::MetaDataBaseItem::tabOrder" href="qdesigner-internal-metadatabaseitem.html#tabOrder" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="65" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="TabOrder" signature="TabOrder tabOrder() const"/>
<function threadsafety="unspecified" name="enabled" fullname="qdesigner_internal::MetaDataBaseItem::enabled" href="qdesigner-internal-metadatabaseitem.html#enabled" status="active" access="public" location="metadatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/metadatabase_p.h" lineno="68" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool enabled() const"/>
</class>
<class threadsafety="unspecified" name="MorphMenu" fullname="qdesigner_internal::MorphMenu" href="qdesigner-internal-morphmenu.html" status="active" access="public" location="morphmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/morphmenu_p.h" lineno="54">
<typedef threadsafety="unspecified" name="ActionList" fullname="qdesigner_internal::MorphMenu::ActionList" href="qdesigner-internal-morphmenu.html#ActionList-typedef" status="active" access="public" location="morphmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/morphmenu_p.h" lineno="58"/>
<function threadsafety="unspecified" name="MorphMenu" fullname="qdesigner_internal::MorphMenu::MorphMenu" href="qdesigner-internal-morphmenu.html#MorphMenu" status="active" access="public" location="morphmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/morphmenu_p.h" lineno="60" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="MorphMenu(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="populateMenu" fullname="qdesigner_internal::MorphMenu::populateMenu" href="qdesigner-internal-morphmenu.html#populateMenu" status="active" access="private" location="morphmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/morphmenu_p.h" lineno="69" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool populateMenu(QWidget *w, QDesignerFormWindowInterface *fw)">
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="populate" fullname="qdesigner_internal::MorphMenu::populate" href="qdesigner-internal-morphmenu.html#populate" status="active" access="public" location="morphmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/morphmenu_p.h" lineno="62" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void populate(QWidget *w, QDesignerFormWindowInterface *fw, ActionList &amp;al)">
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="ActionList &amp;" right="" name="al" default=""/>
</function>
<function threadsafety="unspecified" name="populate" fullname="qdesigner_internal::MorphMenu::populate" href="qdesigner-internal-morphmenu.html#populate-1" status="active" access="public" location="morphmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/morphmenu_p.h" lineno="63" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void populate(QWidget *w, QDesignerFormWindowInterface *fw, QMenu &amp;m)">
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="QMenu &amp;" right="" name="m" default=""/>
</function>
<function threadsafety="unspecified" name="slotMorph" fullname="qdesigner_internal::MorphMenu::slotMorph" href="qdesigner-internal-morphmenu.html#slotMorph" status="active" access="private" location="morphmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/morphmenu_p.h" lineno="66" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotMorph(const QString &amp;newClassName)">
<parameter left="const QString &amp;" right="" name="newClassName" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="ActionData" fullname="qdesigner_internal::ActionData" href="qdesigner-internal-actiondata.html" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="58">
<enum threadsafety="unspecified" name="ChangeMask" fullname="qdesigner_internal::ActionData::ChangeMask" href="qdesigner-internal-actiondata.html#ChangeMask-enum" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="60">
<value name="TextChanged" value="0x1"/>
<value name="NameChanged" value="0x2"/>
<value name="ToolTipChanged" value="0x4"/>
<value name="IconChanged" value="0x8"/>
<value name="CheckableChanged" value="0x10"/>
<value name="KeysequenceChanged" value="0x20"/>
</enum>
<function threadsafety="unspecified" name="compare" fullname="qdesigner_internal::ActionData::compare" href="qdesigner-internal-actiondata.html#compare" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="66" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="unsigned" signature="unsigned compare(const ActionData &amp;rhs) const">
<parameter left="const ActionData &amp;" right="" name="rhs" default=""/>
</function>
<variable threadsafety="unspecified" name="icon" fullname="qdesigner_internal::ActionData::icon" href="qdesigner-internal-actiondata.html#icon-var" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="71" type="PropertySheetIconValue" static="false"/>
<variable threadsafety="unspecified" name="keysequence" fullname="qdesigner_internal::ActionData::keysequence" href="qdesigner-internal-actiondata.html#keysequence-var" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="73" type="PropertySheetKeySequenceValue" static="false"/>
<variable threadsafety="unspecified" name="name" fullname="qdesigner_internal::ActionData::name" href="qdesigner-internal-actiondata.html#name-var" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="69" type="QString" static="false"/>
<variable threadsafety="unspecified" name="text" fullname="qdesigner_internal::ActionData::text" href="qdesigner-internal-actiondata.html#text-var" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="68" type="QString" static="false"/>
<variable threadsafety="unspecified" name="toolTip" fullname="qdesigner_internal::ActionData::toolTip" href="qdesigner-internal-actiondata.html#toolTip-var" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="70" type="QString" static="false"/>
</class>
<class threadsafety="unspecified" name="NewActionDialog" fullname="qdesigner_internal::NewActionDialog" href="qdesigner-internal-newactiondialog.html" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="79">
<function threadsafety="unspecified" name="NewActionDialog" fullname="qdesigner_internal::NewActionDialog::NewActionDialog" href="qdesigner-internal-newactiondialog.html#NewActionDialog" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="83" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="NewActionDialog(ActionEditor *parent)">
<parameter left="ActionEditor *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="on_editActionText_textEdited" fullname="qdesigner_internal::NewActionDialog::on_editActionText_textEdited" href="qdesigner-internal-newactiondialog.html#on_editActionText_textEdited" status="active" access="private" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="93" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void on_editActionText_textEdited(const QString &amp;text)">
<parameter left="const QString &amp;" right="" name="text" default=""/>
</function>
<function threadsafety="unspecified" name="on_editObjectName_textEdited" fullname="qdesigner_internal::NewActionDialog::on_editObjectName_textEdited" href="qdesigner-internal-newactiondialog.html#on_editObjectName_textEdited" status="active" access="private" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="94" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void on_editObjectName_textEdited(const QString &amp;text)">
<parameter left="const QString &amp;" right="" name="text" default=""/>
</function>
<function threadsafety="unspecified" name="setActionData" fullname="qdesigner_internal::NewActionDialog::setActionData" href="qdesigner-internal-newactiondialog.html#setActionData" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="87" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setActionData(const ActionData &amp;d)">
<parameter left="const ActionData &amp;" right="" name="d" default=""/>
</function>
<function threadsafety="unspecified" name="slotEditToolTip" fullname="qdesigner_internal::NewActionDialog::slotEditToolTip" href="qdesigner-internal-newactiondialog.html#slotEditToolTip" status="active" access="private" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="95" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotEditToolTip()"/>
<function threadsafety="unspecified" name="slotResetKeySequence" fullname="qdesigner_internal::NewActionDialog::slotResetKeySequence" href="qdesigner-internal-newactiondialog.html#slotResetKeySequence" status="active" access="private" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="96" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotResetKeySequence()"/>
<function threadsafety="unspecified" name="updateButtons" fullname="qdesigner_internal::NewActionDialog::updateButtons" href="qdesigner-internal-newactiondialog.html#updateButtons" status="active" access="private" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="103" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateButtons()"/>
<function threadsafety="unspecified" name="~NewActionDialog" fullname="qdesigner_internal::NewActionDialog::~NewActionDialog" href="qdesigner-internal-newactiondialog.html#dtor.NewActionDialog" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="84" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~NewActionDialog()"/>
<function threadsafety="unspecified" name="actionData" fullname="qdesigner_internal::NewActionDialog::actionData" href="qdesigner-internal-newactiondialog.html#actionData" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="86" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="ActionData" signature="ActionData actionData() const"/>
<function threadsafety="unspecified" name="actionName" fullname="qdesigner_internal::NewActionDialog::actionName" href="qdesigner-internal-newactiondialog.html#actionName" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="90" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString actionName() const"/>
<function threadsafety="unspecified" name="actionText" fullname="qdesigner_internal::NewActionDialog::actionText" href="qdesigner-internal-newactiondialog.html#actionText" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="89" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString actionText() const"/>
</class>
<function threadsafety="unspecified" name="operator!=" fullname="qdesigner_internal::operator!=" href="qdesigner-internal.html#operator-not-eq-1" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="77" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator!=(const ActionData &amp;a1, const ActionData &amp;a2)">
<parameter left="const ActionData &amp;" right="" name="a1" default=""/>
<parameter left="const ActionData &amp;" right="" name="a2" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" fullname="qdesigner_internal::operator==" href="qdesigner-internal.html#operator-eq-eq-1" status="active" access="public" location="newactiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newactiondialog_p.h" lineno="76" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator==(const ActionData &amp;a1, const ActionData &amp;a2)">
<parameter left="const ActionData &amp;" right="" name="a1" default=""/>
<parameter left="const ActionData &amp;" right="" name="a2" default=""/>
</function>
<class threadsafety="unspecified" name="NewFormWidget" fullname="qdesigner_internal::NewFormWidget" href="qdesigner-internal-newformwidget.html" status="active" access="public" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="68">
<typedef threadsafety="unspecified" name="DeviceProfileList" fullname="qdesigner_internal::NewFormWidget::DeviceProfileList" href="qdesigner-internal-newformwidget.html#DeviceProfileList-typedef" status="active" access="public" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="74"/>
<typedef threadsafety="unspecified" name="ItemPixmapCache" fullname="qdesigner_internal::NewFormWidget::ItemPixmapCache" href="qdesigner-internal-newformwidget.html#ItemPixmapCache-typedef" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="116"/>
<typedef threadsafety="unspecified" name="ItemPixmapCacheKey" fullname="qdesigner_internal::NewFormWidget::ItemPixmapCacheKey" href="qdesigner-internal-newformwidget.html#ItemPixmapCacheKey-typedef" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="115"/>
<function threadsafety="unspecified" name="NewFormWidget" fullname="qdesigner_internal::NewFormWidget::NewFormWidget" href="qdesigner-internal-newformwidget.html#NewFormWidget" status="active" access="public" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="76" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="NewFormWidget(QDesignerFormEditorInterface *core, QWidget *parentWidget)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="grabForm" fullname="qdesigner_internal::NewFormWidget::grabForm" href="qdesigner-internal-newformwidget.html#grabForm" status="active" access="public" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="83" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QImage" signature="QImage grabForm(QDesignerFormEditorInterface *core, QIODevice &amp;file, const QString &amp;workingDir, const qdesigner_internal::DeviceProfile &amp;dp)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QIODevice &amp;" right="" name="file" default=""/>
<parameter left="const QString &amp;" right="" name="workingDir" default=""/>
<parameter left="const qdesigner_internal::DeviceProfile &amp;" right="" name="dp" default=""/>
</function>
<function threadsafety="unspecified" name="formPreviewPixmap" fullname="qdesigner_internal::NewFormWidget::formPreviewPixmap" href="qdesigner-internal-newformwidget.html#formPreviewPixmap-2" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="97" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QPixmap" signature="QPixmap formPreviewPixmap(const QTreeWidgetItem *item)">
<parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="currentTemplate" fullname="qdesigner_internal::NewFormWidget::currentTemplate" href="qdesigner-internal-newformwidget.html#currentTemplate" status="active" access="public" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="80" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString currentTemplate(QString *errorMessage)">
<parameter left="QString *" right="" name="errorMessage" default="0"/>
</function>
<function threadsafety="unspecified" name="currentTemplateI" fullname="qdesigner_internal::NewFormWidget::currentTemplateI" href="qdesigner-internal-newformwidget.html#currentTemplateI" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="106" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString currentTemplateI(QString *ptrToErrorMessage)">
<parameter left="QString *" right="" name="ptrToErrorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="showCurrentItemPixmap" fullname="qdesigner_internal::NewFormWidget::showCurrentItemPixmap" href="qdesigner-internal-newformwidget.html#showCurrentItemPixmap" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="112" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool showCurrentItemPixmap()"/>
<function threadsafety="unspecified" name="loadFrom" fullname="qdesigner_internal::NewFormWidget::loadFrom" href="qdesigner-internal-newformwidget.html#loadFrom" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="99" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void loadFrom(const QString &amp;path, bool resourceFile, const QString &amp;uiExtension, const QString &amp;selectedItem, QTreeWidgetItem *&amp;selectedItemFound)">
<parameter left="const QString &amp;" right="" name="path" default=""/>
<parameter left="bool" right="" name="resourceFile" default=""/>
<parameter left="const QString &amp;" right="" name="uiExtension" default=""/>
<parameter left="const QString &amp;" right="" name="selectedItem" default=""/>
<parameter left="QTreeWidgetItem *&amp;" right="" name="selectedItemFound" default=""/>
</function>
<function threadsafety="unspecified" name="loadFrom" fullname="qdesigner_internal::NewFormWidget::loadFrom" href="qdesigner-internal-newformwidget.html#loadFrom-1" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="101" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void loadFrom(const QString &amp;title, const QStringList &amp;nameList, const QString &amp;selectedItem, QTreeWidgetItem *&amp;selectedItemFound)">
<parameter left="const QString &amp;" right="" name="title" default=""/>
<parameter left="const QStringList &amp;" right="" name="nameList" default=""/>
<parameter left="const QString &amp;" right="" name="selectedItem" default=""/>
<parameter left="QTreeWidgetItem *&amp;" right="" name="selectedItemFound" default=""/>
</function>
<function threadsafety="unspecified" name="on_treeWidget_currentItemChanged" fullname="qdesigner_internal::NewFormWidget::on_treeWidget_currentItemChanged" href="qdesigner-internal-newformwidget.html#on_treeWidget_currentItemChanged" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="90" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void on_treeWidget_currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *)">
<parameter left="QTreeWidgetItem *" right="" name="current" default=""/>
<parameter left="QTreeWidgetItem *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="on_treeWidget_itemActivated" fullname="qdesigner_internal::NewFormWidget::on_treeWidget_itemActivated" href="qdesigner-internal-newformwidget.html#on_treeWidget_itemActivated" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="89" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void on_treeWidget_itemActivated(QTreeWidgetItem *item)">
<parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="on_treeWidget_itemPressed" fullname="qdesigner_internal::NewFormWidget::on_treeWidget_itemPressed" href="qdesigner-internal-newformwidget.html#on_treeWidget_itemPressed" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="91" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void on_treeWidget_itemPressed(QTreeWidgetItem *item)">
<parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="setTemplateSize" fullname="qdesigner_internal::NewFormWidget::setTemplateSize" href="qdesigner-internal-newformwidget.html#setTemplateSize" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="109" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setTemplateSize(const QSize &amp;s)">
<parameter left="const QSize &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="slotDeviceProfileIndexChanged" fullname="qdesigner_internal::NewFormWidget::slotDeviceProfileIndexChanged" href="qdesigner-internal-newformwidget.html#slotDeviceProfileIndexChanged" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="92" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotDeviceProfileIndexChanged(int idx)">
<parameter left="int" right="" name="idx" default=""/>
</function>
<function threadsafety="unspecified" name="~NewFormWidget" fullname="qdesigner_internal::NewFormWidget::~NewFormWidget" href="qdesigner-internal-newformwidget.html#dtor.NewFormWidget" status="active" access="public" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="77" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~NewFormWidget()"/>
<function threadsafety="unspecified" name="formPreviewPixmap" fullname="qdesigner_internal::NewFormWidget::formPreviewPixmap" href="qdesigner-internal-newformwidget.html#formPreviewPixmap-1" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="96" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPixmap" signature="QPixmap formPreviewPixmap(QIODevice &amp;file, const QString &amp;workingDir) const">
<parameter left="QIODevice &amp;" right="" name="file" default=""/>
<parameter left="const QString &amp;" right="" name="workingDir" default="QString()"/>
</function>
<function threadsafety="unspecified" name="formPreviewPixmap" fullname="qdesigner_internal::NewFormWidget::formPreviewPixmap" href="qdesigner-internal-newformwidget.html#formPreviewPixmap" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="95" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPixmap" signature="QPixmap formPreviewPixmap(const QString &amp;fileName) const">
<parameter left="const QString &amp;" right="" name="fileName" default=""/>
</function>
<function threadsafety="unspecified" name="templateSize" fullname="qdesigner_internal::NewFormWidget::templateSize" href="qdesigner-internal-newformwidget.html#templateSize" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="108" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSize" signature="QSize templateSize() const"/>
<function threadsafety="unspecified" name="itemToTemplate" fullname="qdesigner_internal::NewFormWidget::itemToTemplate" href="qdesigner-internal-newformwidget.html#itemToTemplate" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="105" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString itemToTemplate(const QTreeWidgetItem *item, QString *errorMessage) const">
<parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="hasCurrentTemplate" fullname="qdesigner_internal::NewFormWidget::hasCurrentTemplate" href="qdesigner-internal-newformwidget.html#hasCurrentTemplate" status="active" access="public" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="79" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasCurrentTemplate() const"/>
<function threadsafety="unspecified" name="profileComboIndex" fullname="qdesigner_internal::NewFormWidget::profileComboIndex" href="qdesigner-internal-newformwidget.html#profileComboIndex" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="110" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int profileComboIndex() const"/>
<function threadsafety="unspecified" name="currentDeviceProfile" fullname="qdesigner_internal::NewFormWidget::currentDeviceProfile" href="qdesigner-internal-newformwidget.html#currentDeviceProfile" status="active" access="private" location="newformwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/newformwidget_p.h" lineno="111" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="qdesigner_internal::DeviceProfile" signature="qdesigner_internal::DeviceProfile currentDeviceProfile() const"/>
</class>
<class threadsafety="unspecified" name="OrderDialog" fullname="qdesigner_internal::OrderDialog" href="qdesigner-internal-orderdialog.html" status="active" access="public" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="58">
<enum threadsafety="unspecified" name="Format" fullname="qdesigner_internal::OrderDialog::Format" href="qdesigner-internal-orderdialog.html#Format-enum" status="active" access="public" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="72">
<value name="PageOrderFormat" value="0"/>
<value name="TabOrderFormat" value="1"/>
</enum>
<typedef threadsafety="unspecified" name="OrderMap" fullname="qdesigner_internal::OrderDialog::OrderMap" href="qdesigner-internal-orderdialog.html#OrderMap-typedef" status="active" access="private" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="91"/>
<function threadsafety="unspecified" name="OrderDialog" fullname="qdesigner_internal::OrderDialog::OrderDialog" href="qdesigner-internal-orderdialog.html#OrderDialog" status="active" access="public" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="62" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="OrderDialog(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="pagesOfContainer" fullname="qdesigner_internal::OrderDialog::pagesOfContainer" href="qdesigner-internal-orderdialog.html#pagesOfContainer" status="active" access="public" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="65" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QWidgetList" signature="QWidgetList pagesOfContainer(const QDesignerFormEditorInterface *core, QWidget *container)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="container" default=""/>
</function>
<function threadsafety="unspecified" name="buildList" fullname="qdesigner_internal::OrderDialog::buildList" href="qdesigner-internal-orderdialog.html#buildList" status="active" access="private" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="88" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void buildList()"/>
<function threadsafety="unspecified" name="enableButtons" fullname="qdesigner_internal::OrderDialog::enableButtons" href="qdesigner-internal-orderdialog.html#enableButtons" status="active" access="private" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="89" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void enableButtons(int r)">
<parameter left="int" right="" name="r" default=""/>
</function>
<function threadsafety="unspecified" name="on_downButton_clicked" fullname="qdesigner_internal::OrderDialog::on_downButton_clicked" href="qdesigner-internal-orderdialog.html#on_downButton_clicked" status="active" access="private" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="82" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void on_downButton_clicked()"/>
<function threadsafety="unspecified" name="on_pageList_currentRowChanged" fullname="qdesigner_internal::OrderDialog::on_pageList_currentRowChanged" href="qdesigner-internal-orderdialog.html#on_pageList_currentRowChanged" status="active" access="private" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="83" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void on_pageList_currentRowChanged(int row)">
<parameter left="int" right="" name="row" default=""/>
</function>
<function threadsafety="unspecified" name="on_upButton_clicked" fullname="qdesigner_internal::OrderDialog::on_upButton_clicked" href="qdesigner-internal-orderdialog.html#on_upButton_clicked" status="active" access="private" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="81" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void on_upButton_clicked()"/>
<function threadsafety="unspecified" name="setDescription" fullname="qdesigner_internal::OrderDialog::setDescription" href="qdesigner-internal-orderdialog.html#setDescription" status="active" access="public" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="70" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDescription(const QString &amp;d)">
<parameter left="const QString &amp;" right="" name="d" default=""/>
</function>
<function threadsafety="unspecified" name="setFormat" fullname="qdesigner_internal::OrderDialog::setFormat" href="qdesigner-internal-orderdialog.html#setFormat" status="active" access="public" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="77" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFormat(Format f)">
<parameter left="Format" right="" name="f" default=""/>
</function>
<function threadsafety="unspecified" name="setPageList" fullname="qdesigner_internal::OrderDialog::setPageList" href="qdesigner-internal-orderdialog.html#setPageList" status="active" access="public" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="67" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPageList(const QWidgetList &amp;pages)">
<parameter left="const QWidgetList &amp;" right="" name="pages" default=""/>
</function>
<function threadsafety="unspecified" name="slotEnableButtonsAfterDnD" fullname="qdesigner_internal::OrderDialog::slotEnableButtonsAfterDnD" href="qdesigner-internal-orderdialog.html#slotEnableButtonsAfterDnD" status="active" access="private" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="84" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotEnableButtonsAfterDnD()"/>
<function threadsafety="unspecified" name="slotReset" fullname="qdesigner_internal::OrderDialog::slotReset" href="qdesigner-internal-orderdialog.html#slotReset" status="active" access="private" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="85" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotReset()"/>
<function threadsafety="unspecified" name="~OrderDialog" fullname="qdesigner_internal::OrderDialog::~OrderDialog" href="qdesigner-internal-orderdialog.html#dtor.OrderDialog" status="active" access="public" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="63" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~OrderDialog()"/>
<function threadsafety="unspecified" name="format" fullname="qdesigner_internal::OrderDialog::format" href="qdesigner-internal-orderdialog.html#format" status="active" access="public" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="78" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Format" signature="Format format() const"/>
<function threadsafety="unspecified" name="pageList" fullname="qdesigner_internal::OrderDialog::pageList" href="qdesigner-internal-orderdialog.html#pageList" status="active" access="public" location="orderdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/orderdialog_p.h" lineno="68" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidgetList" signature="QWidgetList pageList() const"/>
</class>
<class threadsafety="unspecified" name="PlainTextEditorDialog" fullname="qdesigner_internal::PlainTextEditorDialog" href="qdesigner-internal-plaintexteditordialog.html" status="active" access="public" location="plaintexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/plaintexteditor_p.h" lineno="53">
<function threadsafety="unspecified" name="PlainTextEditorDialog" fullname="qdesigner_internal::PlainTextEditorDialog::PlainTextEditorDialog" href="qdesigner-internal-plaintexteditordialog.html#PlainTextEditorDialog" status="active" access="public" location="plaintexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/plaintexteditor_p.h" lineno="57" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PlainTextEditorDialog(QDesignerFormEditorInterface *core, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="showDialog" fullname="qdesigner_internal::PlainTextEditorDialog::showDialog" href="qdesigner-internal-plaintexteditordialog.html#showDialog" status="active" access="public" location="plaintexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/plaintexteditor_p.h" lineno="60" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int showDialog()"/>
<function threadsafety="unspecified" name="setDefaultFont" fullname="qdesigner_internal::PlainTextEditorDialog::setDefaultFont" href="qdesigner-internal-plaintexteditordialog.html#setDefaultFont" status="active" access="public" location="plaintexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/plaintexteditor_p.h" lineno="62" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDefaultFont(const QFont &amp;font)">
<parameter left="const QFont &amp;" right="" name="font" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="qdesigner_internal::PlainTextEditorDialog::setText" href="qdesigner-internal-plaintexteditordialog.html#setText" status="active" access="public" location="plaintexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/plaintexteditor_p.h" lineno="64" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;text)">
<parameter left="const QString &amp;" right="" name="text" default=""/>
</function>
<function threadsafety="unspecified" name="~PlainTextEditorDialog" fullname="qdesigner_internal::PlainTextEditorDialog::~PlainTextEditorDialog" href="qdesigner-internal-plaintexteditordialog.html#dtor.PlainTextEditorDialog" status="active" access="public" location="plaintexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/plaintexteditor_p.h" lineno="58" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~PlainTextEditorDialog()"/>
<function threadsafety="unspecified" name="text" fullname="qdesigner_internal::PlainTextEditorDialog::text" href="qdesigner-internal-plaintexteditordialog.html#text" status="active" access="public" location="plaintexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/plaintexteditor_p.h" lineno="65" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
</class>
<class threadsafety="unspecified" name="PluginDialog" fullname="qdesigner_internal::PluginDialog" href="qdesigner-internal-plugindialog.html" status="active" access="public" location="plugindialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/plugindialog_p.h" lineno="51">
<function threadsafety="unspecified" name="PluginDialog" fullname="qdesigner_internal::PluginDialog::PluginDialog" href="qdesigner-internal-plugindialog.html#PluginDialog" status="active" access="public" location="plugindialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/plugindialog_p.h" lineno="55" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PluginDialog(QDesignerFormEditorInterface *core, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="setPluginItem" fullname="qdesigner_internal::PluginDialog::setPluginItem" href="qdesigner-internal-plugindialog.html#setPluginItem" status="active" access="private" location="plugindialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/plugindialog_p.h" lineno="63" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QTreeWidgetItem *" signature="QTreeWidgetItem * setPluginItem(QTreeWidgetItem *topLevelItem, const QString &amp;itemName, const QFont &amp;font)">
<parameter left="QTreeWidgetItem *" right="" name="topLevelItem" default=""/>
<parameter left="const QString &amp;" right="" name="itemName" default=""/>
<parameter left="const QFont &amp;" right="" name="font" default=""/>
</function>
<function threadsafety="unspecified" name="setTopLevelItem" fullname="qdesigner_internal::PluginDialog::setTopLevelItem" href="qdesigner-internal-plugindialog.html#setTopLevelItem" status="active" access="private" location="plugindialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/plugindialog_p.h" lineno="62" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QTreeWidgetItem *" signature="QTreeWidgetItem * setTopLevelItem(const QString &amp;itemName)">
<parameter left="const QString &amp;" right="" name="itemName" default=""/>
</function>
<function threadsafety="unspecified" name="populateTreeWidget" fullname="qdesigner_internal::PluginDialog::populateTreeWidget" href="qdesigner-internal-plugindialog.html#populateTreeWidget" status="active" access="private" location="plugindialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/plugindialog_p.h" lineno="61" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void populateTreeWidget()"/>
<function threadsafety="unspecified" name="setItem" fullname="qdesigner_internal::PluginDialog::setItem" href="qdesigner-internal-plugindialog.html#setItem" status="active" access="private" location="plugindialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/plugindialog_p.h" lineno="65" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setItem(QTreeWidgetItem *pluginItem, const QString &amp;name, const QString &amp;toolTip, const QString &amp;whatsThis, const QIcon &amp;icon)">
<parameter left="QTreeWidgetItem *" right="" name="pluginItem" default=""/>
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="const QString &amp;" right="" name="toolTip" default=""/>
<parameter left="const QString &amp;" right="" name="whatsThis" default=""/>
<parameter left="const QIcon &amp;" right="" name="icon" default=""/>
</function>
<function threadsafety="unspecified" name="updateCustomWidgetPlugins" fullname="qdesigner_internal::PluginDialog::updateCustomWidgetPlugins" href="qdesigner-internal-plugindialog.html#updateCustomWidgetPlugins" status="active" access="private" location="plugindialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/plugindialog_p.h" lineno="58" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateCustomWidgetPlugins()"/>
</class>
<class threadsafety="unspecified" name="PreviewConfigurationWidget" fullname="qdesigner_internal::PreviewConfigurationWidget" href="qdesigner-internal-previewconfigurationwidget.html" status="active" access="public" location="previewconfigurationwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewconfigurationwidget_p.h" lineno="57">
<function threadsafety="unspecified" name="operator=" fullname="qdesigner_internal::PreviewConfigurationWidget::operator=" href="qdesigner-internal-previewconfigurationwidget.html#operator-eq" status="active" access="private" location="previewconfigurationwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewconfigurationwidget_p.h" lineno="76" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="PreviewConfigurationWidget &amp;" signature="PreviewConfigurationWidget &amp; operator=(const PreviewConfigurationWidget &amp;other)">
<parameter left="const PreviewConfigurationWidget &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="PreviewConfigurationWidget" fullname="qdesigner_internal::PreviewConfigurationWidget::PreviewConfigurationWidget" href="qdesigner-internal-previewconfigurationwidget.html#PreviewConfigurationWidget" status="active" access="public" location="previewconfigurationwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewconfigurationwidget_p.h" lineno="61" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PreviewConfigurationWidget(QDesignerFormEditorInterface *core, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="PreviewConfigurationWidget" fullname="qdesigner_internal::PreviewConfigurationWidget::PreviewConfigurationWidget" href="qdesigner-internal-previewconfigurationwidget.html#PreviewConfigurationWidget-1" status="active" access="private" location="previewconfigurationwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewconfigurationwidget_p.h" lineno="75" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PreviewConfigurationWidget(const PreviewConfigurationWidget &amp;other)">
<parameter left="const PreviewConfigurationWidget &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="saveState" fullname="qdesigner_internal::PreviewConfigurationWidget::saveState" href="qdesigner-internal-previewconfigurationwidget.html#saveState" status="active" access="public" location="previewconfigurationwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewconfigurationwidget_p.h" lineno="64" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveState()"/>
<function threadsafety="unspecified" name="slotDeleteSkinEntry" fullname="qdesigner_internal::PreviewConfigurationWidget::slotDeleteSkinEntry" href="qdesigner-internal-previewconfigurationwidget.html#slotDeleteSkinEntry" status="active" access="private" location="previewconfigurationwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewconfigurationwidget_p.h" lineno="68" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotDeleteSkinEntry()"/>
<function threadsafety="unspecified" name="slotEditAppStyleSheet" fullname="qdesigner_internal::PreviewConfigurationWidget::slotEditAppStyleSheet" href="qdesigner-internal-previewconfigurationwidget.html#slotEditAppStyleSheet" status="active" access="private" location="previewconfigurationwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewconfigurationwidget_p.h" lineno="67" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotEditAppStyleSheet()"/>
<function threadsafety="unspecified" name="slotSkinChanged" fullname="qdesigner_internal::PreviewConfigurationWidget::slotSkinChanged" href="qdesigner-internal-previewconfigurationwidget.html#slotSkinChanged" status="active" access="private" location="previewconfigurationwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewconfigurationwidget_p.h" lineno="69" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotSkinChanged(int )">
<parameter left="int" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="~PreviewConfigurationWidget" fullname="qdesigner_internal::PreviewConfigurationWidget::~PreviewConfigurationWidget" href="qdesigner-internal-previewconfigurationwidget.html#dtor.PreviewConfigurationWidget" status="active" access="public" location="previewconfigurationwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewconfigurationwidget_p.h" lineno="63" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~PreviewConfigurationWidget()"/>
</class>
<class threadsafety="unspecified" name="PreviewConfiguration" fullname="qdesigner_internal::PreviewConfiguration" href="qdesigner-internal-previewconfiguration.html" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="66">
<function threadsafety="unspecified" name="operator=" fullname="qdesigner_internal::PreviewConfiguration::operator=" href="qdesigner-internal-previewconfiguration.html#operator-eq" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="74" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="PreviewConfiguration &amp;" signature="PreviewConfiguration &amp; operator=(const PreviewConfiguration &amp;)">
<parameter left="const PreviewConfiguration &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="PreviewConfiguration" fullname="qdesigner_internal::PreviewConfiguration::PreviewConfiguration" href="qdesigner-internal-previewconfiguration.html#PreviewConfiguration" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="68" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PreviewConfiguration()"/>
<function threadsafety="unspecified" name="PreviewConfiguration" fullname="qdesigner_internal::PreviewConfiguration::PreviewConfiguration" href="qdesigner-internal-previewconfiguration.html#PreviewConfiguration-2" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="73" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PreviewConfiguration(const PreviewConfiguration &amp;)">
<parameter left="const PreviewConfiguration &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="PreviewConfiguration" fullname="qdesigner_internal::PreviewConfiguration::PreviewConfiguration" href="qdesigner-internal-previewconfiguration.html#PreviewConfiguration-1" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="69" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PreviewConfiguration(const QString &amp;style, const QString &amp;applicationStyleSheet, const QString &amp;deviceSkin)">
<parameter left="const QString &amp;" right="" name="style" default=""/>
<parameter left="const QString &amp;" right="" name="applicationStyleSheet" default="QString()"/>
<parameter left="const QString &amp;" right="" name="deviceSkin" default="QString()"/>
</function>
<function threadsafety="unspecified" name="clear" fullname="qdesigner_internal::PreviewConfiguration::clear" href="qdesigner-internal-previewconfiguration.html#clear" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="87" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear()"/>
<function threadsafety="unspecified" name="fromSettings" fullname="qdesigner_internal::PreviewConfiguration::fromSettings" href="qdesigner-internal-previewconfiguration.html#fromSettings" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="89" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void fromSettings(const QString &amp;prefix, const QDesignerSettingsInterface *settings)">
<parameter left="const QString &amp;" right="" name="prefix" default=""/>
<parameter left="const QDesignerSettingsInterface *" right="" name="settings" default=""/>
</function>
<function threadsafety="unspecified" name="setApplicationStyleSheet" fullname="qdesigner_internal::PreviewConfiguration::setApplicationStyleSheet" href="qdesigner-internal-previewconfiguration.html#setApplicationStyleSheet" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="82" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setApplicationStyleSheet(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setDeviceSkin" fullname="qdesigner_internal::PreviewConfiguration::setDeviceSkin" href="qdesigner-internal-previewconfiguration.html#setDeviceSkin" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="85" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDeviceSkin(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setStyle" fullname="qdesigner_internal::PreviewConfiguration::setStyle" href="qdesigner-internal-previewconfiguration.html#setStyle" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="78" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setStyle(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="~PreviewConfiguration" fullname="qdesigner_internal::PreviewConfiguration::~PreviewConfiguration" href="qdesigner-internal-previewconfiguration.html#dtor.PreviewConfiguration" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="75" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~PreviewConfiguration()"/>
<function threadsafety="unspecified" name="applicationStyleSheet" fullname="qdesigner_internal::PreviewConfiguration::applicationStyleSheet" href="qdesigner-internal-previewconfiguration.html#applicationStyleSheet" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString applicationStyleSheet() const"/>
<function threadsafety="unspecified" name="deviceSkin" fullname="qdesigner_internal::PreviewConfiguration::deviceSkin" href="qdesigner-internal-previewconfiguration.html#deviceSkin" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="84" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString deviceSkin() const"/>
<function threadsafety="unspecified" name="style" fullname="qdesigner_internal::PreviewConfiguration::style" href="qdesigner-internal-previewconfiguration.html#style" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="77" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString style() const"/>
<function threadsafety="unspecified" name="toSettings" fullname="qdesigner_internal::PreviewConfiguration::toSettings" href="qdesigner-internal-previewconfiguration.html#toSettings" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="88" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void toSettings(const QString &amp;prefix, QDesignerSettingsInterface *settings) const">
<parameter left="const QString &amp;" right="" name="prefix" default=""/>
<parameter left="QDesignerSettingsInterface *" right="" name="settings" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="PreviewManager" fullname="qdesigner_internal::PreviewManager" href="qdesigner-internal-previewmanager.html" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="104">
<enum threadsafety="unspecified" name="PreviewMode" fullname="qdesigner_internal::PreviewManager::PreviewMode" href="qdesigner-internal-previewmanager.html#PreviewMode-enum" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="109">
<value name="ApplicationModalPreview" value="0"/>
<value name="SingleFormNonModalPreview" value="1"/>
<value name="MultipleFormNonModalPreview" value="2"/>
</enum>
<function threadsafety="unspecified" name="operator=" fullname="qdesigner_internal::PreviewManager::operator=" href="qdesigner-internal-previewmanager.html#operator-eq" status="active" access="private" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="165" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="PreviewManager &amp;" signature="PreviewManager &amp; operator=(const PreviewManager &amp;other)">
<parameter left="const PreviewManager &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="PreviewManager" fullname="qdesigner_internal::PreviewManager::PreviewManager" href="qdesigner-internal-previewmanager.html#PreviewManager" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="117" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PreviewManager(PreviewMode mode, QObject *parent)">
<parameter left="PreviewMode" right="" name="mode" default=""/>
<parameter left="QObject *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="PreviewManager" fullname="qdesigner_internal::PreviewManager::PreviewManager" href="qdesigner-internal-previewmanager.html#PreviewManager-1" status="active" access="private" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="164" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PreviewManager(const PreviewManager &amp;other)">
<parameter left="const PreviewManager &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="createPreviewPixmap" fullname="qdesigner_internal::PreviewManager::createPreviewPixmap" href="qdesigner-internal-previewmanager.html#createPreviewPixmap" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="130" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QPixmap" signature="QPixmap createPreviewPixmap(const QDesignerFormWindowInterface *fw, const PreviewConfiguration &amp;pc, int deviceProfileIndex, QString *errorMessage)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="const PreviewConfiguration &amp;" right="" name="pc" default=""/>
<parameter left="int" right="" name="deviceProfileIndex" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="createPreviewPixmap" fullname="qdesigner_internal::PreviewManager::createPreviewPixmap" href="qdesigner-internal-previewmanager.html#createPreviewPixmap-2" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="133" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QPixmap" signature="QPixmap createPreviewPixmap(const QDesignerFormWindowInterface *fw, const QString &amp;style, QString *errorMessage)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="const QString &amp;" right="" name="style" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="createPreviewPixmap" fullname="qdesigner_internal::PreviewManager::createPreviewPixmap" href="qdesigner-internal-previewmanager.html#createPreviewPixmap-1" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="132" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QPixmap" signature="QPixmap createPreviewPixmap(const QDesignerFormWindowInterface *fw, const QString &amp;style, int deviceProfileIndex, QString *errorMessage)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="const QString &amp;" right="" name="style" default=""/>
<parameter left="int" right="" name="deviceProfileIndex" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="raise" fullname="qdesigner_internal::PreviewManager::raise" href="qdesigner-internal-previewmanager.html#raise" status="active" access="private" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="152" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * raise(const QDesignerFormWindowInterface *, const PreviewConfiguration &amp;pc)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="" default=""/>
<parameter left="const PreviewConfiguration &amp;" right="" name="pc" default=""/>
</function>
<function threadsafety="unspecified" name="showPreview" fullname="qdesigner_internal::PreviewManager::showPreview" href="qdesigner-internal-previewmanager.html#showPreview" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="122" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * showPreview(const QDesignerFormWindowInterface *, const PreviewConfiguration &amp;pc, int deviceProfileIndex, QString *errorMessage)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="" default=""/>
<parameter left="const PreviewConfiguration &amp;" right="" name="pc" default=""/>
<parameter left="int" right="" name="deviceProfileIndex" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="showPreview" fullname="qdesigner_internal::PreviewManager::showPreview" href="qdesigner-internal-previewmanager.html#showPreview-2" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="125" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * showPreview(const QDesignerFormWindowInterface *, const QString &amp;style, QString *errorMessage)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="" default=""/>
<parameter left="const QString &amp;" right="" name="style" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="showPreview" fullname="qdesigner_internal::PreviewManager::showPreview" href="qdesigner-internal-previewmanager.html#showPreview-1" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="124" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * showPreview(const QDesignerFormWindowInterface *, const QString &amp;style, int deviceProfileIndex, QString *errorMessage)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="" default=""/>
<parameter left="const QString &amp;" right="" name="style" default=""/>
<parameter left="int" right="" name="deviceProfileIndex" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="eventFilter" fullname="qdesigner_internal::PreviewManager::eventFilter" href="qdesigner-internal-previewmanager.html#eventFilter" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="135" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool eventFilter(QObject *watched, QEvent *event)">
<parameter left="QObject *" right="" name="watched" default=""/>
<parameter left="QEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="closeAllPreviews" fullname="qdesigner_internal::PreviewManager::closeAllPreviews" href="qdesigner-internal-previewmanager.html#closeAllPreviews" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="138" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void closeAllPreviews()"/>
<function threadsafety="unspecified" name="firstPreviewOpened" fullname="qdesigner_internal::PreviewManager::firstPreviewOpened" href="qdesigner-internal-previewmanager.html#firstPreviewOpened" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="141" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void firstPreviewOpened()"/>
<function threadsafety="unspecified" name="lastPreviewClosed" fullname="qdesigner_internal::PreviewManager::lastPreviewClosed" href="qdesigner-internal-previewmanager.html#lastPreviewClosed" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="142" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void lastPreviewClosed()"/>
<function threadsafety="unspecified" name="slotZoomChanged" fullname="qdesigner_internal::PreviewManager::slotZoomChanged" href="qdesigner-internal-previewmanager.html#slotZoomChanged" status="active" access="private" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="145" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotZoomChanged(int )">
<parameter left="int" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="updatePreviewClosed" fullname="qdesigner_internal::PreviewManager::updatePreviewClosed" href="qdesigner-internal-previewmanager.html#updatePreviewClosed" status="active" access="private" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="160" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updatePreviewClosed(QWidget *w)">
<parameter left="QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="~PreviewManager" fullname="qdesigner_internal::PreviewManager::~PreviewManager" href="qdesigner-internal-previewmanager.html#dtor.PreviewManager" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="118" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~PreviewManager()"/>
<function threadsafety="unspecified" name="createDeviceSkinContainer" fullname="qdesigner_internal::PreviewManager::createDeviceSkinContainer" href="qdesigner-internal-previewmanager.html#createDeviceSkinContainer" status="active" access="private" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="150" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createDeviceSkinContainer(const QDesignerFormWindowInterface *) const">
<parameter left="const QDesignerFormWindowInterface *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="previewWindowFlags" fullname="qdesigner_internal::PreviewManager::previewWindowFlags" href="qdesigner-internal-previewmanager.html#previewWindowFlags" status="active" access="private" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="149" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Qt::WindowFlags" signature="Qt::WindowFlags previewWindowFlags(const QWidget *widget) const">
<parameter left="const QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="previewCount" fullname="qdesigner_internal::PreviewManager::previewCount" href="qdesigner-internal-previewmanager.html#previewCount" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="127" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int previewCount() const"/>
</class>
<function threadsafety="unspecified" name="operator!=" fullname="qdesigner_internal::operator!=" href="qdesigner-internal.html#operator-not-eq-2" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="97" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDESIGNER_SHARED_EXPORT" signature="QDESIGNER_SHARED_EXPORT operator!=(const PreviewConfiguration &amp;pc1, const PreviewConfiguration &amp;pc2)">
<parameter left="const PreviewConfiguration &amp;" right="" name="pc1" default=""/>
<parameter left="const PreviewConfiguration &amp;" right="" name="pc2" default=""/>
</function>
<function threadsafety="unspecified" name="operator&lt;" fullname="qdesigner_internal::operator&lt;" href="qdesigner-internal.html#operator-lt" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="95" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDESIGNER_SHARED_EXPORT" signature="QDESIGNER_SHARED_EXPORT operator&lt;(const PreviewConfiguration &amp;pc1, const PreviewConfiguration &amp;pc2)">
<parameter left="const PreviewConfiguration &amp;" right="" name="pc1" default=""/>
<parameter left="const PreviewConfiguration &amp;" right="" name="pc2" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" fullname="qdesigner_internal::operator==" href="qdesigner-internal.html#operator-eq-eq-2" status="active" access="public" location="previewmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/previewmanager_p.h" lineno="96" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDESIGNER_SHARED_EXPORT" signature="QDESIGNER_SHARED_EXPORT operator==(const PreviewConfiguration &amp;pc1, const PreviewConfiguration &amp;pc2)">
<parameter left="const PreviewConfiguration &amp;" right="" name="pc1" default=""/>
<parameter left="const PreviewConfiguration &amp;" right="" name="pc2" default=""/>
</function>
<class threadsafety="unspecified" name="PromotionModel" fullname="qdesigner_internal::PromotionModel" href="qdesigner-internal-promotionmodel.html" status="active" access="public" location="promotionmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotionmodel_p.h" lineno="55">
<class threadsafety="unspecified" name="ModelData" fullname="qdesigner_internal::PromotionModel::ModelData" href="qdesigner-internal-promotionmodel-modeldata.html" status="active" access="public" location="promotionmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotionmodel_p.h" lineno="59">
<function threadsafety="unspecified" name="isValid" fullname="qdesigner_internal::PromotionModel::ModelData::isValid" href="qdesigner-internal-promotionmodel-modeldata.html#isValid" status="active" access="public" location="promotionmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotionmodel_p.h" lineno="60" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isValid() const"/>
</class>
<function threadsafety="unspecified" name="PromotionModel" fullname="qdesigner_internal::PromotionModel::PromotionModel" href="qdesigner-internal-promotionmodel.html#PromotionModel" status="active" access="public" location="promotionmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotionmodel_p.h" lineno="67" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PromotionModel(QDesignerFormEditorInterface *core)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="classNameChanged" fullname="qdesigner_internal::PromotionModel::classNameChanged" href="qdesigner-internal-promotionmodel.html#classNameChanged" status="active" access="public" location="promotionmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotionmodel_p.h" lineno="78" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void classNameChanged(QDesignerWidgetDataBaseItemInterface *, const QString &amp;newName)">
<parameter left="QDesignerWidgetDataBaseItemInterface *" right="" name="" default=""/>
<parameter left="const QString &amp;" right="" name="newName" default=""/>
</function>
<function threadsafety="unspecified" name="includeFileChanged" fullname="qdesigner_internal::PromotionModel::includeFileChanged" href="qdesigner-internal-promotionmodel.html#includeFileChanged" status="active" access="public" location="promotionmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotionmodel_p.h" lineno="77" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void includeFileChanged(QDesignerWidgetDataBaseItemInterface *, const QString &amp;includeFile)">
<parameter left="QDesignerWidgetDataBaseItemInterface *" right="" name="" default=""/>
<parameter left="const QString &amp;" right="" name="includeFile" default=""/>
</function>
<function threadsafety="unspecified" name="initializeHeaders" fullname="qdesigner_internal::PromotionModel::initializeHeaders" href="qdesigner-internal-promotionmodel.html#initializeHeaders" status="active" access="private" location="promotionmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotionmodel_p.h" lineno="84" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void initializeHeaders()"/>
<function threadsafety="unspecified" name="slotItemChanged" fullname="qdesigner_internal::PromotionModel::slotItemChanged" href="qdesigner-internal-promotionmodel.html#slotItemChanged" status="active" access="private" location="promotionmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotionmodel_p.h" lineno="81" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotItemChanged(QStandardItem *item)">
<parameter left="QStandardItem *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="updateFromWidgetDatabase" fullname="qdesigner_internal::PromotionModel::updateFromWidgetDatabase" href="qdesigner-internal-promotionmodel.html#updateFromWidgetDatabase" status="active" access="public" location="promotionmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotionmodel_p.h" lineno="69" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateFromWidgetDatabase()"/>
<function threadsafety="unspecified" name="modelData" fullname="qdesigner_internal::PromotionModel::modelData" href="qdesigner-internal-promotionmodel.html#modelData" status="active" access="public" location="promotionmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotionmodel_p.h" lineno="71" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="ModelData" signature="ModelData modelData(const QModelIndex &amp;index) const">
<parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="modelData" fullname="qdesigner_internal::PromotionModel::modelData" href="qdesigner-internal-promotionmodel.html#modelData-1" status="active" access="public" location="promotionmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotionmodel_p.h" lineno="72" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="ModelData" signature="ModelData modelData(const QStandardItem *item) const">
<parameter left="const QStandardItem *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="indexOfClass" fullname="qdesigner_internal::PromotionModel::indexOfClass" href="qdesigner-internal-promotionmodel.html#indexOfClass" status="active" access="public" location="promotionmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotionmodel_p.h" lineno="74" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QModelIndex" signature="QModelIndex indexOfClass(const QString &amp;className) const">
<parameter left="const QString &amp;" right="" name="className" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="PromotionTaskMenu" fullname="qdesigner_internal::PromotionTaskMenu" href="qdesigner-internal-promotiontaskmenu.html" status="active" access="public" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="62">
<enum threadsafety="unspecified" name="AddFlags" fullname="qdesigner_internal::PromotionTaskMenu::AddFlags" href="qdesigner-internal-promotiontaskmenu.html#AddFlags-enum" status="active" access="public" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="87">
<value name="LeadingSeparator" value="1"/>
<value name="TrailingSeparator" value="2"/>
<value name="SuppressGlobalEdit" value="4"/>
</enum>
<enum threadsafety="unspecified" name="Mode" fullname="qdesigner_internal::PromotionTaskMenu::Mode" href="qdesigner-internal-promotiontaskmenu.html#Mode-enum" status="active" access="public" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="66">
<value name="ModeSingleWidget" value="0"/>
<value name="ModeManagedMultiSelection" value="1"/>
<value name="ModeUnmanagedMultiSelection" value="2"/>
</enum>
<enum threadsafety="unspecified" name="PromotionState" fullname="qdesigner_internal::PromotionTaskMenu::PromotionState" href="qdesigner-internal-promotiontaskmenu.html#PromotionState-enum" status="active" access="private" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="110">
<value name="NotApplicable" value="0"/>
<value name="NoHomogenousSelection" value="1"/>
<value name="CanPromote" value="2"/>
<value name="CanDemote" value="3"/>
</enum>
<typedef threadsafety="unspecified" name="ActionList" fullname="qdesigner_internal::PromotionTaskMenu::ActionList" href="qdesigner-internal-promotiontaskmenu.html#ActionList-typedef" status="active" access="public" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="85"/>
<typedef threadsafety="unspecified" name="PromotionSelectionList" fullname="qdesigner_internal::PromotionTaskMenu::PromotionSelectionList" href="qdesigner-internal-promotiontaskmenu.html#PromotionSelectionList-typedef" status="active" access="private" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="114"/>
<function threadsafety="unspecified" name="createPromotionActions" fullname="qdesigner_internal::PromotionTaskMenu::createPromotionActions" href="qdesigner-internal-promotiontaskmenu.html#createPromotionActions" status="active" access="private" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="111" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="PromotionState" signature="PromotionState createPromotionActions(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="PromotionTaskMenu" fullname="qdesigner_internal::PromotionTaskMenu::PromotionTaskMenu" href="qdesigner-internal-promotiontaskmenu.html#PromotionTaskMenu" status="active" access="public" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="72" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PromotionTaskMenu(QWidget *widget, Mode mode, QObject *parent)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="Mode" right="" name="mode" default="ModeManagedMultiSelection"/>
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="addActions" fullname="qdesigner_internal::PromotionTaskMenu::addActions" href="qdesigner-internal-promotiontaskmenu.html#addActions" status="active" access="public" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="90" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addActions(QDesignerFormWindowInterface *fw, unsigned flags, ActionList &amp;actionList)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="unsigned" right="" name="flags" default=""/>
<parameter left="ActionList &amp;" right="" name="actionList" default=""/>
</function>
<function threadsafety="unspecified" name="addActions" fullname="qdesigner_internal::PromotionTaskMenu::addActions" href="qdesigner-internal-promotiontaskmenu.html#addActions-2" status="active" access="public" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="94" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addActions(QDesignerFormWindowInterface *fw, unsigned flags, QMenu *menu)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="unsigned" right="" name="flags" default=""/>
<parameter left="QMenu *" right="" name="menu" default=""/>
</function>
<function threadsafety="unspecified" name="addActions" fullname="qdesigner_internal::PromotionTaskMenu::addActions" href="qdesigner-internal-promotiontaskmenu.html#addActions-1" status="active" access="public" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="92" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addActions(unsigned flags, ActionList &amp;actionList)">
<parameter left="unsigned" right="" name="flags" default=""/>
<parameter left="ActionList &amp;" right="" name="actionList" default=""/>
</function>
<function threadsafety="unspecified" name="addActions" fullname="qdesigner_internal::PromotionTaskMenu::addActions" href="qdesigner-internal-promotiontaskmenu.html#addActions-3" status="active" access="public" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="95" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addActions(unsigned flags, QMenu *menu)">
<parameter left="unsigned" right="" name="flags" default=""/>
<parameter left="QMenu *" right="" name="menu" default=""/>
</function>
<function threadsafety="unspecified" name="editPromotedWidgets" fullname="qdesigner_internal::PromotionTaskMenu::editPromotedWidgets" href="qdesigner-internal-promotiontaskmenu.html#editPromotedWidgets" status="active" access="public" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="98" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void editPromotedWidgets(QDesignerFormEditorInterface *core, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="promoteTo" fullname="qdesigner_internal::PromotionTaskMenu::promoteTo" href="qdesigner-internal-promotiontaskmenu.html#promoteTo" status="active" access="private" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="108" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void promoteTo(QDesignerFormWindowInterface *fw, const QString &amp;customClassName)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="const QString &amp;" right="" name="customClassName" default=""/>
</function>
<function threadsafety="unspecified" name="setDemoteLabel" fullname="qdesigner_internal::PromotionTaskMenu::setDemoteLabel" href="qdesigner-internal-promotiontaskmenu.html#setDemoteLabel" status="active" access="public" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="83" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDemoteLabel(const QString &amp;demoteLabel)">
<parameter left="const QString &amp;" right="" name="demoteLabel" default=""/>
</function>
<function threadsafety="unspecified" name="setEditPromoteToLabel" fullname="qdesigner_internal::PromotionTaskMenu::setEditPromoteToLabel" href="qdesigner-internal-promotiontaskmenu.html#setEditPromoteToLabel" status="active" access="public" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="81" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setEditPromoteToLabel(const QString &amp;promoteEditLabel)">
<parameter left="const QString &amp;" right="" name="promoteEditLabel" default=""/>
</function>
<function threadsafety="unspecified" name="setMode" fullname="qdesigner_internal::PromotionTaskMenu::setMode" href="qdesigner-internal-promotiontaskmenu.html#setMode" status="active" access="public" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="75" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setMode(Mode m)">
<parameter left="Mode" right="" name="m" default=""/>
</function>
<function threadsafety="unspecified" name="setPromoteLabel" fullname="qdesigner_internal::PromotionTaskMenu::setPromoteLabel" href="qdesigner-internal-promotiontaskmenu.html#setPromoteLabel" status="active" access="public" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="80" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPromoteLabel(const QString &amp;promoteLabel)">
<parameter left="const QString &amp;" right="" name="promoteLabel" default=""/>
</function>
<function threadsafety="unspecified" name="setWidget" fullname="qdesigner_internal::PromotionTaskMenu::setWidget" href="qdesigner-internal-promotiontaskmenu.html#setWidget" status="active" access="public" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="77" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setWidget(QWidget *widget)">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="slotDemoteFromCustomWidget" fullname="qdesigner_internal::PromotionTaskMenu::slotDemoteFromCustomWidget" href="qdesigner-internal-promotiontaskmenu.html#slotDemoteFromCustomWidget" status="active" access="private" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="102" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotDemoteFromCustomWidget()"/>
<function threadsafety="unspecified" name="slotEditPromoteTo" fullname="qdesigner_internal::PromotionTaskMenu::slotEditPromoteTo" href="qdesigner-internal-promotiontaskmenu.html#slotEditPromoteTo" status="active" access="private" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="104" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotEditPromoteTo()"/>
<function threadsafety="unspecified" name="slotEditPromotedWidgets" fullname="qdesigner_internal::PromotionTaskMenu::slotEditPromotedWidgets" href="qdesigner-internal-promotiontaskmenu.html#slotEditPromotedWidgets" status="active" access="private" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="103" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotEditPromotedWidgets()"/>
<function threadsafety="unspecified" name="slotEditSignalsSlots" fullname="qdesigner_internal::PromotionTaskMenu::slotEditSignalsSlots" href="qdesigner-internal-promotiontaskmenu.html#slotEditSignalsSlots" status="active" access="private" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="105" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotEditSignalsSlots()"/>
<function threadsafety="unspecified" name="slotPromoteToCustomWidget" fullname="qdesigner_internal::PromotionTaskMenu::slotPromoteToCustomWidget" href="qdesigner-internal-promotiontaskmenu.html#slotPromoteToCustomWidget" status="active" access="private" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="101" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotPromoteToCustomWidget(const QString &amp;customClassName)">
<parameter left="const QString &amp;" right="" name="customClassName" default=""/>
</function>
<function threadsafety="unspecified" name="mode" fullname="qdesigner_internal::PromotionTaskMenu::mode" href="qdesigner-internal-promotiontaskmenu.html#mode" status="active" access="public" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="74" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Mode" signature="Mode mode() const"/>
<function threadsafety="unspecified" name="promotionSelectionList" fullname="qdesigner_internal::PromotionTaskMenu::promotionSelectionList" href="qdesigner-internal-promotiontaskmenu.html#promotionSelectionList" status="active" access="private" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="115" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="PromotionSelectionList" signature="PromotionSelectionList promotionSelectionList(QDesignerFormWindowInterface *formWindow) const">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="formWindow" fullname="qdesigner_internal::PromotionTaskMenu::formWindow" href="qdesigner-internal-promotiontaskmenu.html#formWindow" status="active" access="private" location="promotiontaskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/promotiontaskmenu_p.h" lineno="112" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * formWindow() const"/>
</class>
<class threadsafety="unspecified" name="PropertyLineEdit" fullname="qdesigner_internal::PropertyLineEdit" href="qdesigner-internal-propertylineedit.html" status="active" access="public" location="propertylineedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/propertylineedit_p.h" lineno="52">
<function threadsafety="unspecified" name="PropertyLineEdit" fullname="qdesigner_internal::PropertyLineEdit::PropertyLineEdit" href="qdesigner-internal-propertylineedit.html#PropertyLineEdit" status="active" access="public" location="propertylineedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/propertylineedit_p.h" lineno="55" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertyLineEdit(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="event" fullname="qdesigner_internal::PropertyLineEdit::event" href="qdesigner-internal-propertylineedit.html#event" status="active" access="public" location="propertylineedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/propertylineedit_p.h" lineno="59" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool event(QEvent *e)">
<parameter left="QEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="contextMenuEvent" fullname="qdesigner_internal::PropertyLineEdit::contextMenuEvent" href="qdesigner-internal-propertylineedit.html#contextMenuEvent" status="active" access="protected" location="propertylineedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/propertylineedit_p.h" lineno="61" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void contextMenuEvent(QContextMenuEvent *event)">
<parameter left="QContextMenuEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="insertNewLine" fullname="qdesigner_internal::PropertyLineEdit::insertNewLine" href="qdesigner-internal-propertylineedit.html#insertNewLine" status="active" access="private" location="propertylineedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/propertylineedit_p.h" lineno="63" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void insertNewLine()"/>
<function threadsafety="unspecified" name="insertText" fullname="qdesigner_internal::PropertyLineEdit::insertText" href="qdesigner-internal-propertylineedit.html#insertText" status="active" access="private" location="propertylineedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/propertylineedit_p.h" lineno="65" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void insertText(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setWantNewLine" fullname="qdesigner_internal::PropertyLineEdit::setWantNewLine" href="qdesigner-internal-propertylineedit.html#setWantNewLine" status="active" access="public" location="propertylineedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/propertylineedit_p.h" lineno="56" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setWantNewLine(bool nl)">
<parameter left="bool" right="" name="nl" default=""/>
</function>
<function threadsafety="unspecified" name="wantNewLine" fullname="qdesigner_internal::PropertyLineEdit::wantNewLine" href="qdesigner-internal-propertylineedit.html#wantNewLine" status="active" access="public" location="propertylineedit_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/propertylineedit_p.h" lineno="57" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool wantNewLine() const"/>
</class>
<class threadsafety="unspecified" name="LayoutAlignmentCommand" fullname="qdesigner_internal::LayoutAlignmentCommand" href="qdesigner-internal-layoutalignmentcommand.html" status="active" access="public" location="qdesigner_command2_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command2_p.h" lineno="85" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="LayoutAlignmentCommand" fullname="qdesigner_internal::LayoutAlignmentCommand::LayoutAlignmentCommand" href="qdesigner-internal-layoutalignmentcommand.html#LayoutAlignmentCommand" status="active" access="public" location="qdesigner_command2_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command2_p.h" lineno="88" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="LayoutAlignmentCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="alignmentOf" fullname="qdesigner_internal::LayoutAlignmentCommand::alignmentOf" href="qdesigner-internal-layoutalignmentcommand.html#alignmentOf" status="active" access="public" location="qdesigner_command2_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command2_p.h" lineno="96" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="Qt::Alignment" signature="Qt::Alignment alignmentOf(const QDesignerFormEditorInterface *core, QWidget *w, bool *enabled)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="bool *" right="" name="enabled" default="0"/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::LayoutAlignmentCommand::init" href="qdesigner-internal-layoutalignmentcommand.html#init" status="active" access="public" location="qdesigner_command2_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command2_p.h" lineno="90" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool init(QWidget *w, Qt::Alignment alignment)">
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="Qt::Alignment" right="" name="alignment" default=""/>
</function>
<function threadsafety="unspecified" name="applyAlignment" fullname="qdesigner_internal::LayoutAlignmentCommand::applyAlignment" href="qdesigner-internal-layoutalignmentcommand.html#applyAlignment" status="active" access="private" location="qdesigner_command2_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command2_p.h" lineno="99" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void applyAlignment(const QDesignerFormEditorInterface *core, QWidget *w, Qt::Alignment a)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="Qt::Alignment" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::LayoutAlignmentCommand::redo" href="qdesigner-internal-layoutalignmentcommand.html#redo" status="active" access="public" location="qdesigner_command2_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command2_p.h" lineno="92" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::LayoutAlignmentCommand::undo" href="qdesigner-internal-layoutalignmentcommand.html#undo" status="active" access="public" location="qdesigner_command2_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command2_p.h" lineno="93" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="MorphLayoutCommand" fullname="qdesigner_internal::MorphLayoutCommand" href="qdesigner-internal-morphlayoutcommand.html" status="active" access="public" location="qdesigner_command2_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command2_p.h" lineno="61" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="MorphLayoutCommand" fullname="qdesigner_internal::MorphLayoutCommand::MorphLayoutCommand" href="qdesigner-internal-morphlayoutcommand.html#MorphLayoutCommand" status="active" access="public" location="qdesigner_command2_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command2_p.h" lineno="64" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="MorphLayoutCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="formatDescription" fullname="qdesigner_internal::MorphLayoutCommand::formatDescription" href="qdesigner-internal-morphlayoutcommand.html#formatDescription" status="active" access="private" location="qdesigner_command2_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command2_p.h" lineno="75" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString formatDescription(QDesignerFormEditorInterface *core, const QWidget *w, int oldType, int newType)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const QWidget *" right="" name="w" default=""/>
<parameter left="int" right="" name="oldType" default=""/>
<parameter left="int" right="" name="newType" default=""/>
</function>
<function threadsafety="unspecified" name="canMorph" fullname="qdesigner_internal::MorphLayoutCommand::canMorph" href="qdesigner-internal-morphlayoutcommand.html#canMorph" status="active" access="public" location="qdesigner_command2_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command2_p.h" lineno="69" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool canMorph(const QDesignerFormWindowInterface *formWindow, QWidget *w, int *ptrToCurrentType)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="int *" right="" name="ptrToCurrentType" default="0"/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::MorphLayoutCommand::init" href="qdesigner-internal-morphlayoutcommand.html#init" status="active" access="public" location="qdesigner_command2_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command2_p.h" lineno="67" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool init(QWidget *w, int newType)">
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="int" right="" name="newType" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::MorphLayoutCommand::redo" href="qdesigner-internal-morphlayoutcommand.html#redo" status="active" access="public" location="qdesigner_command2_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command2_p.h" lineno="71" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::MorphLayoutCommand::undo" href="qdesigner-internal-morphlayoutcommand.html#undo" status="active" access="public" location="qdesigner_command2_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command2_p.h" lineno="72" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~MorphLayoutCommand" fullname="qdesigner_internal::MorphLayoutCommand::~MorphLayoutCommand" href="qdesigner-internal-morphlayoutcommand.html#dtor.MorphLayoutCommand" status="active" access="public" location="qdesigner_command2_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command2_p.h" lineno="65" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~MorphLayoutCommand()"/>
</class>
<class threadsafety="unspecified" name="ActionInsertionCommand" fullname="qdesigner_internal::ActionInsertionCommand" href="qdesigner-internal-actioninsertioncommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1027" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="ActionInsertionCommand" fullname="qdesigner_internal::ActionInsertionCommand::ActionInsertionCommand" href="qdesigner-internal-actioninsertioncommand.html#ActionInsertionCommand" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1031" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ActionInsertionCommand(const QString &amp;text, QDesignerFormWindowInterface *formWindow)">
<parameter left="const QString &amp;" right="" name="text" default=""/>
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::ActionInsertionCommand::init" href="qdesigner-internal-actioninsertioncommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1034" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QWidget *parentWidget, QAction *action, QAction *beforeAction, bool update)">
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
<parameter left="QAction *" right="" name="action" default=""/>
<parameter left="QAction *" right="" name="beforeAction" default="0"/>
<parameter left="bool" right="" name="update" default="true"/>
</function>
<function threadsafety="unspecified" name="insertAction" fullname="qdesigner_internal::ActionInsertionCommand::insertAction" href="qdesigner-internal-actioninsertioncommand.html#insertAction" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1037" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void insertAction()"/>
<function threadsafety="unspecified" name="removeAction" fullname="qdesigner_internal::ActionInsertionCommand::removeAction" href="qdesigner-internal-actioninsertioncommand.html#removeAction" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1038" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeAction()"/>
</class>
<class threadsafety="unspecified" name="AddActionCommand" fullname="qdesigner_internal::AddActionCommand" href="qdesigner-internal-addactioncommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="989" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="AddActionCommand" fullname="qdesigner_internal::AddActionCommand::AddActionCommand" href="qdesigner-internal-addactioncommand.html#AddActionCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="993" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="AddActionCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::AddActionCommand::init" href="qdesigner-internal-addactioncommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="994" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::AddActionCommand::redo" href="qdesigner-internal-addactioncommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="995" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::AddActionCommand::undo" href="qdesigner-internal-addactioncommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="996" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="AddContainerWidgetPageCommand" fullname="qdesigner_internal::AddContainerWidgetPageCommand" href="qdesigner-internal-addcontainerwidgetpagecommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="805" bases="qdesigner_internal::ContainerWidgetCommand">
<enum threadsafety="unspecified" name="InsertionMode" fullname="qdesigner_internal::AddContainerWidgetPageCommand::InsertionMode" href="qdesigner-internal-addcontainerwidgetpagecommand.html#InsertionMode-enum" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="809">
<value name="InsertBefore" value="0"/>
<value name="InsertAfter" value="1"/>
</enum>
<function threadsafety="unspecified" name="AddContainerWidgetPageCommand" fullname="qdesigner_internal::AddContainerWidgetPageCommand::AddContainerWidgetPageCommand" href="qdesigner-internal-addcontainerwidgetpagecommand.html#AddContainerWidgetPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="813" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="AddContainerWidgetPageCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::AddContainerWidgetPageCommand::init" href="qdesigner-internal-addcontainerwidgetpagecommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="816" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QWidget *containerWidget, ContainerType ct, InsertionMode mode)">
<parameter left="QWidget *" right="" name="containerWidget" default=""/>
<parameter left="ContainerType" right="" name="ct" default=""/>
<parameter left="InsertionMode" right="" name="mode" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::AddContainerWidgetPageCommand::redo" href="qdesigner-internal-addcontainerwidgetpagecommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="818" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::AddContainerWidgetPageCommand::undo" href="qdesigner-internal-addcontainerwidgetpagecommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="819" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~AddContainerWidgetPageCommand" fullname="qdesigner_internal::AddContainerWidgetPageCommand::~AddContainerWidgetPageCommand" href="qdesigner-internal-addcontainerwidgetpagecommand.html#dtor.AddContainerWidgetPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="814" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~AddContainerWidgetPageCommand()"/>
</class>
<class threadsafety="unspecified" name="AddDockWidgetCommand" fullname="qdesigner_internal::AddDockWidgetCommand" href="qdesigner-internal-adddockwidgetcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="755" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="AddDockWidgetCommand" fullname="qdesigner_internal::AddDockWidgetCommand::AddDockWidgetCommand" href="qdesigner-internal-adddockwidgetcommand.html#AddDockWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="759" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="AddDockWidgetCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::AddDockWidgetCommand::init" href="qdesigner-internal-adddockwidgetcommand.html#init-1" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="762" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QMainWindow *mainWindow)">
<parameter left="QMainWindow *" right="" name="mainWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::AddDockWidgetCommand::init" href="qdesigner-internal-adddockwidgetcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="761" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QMainWindow *mainWindow, QDockWidget *dockWidget)">
<parameter left="QMainWindow *" right="" name="mainWindow" default=""/>
<parameter left="QDockWidget *" right="" name="dockWidget" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::AddDockWidgetCommand::redo" href="qdesigner-internal-adddockwidgetcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="765" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::AddDockWidgetCommand::undo" href="qdesigner-internal-adddockwidgetcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="764" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="AddMenuActionCommand" fullname="qdesigner_internal::AddMenuActionCommand" href="qdesigner-internal-addmenuactioncommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1085" bases="qdesigner_internal::MenuActionCommand">
<function threadsafety="unspecified" name="AddMenuActionCommand" fullname="qdesigner_internal::AddMenuActionCommand::AddMenuActionCommand" href="qdesigner-internal-addmenuactioncommand.html#AddMenuActionCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1089" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="AddMenuActionCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::AddMenuActionCommand::redo" href="qdesigner-internal-addmenuactioncommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1091" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::AddMenuActionCommand::undo" href="qdesigner-internal-addmenuactioncommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1092" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="AddStackedWidgetPageCommand" fullname="qdesigner_internal::AddStackedWidgetPageCommand" href="qdesigner-internal-addstackedwidgetpagecommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="628" bases="qdesigner_internal::StackedWidgetCommand">
<enum threadsafety="unspecified" name="InsertionMode" fullname="qdesigner_internal::AddStackedWidgetPageCommand::InsertionMode" href="qdesigner-internal-addstackedwidgetpagecommand.html#InsertionMode-enum" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="632">
<value name="InsertBefore" value="0"/>
<value name="InsertAfter" value="1"/>
</enum>
<function threadsafety="unspecified" name="AddStackedWidgetPageCommand" fullname="qdesigner_internal::AddStackedWidgetPageCommand::AddStackedWidgetPageCommand" href="qdesigner-internal-addstackedwidgetpagecommand.html#AddStackedWidgetPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="636" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="AddStackedWidgetPageCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::AddStackedWidgetPageCommand::init" href="qdesigner-internal-addstackedwidgetpagecommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="639" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QStackedWidget *stackedWidget)">
<parameter left="QStackedWidget *" right="" name="stackedWidget" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::AddStackedWidgetPageCommand::init" href="qdesigner-internal-addstackedwidgetpagecommand.html#init-1" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="640" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QStackedWidget *stackedWidget, InsertionMode mode)">
<parameter left="QStackedWidget *" right="" name="stackedWidget" default=""/>
<parameter left="InsertionMode" right="" name="mode" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::AddStackedWidgetPageCommand::redo" href="qdesigner-internal-addstackedwidgetpagecommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="642" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::AddStackedWidgetPageCommand::undo" href="qdesigner-internal-addstackedwidgetpagecommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="643" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~AddStackedWidgetPageCommand" fullname="qdesigner_internal::AddStackedWidgetPageCommand::~AddStackedWidgetPageCommand" href="qdesigner-internal-addstackedwidgetpagecommand.html#dtor.AddStackedWidgetPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="637" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~AddStackedWidgetPageCommand()"/>
</class>
<class threadsafety="unspecified" name="AddTabPageCommand" fullname="qdesigner_internal::AddTabPageCommand" href="qdesigner-internal-addtabpagecommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="540" bases="qdesigner_internal::TabWidgetCommand">
<enum threadsafety="unspecified" name="InsertionMode" fullname="qdesigner_internal::AddTabPageCommand::InsertionMode" href="qdesigner-internal-addtabpagecommand.html#InsertionMode-enum" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="544">
<value name="InsertBefore" value="0"/>
<value name="InsertAfter" value="1"/>
</enum>
<function threadsafety="unspecified" name="AddTabPageCommand" fullname="qdesigner_internal::AddTabPageCommand::AddTabPageCommand" href="qdesigner-internal-addtabpagecommand.html#AddTabPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="548" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="AddTabPageCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::AddTabPageCommand::init" href="qdesigner-internal-addtabpagecommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="551" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QTabWidget *tabWidget)">
<parameter left="QTabWidget *" right="" name="tabWidget" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::AddTabPageCommand::init" href="qdesigner-internal-addtabpagecommand.html#init-1" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="552" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QTabWidget *tabWidget, InsertionMode mode)">
<parameter left="QTabWidget *" right="" name="tabWidget" default=""/>
<parameter left="InsertionMode" right="" name="mode" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::AddTabPageCommand::redo" href="qdesigner-internal-addtabpagecommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="554" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::AddTabPageCommand::undo" href="qdesigner-internal-addtabpagecommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="555" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~AddTabPageCommand" fullname="qdesigner_internal::AddTabPageCommand::~AddTabPageCommand" href="qdesigner-internal-addtabpagecommand.html#dtor.AddTabPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="549" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~AddTabPageCommand()"/>
</class>
<class threadsafety="unspecified" name="AddToolBarCommand" fullname="qdesigner_internal::AddToolBarCommand" href="qdesigner-internal-addtoolbarcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="710" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="AddToolBarCommand" fullname="qdesigner_internal::AddToolBarCommand::AddToolBarCommand" href="qdesigner-internal-addtoolbarcommand.html#AddToolBarCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="714" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="AddToolBarCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::AddToolBarCommand::init" href="qdesigner-internal-addtoolbarcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="716" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QMainWindow *mainWindow)">
<parameter left="QMainWindow *" right="" name="mainWindow" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::AddToolBarCommand::redo" href="qdesigner-internal-addtoolbarcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="719" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::AddToolBarCommand::undo" href="qdesigner-internal-addtoolbarcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="718" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="AddToolBoxPageCommand" fullname="qdesigner_internal::AddToolBoxPageCommand" href="qdesigner-internal-addtoolboxpagecommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="489" bases="qdesigner_internal::ToolBoxCommand">
<enum threadsafety="unspecified" name="InsertionMode" fullname="qdesigner_internal::AddToolBoxPageCommand::InsertionMode" href="qdesigner-internal-addtoolboxpagecommand.html#InsertionMode-enum" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="493">
<value name="InsertBefore" value="0"/>
<value name="InsertAfter" value="1"/>
</enum>
<function threadsafety="unspecified" name="AddToolBoxPageCommand" fullname="qdesigner_internal::AddToolBoxPageCommand::AddToolBoxPageCommand" href="qdesigner-internal-addtoolboxpagecommand.html#AddToolBoxPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="497" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="AddToolBoxPageCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::AddToolBoxPageCommand::init" href="qdesigner-internal-addtoolboxpagecommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="500" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QToolBox *toolBox)">
<parameter left="QToolBox *" right="" name="toolBox" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::AddToolBoxPageCommand::init" href="qdesigner-internal-addtoolboxpagecommand.html#init-1" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="501" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QToolBox *toolBox, InsertionMode mode)">
<parameter left="QToolBox *" right="" name="toolBox" default=""/>
<parameter left="InsertionMode" right="" name="mode" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::AddToolBoxPageCommand::redo" href="qdesigner-internal-addtoolboxpagecommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="503" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::AddToolBoxPageCommand::undo" href="qdesigner-internal-addtoolboxpagecommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="504" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~AddToolBoxPageCommand" fullname="qdesigner_internal::AddToolBoxPageCommand::~AddToolBoxPageCommand" href="qdesigner-internal-addtoolboxpagecommand.html#dtor.AddToolBoxPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="498" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~AddToolBoxPageCommand()"/>
</class>
<class threadsafety="unspecified" name="AdjustWidgetSizeCommand" fullname="qdesigner_internal::AdjustWidgetSizeCommand" href="qdesigner-internal-adjustwidgetsizecommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="159" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="AdjustWidgetSizeCommand" fullname="qdesigner_internal::AdjustWidgetSizeCommand::AdjustWidgetSizeCommand" href="qdesigner-internal-adjustwidgetsizecommand.html#AdjustWidgetSizeCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="163" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="AdjustWidgetSizeCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="adjustNonLaidOutMainContainer" fullname="qdesigner_internal::AdjustWidgetSizeCommand::adjustNonLaidOutMainContainer" href="qdesigner-internal-adjustwidgetsizecommand.html#adjustNonLaidOutMainContainer" status="active" access="private" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="172" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool adjustNonLaidOutMainContainer(QWidget *integrationContainer)">
<parameter left="QWidget *" right="" name="integrationContainer" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::AdjustWidgetSizeCommand::init" href="qdesigner-internal-adjustwidgetsizecommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="165" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QWidget *widget)">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::AdjustWidgetSizeCommand::redo" href="qdesigner-internal-adjustwidgetsizecommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="167" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::AdjustWidgetSizeCommand::undo" href="qdesigner-internal-adjustwidgetsizecommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="168" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="widgetForAdjust" fullname="qdesigner_internal::AdjustWidgetSizeCommand::widgetForAdjust" href="qdesigner-internal-adjustwidgetsizecommand.html#widgetForAdjust" status="active" access="private" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="171" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * widgetForAdjust() const"/>
<function threadsafety="unspecified" name="updatePropertyEditor" fullname="qdesigner_internal::AdjustWidgetSizeCommand::updatePropertyEditor" href="qdesigner-internal-adjustwidgetsizecommand.html#updatePropertyEditor" status="active" access="private" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="173" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updatePropertyEditor() const"/>
</class>
<class threadsafety="unspecified" name="BreakLayoutCommand" fullname="qdesigner_internal::BreakLayoutCommand" href="qdesigner-internal-breaklayoutcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="388" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="BreakLayoutCommand" fullname="qdesigner_internal::BreakLayoutCommand::BreakLayoutCommand" href="qdesigner-internal-breaklayoutcommand.html#BreakLayoutCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="392" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="BreakLayoutCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::BreakLayoutCommand::init" href="qdesigner-internal-breaklayoutcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="397" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(const QWidgetList &amp;widgets, QWidget *layoutBase, bool reparentLayoutWidget)">
<parameter left="const QWidgetList &amp;" right="" name="widgets" default=""/>
<parameter left="QWidget *" right="" name="layoutBase" default=""/>
<parameter left="bool" right="" name="reparentLayoutWidget" default="true"/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::BreakLayoutCommand::redo" href="qdesigner-internal-breaklayoutcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="401" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::BreakLayoutCommand::undo" href="qdesigner-internal-breaklayoutcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="402" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~BreakLayoutCommand" fullname="qdesigner_internal::BreakLayoutCommand::~BreakLayoutCommand" href="qdesigner-internal-breaklayoutcommand.html#dtor.BreakLayoutCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="393" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~BreakLayoutCommand()"/>
<function threadsafety="unspecified" name="widgets" fullname="qdesigner_internal::BreakLayoutCommand::widgets" href="qdesigner-internal-breaklayoutcommand.html#widgets" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="395" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidgetList" signature="QWidgetList widgets() const"/>
<function threadsafety="unspecified" name="layoutProperties" fullname="qdesigner_internal::BreakLayoutCommand::layoutProperties" href="qdesigner-internal-breaklayoutcommand.html#layoutProperties" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="405" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const LayoutProperties *" signature="const LayoutProperties * layoutProperties() const"/>
<function threadsafety="unspecified" name="propertyMask" fullname="qdesigner_internal::BreakLayoutCommand::propertyMask" href="qdesigner-internal-breaklayoutcommand.html#propertyMask" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="406" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int propertyMask() const"/>
</class>
<class threadsafety="unspecified" name="ChangeCurrentPageCommand" fullname="qdesigner_internal::ChangeCurrentPageCommand" href="qdesigner-internal-changecurrentpagecommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="822" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="ChangeCurrentPageCommand" fullname="qdesigner_internal::ChangeCurrentPageCommand::ChangeCurrentPageCommand" href="qdesigner-internal-changecurrentpagecommand.html#ChangeCurrentPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="826" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ChangeCurrentPageCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::ChangeCurrentPageCommand::init" href="qdesigner-internal-changecurrentpagecommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="831" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QWidget *containerWidget, int newIndex)">
<parameter left="QWidget *" right="" name="containerWidget" default=""/>
<parameter left="int" right="" name="newIndex" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::ChangeCurrentPageCommand::redo" href="qdesigner-internal-changecurrentpagecommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="833" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::ChangeCurrentPageCommand::undo" href="qdesigner-internal-changecurrentpagecommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="834" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~ChangeCurrentPageCommand" fullname="qdesigner_internal::ChangeCurrentPageCommand::~ChangeCurrentPageCommand" href="qdesigner-internal-changecurrentpagecommand.html#dtor.ChangeCurrentPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="827" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~ChangeCurrentPageCommand()"/>
<function threadsafety="unspecified" name="containerExtension" fullname="qdesigner_internal::ChangeCurrentPageCommand::containerExtension" href="qdesigner-internal-changecurrentpagecommand.html#containerExtension" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="829" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerContainerExtension *" signature="QDesignerContainerExtension * containerExtension() const"/>
<variable threadsafety="unspecified" name="m_containerWidget" fullname="qdesigner_internal::ChangeCurrentPageCommand::m_containerWidget" href="qdesigner-internal-changecurrentpagecommand.html#m_containerWidget-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="837" type="QPointer&lt;QWidget&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_newIndex" fullname="qdesigner_internal::ChangeCurrentPageCommand::m_newIndex" href="qdesigner-internal-changecurrentpagecommand.html#m_newIndex-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="840" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_oldIndex" fullname="qdesigner_internal::ChangeCurrentPageCommand::m_oldIndex" href="qdesigner-internal-changecurrentpagecommand.html#m_oldIndex-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="839" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_widget" fullname="qdesigner_internal::ChangeCurrentPageCommand::m_widget" href="qdesigner-internal-changecurrentpagecommand.html#m_widget-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="838" type="QPointer&lt;QWidget&gt;" static="false"/>
</class>
<class threadsafety="unspecified" name="ChangeFormLayoutItemRoleCommand" fullname="qdesigner_internal::ChangeFormLayoutItemRoleCommand" href="qdesigner-internal-changeformlayoutitemrolecommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="249" bases="qdesigner_internal::QDesignerFormWindowCommand">
<enum threadsafety="unspecified" name="Operation" fullname="qdesigner_internal::ChangeFormLayoutItemRoleCommand::Operation" href="qdesigner-internal-changeformlayoutitemrolecommand.html#Operation-enum" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="252">
<value name="SpanningToLabel" value="0x1"/>
<value name="SpanningToField" value="0x2"/>
<value name="LabelToSpanning" value="0x4"/>
<value name="FieldToSpanning" value="0x8"/>
</enum>
<function threadsafety="unspecified" name="ChangeFormLayoutItemRoleCommand" fullname="qdesigner_internal::ChangeFormLayoutItemRoleCommand::ChangeFormLayoutItemRoleCommand" href="qdesigner-internal-changeformlayoutitemrolecommand.html#ChangeFormLayoutItemRoleCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="254" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ChangeFormLayoutItemRoleCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="reverseOperation" fullname="qdesigner_internal::ChangeFormLayoutItemRoleCommand::reverseOperation" href="qdesigner-internal-changeformlayoutitemrolecommand.html#reverseOperation" status="active" access="private" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="266" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="Operation" signature="Operation reverseOperation(Operation op)">
<parameter left="Operation" right="" name="op" default=""/>
</function>
<function threadsafety="unspecified" name="managedFormLayoutOf" fullname="qdesigner_internal::ChangeFormLayoutItemRoleCommand::managedFormLayoutOf" href="qdesigner-internal-changeformlayoutitemrolecommand.html#managedFormLayoutOf" status="active" access="private" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="265" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QFormLayout *" signature="QFormLayout * managedFormLayoutOf(QDesignerFormEditorInterface *core, QWidget *w)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="possibleOperations" fullname="qdesigner_internal::ChangeFormLayoutItemRoleCommand::possibleOperations" href="qdesigner-internal-changeformlayoutitemrolecommand.html#possibleOperations" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="262" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="unsigned" signature="unsigned possibleOperations(QDesignerFormEditorInterface *core, QWidget *w)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="doOperation" fullname="qdesigner_internal::ChangeFormLayoutItemRoleCommand::doOperation" href="qdesigner-internal-changeformlayoutitemrolecommand.html#doOperation" status="active" access="private" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="267" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void doOperation(Operation op)">
<parameter left="Operation" right="" name="op" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::ChangeFormLayoutItemRoleCommand::init" href="qdesigner-internal-changeformlayoutitemrolecommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="256" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QWidget *widget, Operation op)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="Operation" right="" name="op" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::ChangeFormLayoutItemRoleCommand::redo" href="qdesigner-internal-changeformlayoutitemrolecommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="258" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::ChangeFormLayoutItemRoleCommand::undo" href="qdesigner-internal-changeformlayoutitemrolecommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="259" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="ChangeLayoutItemGeometry" fullname="qdesigner_internal::ChangeLayoutItemGeometry" href="qdesigner-internal-changelayoutitemgeometry.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="273" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="ChangeLayoutItemGeometry" fullname="qdesigner_internal::ChangeLayoutItemGeometry::ChangeLayoutItemGeometry" href="qdesigner-internal-changelayoutitemgeometry.html#ChangeLayoutItemGeometry" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="277" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ChangeLayoutItemGeometry(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="changeItemPosition" fullname="qdesigner_internal::ChangeLayoutItemGeometry::changeItemPosition" href="qdesigner-internal-changelayoutitemgeometry.html#changeItemPosition" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="285" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void changeItemPosition(const QRect &amp;g)">
<parameter left="const QRect &amp;" right="" name="g" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::ChangeLayoutItemGeometry::init" href="qdesigner-internal-changelayoutitemgeometry.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="279" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QWidget *widget, int row, int column, int rowspan, int colspan)">
<parameter left="QWidget *" right="" name="widget" 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="colspan" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::ChangeLayoutItemGeometry::redo" href="qdesigner-internal-changelayoutitemgeometry.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="281" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::ChangeLayoutItemGeometry::undo" href="qdesigner-internal-changelayoutitemgeometry.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="282" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="ChangeListContentsCommand" fullname="qdesigner_internal::ChangeListContentsCommand" href="qdesigner-internal-changelistcontentscommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="971" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="ChangeListContentsCommand" fullname="qdesigner_internal::ChangeListContentsCommand::ChangeListContentsCommand" href="qdesigner-internal-changelistcontentscommand.html#ChangeListContentsCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="975" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ChangeListContentsCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::ChangeListContentsCommand::init" href="qdesigner-internal-changelistcontentscommand.html#init-1" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="978" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QComboBox *comboBox, const ListContents &amp;oldItems, const ListContents &amp;items)">
<parameter left="QComboBox *" right="" name="comboBox" default=""/>
<parameter left="const ListContents &amp;" right="" name="oldItems" default=""/>
<parameter left="const ListContents &amp;" right="" name="items" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::ChangeListContentsCommand::init" href="qdesigner-internal-changelistcontentscommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="977" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QListWidget *listWidget, const ListContents &amp;oldItems, const ListContents &amp;items)">
<parameter left="QListWidget *" right="" name="listWidget" default=""/>
<parameter left="const ListContents &amp;" right="" name="oldItems" default=""/>
<parameter left="const ListContents &amp;" right="" name="items" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::ChangeListContentsCommand::redo" href="qdesigner-internal-changelistcontentscommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="979" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::ChangeListContentsCommand::undo" href="qdesigner-internal-changelistcontentscommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="980" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="ChangeTableContentsCommand" fullname="qdesigner_internal::ChangeTableContentsCommand" href="qdesigner-internal-changetablecontentscommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="904" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="ChangeTableContentsCommand" fullname="qdesigner_internal::ChangeTableContentsCommand::ChangeTableContentsCommand" href="qdesigner-internal-changetablecontentscommand.html#ChangeTableContentsCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="907" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ChangeTableContentsCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::ChangeTableContentsCommand::init" href="qdesigner-internal-changetablecontentscommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="909" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QTableWidget *tableWidget, const TableWidgetContents &amp;oldCont, const TableWidgetContents &amp;newCont)">
<parameter left="QTableWidget *" right="" name="tableWidget" default=""/>
<parameter left="const TableWidgetContents &amp;" right="" name="oldCont" default=""/>
<parameter left="const TableWidgetContents &amp;" right="" name="newCont" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::ChangeTableContentsCommand::redo" href="qdesigner-internal-changetablecontentscommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="910" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::ChangeTableContentsCommand::undo" href="qdesigner-internal-changetablecontentscommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="911" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="ChangeTreeContentsCommand" fullname="qdesigner_internal::ChangeTreeContentsCommand" href="qdesigner-internal-changetreecontentscommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="951" bases="qdesigner_internal::QDesignerFormWindowCommand">
<enum threadsafety="unspecified" name="ApplyIconStrategy" fullname="qdesigner_internal::ChangeTreeContentsCommand::ApplyIconStrategy" href="qdesigner-internal-changetreecontentscommand.html#ApplyIconStrategy-enum" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="960">
<value name="SetIconStrategy" value="0"/>
<value name="ResetIconStrategy" value="1"/>
</enum>
<function threadsafety="unspecified" name="ChangeTreeContentsCommand" fullname="qdesigner_internal::ChangeTreeContentsCommand::ChangeTreeContentsCommand" href="qdesigner-internal-changetreecontentscommand.html#ChangeTreeContentsCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="955" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ChangeTreeContentsCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::ChangeTreeContentsCommand::init" href="qdesigner-internal-changetreecontentscommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="957" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QTreeWidget *treeWidget, const TreeWidgetContents &amp;oldState, const TreeWidgetContents &amp;newState)">
<parameter left="QTreeWidget *" right="" name="treeWidget" default=""/>
<parameter left="const TreeWidgetContents &amp;" right="" name="oldState" default=""/>
<parameter left="const TreeWidgetContents &amp;" right="" name="newState" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::ChangeTreeContentsCommand::redo" href="qdesigner-internal-changetreecontentscommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="958" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::ChangeTreeContentsCommand::undo" href="qdesigner-internal-changetreecontentscommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="959" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="ChangeZOrderCommand" fullname="qdesigner_internal::ChangeZOrderCommand" href="qdesigner-internal-changezordercommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="113" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="ChangeZOrderCommand" fullname="qdesigner_internal::ChangeZOrderCommand::ChangeZOrderCommand" href="qdesigner-internal-changezordercommand.html#ChangeZOrderCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="117" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ChangeZOrderCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::ChangeZOrderCommand::init" href="qdesigner-internal-changezordercommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="119" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QWidget *widget)">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::ChangeZOrderCommand::redo" href="qdesigner-internal-changezordercommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="121" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::ChangeZOrderCommand::undo" href="qdesigner-internal-changezordercommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="122" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="reorderWidget" fullname="qdesigner_internal::ChangeZOrderCommand::reorderWidget" href="qdesigner-internal-changezordercommand.html#reorderWidget" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="124" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidgetList" signature="QWidgetList reorderWidget(const QWidgetList &amp;list, QWidget *widget) const = 0">
<parameter left="const QWidgetList &amp;" right="" name="list" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="reorder" fullname="qdesigner_internal::ChangeZOrderCommand::reorder" href="qdesigner-internal-changezordercommand.html#reorder" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="125" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void reorder(QWidget *widget) const = 0">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="ContainerWidgetCommand" fullname="qdesigner_internal::ContainerWidgetCommand" href="qdesigner-internal-containerwidgetcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="772" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="ContainerWidgetCommand" fullname="qdesigner_internal::ContainerWidgetCommand::ContainerWidgetCommand" href="qdesigner-internal-containerwidgetcommand.html#ContainerWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="776" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ContainerWidgetCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="addPage" fullname="qdesigner_internal::ContainerWidgetCommand::addPage" href="qdesigner-internal-containerwidgetcommand.html#addPage" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="784" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addPage()"/>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::ContainerWidgetCommand::init" href="qdesigner-internal-containerwidgetcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="781" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QWidget *containerWidget)">
<parameter left="QWidget *" right="" name="containerWidget" default=""/>
</function>
<function threadsafety="unspecified" name="removePage" fullname="qdesigner_internal::ContainerWidgetCommand::removePage" href="qdesigner-internal-containerwidgetcommand.html#removePage" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="783" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removePage()"/>
<function threadsafety="unspecified" name="~ContainerWidgetCommand" fullname="qdesigner_internal::ContainerWidgetCommand::~ContainerWidgetCommand" href="qdesigner-internal-containerwidgetcommand.html#dtor.ContainerWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="777" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~ContainerWidgetCommand()"/>
<function threadsafety="unspecified" name="containerExtension" fullname="qdesigner_internal::ContainerWidgetCommand::containerExtension" href="qdesigner-internal-containerwidgetcommand.html#containerExtension" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="779" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerContainerExtension *" signature="QDesignerContainerExtension * containerExtension() const"/>
<variable threadsafety="unspecified" name="m_containerWidget" fullname="qdesigner_internal::ContainerWidgetCommand::m_containerWidget" href="qdesigner-internal-containerwidgetcommand.html#m_containerWidget-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="787" type="QPointer&lt;QWidget&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_index" fullname="qdesigner_internal::ContainerWidgetCommand::m_index" href="qdesigner-internal-containerwidgetcommand.html#m_index-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="789" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_widget" fullname="qdesigner_internal::ContainerWidgetCommand::m_widget" href="qdesigner-internal-containerwidgetcommand.html#m_widget-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="788" type="QPointer&lt;QWidget&gt;" static="false"/>
</class>
<class threadsafety="unspecified" name="CreateMenuBarCommand" fullname="qdesigner_internal::CreateMenuBarCommand" href="qdesigner-internal-createmenubarcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="646" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="CreateMenuBarCommand" fullname="qdesigner_internal::CreateMenuBarCommand::CreateMenuBarCommand" href="qdesigner-internal-createmenubarcommand.html#CreateMenuBarCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="650" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="CreateMenuBarCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::CreateMenuBarCommand::init" href="qdesigner-internal-createmenubarcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="652" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QMainWindow *mainWindow)">
<parameter left="QMainWindow *" right="" name="mainWindow" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::CreateMenuBarCommand::redo" href="qdesigner-internal-createmenubarcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="655" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::CreateMenuBarCommand::undo" href="qdesigner-internal-createmenubarcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="654" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="CreateStatusBarCommand" fullname="qdesigner_internal::CreateStatusBarCommand" href="qdesigner-internal-createstatusbarcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="678" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="CreateStatusBarCommand" fullname="qdesigner_internal::CreateStatusBarCommand::CreateStatusBarCommand" href="qdesigner-internal-createstatusbarcommand.html#CreateStatusBarCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="682" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="CreateStatusBarCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::CreateStatusBarCommand::init" href="qdesigner-internal-createstatusbarcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="684" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QMainWindow *mainWindow)">
<parameter left="QMainWindow *" right="" name="mainWindow" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::CreateStatusBarCommand::redo" href="qdesigner-internal-createstatusbarcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="687" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::CreateStatusBarCommand::undo" href="qdesigner-internal-createstatusbarcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="686" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="CreateSubmenuCommand" fullname="qdesigner_internal::CreateSubmenuCommand" href="qdesigner-internal-createsubmenucommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1105" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="CreateSubmenuCommand" fullname="qdesigner_internal::CreateSubmenuCommand::CreateSubmenuCommand" href="qdesigner-internal-createsubmenucommand.html#CreateSubmenuCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1109" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="CreateSubmenuCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::CreateSubmenuCommand::init" href="qdesigner-internal-createsubmenucommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1110" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QDesignerMenu *menu, QAction *action, QObject *m_objectToSelect)">
<parameter left="QDesignerMenu *" right="" name="menu" default=""/>
<parameter left="QAction *" right="" name="action" default=""/>
<parameter left="QObject *" right="" name="m_objectToSelect" default="0"/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::CreateSubmenuCommand::redo" href="qdesigner-internal-createsubmenucommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1111" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::CreateSubmenuCommand::undo" href="qdesigner-internal-createsubmenucommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1112" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="CursorSelectionState" fullname="qdesigner_internal::CursorSelectionState" href="qdesigner-internal-cursorselectionstate.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="348">
<typedef threadsafety="unspecified" name="WidgetPointerList" fullname="qdesigner_internal::CursorSelectionState::WidgetPointerList" href="qdesigner-internal-cursorselectionstate.html#WidgetPointerList-typedef" status="active" access="private" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="357"/>
<function threadsafety="unspecified" name="CursorSelectionState" fullname="qdesigner_internal::CursorSelectionState::CursorSelectionState" href="qdesigner-internal-cursorselectionstate.html#CursorSelectionState" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="351" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="CursorSelectionState()"/>
<function threadsafety="unspecified" name="save" fullname="qdesigner_internal::CursorSelectionState::save" href="qdesigner-internal-cursorselectionstate.html#save" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="353" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void save(const QDesignerFormWindowInterface *formWindow)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="restore" fullname="qdesigner_internal::CursorSelectionState::restore" href="qdesigner-internal-cursorselectionstate.html#restore" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="354" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void restore(QDesignerFormWindowInterface *formWindow) const">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DeleteContainerWidgetPageCommand" fullname="qdesigner_internal::DeleteContainerWidgetPageCommand" href="qdesigner-internal-deletecontainerwidgetpagecommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="792" bases="qdesigner_internal::ContainerWidgetCommand">
<function threadsafety="unspecified" name="DeleteContainerWidgetPageCommand" fullname="qdesigner_internal::DeleteContainerWidgetPageCommand::DeleteContainerWidgetPageCommand" href="qdesigner-internal-deletecontainerwidgetpagecommand.html#DeleteContainerWidgetPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="796" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DeleteContainerWidgetPageCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::DeleteContainerWidgetPageCommand::init" href="qdesigner-internal-deletecontainerwidgetpagecommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="799" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QWidget *containerWidget, ContainerType ct)">
<parameter left="QWidget *" right="" name="containerWidget" default=""/>
<parameter left="ContainerType" right="" name="ct" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::DeleteContainerWidgetPageCommand::redo" href="qdesigner-internal-deletecontainerwidgetpagecommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="801" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::DeleteContainerWidgetPageCommand::undo" href="qdesigner-internal-deletecontainerwidgetpagecommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="802" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~DeleteContainerWidgetPageCommand" fullname="qdesigner_internal::DeleteContainerWidgetPageCommand::~DeleteContainerWidgetPageCommand" href="qdesigner-internal-deletecontainerwidgetpagecommand.html#dtor.DeleteContainerWidgetPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="797" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DeleteContainerWidgetPageCommand()"/>
</class>
<class threadsafety="unspecified" name="DeleteMenuBarCommand" fullname="qdesigner_internal::DeleteMenuBarCommand" href="qdesigner-internal-deletemenubarcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="662" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="DeleteMenuBarCommand" fullname="qdesigner_internal::DeleteMenuBarCommand::DeleteMenuBarCommand" href="qdesigner-internal-deletemenubarcommand.html#DeleteMenuBarCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="666" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DeleteMenuBarCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::DeleteMenuBarCommand::init" href="qdesigner-internal-deletemenubarcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="668" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QMenuBar *menuBar)">
<parameter left="QMenuBar *" right="" name="menuBar" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::DeleteMenuBarCommand::redo" href="qdesigner-internal-deletemenubarcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="671" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::DeleteMenuBarCommand::undo" href="qdesigner-internal-deletemenubarcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="670" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="DeleteStackedWidgetPageCommand" fullname="qdesigner_internal::DeleteStackedWidgetPageCommand" href="qdesigner-internal-deletestackedwidgetpagecommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="615" bases="qdesigner_internal::StackedWidgetCommand">
<function threadsafety="unspecified" name="DeleteStackedWidgetPageCommand" fullname="qdesigner_internal::DeleteStackedWidgetPageCommand::DeleteStackedWidgetPageCommand" href="qdesigner-internal-deletestackedwidgetpagecommand.html#DeleteStackedWidgetPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="619" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DeleteStackedWidgetPageCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::DeleteStackedWidgetPageCommand::init" href="qdesigner-internal-deletestackedwidgetpagecommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="622" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QStackedWidget *stackedWidget)">
<parameter left="QStackedWidget *" right="" name="stackedWidget" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::DeleteStackedWidgetPageCommand::redo" href="qdesigner-internal-deletestackedwidgetpagecommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="624" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::DeleteStackedWidgetPageCommand::undo" href="qdesigner-internal-deletestackedwidgetpagecommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="625" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~DeleteStackedWidgetPageCommand" fullname="qdesigner_internal::DeleteStackedWidgetPageCommand::~DeleteStackedWidgetPageCommand" href="qdesigner-internal-deletestackedwidgetpagecommand.html#dtor.DeleteStackedWidgetPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="620" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DeleteStackedWidgetPageCommand()"/>
</class>
<class threadsafety="unspecified" name="DeleteStatusBarCommand" fullname="qdesigner_internal::DeleteStatusBarCommand" href="qdesigner-internal-deletestatusbarcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="694" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="DeleteStatusBarCommand" fullname="qdesigner_internal::DeleteStatusBarCommand::DeleteStatusBarCommand" href="qdesigner-internal-deletestatusbarcommand.html#DeleteStatusBarCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="698" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DeleteStatusBarCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::DeleteStatusBarCommand::init" href="qdesigner-internal-deletestatusbarcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="700" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QStatusBar *statusBar)">
<parameter left="QStatusBar *" right="" name="statusBar" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::DeleteStatusBarCommand::redo" href="qdesigner-internal-deletestatusbarcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="703" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::DeleteStatusBarCommand::undo" href="qdesigner-internal-deletestatusbarcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="702" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="DeleteTabPageCommand" fullname="qdesigner_internal::DeleteTabPageCommand" href="qdesigner-internal-deletetabpagecommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="527" bases="qdesigner_internal::TabWidgetCommand">
<function threadsafety="unspecified" name="DeleteTabPageCommand" fullname="qdesigner_internal::DeleteTabPageCommand::DeleteTabPageCommand" href="qdesigner-internal-deletetabpagecommand.html#DeleteTabPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="531" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DeleteTabPageCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::DeleteTabPageCommand::init" href="qdesigner-internal-deletetabpagecommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="534" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QTabWidget *tabWidget)">
<parameter left="QTabWidget *" right="" name="tabWidget" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::DeleteTabPageCommand::redo" href="qdesigner-internal-deletetabpagecommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="536" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::DeleteTabPageCommand::undo" href="qdesigner-internal-deletetabpagecommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="537" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~DeleteTabPageCommand" fullname="qdesigner_internal::DeleteTabPageCommand::~DeleteTabPageCommand" href="qdesigner-internal-deletetabpagecommand.html#dtor.DeleteTabPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="532" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DeleteTabPageCommand()"/>
</class>
<class threadsafety="unspecified" name="DeleteToolBarCommand" fullname="qdesigner_internal::DeleteToolBarCommand" href="qdesigner-internal-deletetoolbarcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="726" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="DeleteToolBarCommand" fullname="qdesigner_internal::DeleteToolBarCommand::DeleteToolBarCommand" href="qdesigner-internal-deletetoolbarcommand.html#DeleteToolBarCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="730" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DeleteToolBarCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::DeleteToolBarCommand::init" href="qdesigner-internal-deletetoolbarcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="732" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QToolBar *toolBar)">
<parameter left="QToolBar *" right="" name="toolBar" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::DeleteToolBarCommand::redo" href="qdesigner-internal-deletetoolbarcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="735" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::DeleteToolBarCommand::undo" href="qdesigner-internal-deletetoolbarcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="734" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="DeleteToolBoxPageCommand" fullname="qdesigner_internal::DeleteToolBoxPageCommand" href="qdesigner-internal-deletetoolboxpagecommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="476" bases="qdesigner_internal::ToolBoxCommand">
<function threadsafety="unspecified" name="DeleteToolBoxPageCommand" fullname="qdesigner_internal::DeleteToolBoxPageCommand::DeleteToolBoxPageCommand" href="qdesigner-internal-deletetoolboxpagecommand.html#DeleteToolBoxPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="480" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DeleteToolBoxPageCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::DeleteToolBoxPageCommand::init" href="qdesigner-internal-deletetoolboxpagecommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="483" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QToolBox *toolBox)">
<parameter left="QToolBox *" right="" name="toolBox" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::DeleteToolBoxPageCommand::redo" href="qdesigner-internal-deletetoolboxpagecommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="485" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::DeleteToolBoxPageCommand::undo" href="qdesigner-internal-deletetoolboxpagecommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="486" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~DeleteToolBoxPageCommand" fullname="qdesigner_internal::DeleteToolBoxPageCommand::~DeleteToolBoxPageCommand" href="qdesigner-internal-deletetoolboxpagecommand.html#dtor.DeleteToolBoxPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="481" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DeleteToolBoxPageCommand()"/>
</class>
<class threadsafety="unspecified" name="DeleteWidgetCommand" fullname="qdesigner_internal::DeleteWidgetCommand" href="qdesigner-internal-deletewidgetcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="197" bases="qdesigner_internal::QDesignerFormWindowCommand">
<enum threadsafety="unspecified" name="DeleteFlags" fullname="qdesigner_internal::DeleteWidgetCommand::DeleteFlags" href="qdesigner-internal-deletewidgetcommand.html#DeleteFlags-enum" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="204">
<value name="DoNotUnmanage" value="0x1"/>
<value name="DoNotSimplifyLayout" value="0x2"/>
</enum>
<function threadsafety="unspecified" name="DeleteWidgetCommand" fullname="qdesigner_internal::DeleteWidgetCommand::DeleteWidgetCommand" href="qdesigner-internal-deletewidgetcommand.html#DeleteWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="201" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DeleteWidgetCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::DeleteWidgetCommand::init" href="qdesigner-internal-deletewidgetcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="206" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QWidget *widget, unsigned flags)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="unsigned" right="" name="flags" default="0"/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::DeleteWidgetCommand::redo" href="qdesigner-internal-deletewidgetcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="208" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::DeleteWidgetCommand::undo" href="qdesigner-internal-deletewidgetcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="209" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~DeleteWidgetCommand" fullname="qdesigner_internal::DeleteWidgetCommand::~DeleteWidgetCommand" href="qdesigner-internal-deletewidgetcommand.html#dtor.DeleteWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="202" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DeleteWidgetCommand()"/>
</class>
<class threadsafety="unspecified" name="DemoteFromCustomWidgetCommand" fullname="qdesigner_internal::DemoteFromCustomWidgetCommand" href="qdesigner-internal-demotefromcustomwidgetcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="333" bases="qdesigner_internal::QDesignerFormWindowCommand">
<typedef threadsafety="unspecified" name="WidgetList" fullname="qdesigner_internal::DemoteFromCustomWidgetCommand::WidgetList" href="qdesigner-internal-demotefromcustomwidgetcommand.html#WidgetList-typedef" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="336"/>
<function threadsafety="unspecified" name="DemoteFromCustomWidgetCommand" fullname="qdesigner_internal::DemoteFromCustomWidgetCommand::DemoteFromCustomWidgetCommand" href="qdesigner-internal-demotefromcustomwidgetcommand.html#DemoteFromCustomWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="338" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DemoteFromCustomWidgetCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::DemoteFromCustomWidgetCommand::init" href="qdesigner-internal-demotefromcustomwidgetcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="340" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(const WidgetList &amp;promoted)">
<parameter left="const WidgetList &amp;" right="" name="promoted" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::DemoteFromCustomWidgetCommand::redo" href="qdesigner-internal-demotefromcustomwidgetcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="341" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::DemoteFromCustomWidgetCommand::undo" href="qdesigner-internal-demotefromcustomwidgetcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="342" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="DockWidgetCommand" fullname="qdesigner_internal::DockWidgetCommand" href="qdesigner-internal-dockwidgetcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="742" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="DockWidgetCommand" fullname="qdesigner_internal::DockWidgetCommand::DockWidgetCommand" href="qdesigner-internal-dockwidgetcommand.html#DockWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="746" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DockWidgetCommand(const QString &amp;description, QDesignerFormWindowInterface *formWindow)">
<parameter left="const QString &amp;" right="" name="description" default=""/>
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::DockWidgetCommand::init" href="qdesigner-internal-dockwidgetcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="749" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QDockWidget *dockWidget)">
<parameter left="QDockWidget *" right="" name="dockWidget" default=""/>
</function>
<function threadsafety="unspecified" name="~DockWidgetCommand" fullname="qdesigner_internal::DockWidgetCommand::~DockWidgetCommand" href="qdesigner-internal-dockwidgetcommand.html#dtor.DockWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="747" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DockWidgetCommand()"/>
<variable threadsafety="unspecified" name="m_dockWidget" fullname="qdesigner_internal::DockWidgetCommand::m_dockWidget" href="qdesigner-internal-dockwidgetcommand.html#m_dockWidget-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="752" type="QPointer&lt;QDockWidget&gt;" static="false"/>
</class>
<class threadsafety="unspecified" name="InsertActionIntoCommand" fullname="qdesigner_internal::InsertActionIntoCommand" href="qdesigner-internal-insertactionintocommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1047" bases="qdesigner_internal::ActionInsertionCommand">
<function threadsafety="unspecified" name="InsertActionIntoCommand" fullname="qdesigner_internal::InsertActionIntoCommand::InsertActionIntoCommand" href="qdesigner-internal-insertactionintocommand.html#InsertActionIntoCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1051" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="InsertActionIntoCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::InsertActionIntoCommand::redo" href="qdesigner-internal-insertactionintocommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1053" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::InsertActionIntoCommand::undo" href="qdesigner-internal-insertactionintocommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1054" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="InsertWidgetCommand" fullname="qdesigner_internal::InsertWidgetCommand" href="qdesigner-internal-insertwidgetcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="91" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="InsertWidgetCommand" fullname="qdesigner_internal::InsertWidgetCommand::InsertWidgetCommand" href="qdesigner-internal-insertwidgetcommand.html#InsertWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="95" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="InsertWidgetCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::InsertWidgetCommand::init" href="qdesigner-internal-insertwidgetcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="98" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QWidget *widget, bool already_in_form, int layoutRow, int layoutColumn)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="bool" right="" name="already_in_form" default="false"/>
<parameter left="int" right="" name="layoutRow" default="-1"/>
<parameter left="int" right="" name="layoutColumn" default="-1"/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::InsertWidgetCommand::redo" href="qdesigner-internal-insertwidgetcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="100" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="refreshBuddyLabels" fullname="qdesigner_internal::InsertWidgetCommand::refreshBuddyLabels" href="qdesigner-internal-insertwidgetcommand.html#refreshBuddyLabels" status="active" access="private" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="104" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void refreshBuddyLabels()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::InsertWidgetCommand::undo" href="qdesigner-internal-insertwidgetcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="101" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~InsertWidgetCommand" fullname="qdesigner_internal::InsertWidgetCommand::~InsertWidgetCommand" href="qdesigner-internal-insertwidgetcommand.html#dtor.InsertWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="96" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~InsertWidgetCommand()"/>
</class>
<class threadsafety="unspecified" name="ItemData" fullname="qdesigner_internal::ItemData" href="qdesigner-internal-itemdata.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="843">
<function threadsafety="unspecified" name="ItemData" fullname="qdesigner_internal::ItemData::ItemData" href="qdesigner-internal-itemdata.html#ItemData" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="844" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ItemData()"/>
<function threadsafety="unspecified" name="ItemData" fullname="qdesigner_internal::ItemData::ItemData" href="qdesigner-internal-itemdata.html#ItemData-1" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="846" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ItemData(const QListWidgetItem *item, bool editor)">
<parameter left="const QListWidgetItem *" right="" name="item" default=""/>
<parameter left="bool" right="" name="editor" default=""/>
</function>
<function threadsafety="unspecified" name="ItemData" fullname="qdesigner_internal::ItemData::ItemData" href="qdesigner-internal-itemdata.html#ItemData-2" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="847" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ItemData(const QTableWidgetItem *item, bool editor)">
<parameter left="const QTableWidgetItem *" right="" name="item" default=""/>
<parameter left="bool" right="" name="editor" default=""/>
</function>
<function threadsafety="unspecified" name="ItemData" fullname="qdesigner_internal::ItemData::ItemData" href="qdesigner-internal-itemdata.html#ItemData-3" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="848" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ItemData(const QTreeWidgetItem *item, int column)">
<parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
<parameter left="int" right="" name="column" default=""/>
</function>
<function threadsafety="unspecified" name="createListItem" fullname="qdesigner_internal::ItemData::createListItem" href="qdesigner-internal-itemdata.html#createListItem" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="849" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QListWidgetItem *" signature="QListWidgetItem * createListItem(DesignerIconCache *iconCache, bool editor) const">
<parameter left="DesignerIconCache *" right="" name="iconCache" default=""/>
<parameter left="bool" right="" name="editor" default=""/>
</function>
<function threadsafety="unspecified" name="createTableItem" fullname="qdesigner_internal::ItemData::createTableItem" href="qdesigner-internal-itemdata.html#createTableItem" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="850" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QTableWidgetItem *" signature="QTableWidgetItem * createTableItem(DesignerIconCache *iconCache, bool editor) const">
<parameter left="DesignerIconCache *" right="" name="iconCache" default=""/>
<parameter left="bool" right="" name="editor" default=""/>
</function>
<function threadsafety="unspecified" name="isValid" fullname="qdesigner_internal::ItemData::isValid" href="qdesigner-internal-itemdata.html#isValid" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="853" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isValid() const"/>
<function threadsafety="unspecified" name="operator!=" fullname="qdesigner_internal::ItemData::operator!=" href="qdesigner-internal-itemdata.html#operator-not-eq" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="855" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator!=(const ItemData &amp;rhs) const">
<parameter left="const ItemData &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" fullname="qdesigner_internal::ItemData::operator==" href="qdesigner-internal-itemdata.html#operator-eq-eq" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="854" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator==(const ItemData &amp;rhs) const">
<parameter left="const ItemData &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="fillTreeItemColumn" fullname="qdesigner_internal::ItemData::fillTreeItemColumn" href="qdesigner-internal-itemdata.html#fillTreeItemColumn" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="851" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void fillTreeItemColumn(QTreeWidgetItem *item, int column, DesignerIconCache *iconCache) const">
<parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
<parameter left="int" right="" name="column" default=""/>
<parameter left="DesignerIconCache *" right="" name="iconCache" default=""/>
</function>
<variable threadsafety="unspecified" name="m_properties" fullname="qdesigner_internal::ItemData::m_properties" href="qdesigner-internal-itemdata.html#m_properties-var" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="857" type="QHash&lt;int, QVariant&gt;" static="false"/>
</class>
<class threadsafety="unspecified" name="LayoutCommand" fullname="qdesigner_internal::LayoutCommand" href="qdesigner-internal-layoutcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="362" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="LayoutCommand" fullname="qdesigner_internal::LayoutCommand::LayoutCommand" href="qdesigner-internal-layoutcommand.html#LayoutCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="366" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="LayoutCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::LayoutCommand::init" href="qdesigner-internal-layoutcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="371" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QWidget *parentWidget, const QWidgetList &amp;widgets, LayoutInfo::Type layoutType, QWidget *layoutBase, bool reparentLayoutWidget)">
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
<parameter left="const QWidgetList &amp;" right="" name="widgets" default=""/>
<parameter left="LayoutInfo::Type" right="" name="layoutType" default=""/>
<parameter left="QWidget *" right="" name="layoutBase" default="0"/>
<parameter left="bool" right="" name="reparentLayoutWidget" default="true"/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::LayoutCommand::redo" href="qdesigner-internal-layoutcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="376" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::LayoutCommand::undo" href="qdesigner-internal-layoutcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="377" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~LayoutCommand" fullname="qdesigner_internal::LayoutCommand::~LayoutCommand" href="qdesigner-internal-layoutcommand.html#dtor.LayoutCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="367" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~LayoutCommand()"/>
<function threadsafety="unspecified" name="widgets" fullname="qdesigner_internal::LayoutCommand::widgets" href="qdesigner-internal-layoutcommand.html#widgets" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="369" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidgetList" signature="QWidgetList widgets() const"/>
</class>
<class threadsafety="unspecified" name="ListContents" fullname="qdesigner_internal::ListContents" href="qdesigner-internal-listcontents.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="860">
<function threadsafety="unspecified" name="ListContents" fullname="qdesigner_internal::ListContents::ListContents" href="qdesigner-internal-listcontents.html#ListContents" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="861" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ListContents()"/>
<function threadsafety="unspecified" name="ListContents" fullname="qdesigner_internal::ListContents::ListContents" href="qdesigner-internal-listcontents.html#ListContents-1" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="863" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ListContents(const QTreeWidgetItem *item)">
<parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="createFromComboBox" fullname="qdesigner_internal::ListContents::createFromComboBox" href="qdesigner-internal-listcontents.html#createFromComboBox" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="868" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void createFromComboBox(const QComboBox *listWidget)">
<parameter left="const QComboBox *" right="" name="listWidget" default=""/>
</function>
<function threadsafety="unspecified" name="createFromListWidget" fullname="qdesigner_internal::ListContents::createFromListWidget" href="qdesigner-internal-listcontents.html#createFromListWidget" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="866" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void createFromListWidget(const QListWidget *listWidget, bool editor)">
<parameter left="const QListWidget *" right="" name="listWidget" default=""/>
<parameter left="bool" right="" name="editor" default=""/>
</function>
<function threadsafety="unspecified" name="createTreeItem" fullname="qdesigner_internal::ListContents::createTreeItem" href="qdesigner-internal-listcontents.html#createTreeItem" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="864" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QTreeWidgetItem *" signature="QTreeWidgetItem * createTreeItem(DesignerIconCache *iconCache) const">
<parameter left="DesignerIconCache *" right="" name="iconCache" default=""/>
</function>
<function threadsafety="unspecified" name="operator!=" fullname="qdesigner_internal::ListContents::operator!=" href="qdesigner-internal-listcontents.html#operator-not-eq" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="872" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator!=(const ListContents &amp;rhs) const">
<parameter left="const ListContents &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" fullname="qdesigner_internal::ListContents::operator==" href="qdesigner-internal-listcontents.html#operator-eq-eq" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="871" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator==(const ListContents &amp;rhs) const">
<parameter left="const ListContents &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="applyToComboBox" fullname="qdesigner_internal::ListContents::applyToComboBox" href="qdesigner-internal-listcontents.html#applyToComboBox" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="869" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyToComboBox(QComboBox *listWidget, DesignerIconCache *iconCache) const">
<parameter left="QComboBox *" right="" name="listWidget" default=""/>
<parameter left="DesignerIconCache *" right="" name="iconCache" default=""/>
</function>
<function threadsafety="unspecified" name="applyToListWidget" fullname="qdesigner_internal::ListContents::applyToListWidget" href="qdesigner-internal-listcontents.html#applyToListWidget" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="867" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyToListWidget(QListWidget *listWidget, DesignerIconCache *iconCache, bool editor) const">
<parameter left="QListWidget *" right="" name="listWidget" default=""/>
<parameter left="DesignerIconCache *" right="" name="iconCache" default=""/>
<parameter left="bool" right="" name="editor" default=""/>
</function>
<variable threadsafety="unspecified" name="m_items" fullname="qdesigner_internal::ListContents::m_items" href="qdesigner-internal-listcontents.html#m_items-var" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="874" type="QList&lt;ItemData&gt;" static="false"/>
</class>
<class threadsafety="unspecified" name="LowerWidgetCommand" fullname="qdesigner_internal::LowerWidgetCommand" href="qdesigner-internal-lowerwidgetcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="146" bases="qdesigner_internal::ChangeZOrderCommand">
<function threadsafety="unspecified" name="LowerWidgetCommand" fullname="qdesigner_internal::LowerWidgetCommand::LowerWidgetCommand" href="qdesigner-internal-lowerwidgetcommand.html#LowerWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="150" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="LowerWidgetCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::LowerWidgetCommand::init" href="qdesigner-internal-lowerwidgetcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="152" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QWidget *widget)">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="reorderWidget" fullname="qdesigner_internal::LowerWidgetCommand::reorderWidget" href="qdesigner-internal-lowerwidgetcommand.html#reorderWidget" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="155" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidgetList" signature="QWidgetList reorderWidget(const QWidgetList &amp;list, QWidget *widget) const">
<parameter left="const QWidgetList &amp;" right="" name="list" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="reorder" fullname="qdesigner_internal::LowerWidgetCommand::reorder" href="qdesigner-internal-lowerwidgetcommand.html#reorder" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="156" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void reorder(QWidget *widget) const">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="ManageWidgetCommandHelper" fullname="qdesigner_internal::ManageWidgetCommandHelper" href="qdesigner-internal-managewidgetcommandhelper.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="180">
<typedef threadsafety="unspecified" name="WidgetVector" fullname="qdesigner_internal::ManageWidgetCommandHelper::WidgetVector" href="qdesigner-internal-managewidgetcommandhelper.html#WidgetVector-typedef" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="182"/>
<function threadsafety="unspecified" name="ManageWidgetCommandHelper" fullname="qdesigner_internal::ManageWidgetCommandHelper::ManageWidgetCommandHelper" href="qdesigner-internal-managewidgetcommandhelper.html#ManageWidgetCommandHelper" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="184" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ManageWidgetCommandHelper()"/>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::ManageWidgetCommandHelper::init" href="qdesigner-internal-managewidgetcommandhelper.html#init-1" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="186" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QWidget *widget, const WidgetVector &amp;managedChildren)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="const WidgetVector &amp;" right="" name="managedChildren" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::ManageWidgetCommandHelper::init" href="qdesigner-internal-managewidgetcommandhelper.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="185" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(const QDesignerFormWindowInterface *fw, QWidget *widget)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="manage" fullname="qdesigner_internal::ManageWidgetCommandHelper::manage" href="qdesigner-internal-managewidgetcommandhelper.html#manage" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="188" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void manage(QDesignerFormWindowInterface *fw)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="unmanage" fullname="qdesigner_internal::ManageWidgetCommandHelper::unmanage" href="qdesigner-internal-managewidgetcommandhelper.html#unmanage" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="189" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void unmanage(QDesignerFormWindowInterface *fw)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="managedChildren" fullname="qdesigner_internal::ManageWidgetCommandHelper::managedChildren" href="qdesigner-internal-managewidgetcommandhelper.html#managedChildren" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="191" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const WidgetVector &amp;" signature="const WidgetVector &amp; managedChildren() const"/>
</class>
<class threadsafety="unspecified" name="MenuActionCommand" fullname="qdesigner_internal::MenuActionCommand" href="qdesigner-internal-menuactioncommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1067" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="MenuActionCommand" fullname="qdesigner_internal::MenuActionCommand::MenuActionCommand" href="qdesigner-internal-menuactioncommand.html#MenuActionCommand" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1073" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="MenuActionCommand(const QString &amp;text, QDesignerFormWindowInterface *formWindow)">
<parameter left="const QString &amp;" right="" name="text" default=""/>
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::MenuActionCommand::init" href="qdesigner-internal-menuactioncommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1070" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QAction *action, QAction *actionBefore, QWidget *associatedWidget, QWidget *objectToSelect)">
<parameter left="QAction *" right="" name="action" default=""/>
<parameter left="QAction *" right="" name="actionBefore" default=""/>
<parameter left="QWidget *" right="" name="associatedWidget" default=""/>
<parameter left="QWidget *" right="" name="objectToSelect" default=""/>
</function>
<function threadsafety="unspecified" name="insertMenu" fullname="qdesigner_internal::MenuActionCommand::insertMenu" href="qdesigner-internal-menuactioncommand.html#insertMenu" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1074" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void insertMenu()"/>
<function threadsafety="unspecified" name="removeMenu" fullname="qdesigner_internal::MenuActionCommand::removeMenu" href="qdesigner-internal-menuactioncommand.html#removeMenu" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1075" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeMenu()"/>
</class>
<class threadsafety="unspecified" name="MoveStackedWidgetCommand" fullname="qdesigner_internal::MoveStackedWidgetCommand" href="qdesigner-internal-movestackedwidgetcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="598" bases="qdesigner_internal::StackedWidgetCommand">
<function threadsafety="unspecified" name="MoveStackedWidgetCommand" fullname="qdesigner_internal::MoveStackedWidgetCommand::MoveStackedWidgetCommand" href="qdesigner-internal-movestackedwidgetcommand.html#MoveStackedWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="602" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="MoveStackedWidgetCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::MoveStackedWidgetCommand::init" href="qdesigner-internal-movestackedwidgetcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="605" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QStackedWidget *stackedWidget, QWidget *page, int newIndex)">
<parameter left="QStackedWidget *" right="" name="stackedWidget" default=""/>
<parameter left="QWidget *" right="" name="page" default=""/>
<parameter left="int" right="" name="newIndex" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::MoveStackedWidgetCommand::redo" href="qdesigner-internal-movestackedwidgetcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="607" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::MoveStackedWidgetCommand::undo" href="qdesigner-internal-movestackedwidgetcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="608" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~MoveStackedWidgetCommand" fullname="qdesigner_internal::MoveStackedWidgetCommand::~MoveStackedWidgetCommand" href="qdesigner-internal-movestackedwidgetcommand.html#dtor.MoveStackedWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="603" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~MoveStackedWidgetCommand()"/>
</class>
<class threadsafety="unspecified" name="MoveTabPageCommand" fullname="qdesigner_internal::MoveTabPageCommand" href="qdesigner-internal-movetabpagecommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="558" bases="qdesigner_internal::TabWidgetCommand">
<function threadsafety="unspecified" name="MoveTabPageCommand" fullname="qdesigner_internal::MoveTabPageCommand::MoveTabPageCommand" href="qdesigner-internal-movetabpagecommand.html#MoveTabPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="562" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="MoveTabPageCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::MoveTabPageCommand::init" href="qdesigner-internal-movetabpagecommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="565" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QTabWidget *tabWidget, QWidget *page, const QIcon &amp;icon, const QString &amp;label, int index, int newIndex)">
<parameter left="QTabWidget *" right="" name="tabWidget" 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=""/>
<parameter left="int" right="" name="index" default=""/>
<parameter left="int" right="" name="newIndex" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::MoveTabPageCommand::redo" href="qdesigner-internal-movetabpagecommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="569" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::MoveTabPageCommand::undo" href="qdesigner-internal-movetabpagecommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="570" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~MoveTabPageCommand" fullname="qdesigner_internal::MoveTabPageCommand::~MoveTabPageCommand" href="qdesigner-internal-movetabpagecommand.html#dtor.MoveTabPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="563" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~MoveTabPageCommand()"/>
</class>
<class threadsafety="unspecified" name="MoveToolBoxPageCommand" fullname="qdesigner_internal::MoveToolBoxPageCommand" href="qdesigner-internal-movetoolboxpagecommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="459" bases="qdesigner_internal::ToolBoxCommand">
<function threadsafety="unspecified" name="MoveToolBoxPageCommand" fullname="qdesigner_internal::MoveToolBoxPageCommand::MoveToolBoxPageCommand" href="qdesigner-internal-movetoolboxpagecommand.html#MoveToolBoxPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="463" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="MoveToolBoxPageCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::MoveToolBoxPageCommand::init" href="qdesigner-internal-movetoolboxpagecommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="466" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QToolBox *toolBox, QWidget *page, int newIndex)">
<parameter left="QToolBox *" right="" name="toolBox" default=""/>
<parameter left="QWidget *" right="" name="page" default=""/>
<parameter left="int" right="" name="newIndex" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::MoveToolBoxPageCommand::redo" href="qdesigner-internal-movetoolboxpagecommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="468" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::MoveToolBoxPageCommand::undo" href="qdesigner-internal-movetoolboxpagecommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="469" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~MoveToolBoxPageCommand" fullname="qdesigner_internal::MoveToolBoxPageCommand::~MoveToolBoxPageCommand" href="qdesigner-internal-movetoolboxpagecommand.html#dtor.MoveToolBoxPageCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="464" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~MoveToolBoxPageCommand()"/>
</class>
<class threadsafety="unspecified" name="PromoteToCustomWidgetCommand" fullname="qdesigner_internal::PromoteToCustomWidgetCommand" href="qdesigner-internal-promotetocustomwidgetcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="316" bases="qdesigner_internal::QDesignerFormWindowCommand">
<typedef threadsafety="unspecified" name="WidgetList" fullname="qdesigner_internal::PromoteToCustomWidgetCommand::WidgetList" href="qdesigner-internal-promotetocustomwidgetcommand.html#WidgetList-typedef" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="319"/>
<function threadsafety="unspecified" name="PromoteToCustomWidgetCommand" fullname="qdesigner_internal::PromoteToCustomWidgetCommand::PromoteToCustomWidgetCommand" href="qdesigner-internal-promotetocustomwidgetcommand.html#PromoteToCustomWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="321" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PromoteToCustomWidgetCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::PromoteToCustomWidgetCommand::init" href="qdesigner-internal-promotetocustomwidgetcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="323" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(const WidgetList &amp;widgets, const QString &amp;customClassName)">
<parameter left="const WidgetList &amp;" right="" name="widgets" default=""/>
<parameter left="const QString &amp;" right="" name="customClassName" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::PromoteToCustomWidgetCommand::redo" href="qdesigner-internal-promotetocustomwidgetcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="324" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::PromoteToCustomWidgetCommand::undo" href="qdesigner-internal-promotetocustomwidgetcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="325" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="updateSelection" fullname="qdesigner_internal::PromoteToCustomWidgetCommand::updateSelection" href="qdesigner-internal-promotetocustomwidgetcommand.html#updateSelection" status="active" access="private" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="328" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateSelection()"/>
</class>
<class threadsafety="unspecified" name="RaiseWidgetCommand" fullname="qdesigner_internal::RaiseWidgetCommand" href="qdesigner-internal-raisewidgetcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="133" bases="qdesigner_internal::ChangeZOrderCommand">
<function threadsafety="unspecified" name="RaiseWidgetCommand" fullname="qdesigner_internal::RaiseWidgetCommand::RaiseWidgetCommand" href="qdesigner-internal-raisewidgetcommand.html#RaiseWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="137" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="RaiseWidgetCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::RaiseWidgetCommand::init" href="qdesigner-internal-raisewidgetcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="139" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QWidget *widget)">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="reorderWidget" fullname="qdesigner_internal::RaiseWidgetCommand::reorderWidget" href="qdesigner-internal-raisewidgetcommand.html#reorderWidget" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="142" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidgetList" signature="QWidgetList reorderWidget(const QWidgetList &amp;list, QWidget *widget) const">
<parameter left="const QWidgetList &amp;" right="" name="list" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="reorder" fullname="qdesigner_internal::RaiseWidgetCommand::reorder" href="qdesigner-internal-raisewidgetcommand.html#reorder" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="143" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void reorder(QWidget *widget) const">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="RemoveActionCommand" fullname="qdesigner_internal::RemoveActionCommand" href="qdesigner-internal-removeactioncommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1004" bases="qdesigner_internal::QDesignerFormWindowCommand">
<class threadsafety="unspecified" name="ActionDataItem" fullname="qdesigner_internal::RemoveActionCommand::ActionDataItem" href="qdesigner-internal-removeactioncommand-actiondataitem.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1013">
<function threadsafety="unspecified" name="ActionDataItem" fullname="qdesigner_internal::RemoveActionCommand::ActionDataItem::ActionDataItem" href="qdesigner-internal-removeactioncommand-actiondataitem.html#ActionDataItem" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1014" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ActionDataItem(QAction *_before, QWidget *_widget)">
<parameter left="QAction *" right="" name="_before" default="0"/>
<parameter left="QWidget *" right="" name="_widget" default="0"/>
</function>
<variable threadsafety="unspecified" name="before" fullname="qdesigner_internal::RemoveActionCommand::ActionDataItem::before" href="qdesigner-internal-removeactioncommand-actiondataitem.html#before-var" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1016" type="QAction *" static="false"/>
<variable threadsafety="unspecified" name="widget" fullname="qdesigner_internal::RemoveActionCommand::ActionDataItem::widget" href="qdesigner-internal-removeactioncommand-actiondataitem.html#widget-var" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1017" type="QWidget *" static="false"/>
</class>
<typedef threadsafety="unspecified" name="ActionData" fullname="qdesigner_internal::RemoveActionCommand::ActionData" href="qdesigner-internal-removeactioncommand.html#ActionData-typedef" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1019"/>
<function threadsafety="unspecified" name="RemoveActionCommand" fullname="qdesigner_internal::RemoveActionCommand::RemoveActionCommand" href="qdesigner-internal-removeactioncommand.html#RemoveActionCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1008" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="RemoveActionCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::RemoveActionCommand::init" href="qdesigner-internal-removeactioncommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1009" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::RemoveActionCommand::redo" href="qdesigner-internal-removeactioncommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1010" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::RemoveActionCommand::undo" href="qdesigner-internal-removeactioncommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1011" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="RemoveActionFromCommand" fullname="qdesigner_internal::RemoveActionFromCommand" href="qdesigner-internal-removeactionfromcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1057" bases="qdesigner_internal::ActionInsertionCommand">
<function threadsafety="unspecified" name="RemoveActionFromCommand" fullname="qdesigner_internal::RemoveActionFromCommand::RemoveActionFromCommand" href="qdesigner-internal-removeactionfromcommand.html#RemoveActionFromCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1061" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="RemoveActionFromCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::RemoveActionFromCommand::redo" href="qdesigner-internal-removeactionfromcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1063" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::RemoveActionFromCommand::undo" href="qdesigner-internal-removeactionfromcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1064" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="RemoveMenuActionCommand" fullname="qdesigner_internal::RemoveMenuActionCommand" href="qdesigner-internal-removemenuactioncommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1095" bases="qdesigner_internal::MenuActionCommand">
<function threadsafety="unspecified" name="RemoveMenuActionCommand" fullname="qdesigner_internal::RemoveMenuActionCommand::RemoveMenuActionCommand" href="qdesigner-internal-removemenuactioncommand.html#RemoveMenuActionCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1099" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="RemoveMenuActionCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::RemoveMenuActionCommand::redo" href="qdesigner-internal-removemenuactioncommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1101" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::RemoveMenuActionCommand::undo" href="qdesigner-internal-removemenuactioncommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="1102" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="ReparentWidgetCommand" fullname="qdesigner_internal::ReparentWidgetCommand" href="qdesigner-internal-reparentwidgetcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="228" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="ReparentWidgetCommand" fullname="qdesigner_internal::ReparentWidgetCommand::ReparentWidgetCommand" href="qdesigner-internal-reparentwidgetcommand.html#ReparentWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="232" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ReparentWidgetCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::ReparentWidgetCommand::init" href="qdesigner-internal-reparentwidgetcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="234" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QWidget *widget, QWidget *parentWidget)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::ReparentWidgetCommand::redo" href="qdesigner-internal-reparentwidgetcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="236" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::ReparentWidgetCommand::undo" href="qdesigner-internal-reparentwidgetcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="237" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="SimplifyLayoutCommand" fullname="qdesigner_internal::SimplifyLayoutCommand" href="qdesigner-internal-simplifylayoutcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="418" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="SimplifyLayoutCommand" fullname="qdesigner_internal::SimplifyLayoutCommand::SimplifyLayoutCommand" href="qdesigner-internal-simplifylayoutcommand.html#SimplifyLayoutCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="421" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="SimplifyLayoutCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="canSimplify" fullname="qdesigner_internal::SimplifyLayoutCommand::canSimplify" href="qdesigner-internal-simplifylayoutcommand.html#canSimplify" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="427" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool canSimplify(QDesignerFormEditorInterface *core, const QWidget *w, int *layoutType)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const QWidget *" right="" name="w" default=""/>
<parameter left="int *" right="" name="layoutType" default="0"/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::SimplifyLayoutCommand::init" href="qdesigner-internal-simplifylayoutcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="424" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool init(QWidget *layoutBase)">
<parameter left="QWidget *" right="" name="layoutBase" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::SimplifyLayoutCommand::redo" href="qdesigner-internal-simplifylayoutcommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="429" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::SimplifyLayoutCommand::undo" href="qdesigner-internal-simplifylayoutcommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="430" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="~SimplifyLayoutCommand" fullname="qdesigner_internal::SimplifyLayoutCommand::~SimplifyLayoutCommand" href="qdesigner-internal-simplifylayoutcommand.html#dtor.SimplifyLayoutCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="422" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~SimplifyLayoutCommand()"/>
</class>
<class threadsafety="unspecified" name="StackedWidgetCommand" fullname="qdesigner_internal::StackedWidgetCommand" href="qdesigner-internal-stackedwidgetcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="580" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="StackedWidgetCommand" fullname="qdesigner_internal::StackedWidgetCommand::StackedWidgetCommand" href="qdesigner-internal-stackedwidgetcommand.html#StackedWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="584" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="StackedWidgetCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="addPage" fullname="qdesigner_internal::StackedWidgetCommand::addPage" href="qdesigner-internal-stackedwidgetcommand.html#addPage" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="590" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addPage()"/>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::StackedWidgetCommand::init" href="qdesigner-internal-stackedwidgetcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="587" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QStackedWidget *stackedWidget)">
<parameter left="QStackedWidget *" right="" name="stackedWidget" default=""/>
</function>
<function threadsafety="unspecified" name="removePage" fullname="qdesigner_internal::StackedWidgetCommand::removePage" href="qdesigner-internal-stackedwidgetcommand.html#removePage" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="589" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removePage()"/>
<function threadsafety="unspecified" name="~StackedWidgetCommand" fullname="qdesigner_internal::StackedWidgetCommand::~StackedWidgetCommand" href="qdesigner-internal-stackedwidgetcommand.html#dtor.StackedWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="585" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~StackedWidgetCommand()"/>
<variable threadsafety="unspecified" name="m_index" fullname="qdesigner_internal::StackedWidgetCommand::m_index" href="qdesigner-internal-stackedwidgetcommand.html#m_index-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="595" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_stackedWidget" fullname="qdesigner_internal::StackedWidgetCommand::m_stackedWidget" href="qdesigner-internal-stackedwidgetcommand.html#m_stackedWidget-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="593" type="QPointer&lt;QStackedWidget&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_widget" fullname="qdesigner_internal::StackedWidgetCommand::m_widget" href="qdesigner-internal-stackedwidgetcommand.html#m_widget-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="594" type="QPointer&lt;QWidget&gt;" static="false"/>
</class>
<class threadsafety="unspecified" name="TabOrderCommand" fullname="qdesigner_internal::TabOrderCommand" href="qdesigner-internal-tabordercommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="293" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="TabOrderCommand" fullname="qdesigner_internal::TabOrderCommand::TabOrderCommand" href="qdesigner-internal-tabordercommand.html#TabOrderCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="297" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="TabOrderCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::TabOrderCommand::init" href="qdesigner-internal-tabordercommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="299" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(const QList&lt;QWidget *&gt; &amp;newTabOrder)">
<parameter left="const QList&lt;QWidget *&gt; &amp;" right="" name="newTabOrder" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::TabOrderCommand::redo" href="qdesigner-internal-tabordercommand.html#redo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="307" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::TabOrderCommand::undo" href="qdesigner-internal-tabordercommand.html#undo" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="308" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="newTabOrder" fullname="qdesigner_internal::TabOrderCommand::newTabOrder" href="qdesigner-internal-tabordercommand.html#newTabOrder" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="304" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QWidget *&gt;" signature="QList&lt;QWidget *&gt; newTabOrder() const"/>
<function threadsafety="unspecified" name="oldTabOrder" fullname="qdesigner_internal::TabOrderCommand::oldTabOrder" href="qdesigner-internal-tabordercommand.html#oldTabOrder" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="301" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QWidget *&gt;" signature="QList&lt;QWidget *&gt; oldTabOrder() const"/>
</class>
<class threadsafety="unspecified" name="TabWidgetCommand" fullname="qdesigner_internal::TabWidgetCommand" href="qdesigner-internal-tabwidgetcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="507" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="TabWidgetCommand" fullname="qdesigner_internal::TabWidgetCommand::TabWidgetCommand" href="qdesigner-internal-tabwidgetcommand.html#TabWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="511" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="TabWidgetCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="addPage" fullname="qdesigner_internal::TabWidgetCommand::addPage" href="qdesigner-internal-tabwidgetcommand.html#addPage" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="517" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addPage()"/>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::TabWidgetCommand::init" href="qdesigner-internal-tabwidgetcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="514" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QTabWidget *tabWidget)">
<parameter left="QTabWidget *" right="" name="tabWidget" default=""/>
</function>
<function threadsafety="unspecified" name="removePage" fullname="qdesigner_internal::TabWidgetCommand::removePage" href="qdesigner-internal-tabwidgetcommand.html#removePage" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="516" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removePage()"/>
<function threadsafety="unspecified" name="~TabWidgetCommand" fullname="qdesigner_internal::TabWidgetCommand::~TabWidgetCommand" href="qdesigner-internal-tabwidgetcommand.html#dtor.TabWidgetCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="512" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~TabWidgetCommand()"/>
<variable threadsafety="unspecified" name="m_index" fullname="qdesigner_internal::TabWidgetCommand::m_index" href="qdesigner-internal-tabwidgetcommand.html#m_index-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="522" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_itemIcon" fullname="qdesigner_internal::TabWidgetCommand::m_itemIcon" href="qdesigner-internal-tabwidgetcommand.html#m_itemIcon-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="524" type="QIcon" static="false"/>
<variable threadsafety="unspecified" name="m_itemText" fullname="qdesigner_internal::TabWidgetCommand::m_itemText" href="qdesigner-internal-tabwidgetcommand.html#m_itemText-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="523" type="QString" static="false"/>
<variable threadsafety="unspecified" name="m_tabWidget" fullname="qdesigner_internal::TabWidgetCommand::m_tabWidget" href="qdesigner-internal-tabwidgetcommand.html#m_tabWidget-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="520" type="QPointer&lt;QTabWidget&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_widget" fullname="qdesigner_internal::TabWidgetCommand::m_widget" href="qdesigner-internal-tabwidgetcommand.html#m_widget-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="521" type="QPointer&lt;QWidget&gt;" static="false"/>
</class>
<class threadsafety="unspecified" name="TableWidgetContents" fullname="qdesigner_internal::TableWidgetContents" href="qdesigner-internal-tablewidgetcontents.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="879">
<typedef threadsafety="unspecified" name="CellRowColumnAddress" fullname="qdesigner_internal::TableWidgetContents::CellRowColumnAddress" href="qdesigner-internal-tablewidgetcontents.html#CellRowColumnAddress-typedef" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="881"/>
<typedef threadsafety="unspecified" name="TableItemMap" fullname="qdesigner_internal::TableWidgetContents::TableItemMap" href="qdesigner-internal-tablewidgetcontents.html#TableItemMap-typedef" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="882"/>
<function threadsafety="unspecified" name="defaultHeaderText" fullname="qdesigner_internal::TableWidgetContents::defaultHeaderText" href="qdesigner-internal-tablewidgetcontents.html#defaultHeaderText" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="894" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString defaultHeaderText(int i)">
<parameter left="int" right="" name="i" default=""/>
</function>
<function threadsafety="unspecified" name="TableWidgetContents" fullname="qdesigner_internal::TableWidgetContents::TableWidgetContents" href="qdesigner-internal-tablewidgetcontents.html#TableWidgetContents" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="884" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="TableWidgetContents()"/>
<function threadsafety="unspecified" name="nonEmpty" fullname="qdesigner_internal::TableWidgetContents::nonEmpty" href="qdesigner-internal-tablewidgetcontents.html#nonEmpty" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="893" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool nonEmpty(const QTableWidgetItem *item, int headerColumn)">
<parameter left="const QTableWidgetItem *" right="" name="item" default=""/>
<parameter left="int" right="" name="headerColumn" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="qdesigner_internal::TableWidgetContents::clear" href="qdesigner-internal-tablewidgetcontents.html#clear" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="885" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear()"/>
<function threadsafety="unspecified" name="fromTableWidget" fullname="qdesigner_internal::TableWidgetContents::fromTableWidget" href="qdesigner-internal-tablewidgetcontents.html#fromTableWidget" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="887" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void fromTableWidget(const QTableWidget *tableWidget, bool editor)">
<parameter left="const QTableWidget *" right="" name="tableWidget" default=""/>
<parameter left="bool" right="" name="editor" default=""/>
</function>
<function threadsafety="unspecified" name="insertHeaderItem" fullname="qdesigner_internal::TableWidgetContents::insertHeaderItem" href="qdesigner-internal-tablewidgetcontents.html#insertHeaderItem" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="895" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void insertHeaderItem(const QTableWidgetItem *item, int i, ListContents *header, bool editor)">
<parameter left="const QTableWidgetItem *" right="" name="item" default=""/>
<parameter left="int" right="" name="i" default=""/>
<parameter left="ListContents *" right="" name="header" default=""/>
<parameter left="bool" right="" name="editor" default=""/>
</function>
<function threadsafety="unspecified" name="operator!=" fullname="qdesigner_internal::TableWidgetContents::operator!=" href="qdesigner-internal-tablewidgetcontents.html#operator-not-eq" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="891" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator!=(const TableWidgetContents &amp;rhs) const">
<parameter left="const TableWidgetContents &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" fullname="qdesigner_internal::TableWidgetContents::operator==" href="qdesigner-internal-tablewidgetcontents.html#operator-eq-eq" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="890" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator==(const TableWidgetContents &amp;rhs) const">
<parameter left="const TableWidgetContents &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="applyToTableWidget" fullname="qdesigner_internal::TableWidgetContents::applyToTableWidget" href="qdesigner-internal-tablewidgetcontents.html#applyToTableWidget" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="888" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyToTableWidget(QTableWidget *tableWidget, DesignerIconCache *iconCache, bool editor) const">
<parameter left="QTableWidget *" right="" name="tableWidget" default=""/>
<parameter left="DesignerIconCache *" right="" name="iconCache" default=""/>
<parameter left="bool" right="" name="editor" default=""/>
</function>
<variable threadsafety="unspecified" name="m_columnCount" fullname="qdesigner_internal::TableWidgetContents::m_columnCount" href="qdesigner-internal-tablewidgetcontents.html#m_columnCount-var" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="897" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_horizontalHeader" fullname="qdesigner_internal::TableWidgetContents::m_horizontalHeader" href="qdesigner-internal-tablewidgetcontents.html#m_horizontalHeader-var" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="899" type="ListContents" static="false"/>
<variable threadsafety="unspecified" name="m_items" fullname="qdesigner_internal::TableWidgetContents::m_items" href="qdesigner-internal-tablewidgetcontents.html#m_items-var" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="901" type="TableItemMap" static="false"/>
<variable threadsafety="unspecified" name="m_rowCount" fullname="qdesigner_internal::TableWidgetContents::m_rowCount" href="qdesigner-internal-tablewidgetcontents.html#m_rowCount-var" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="898" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_verticalHeader" fullname="qdesigner_internal::TableWidgetContents::m_verticalHeader" href="qdesigner-internal-tablewidgetcontents.html#m_verticalHeader-var" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="900" type="ListContents" static="false"/>
</class>
<class threadsafety="unspecified" name="ToolBoxCommand" fullname="qdesigner_internal::ToolBoxCommand" href="qdesigner-internal-toolboxcommand.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="439" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="ToolBoxCommand" fullname="qdesigner_internal::ToolBoxCommand::ToolBoxCommand" href="qdesigner-internal-toolboxcommand.html#ToolBoxCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="443" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ToolBoxCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="addPage" fullname="qdesigner_internal::ToolBoxCommand::addPage" href="qdesigner-internal-toolboxcommand.html#addPage" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="449" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addPage()"/>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::ToolBoxCommand::init" href="qdesigner-internal-toolboxcommand.html#init" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="446" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(QToolBox *toolBox)">
<parameter left="QToolBox *" right="" name="toolBox" default=""/>
</function>
<function threadsafety="unspecified" name="removePage" fullname="qdesigner_internal::ToolBoxCommand::removePage" href="qdesigner-internal-toolboxcommand.html#removePage" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="448" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removePage()"/>
<function threadsafety="unspecified" name="~ToolBoxCommand" fullname="qdesigner_internal::ToolBoxCommand::~ToolBoxCommand" href="qdesigner-internal-toolboxcommand.html#dtor.ToolBoxCommand" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="444" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~ToolBoxCommand()"/>
<variable threadsafety="unspecified" name="m_index" fullname="qdesigner_internal::ToolBoxCommand::m_index" href="qdesigner-internal-toolboxcommand.html#m_index-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="454" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_itemIcon" fullname="qdesigner_internal::ToolBoxCommand::m_itemIcon" href="qdesigner-internal-toolboxcommand.html#m_itemIcon-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="456" type="QIcon" static="false"/>
<variable threadsafety="unspecified" name="m_itemText" fullname="qdesigner_internal::ToolBoxCommand::m_itemText" href="qdesigner-internal-toolboxcommand.html#m_itemText-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="455" type="QString" static="false"/>
<variable threadsafety="unspecified" name="m_toolBox" fullname="qdesigner_internal::ToolBoxCommand::m_toolBox" href="qdesigner-internal-toolboxcommand.html#m_toolBox-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="452" type="QPointer&lt;QToolBox&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_widget" fullname="qdesigner_internal::ToolBoxCommand::m_widget" href="qdesigner-internal-toolboxcommand.html#m_widget-var" status="active" access="protected" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="453" type="QPointer&lt;QWidget&gt;" static="false"/>
</class>
<class threadsafety="unspecified" name="TreeWidgetContents" fullname="qdesigner_internal::TreeWidgetContents" href="qdesigner-internal-treewidgetcontents.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="922">
<class threadsafety="unspecified" name="ItemContents" fullname="qdesigner_internal::TreeWidgetContents::ItemContents" href="qdesigner-internal-treewidgetcontents-itemcontents.html" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="924">
<function threadsafety="unspecified" name="ItemContents" fullname="qdesigner_internal::TreeWidgetContents::ItemContents::ItemContents" href="qdesigner-internal-treewidgetcontents-itemcontents.html#ItemContents" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="925" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ItemContents()"/>
<function threadsafety="unspecified" name="ItemContents" fullname="qdesigner_internal::TreeWidgetContents::ItemContents::ItemContents" href="qdesigner-internal-treewidgetcontents-itemcontents.html#ItemContents-1" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="926" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ItemContents(const QTreeWidgetItem *item, bool editor)">
<parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
<parameter left="bool" right="" name="editor" default=""/>
</function>
<function threadsafety="unspecified" name="createTreeItem" fullname="qdesigner_internal::TreeWidgetContents::ItemContents::createTreeItem" href="qdesigner-internal-treewidgetcontents-itemcontents.html#createTreeItem" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="927" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QTreeWidgetItem *" signature="QTreeWidgetItem * createTreeItem(DesignerIconCache *iconCache, bool editor) const">
<parameter left="DesignerIconCache *" right="" name="iconCache" default=""/>
<parameter left="bool" right="" name="editor" default=""/>
</function>
<function threadsafety="unspecified" name="operator!=" fullname="qdesigner_internal::TreeWidgetContents::ItemContents::operator!=" href="qdesigner-internal-treewidgetcontents-itemcontents.html#operator-not-eq" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="930" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator!=(const ItemContents &amp;rhs) const">
<parameter left="const ItemContents &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" fullname="qdesigner_internal::TreeWidgetContents::ItemContents::operator==" href="qdesigner-internal-treewidgetcontents-itemcontents.html#operator-eq-eq" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="929" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator==(const ItemContents &amp;rhs) const">
<parameter left="const ItemContents &amp;" right="" name="rhs" default=""/>
</function>
<variable threadsafety="unspecified" name="m_children" fullname="qdesigner_internal::TreeWidgetContents::ItemContents::m_children" href="qdesigner-internal-treewidgetcontents-itemcontents.html#m_children-var" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="936" type="QList&lt;ItemContents&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_itemFlags" fullname="qdesigner_internal::TreeWidgetContents::ItemContents::m_itemFlags" href="qdesigner-internal-treewidgetcontents-itemcontents.html#m_itemFlags-var" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="932" type="int" static="false"/>
</class>
<function threadsafety="unspecified" name="clear" fullname="qdesigner_internal::TreeWidgetContents::clear" href="qdesigner-internal-treewidgetcontents.html#clear" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="939" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear()"/>
<function threadsafety="unspecified" name="fromTreeWidget" fullname="qdesigner_internal::TreeWidgetContents::fromTreeWidget" href="qdesigner-internal-treewidgetcontents.html#fromTreeWidget" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="941" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void fromTreeWidget(const QTreeWidget *treeWidget, bool editor)">
<parameter left="const QTreeWidget *" right="" name="treeWidget" default=""/>
<parameter left="bool" right="" name="editor" default=""/>
</function>
<function threadsafety="unspecified" name="operator!=" fullname="qdesigner_internal::TreeWidgetContents::operator!=" href="qdesigner-internal-treewidgetcontents.html#operator-not-eq" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="945" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator!=(const TreeWidgetContents &amp;rhs) const">
<parameter left="const TreeWidgetContents &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" fullname="qdesigner_internal::TreeWidgetContents::operator==" href="qdesigner-internal-treewidgetcontents.html#operator-eq-eq" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="944" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator==(const TreeWidgetContents &amp;rhs) const">
<parameter left="const TreeWidgetContents &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="applyToTreeWidget" fullname="qdesigner_internal::TreeWidgetContents::applyToTreeWidget" href="qdesigner-internal-treewidgetcontents.html#applyToTreeWidget" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="942" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyToTreeWidget(QTreeWidget *treeWidget, DesignerIconCache *iconCache, bool editor) const">
<parameter left="QTreeWidget *" right="" name="treeWidget" default=""/>
<parameter left="DesignerIconCache *" right="" name="iconCache" default=""/>
<parameter left="bool" right="" name="editor" default=""/>
</function>
<variable threadsafety="unspecified" name="m_headerItem" fullname="qdesigner_internal::TreeWidgetContents::m_headerItem" href="qdesigner-internal-treewidgetcontents.html#m_headerItem-var" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="947" type="ListContents" static="false"/>
<variable threadsafety="unspecified" name="m_rootItems" fullname="qdesigner_internal::TreeWidgetContents::m_rootItems" href="qdesigner-internal-treewidgetcontents.html#m_rootItems-var" status="active" access="public" location="qdesigner_command_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_command_p.h" lineno="948" type="QList&lt;ItemContents&gt;" static="false"/>
</class>
<class threadsafety="unspecified" name="QDesignerDnDItem" fullname="qdesigner_internal::QDesignerDnDItem" href="qdesigner-internal-qdesignerdnditem.html" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="58">
<function threadsafety="unspecified" name="QDesignerDnDItem" fullname="qdesigner_internal::QDesignerDnDItem::QDesignerDnDItem" href="qdesigner-internal-qdesignerdnditem.html#QDesignerDnDItem" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="61" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerDnDItem(DropType type, QWidget *source)">
<parameter left="DropType" right="" name="type" default=""/>
<parameter left="QWidget *" right="" name="source" default="0"/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::QDesignerDnDItem::init" href="qdesigner-internal-qdesignerdnditem.html#init" status="active" access="protected" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="74" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void init(DomUI *ui, QWidget *widget, QWidget *decoration, const QPoint &amp;global_mouse_pos)">
<parameter left="DomUI *" right="" name="ui" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QWidget *" right="" name="decoration" default=""/>
<parameter left="const QPoint &amp;" right="" name="global_mouse_pos" default=""/>
</function>
<function threadsafety="unspecified" name="setDomUi" fullname="qdesigner_internal::QDesignerDnDItem::setDomUi" href="qdesigner-internal-qdesignerdnditem.html#setDomUi" status="active" access="protected" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="73" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDomUi(DomUI *dom_ui)">
<parameter left="DomUI *" right="" name="dom_ui" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerDnDItem" fullname="qdesigner_internal::QDesignerDnDItem::~QDesignerDnDItem" href="qdesigner-internal-qdesignerdnditem.html#dtor.QDesignerDnDItem" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="62" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerDnDItem()"/>
<function threadsafety="unspecified" name="domUi" fullname="qdesigner_internal::QDesignerDnDItem::domUi" href="qdesigner-internal-qdesignerdnditem.html#domUi" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="64" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomUI *" signature="DomUI * domUi() const"/>
<function threadsafety="unspecified" name="type" fullname="qdesigner_internal::QDesignerDnDItem::type" href="qdesigner-internal-qdesignerdnditem.html#type" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="70" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DropType" signature="DropType type() const"/>
<function threadsafety="unspecified" name="hotSpot" fullname="qdesigner_internal::QDesignerDnDItem::hotSpot" href="qdesigner-internal-qdesignerdnditem.html#hotSpot" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="67" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPoint" signature="QPoint hotSpot() const"/>
<function threadsafety="unspecified" name="decoration" fullname="qdesigner_internal::QDesignerDnDItem::decoration" href="qdesigner-internal-qdesignerdnditem.html#decoration" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="65" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * decoration() const"/>
<function threadsafety="unspecified" name="source" fullname="qdesigner_internal::QDesignerDnDItem::source" href="qdesigner-internal-qdesignerdnditem.html#source" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="68" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * source() const"/>
<function threadsafety="unspecified" name="widget" fullname="qdesigner_internal::QDesignerDnDItem::widget" href="qdesigner-internal-qdesignerdnditem.html#widget" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="66" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * widget() const"/>
</class>
<class threadsafety="unspecified" name="QDesignerMimeData" fullname="qdesigner_internal::QDesignerMimeData" href="qdesigner-internal-qdesignermimedata.html" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="90">
<typedef threadsafety="unspecified" name="QDesignerDnDItems" fullname="qdesigner_internal::QDesignerMimeData::QDesignerDnDItems" href="qdesigner-internal-qdesignermimedata.html#QDesignerDnDItems-typedef" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="94"/>
<function threadsafety="unspecified" name="QDesignerMimeData" fullname="qdesigner_internal::QDesignerMimeData::QDesignerMimeData" href="qdesigner-internal-qdesignermimedata.html#QDesignerMimeData" status="active" access="private" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="120" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerMimeData(const QDesignerDnDItems &amp;items, QDrag *drag)">
<parameter left="const QDesignerDnDItems &amp;" right="" name="items" default=""/>
<parameter left="QDrag *" right="" name="drag" default=""/>
</function>
<function threadsafety="unspecified" name="execDrag" fullname="qdesigner_internal::QDesignerMimeData::execDrag" href="qdesigner-internal-qdesignermimedata.html#execDrag" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="101" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="Qt::DropAction" signature="Qt::DropAction execDrag(const QDesignerDnDItems &amp;items, QWidget *dragSource)">
<parameter left="const QDesignerDnDItems &amp;" right="" name="items" default=""/>
<parameter left="QWidget *" right="" name="dragSource" default=""/>
</function>
<function threadsafety="unspecified" name="acceptEventWithAction" fullname="qdesigner_internal::QDesignerMimeData::acceptEventWithAction" href="qdesigner-internal-qdesignermimedata.html#acceptEventWithAction" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="117" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void acceptEventWithAction(Qt::DropAction desiredAction, QDropEvent *e)">
<parameter left="Qt::DropAction" right="" name="desiredAction" default=""/>
<parameter left="QDropEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="removeMovedWidgetsFromSourceForm" fullname="qdesigner_internal::QDesignerMimeData::removeMovedWidgetsFromSourceForm" href="qdesigner-internal-qdesignermimedata.html#removeMovedWidgetsFromSourceForm" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="111" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void removeMovedWidgetsFromSourceForm(const QDesignerDnDItems &amp;items)">
<parameter left="const QDesignerDnDItems &amp;" right="" name="items" default=""/>
</function>
<function threadsafety="unspecified" name="setImageTransparency" fullname="qdesigner_internal::QDesignerMimeData::setImageTransparency" href="qdesigner-internal-qdesignermimedata.html#setImageTransparency" status="active" access="private" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="123" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void setImageTransparency(QImage &amp;image, int alpha)">
<parameter left="QImage &amp;" right="" name="image" default=""/>
<parameter left="int" right="" name="alpha" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerMimeData" fullname="qdesigner_internal::QDesignerMimeData::~QDesignerMimeData" href="qdesigner-internal-qdesignermimedata.html#dtor.QDesignerMimeData" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="96" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerMimeData()"/>
<function threadsafety="unspecified" name="hotSpot" fullname="qdesigner_internal::QDesignerMimeData::hotSpot" href="qdesigner-internal-qdesignermimedata.html#hotSpot" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="103" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPoint" signature="QPoint hotSpot() const"/>
<function threadsafety="unspecified" name="proposedDropAction" fullname="qdesigner_internal::QDesignerMimeData::proposedDropAction" href="qdesigner-internal-qdesignermimedata.html#proposedDropAction" status="active" access="private" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="121" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Qt::DropAction" signature="Qt::DropAction proposedDropAction() const"/>
<function threadsafety="unspecified" name="items" fullname="qdesigner_internal::QDesignerMimeData::items" href="qdesigner-internal-qdesignermimedata.html#items" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="98" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QDesignerDnDItems &amp;" signature="const QDesignerDnDItems &amp; items() const"/>
<function threadsafety="unspecified" name="acceptEvent" fullname="qdesigner_internal::QDesignerMimeData::acceptEvent" href="qdesigner-internal-qdesignermimedata.html#acceptEvent" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="114" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void acceptEvent(QDropEvent *e) const">
<parameter left="QDropEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="moveDecoration" fullname="qdesigner_internal::QDesignerMimeData::moveDecoration" href="qdesigner-internal-qdesignermimedata.html#moveDecoration" status="active" access="public" location="qdesigner_dnditem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dnditem_p.h" lineno="107" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void moveDecoration(const QPoint &amp;globalPos) const">
<parameter left="const QPoint &amp;" right="" name="globalPos" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="NewFormWidgetFormBuilder" fullname="qdesigner_internal::NewFormWidgetFormBuilder" href="qdesigner-internal-newformwidgetformbuilder.html" status="active" access="public" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="141" bases="qdesigner_internal::QDesignerFormBuilder">
<function threadsafety="unspecified" name="NewFormWidgetFormBuilder" fullname="qdesigner_internal::NewFormWidgetFormBuilder::NewFormWidgetFormBuilder" href="qdesigner-internal-newformwidgetformbuilder.html#NewFormWidgetFormBuilder" status="active" access="public" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="143" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="NewFormWidgetFormBuilder(QDesignerFormEditorInterface *core, const DeviceProfile &amp;deviceProfile)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const DeviceProfile &amp;" right="" name="deviceProfile" default="DeviceProfile()"/>
</function>
<function threadsafety="unspecified" name="createCustomWidgets" fullname="qdesigner_internal::NewFormWidgetFormBuilder::createCustomWidgets" href="qdesigner-internal-newformwidgetformbuilder.html#createCustomWidgets" status="active" access="protected" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="147" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void createCustomWidgets(DomCustomWidgets *)">
<parameter left="DomCustomWidgets *" right="" name="" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerFormBuilder" fullname="qdesigner_internal::QDesignerFormBuilder" href="qdesigner-internal-qdesignerformbuilder.html" status="active" access="public" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="67" bases="QFormBuilder">
<typedef threadsafety="unspecified" name="WidgetSet" fullname="qdesigner_internal::QDesignerFormBuilder::WidgetSet" href="qdesigner-internal-qdesignerformbuilder.html#WidgetSet-typedef" status="active" access="private" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="125"/>
<function threadsafety="unspecified" name="createDom" fullname="qdesigner_internal::QDesignerFormBuilder::createDom" href="qdesigner-internal-qdesignerformbuilder.html#createDom" status="active" access="protected" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="102" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomWidget *" signature="DomWidget * createDom(QWidget *widget, DomWidget *ui_parentWidget, bool recursive)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="DomWidget *" right="" name="ui_parentWidget" default=""/>
<parameter left="bool" right="" name="recursive" default="true"/>
</function>
<function threadsafety="unspecified" name="QDesignerFormBuilder" fullname="qdesigner_internal::QDesignerFormBuilder::QDesignerFormBuilder" href="qdesigner-internal-qdesignerformbuilder.html#QDesignerFormBuilder" status="active" access="public" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="70" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerFormBuilder(QDesignerFormEditorInterface *core, const DeviceProfile &amp;deviceProfile)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const DeviceProfile &amp;" right="" name="deviceProfile" default="DeviceProfile()"/>
</function>
<function threadsafety="unspecified" name="nameToIcon" fullname="qdesigner_internal::QDesignerFormBuilder::nameToIcon" href="qdesigner-internal-qdesignerformbuilder.html#nameToIcon" status="active" access="protected" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="111" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QIcon" signature="QIcon nameToIcon(const QString &amp;filePath, const QString &amp;qrcPath)">
<parameter left="const QString &amp;" right="" name="filePath" default=""/>
<parameter left="const QString &amp;" right="" name="qrcPath" default=""/>
</function>
<function threadsafety="unspecified" name="create" fullname="qdesigner_internal::QDesignerFormBuilder::create" href="qdesigner-internal-qdesignerformbuilder.html#create-2" status="active" access="protected" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="104" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QLayout *" signature="QLayout * create(DomLayout *ui_layout, QLayout *layout, QWidget *parentWidget)">
<parameter left="DomLayout *" right="" name="ui_layout" default=""/>
<parameter left="QLayout *" right="" name="layout" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="createPreviewPixmap" fullname="qdesigner_internal::QDesignerFormBuilder::createPreviewPixmap" href="qdesigner-internal-qdesignerformbuilder.html#createPreviewPixmap" status="active" access="public" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="95" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QPixmap" signature="QPixmap createPreviewPixmap(const QDesignerFormWindowInterface *fw, const QString &amp;styleName, const QString &amp;appStyleSheet)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="const QString &amp;" right="" name="styleName" default="QString()"/>
<parameter left="const QString &amp;" right="" name="appStyleSheet" default="QString()"/>
</function>
<function threadsafety="unspecified" name="nameToPixmap" fullname="qdesigner_internal::QDesignerFormBuilder::nameToPixmap" href="qdesigner-internal-qdesignerformbuilder.html#nameToPixmap" status="active" access="protected" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="112" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QPixmap" signature="QPixmap nameToPixmap(const QString &amp;filePath, const QString &amp;qrcPath)">
<parameter left="const QString &amp;" right="" name="filePath" default=""/>
<parameter left="const QString &amp;" right="" name="qrcPath" default=""/>
</function>
<function threadsafety="unspecified" name="create" fullname="qdesigner_internal::QDesignerFormBuilder::create" href="qdesigner-internal-qdesignerformbuilder.html#create" status="active" access="protected" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="101" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * create(DomUI *ui, QWidget *parentWidget)">
<parameter left="DomUI *" right="" name="ui" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="create" fullname="qdesigner_internal::QDesignerFormBuilder::create" href="qdesigner-internal-qdesignerformbuilder.html#create-1" status="active" access="protected" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="103" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * create(DomWidget *ui_widget, QWidget *parentWidget)">
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="createPreview" fullname="qdesigner_internal::QDesignerFormBuilder::createPreview" href="qdesigner-internal-qdesignerformbuilder.html#createPreview-1" status="active" access="public" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="88" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createPreview(const QDesignerFormWindowInterface *fw, const QString &amp;styleName)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="const QString &amp;" right="" name="styleName" default="QString()"/>
</function>
<function threadsafety="unspecified" name="createPreview" fullname="qdesigner_internal::QDesignerFormBuilder::createPreview" href="qdesigner-internal-qdesignerformbuilder.html#createPreview-3" status="active" access="public" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="92" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createPreview(const QDesignerFormWindowInterface *fw, const QString &amp;styleName, const QString &amp;appStyleSheet)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="const QString &amp;" right="" name="styleName" default=""/>
<parameter left="const QString &amp;" right="" name="appStyleSheet" default=""/>
</function>
<function threadsafety="unspecified" name="createPreview" fullname="qdesigner_internal::QDesignerFormBuilder::createPreview" href="qdesigner-internal-qdesignerformbuilder.html#createPreview-2" status="active" access="public" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="90" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createPreview(const QDesignerFormWindowInterface *fw, const QString &amp;styleName, const QString &amp;appStyleSheet, QString *errorMessage)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="const QString &amp;" right="" name="styleName" default=""/>
<parameter left="const QString &amp;" right="" name="appStyleSheet" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="createPreview" fullname="qdesigner_internal::QDesignerFormBuilder::createPreview" href="qdesigner-internal-qdesignerformbuilder.html#createPreview" status="active" access="public" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="83" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createPreview(const QDesignerFormWindowInterface *fw, const QString &amp;styleName, const QString &amp;appStyleSheet, const DeviceProfile &amp;deviceProfile, QString *errorMessage)">
<parameter left="const QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="const QString &amp;" right="" name="styleName" default=""/>
<parameter left="const QString &amp;" right="" name="appStyleSheet" default=""/>
<parameter left="const DeviceProfile &amp;" right="" name="deviceProfile" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="createWidget" fullname="qdesigner_internal::QDesignerFormBuilder::createWidget" href="qdesigner-internal-qdesignerformbuilder.html#createWidget" status="active" access="public" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="73" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createWidget(DomWidget *ui_widget, QWidget *parentWidget)">
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default="0"/>
</function>
<function threadsafety="unspecified" name="createWidget" fullname="qdesigner_internal::QDesignerFormBuilder::createWidget" href="qdesigner-internal-qdesignerformbuilder.html#createWidget-1" status="active" access="protected" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="107" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createWidget(const QString &amp;widgetName, QWidget *parentWidget, const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="widgetName" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="addItem" fullname="qdesigner_internal::QDesignerFormBuilder::addItem" href="qdesigner-internal-qdesignerformbuilder.html#addItem-1" status="active" access="protected" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="109" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool addItem(DomLayoutItem *ui_item, QLayoutItem *item, QLayout *layout)">
<parameter left="DomLayoutItem *" right="" name="ui_item" default=""/>
<parameter left="QLayoutItem *" right="" name="item" default=""/>
<parameter left="QLayout *" right="" name="layout" default=""/>
</function>
<function threadsafety="unspecified" name="addItem" fullname="qdesigner_internal::QDesignerFormBuilder::addItem" href="qdesigner-internal-qdesignerformbuilder.html#addItem" status="active" access="protected" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="108" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool addItem(DomWidget *ui_widget, QWidget *widget, QWidget *parentWidget)">
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="applyProperties" fullname="qdesigner_internal::QDesignerFormBuilder::applyProperties" href="qdesigner-internal-qdesignerformbuilder.html#applyProperties" status="active" access="protected" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="114" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyProperties(QObject *o, const QList&lt;DomProperty *&gt; &amp;properties)">
<parameter left="QObject *" right="" name="o" default=""/>
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="properties" default=""/>
</function>
<function threadsafety="unspecified" name="createResources" fullname="qdesigner_internal::QDesignerFormBuilder::createResources" href="qdesigner-internal-qdesignerformbuilder.html#createResources" status="active" access="protected" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="105" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void createResources(DomResources *resources)">
<parameter left="DomResources *" right="" name="resources" default=""/>
</function>
<function threadsafety="unspecified" name="loadExtraInfo" fullname="qdesigner_internal::QDesignerFormBuilder::loadExtraInfo" href="qdesigner-internal-qdesignerformbuilder.html#loadExtraInfo" status="active" access="protected" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="116" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void loadExtraInfo(DomWidget *ui_widget, QWidget *widget, QWidget *parentWidget)">
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="deviceProfile" fullname="qdesigner_internal::QDesignerFormBuilder::deviceProfile" href="qdesigner-internal-qdesignerformbuilder.html#deviceProfile" status="active" access="protected" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="120" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DeviceProfile" signature="DeviceProfile deviceProfile() const"/>
<function threadsafety="unspecified" name="core" fullname="qdesigner_internal::QDesignerFormBuilder::core" href="qdesigner-internal-qdesignerformbuilder.html#core" status="active" access="public" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="76" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
<function threadsafety="unspecified" name="systemStyle" fullname="qdesigner_internal::QDesignerFormBuilder::systemStyle" href="qdesigner-internal-qdesignerformbuilder.html#systemStyle" status="active" access="public" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="79" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString systemStyle() const"/>
<function threadsafety="unspecified" name="internalResourceSet" fullname="qdesigner_internal::QDesignerFormBuilder::internalResourceSet" href="qdesigner-internal-qdesignerformbuilder.html#internalResourceSet" status="active" access="protected" location="qdesigner_formbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formbuilder_p.h" lineno="118" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QtResourceSet *" signature="QtResourceSet * internalResourceSet() const"/>
</class>
<class threadsafety="unspecified" name="QDesignerFormEditorCommand" fullname="qdesigner_internal::QDesignerFormEditorCommand" href="qdesigner-internal-qdesignerformeditorcommand.html" status="active" access="public" location="qdesigner_formeditorcommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formeditorcommand_p.h" lineno="53">
<function threadsafety="unspecified" name="QDesignerFormEditorCommand" fullname="qdesigner_internal::QDesignerFormEditorCommand::QDesignerFormEditorCommand" href="qdesigner-internal-qdesignerformeditorcommand.html#QDesignerFormEditorCommand" status="active" access="public" location="qdesigner_formeditorcommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formeditorcommand_p.h" lineno="57" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerFormEditorCommand(const QString &amp;description, QDesignerFormEditorInterface *core)">
<parameter left="const QString &amp;" right="" name="description" default=""/>
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="core" fullname="qdesigner_internal::QDesignerFormEditorCommand::core" href="qdesigner-internal-qdesignerformeditorcommand.html#core" status="active" access="protected" location="qdesigner_formeditorcommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formeditorcommand_p.h" lineno="60" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
</class>
<class threadsafety="unspecified" name="QDesignerFormWindowCommand" fullname="qdesigner_internal::QDesignerFormWindowCommand" href="qdesigner-internal-qdesignerformwindowcommand.html" status="active" access="public" location="qdesigner_formwindowcommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formwindowcommand_p.h" lineno="56">
<function threadsafety="unspecified" name="QDesignerFormWindowCommand" fullname="qdesigner_internal::QDesignerFormWindowCommand::QDesignerFormWindowCommand" href="qdesigner-internal-qdesignerformwindowcommand.html#QDesignerFormWindowCommand" status="active" access="public" location="qdesigner_formwindowcommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formwindowcommand_p.h" lineno="60" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerFormWindowCommand(const QString &amp;description, QDesignerFormWindowInterface *formWindow, QUndoCommand *parent)">
<parameter left="const QString &amp;" right="" name="description" default=""/>
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="QUndoCommand *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="cheapUpdate" fullname="qdesigner_internal::QDesignerFormWindowCommand::cheapUpdate" href="qdesigner-internal-qdesignerformwindowcommand.html#cheapUpdate" status="active" access="protected" location="qdesigner_formwindowcommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formwindowcommand_p.h" lineno="74" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void cheapUpdate()"/>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::QDesignerFormWindowCommand::redo" href="qdesigner-internal-qdesignerformwindowcommand.html#redo" status="active" access="public" location="qdesigner_formwindowcommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formwindowcommand_p.h" lineno="65" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="selectUnmanagedObject" fullname="qdesigner_internal::QDesignerFormWindowCommand::selectUnmanagedObject" href="qdesigner-internal-qdesignerformwindowcommand.html#selectUnmanagedObject" status="active" access="protected" location="qdesigner_formwindowcommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formwindowcommand_p.h" lineno="76" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void selectUnmanagedObject(QObject *unmanagedObject)">
<parameter left="QObject *" right="" name="unmanagedObject" default=""/>
</function>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::QDesignerFormWindowCommand::undo" href="qdesigner-internal-qdesignerformwindowcommand.html#undo" status="active" access="public" location="qdesigner_formwindowcommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formwindowcommand_p.h" lineno="64" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="updateBuddies" fullname="qdesigner_internal::QDesignerFormWindowCommand::updateBuddies" href="qdesigner-internal-qdesignerformwindowcommand.html#updateBuddies" status="active" access="public" location="qdesigner_formwindowcommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formwindowcommand_p.h" lineno="67" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void updateBuddies(QDesignerFormWindowInterface *form, const QString &amp;old_name, const QString &amp;new_name)">
<parameter left="QDesignerFormWindowInterface *" right="" name="form" default=""/>
<parameter left="const QString &amp;" right="" name="old_name" default=""/>
<parameter left="const QString &amp;" right="" name="new_name" default=""/>
</function>
<function threadsafety="unspecified" name="core" fullname="qdesigner_internal::QDesignerFormWindowCommand::core" href="qdesigner-internal-qdesignerformwindowcommand.html#core" status="active" access="protected" location="qdesigner_formwindowcommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formwindowcommand_p.h" lineno="71" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
<function threadsafety="unspecified" name="formWindow" fullname="qdesigner_internal::QDesignerFormWindowCommand::formWindow" href="qdesigner-internal-qdesignerformwindowcommand.html#formWindow" status="active" access="protected" location="qdesigner_formwindowcommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formwindowcommand_p.h" lineno="70" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * formWindow() const"/>
<function threadsafety="unspecified" name="propertySheet" fullname="qdesigner_internal::QDesignerFormWindowCommand::propertySheet" href="qdesigner-internal-qdesignerformwindowcommand.html#propertySheet" status="active" access="protected" location="qdesigner_formwindowcommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formwindowcommand_p.h" lineno="72" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerPropertySheetExtension *" signature="QDesignerPropertySheetExtension * propertySheet(QObject *object) const">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerFormWindowManager" fullname="qdesigner_internal::QDesignerFormWindowManager" href="qdesigner-internal-qdesignerformwindowmanager.html" status="active" access="public" location="qdesigner_formwindowmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formwindowmanager_p.h" lineno="55" since="4.5" bases="QDesignerFormWindowManagerInterface" module="QtDesigner">
<function threadsafety="unspecified" name="QDesignerFormWindowManager" fullname="qdesigner_internal::QDesignerFormWindowManager::QDesignerFormWindowManager" href="qdesigner-internal-qdesignerformwindowmanager.html#QDesignerFormWindowManager" status="active" access="public" location="qdesigner_formwindowmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formwindowmanager_p.h" lineno="60" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerFormWindowManager(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="showPluginDialog" fullname="qdesigner_internal::QDesignerFormWindowManager::showPluginDialog" href="qdesigner-internal-qdesignerformwindowmanager.html#showPluginDialog" status="active" access="public" location="qdesigner_formwindowmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formwindowmanager_p.h" lineno="65" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showPluginDialog()"/>
<function threadsafety="unspecified" name="~QDesignerFormWindowManager" fullname="qdesigner_internal::QDesignerFormWindowManager::~QDesignerFormWindowManager" href="qdesigner-internal-qdesignerformwindowmanager.html#dtor.QDesignerFormWindowManager" status="active" access="public" location="qdesigner_formwindowmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formwindowmanager_p.h" lineno="61" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerFormWindowManager()"/>
<function threadsafety="unspecified" name="previewManager" fullname="qdesigner_internal::QDesignerFormWindowManager::previewManager" href="qdesigner-internal-qdesignerformwindowmanager.html#previewManager" status="internal" access="private" location="qdesigner_formwindowmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_formwindowmanager_p.h" lineno="63" since="4.5" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="PreviewManager *" signature="PreviewManager * previewManager() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerIntrospection" fullname="qdesigner_internal::QDesignerIntrospection" href="qdesigner-internal-qdesignerintrospection.html" status="active" access="public" location="qdesigner_introspection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_introspection_p.h" lineno="54">
<typedef threadsafety="unspecified" name="MetaObjectMap" fullname="qdesigner_internal::QDesignerIntrospection::MetaObjectMap" href="qdesigner-internal-qdesignerintrospection.html#MetaObjectMap-typedef" status="active" access="private" location="qdesigner_introspection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_introspection_p.h" lineno="63"/>
<function threadsafety="unspecified" name="QDesignerIntrospection" fullname="qdesigner_internal::QDesignerIntrospection::QDesignerIntrospection" href="qdesigner-internal-qdesignerintrospection.html#QDesignerIntrospection" status="active" access="public" location="qdesigner_introspection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_introspection_p.h" lineno="56" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerIntrospection()"/>
<function threadsafety="unspecified" name="~QDesignerIntrospection" fullname="qdesigner_internal::QDesignerIntrospection::~QDesignerIntrospection" href="qdesigner-internal-qdesignerintrospection.html#dtor.QDesignerIntrospection" status="active" access="public" location="qdesigner_introspection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_introspection_p.h" lineno="57" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerIntrospection()"/>
<function threadsafety="unspecified" name="metaObject" fullname="qdesigner_internal::QDesignerIntrospection::metaObject" href="qdesigner-internal-qdesignerintrospection.html#metaObject" status="active" access="public" location="qdesigner_introspection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_introspection_p.h" lineno="59" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QDesignerMetaObjectInterface *" signature="const QDesignerMetaObjectInterface * metaObject(const QObject *object) const">
<parameter left="const QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="metaObjectForQMetaObject" fullname="qdesigner_internal::QDesignerIntrospection::metaObjectForQMetaObject" href="qdesigner-internal-qdesignerintrospection.html#metaObjectForQMetaObject" status="active" access="public" location="qdesigner_introspection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_introspection_p.h" lineno="61" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QDesignerMetaObjectInterface *" signature="const QDesignerMetaObjectInterface * metaObjectForQMetaObject(const QMetaObject *metaObject) const">
<parameter left="const QMetaObject *" right="" name="metaObject" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="SpecialMenuAction" fullname="qdesigner_internal::SpecialMenuAction" href="qdesigner-internal-specialmenuaction.html" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="62">
<function threadsafety="unspecified" name="SpecialMenuAction" fullname="qdesigner_internal::SpecialMenuAction::SpecialMenuAction" href="qdesigner-internal-specialmenuaction.html#SpecialMenuAction" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="66" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="SpecialMenuAction(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="~SpecialMenuAction" fullname="qdesigner_internal::SpecialMenuAction::~SpecialMenuAction" href="qdesigner-internal-specialmenuaction.html#dtor.SpecialMenuAction" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="67" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~SpecialMenuAction()"/>
</class>
<class threadsafety="unspecified" name="QDesignerObjectInspector" fullname="qdesigner_internal::QDesignerObjectInspector" href="qdesigner-internal-qdesignerobjectinspector.html" status="active" access="public" location="qdesigner_objectinspector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_objectinspector_p.h" lineno="71" bases="QDesignerObjectInspectorInterface">
<function threadsafety="unspecified" name="QDesignerObjectInspector" fullname="qdesigner_internal::QDesignerObjectInspector::QDesignerObjectInspector" href="qdesigner-internal-qdesignerobjectinspector.html#QDesignerObjectInspector" status="active" access="public" location="qdesigner_objectinspector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_objectinspector_p.h" lineno="75" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerObjectInspector(QWidget *parent, Qt::WindowFlags flags)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
<parameter left="Qt::WindowFlags" right="" name="flags" default="0"/>
</function>
<function threadsafety="unspecified" name="selectObject" fullname="qdesigner_internal::QDesignerObjectInspector::selectObject" href="qdesigner-internal-qdesignerobjectinspector.html#selectObject" status="active" access="public" location="qdesigner_objectinspector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_objectinspector_p.h" lineno="78" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool selectObject(QObject *o) = 0">
<parameter left="QObject *" right="" name="o" default=""/>
</function>
<function threadsafety="unspecified" name="clearSelection" fullname="qdesigner_internal::QDesignerObjectInspector::clearSelection" href="qdesigner-internal-qdesignerobjectinspector.html#clearSelection" status="active" access="public" location="qdesigner_objectinspector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_objectinspector_p.h" lineno="80" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearSelection() = 0"/>
<function threadsafety="unspecified" name="mainContainerChanged" fullname="qdesigner_internal::QDesignerObjectInspector::mainContainerChanged" href="qdesigner-internal-qdesignerobjectinspector.html#mainContainerChanged" status="active" access="public" location="qdesigner_objectinspector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_objectinspector_p.h" lineno="83" virtual="virtual" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void mainContainerChanged()"/>
<function threadsafety="unspecified" name="getSelection" fullname="qdesigner_internal::QDesignerObjectInspector::getSelection" href="qdesigner-internal-qdesignerobjectinspector.html#getSelection" status="active" access="public" location="qdesigner_objectinspector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_objectinspector_p.h" lineno="79" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void getSelection(Selection &amp;s) const = 0">
<parameter left="Selection &amp;" right="" name="s" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="Selection" fullname="qdesigner_internal::Selection" href="qdesigner-internal-selection.html" status="active" access="public" location="qdesigner_objectinspector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_objectinspector_p.h" lineno="53">
<function threadsafety="unspecified" name="clear" fullname="qdesigner_internal::Selection::clear" href="qdesigner-internal-selection.html#clear" status="active" access="public" location="qdesigner_objectinspector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_objectinspector_p.h" lineno="55" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear()"/>
<function threadsafety="unspecified" name="selection" fullname="qdesigner_internal::Selection::selection" href="qdesigner-internal-selection.html#selection" status="active" access="public" location="qdesigner_objectinspector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_objectinspector_p.h" lineno="58" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObjectList" signature="QObjectList selection() const"/>
<function threadsafety="unspecified" name="empty" fullname="qdesigner_internal::Selection::empty" href="qdesigner-internal-selection.html#empty" status="active" access="public" location="qdesigner_objectinspector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_objectinspector_p.h" lineno="54" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool empty() const"/>
<variable threadsafety="unspecified" name="managed" fullname="qdesigner_internal::Selection::managed" href="qdesigner-internal-selection.html#managed-var" status="active" access="public" location="qdesigner_objectinspector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_objectinspector_p.h" lineno="61" type="QWidgetList" static="false"/>
<variable threadsafety="unspecified" name="objects" fullname="qdesigner_internal::Selection::objects" href="qdesigner-internal-selection.html#objects-var" status="active" access="public" location="qdesigner_objectinspector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_objectinspector_p.h" lineno="65" type="QObjectList" static="false"/>
<variable threadsafety="unspecified" name="unmanaged" fullname="qdesigner_internal::Selection::unmanaged" href="qdesigner-internal-selection.html#unmanaged-var" status="active" access="public" location="qdesigner_objectinspector_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_objectinspector_p.h" lineno="63" type="QWidgetList" static="false"/>
</class>
<class threadsafety="unspecified" name="QDesignerPromotion" fullname="qdesigner_internal::QDesignerPromotion" href="qdesigner-internal-qdesignerpromotion.html" status="active" access="public" location="qdesigner_promotion_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotion_p.h" lineno="53">
<function threadsafety="unspecified" name="QDesignerPromotion" fullname="qdesigner_internal::QDesignerPromotion::QDesignerPromotion" href="qdesigner-internal-qdesignerpromotion.html#QDesignerPromotion" status="active" access="public" location="qdesigner_promotion_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotion_p.h" lineno="56" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerPromotion(QDesignerFormEditorInterface *core)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="addPromotedClass" fullname="qdesigner_internal::QDesignerPromotion::addPromotedClass" href="qdesigner-internal-qdesignerpromotion.html#addPromotedClass" status="active" access="public" location="qdesigner_promotion_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotion_p.h" lineno="62" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool addPromotedClass(const QString &amp;baseClass, const QString &amp;className, const QString &amp;includeFile, QString *errorMessage)">
<parameter left="const QString &amp;" right="" name="baseClass" default=""/>
<parameter left="const QString &amp;" right="" name="className" default=""/>
<parameter left="const QString &amp;" right="" name="includeFile" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="changePromotedClassName" fullname="qdesigner_internal::QDesignerPromotion::changePromotedClassName" href="qdesigner-internal-qdesignerpromotion.html#changePromotedClassName" status="active" access="public" location="qdesigner_promotion_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotion_p.h" lineno="69" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool changePromotedClassName(const QString &amp;oldclassName, const QString &amp;newClassName, QString *errorMessage)">
<parameter left="const QString &amp;" right="" name="oldclassName" default=""/>
<parameter left="const QString &amp;" right="" name="newClassName" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="removePromotedClass" fullname="qdesigner_internal::QDesignerPromotion::removePromotedClass" href="qdesigner-internal-qdesignerpromotion.html#removePromotedClass" status="active" access="public" location="qdesigner_promotion_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotion_p.h" lineno="67" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool removePromotedClass(const QString &amp;className, QString *errorMessage)">
<parameter left="const QString &amp;" right="" name="className" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="setPromotedClassIncludeFile" fullname="qdesigner_internal::QDesignerPromotion::setPromotedClassIncludeFile" href="qdesigner-internal-qdesignerpromotion.html#setPromotedClassIncludeFile" status="active" access="public" location="qdesigner_promotion_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotion_p.h" lineno="71" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool setPromotedClassIncludeFile(const QString &amp;className, const QString &amp;includeFile, QString *errorMessage)">
<parameter left="const QString &amp;" right="" name="className" default=""/>
<parameter left="const QString &amp;" right="" name="includeFile" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="refreshObjectInspector" fullname="qdesigner_internal::QDesignerPromotion::refreshObjectInspector" href="qdesigner-internal-qdesignerpromotion.html#refreshObjectInspector" status="active" access="private" location="qdesigner_promotion_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotion_p.h" lineno="77" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void refreshObjectInspector()"/>
<function threadsafety="unspecified" name="promotedClasses" fullname="qdesigner_internal::QDesignerPromotion::promotedClasses" href="qdesigner-internal-qdesignerpromotion.html#promotedClasses" status="active" access="public" location="qdesigner_promotion_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotion_p.h" lineno="58" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="PromotedClasses" signature="PromotedClasses promotedClasses() const"/>
<function threadsafety="unspecified" name="promotionBaseClasses" fullname="qdesigner_internal::QDesignerPromotion::promotionBaseClasses" href="qdesigner-internal-qdesignerpromotion.html#promotionBaseClasses" status="active" access="public" location="qdesigner_promotion_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotion_p.h" lineno="73" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QDesignerWidgetDataBaseItemInterface *&gt;" signature="QList&lt;QDesignerWidgetDataBaseItemInterface *&gt; promotionBaseClasses() const"/>
<function threadsafety="unspecified" name="referencedPromotedClassNames" fullname="qdesigner_internal::QDesignerPromotion::referencedPromotedClassNames" href="qdesigner-internal-qdesignerpromotion.html#referencedPromotedClassNames" status="active" access="public" location="qdesigner_promotion_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotion_p.h" lineno="60" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSet&lt;QString&gt;" signature="QSet&lt;QString&gt; referencedPromotedClassNames() const"/>
<function threadsafety="unspecified" name="canBePromoted" fullname="qdesigner_internal::QDesignerPromotion::canBePromoted" href="qdesigner-internal-qdesignerpromotion.html#canBePromoted" status="active" access="private" location="qdesigner_promotion_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotion_p.h" lineno="76" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool canBePromoted(const QDesignerWidgetDataBaseItemInterface *) const">
<parameter left="const QDesignerWidgetDataBaseItemInterface *" right="" name="" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="NewPromotedClassPanel" fullname="qdesigner_internal::NewPromotedClassPanel" href="qdesigner-internal-newpromotedclasspanel.html" status="active" access="public" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="67">
<function threadsafety="unspecified" name="NewPromotedClassPanel" fullname="qdesigner_internal::NewPromotedClassPanel::NewPromotedClassPanel" href="qdesigner-internal-newpromotedclasspanel.html#NewPromotedClassPanel" status="active" access="public" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="70" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="NewPromotedClassPanel(const QStringList &amp;baseClasses, int selectedBaseClass, QWidget *parent)">
<parameter left="const QStringList &amp;" right="" name="baseClasses" default=""/>
<parameter left="int" right="" name="selectedBaseClass" default="-1"/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="chooseBaseClass" fullname="qdesigner_internal::NewPromotedClassPanel::chooseBaseClass" href="qdesigner-internal-newpromotedclasspanel.html#chooseBaseClass" status="active" access="public" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="85" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void chooseBaseClass(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="enableButtons" fullname="qdesigner_internal::NewPromotedClassPanel::enableButtons" href="qdesigner-internal-newpromotedclasspanel.html#enableButtons" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="94" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void enableButtons()"/>
<function threadsafety="unspecified" name="grabFocus" fullname="qdesigner_internal::NewPromotedClassPanel::grabFocus" href="qdesigner-internal-newpromotedclasspanel.html#grabFocus" status="active" access="public" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="84" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void grabFocus()"/>
<function threadsafety="unspecified" name="newPromotedClass" fullname="qdesigner_internal::NewPromotedClassPanel::newPromotedClass" href="qdesigner-internal-newpromotedclasspanel.html#newPromotedClass" status="active" access="public" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="81" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void newPromotedClass(const PromotionParameters &amp;, bool *ok)">
<parameter left="const PromotionParameters &amp;" right="" name="" default=""/>
<parameter left="bool *" right="" name="ok" default=""/>
</function>
<function threadsafety="unspecified" name="setPromotedHeaderLowerCase" fullname="qdesigner_internal::NewPromotedClassPanel::setPromotedHeaderLowerCase" href="qdesigner-internal-newpromotedclasspanel.html#setPromotedHeaderLowerCase" status="active" access="public" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="78" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPromotedHeaderLowerCase(bool l)">
<parameter left="bool" right="" name="l" default=""/>
</function>
<function threadsafety="unspecified" name="setPromotedHeaderSuffix" fullname="qdesigner_internal::NewPromotedClassPanel::setPromotedHeaderSuffix" href="qdesigner-internal-newpromotedclasspanel.html#setPromotedHeaderSuffix" status="active" access="public" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="75" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPromotedHeaderSuffix(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="slotAdd" fullname="qdesigner_internal::NewPromotedClassPanel::slotAdd" href="qdesigner-internal-newpromotedclasspanel.html#slotAdd" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="89" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotAdd()"/>
<function threadsafety="unspecified" name="slotIncludeFileChanged" fullname="qdesigner_internal::NewPromotedClassPanel::slotIncludeFileChanged" href="qdesigner-internal-newpromotedclasspanel.html#slotIncludeFileChanged" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="88" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotIncludeFileChanged(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="slotNameChanged" fullname="qdesigner_internal::NewPromotedClassPanel::slotNameChanged" href="qdesigner-internal-newpromotedclasspanel.html#slotNameChanged" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="87" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotNameChanged(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="slotReset" fullname="qdesigner_internal::NewPromotedClassPanel::slotReset" href="qdesigner-internal-newpromotedclasspanel.html#slotReset" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="90" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotReset()"/>
<function threadsafety="unspecified" name="promotionParameters" fullname="qdesigner_internal::NewPromotedClassPanel::promotionParameters" href="qdesigner-internal-newpromotedclasspanel.html#promotionParameters" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="93" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="PromotionParameters" signature="PromotionParameters promotionParameters() const"/>
<function threadsafety="unspecified" name="promotedHeaderSuffix" fullname="qdesigner_internal::NewPromotedClassPanel::promotedHeaderSuffix" href="qdesigner-internal-newpromotedclasspanel.html#promotedHeaderSuffix" status="active" access="public" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="74" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString promotedHeaderSuffix() const"/>
<function threadsafety="unspecified" name="isPromotedHeaderLowerCase" fullname="qdesigner_internal::NewPromotedClassPanel::isPromotedHeaderLowerCase" href="qdesigner-internal-newpromotedclasspanel.html#isPromotedHeaderLowerCase" status="active" access="public" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="77" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isPromotedHeaderLowerCase() const"/>
</class>
<class threadsafety="unspecified" name="QDesignerPromotionDialog" fullname="qdesigner_internal::QDesignerPromotionDialog" href="qdesigner-internal-qdesignerpromotiondialog.html" status="active" access="public" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="107">
<enum threadsafety="unspecified" name="Mode" fullname="qdesigner_internal::QDesignerPromotionDialog::Mode" href="qdesigner-internal-qdesignerpromotiondialog.html#Mode-enum" status="active" access="public" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="111">
<value name="ModeEdit" value="0"/>
<value name="ModeEditChooseClass" value="1"/>
</enum>
<function threadsafety="unspecified" name="QDesignerPromotionDialog" fullname="qdesigner_internal::QDesignerPromotionDialog::QDesignerPromotionDialog" href="qdesigner-internal-qdesignerpromotiondialog.html#QDesignerPromotionDialog" status="active" access="public" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="113" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerPromotionDialog(QDesignerFormEditorInterface *core, QWidget *parent, const QString &amp;promotableWidgetClassName, QString *promoteTo)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
<parameter left="const QString &amp;" right="" name="promotableWidgetClassName" default="QString()"/>
<parameter left="QString *" right="" name="promoteTo" default="0"/>
</function>
<function threadsafety="unspecified" name="createButtonBox" fullname="qdesigner_internal::QDesignerPromotionDialog::createButtonBox" href="qdesigner-internal-qdesignerpromotiondialog.html#createButtonBox" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="135" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDialogButtonBox *" signature="QDialogButtonBox * createButtonBox()"/>
<function threadsafety="unspecified" name="baseClassNames" fullname="qdesigner_internal::QDesignerPromotionDialog::baseClassNames" href="qdesigner-internal-qdesignerpromotiondialog.html#baseClassNames" status="active" access="public" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="118" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="const QStringList &amp;" signature="const QStringList &amp; baseClassNames(const QDesignerPromotionInterface *promotion)">
<parameter left="const QDesignerPromotionInterface *" right="" name="promotion" default=""/>
</function>
<function threadsafety="unspecified" name="delayedUpdateFromWidgetDatabase" fullname="qdesigner_internal::QDesignerPromotionDialog::delayedUpdateFromWidgetDatabase" href="qdesigner-internal-qdesignerpromotiondialog.html#delayedUpdateFromWidgetDatabase" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="136" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void delayedUpdateFromWidgetDatabase()"/>
<function threadsafety="unspecified" name="displayError" fullname="qdesigner_internal::QDesignerPromotionDialog::displayError" href="qdesigner-internal-qdesignerpromotiondialog.html#displayError" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="140" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void displayError(const QString &amp;message)">
<parameter left="const QString &amp;" right="" name="message" default=""/>
</function>
<function threadsafety="unspecified" name="selectedBaseClassChanged" fullname="qdesigner_internal::QDesignerPromotionDialog::selectedBaseClassChanged" href="qdesigner-internal-qdesignerpromotiondialog.html#selectedBaseClassChanged" status="active" access="public" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="121" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void selectedBaseClassChanged(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="slotAcceptPromoteTo" fullname="qdesigner_internal::QDesignerPromotionDialog::slotAcceptPromoteTo" href="qdesigner-internal-qdesignerpromotiondialog.html#slotAcceptPromoteTo" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="124" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotAcceptPromoteTo()"/>
<function threadsafety="unspecified" name="slotClassNameChanged" fullname="qdesigner_internal::QDesignerPromotionDialog::slotClassNameChanged" href="qdesigner-internal-qdesignerpromotiondialog.html#slotClassNameChanged" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="129" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotClassNameChanged(QDesignerWidgetDataBaseItemInterface *, const QString &amp;newName)">
<parameter left="QDesignerWidgetDataBaseItemInterface *" right="" name="" default=""/>
<parameter left="const QString &amp;" right="" name="newName" default=""/>
</function>
<function threadsafety="unspecified" name="slotEditSignalsSlots" fullname="qdesigner_internal::QDesignerPromotionDialog::slotEditSignalsSlots" href="qdesigner-internal-qdesignerpromotiondialog.html#slotEditSignalsSlots" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="132" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotEditSignalsSlots()"/>
<function threadsafety="unspecified" name="slotIncludeFileChanged" fullname="qdesigner_internal::QDesignerPromotionDialog::slotIncludeFileChanged" href="qdesigner-internal-qdesignerpromotiondialog.html#slotIncludeFileChanged" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="128" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotIncludeFileChanged(QDesignerWidgetDataBaseItemInterface *, const QString &amp;includeFile)">
<parameter left="QDesignerWidgetDataBaseItemInterface *" right="" name="" default=""/>
<parameter left="const QString &amp;" right="" name="includeFile" default=""/>
</function>
<function threadsafety="unspecified" name="slotNewPromotedClass" fullname="qdesigner_internal::QDesignerPromotionDialog::slotNewPromotedClass" href="qdesigner-internal-qdesignerpromotiondialog.html#slotNewPromotedClass" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="126" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotNewPromotedClass(const PromotionParameters &amp;, bool *ok)">
<parameter left="const PromotionParameters &amp;" right="" name="" default=""/>
<parameter left="bool *" right="" name="ok" default=""/>
</function>
<function threadsafety="unspecified" name="slotRemove" fullname="qdesigner_internal::QDesignerPromotionDialog::slotRemove" href="qdesigner-internal-qdesignerpromotiondialog.html#slotRemove" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="123" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotRemove()"/>
<function threadsafety="unspecified" name="slotSelectionChanged" fullname="qdesigner_internal::QDesignerPromotionDialog::slotSelectionChanged" href="qdesigner-internal-qdesignerpromotiondialog.html#slotSelectionChanged" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="125" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotSelectionChanged(const QItemSelection &amp;, const QItemSelection &amp;)">
<parameter left="const QItemSelection &amp;" right="" name="" default=""/>
<parameter left="const QItemSelection &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="slotTreeViewContextMenu" fullname="qdesigner_internal::QDesignerPromotionDialog::slotTreeViewContextMenu" href="qdesigner-internal-qdesignerpromotiondialog.html#slotTreeViewContextMenu" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="131" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotTreeViewContextMenu(const QPoint &amp;)">
<parameter left="const QPoint &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="slotUpdateFromWidgetDatabase" fullname="qdesigner_internal::QDesignerPromotionDialog::slotUpdateFromWidgetDatabase" href="qdesigner-internal-qdesignerpromotiondialog.html#slotUpdateFromWidgetDatabase" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="130" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotUpdateFromWidgetDatabase()"/>
<function threadsafety="unspecified" name="databaseItemAt" fullname="qdesigner_internal::QDesignerPromotionDialog::databaseItemAt" href="qdesigner-internal-qdesignerpromotiondialog.html#databaseItemAt" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="139" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerWidgetDataBaseItemInterface *" signature="QDesignerWidgetDataBaseItemInterface * databaseItemAt(const QItemSelection &amp;, unsigned &amp;flags) const">
<parameter left="const QItemSelection &amp;" right="" name="" default=""/>
<parameter left="unsigned &amp;" right="" name="flags" default=""/>
</function>
<variable threadsafety="unspecified" name="CanPromote" fullname="qdesigner_internal::QDesignerPromotionDialog::CanPromote" href="qdesigner-internal-qdesignerpromotiondialog.html#CanPromote-var" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="138" type="const int" static="true"/>
<variable threadsafety="unspecified" name="Referenced" fullname="qdesigner_internal::QDesignerPromotionDialog::Referenced" href="qdesigner-internal-qdesignerpromotiondialog.html#Referenced-var" status="active" access="private" location="qdesigner_promotiondialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_promotiondialog_p.h" lineno="138" type="const int" static="true"/>
</class>
<class threadsafety="unspecified" name="AddDynamicPropertyCommand" fullname="qdesigner_internal::AddDynamicPropertyCommand" href="qdesigner-internal-adddynamicpropertycommand.html" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="262" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="AddDynamicPropertyCommand" fullname="qdesigner_internal::AddDynamicPropertyCommand::AddDynamicPropertyCommand" href="qdesigner-internal-adddynamicpropertycommand.html#AddDynamicPropertyCommand" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="266" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="AddDynamicPropertyCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::AddDynamicPropertyCommand::init" href="qdesigner-internal-adddynamicpropertycommand.html#init" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="268" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool init(const QList&lt;QObject *&gt; &amp;selection, QObject *current, const QString &amp;propertyName, const QVariant &amp;value)">
<parameter left="const QList&lt;QObject *&gt; &amp;" right="" name="selection" default=""/>
<parameter left="QObject *" right="" name="current" default=""/>
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::AddDynamicPropertyCommand::redo" href="qdesigner-internal-adddynamicpropertycommand.html#redo" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="270" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="setDescription" fullname="qdesigner_internal::AddDynamicPropertyCommand::setDescription" href="qdesigner-internal-adddynamicpropertycommand.html#setDescription" status="active" access="private" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="273" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDescription()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::AddDynamicPropertyCommand::undo" href="qdesigner-internal-adddynamicpropertycommand.html#undo" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="271" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="PropertyHelper" fullname="qdesigner_internal::PropertyHelper" href="qdesigner-internal-propertyhelper.html" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="71">
<enum threadsafety="unspecified" name="ObjectType" fullname="qdesigner_internal::PropertyHelper::ObjectType" href="qdesigner-internal-propertyhelper.html#ObjectType-enum" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="77">
<value name="OT_Object" value="0"/>
<value name="OT_FreeAction" value="1"/>
<value name="OT_AssociatedAction" value="2"/>
<value name="OT_Widget" value="3"/>
</enum>
<enum threadsafety="unspecified" name="UpdateMask" fullname="qdesigner_internal::PropertyHelper::UpdateMask" href="qdesigner-internal-propertyhelper.html#UpdateMask-enum" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="103">
<value name="UpdatePropertyEditor" value="1"/>
<value name="UpdateObjectInspector" value="2"/>
</enum>
<typedef threadsafety="unspecified" name="Value" fullname="qdesigner_internal::PropertyHelper::Value" href="qdesigner-internal-propertyhelper.html#Value-typedef" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="75"/>
<function threadsafety="unspecified" name="PropertyHelper" fullname="qdesigner_internal::PropertyHelper::PropertyHelper" href="qdesigner-internal-propertyhelper.html#PropertyHelper" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="79" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertyHelper(QObject *object, SpecialProperty specialProperty, QDesignerPropertySheetExtension *sheet, int index)">
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="SpecialProperty" right="" name="specialProperty" default=""/>
<parameter left="QDesignerPropertySheetExtension *" right="" name="sheet" default=""/>
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="applyValue" fullname="qdesigner_internal::PropertyHelper::applyValue" href="qdesigner-internal-propertyhelper.html#applyValue" status="active" access="private" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="114" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="Value" signature="Value applyValue(QDesignerFormWindowInterface *fw, const QVariant &amp;oldValue, Value newValue)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="const QVariant &amp;" right="" name="oldValue" default=""/>
<parameter left="Value" right="" name="newValue" default=""/>
</function>
<function threadsafety="unspecified" name="restoreDefaultValue" fullname="qdesigner_internal::PropertyHelper::restoreDefaultValue" href="qdesigner-internal-propertyhelper.html#restoreDefaultValue" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="94" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="Value" signature="Value restoreDefaultValue(QDesignerFormWindowInterface *fw)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="restoreOldValue" fullname="qdesigner_internal::PropertyHelper::restoreOldValue" href="qdesigner-internal-propertyhelper.html#restoreOldValue" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="92" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="Value" signature="Value restoreOldValue(QDesignerFormWindowInterface *fw)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="setValue" fullname="qdesigner_internal::PropertyHelper::setValue" href="qdesigner-internal-propertyhelper.html#setValue" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="89" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="Value" signature="Value setValue(QDesignerFormWindowInterface *fw, const QVariant &amp;value, bool changed, unsigned subPropertyMask)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
<parameter left="bool" right="" name="changed" default=""/>
<parameter left="unsigned" right="" name="subPropertyMask" default=""/>
</function>
<function threadsafety="unspecified" name="checkApplyWidgetValue" fullname="qdesigner_internal::PropertyHelper::checkApplyWidgetValue" href="qdesigner-internal-propertyhelper.html#checkApplyWidgetValue" status="active" access="private" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="116" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void checkApplyWidgetValue(QDesignerFormWindowInterface *fw, QWidget *w, SpecialProperty specialProperty, QVariant &amp;v)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="SpecialProperty" right="" name="specialProperty" default=""/>
<parameter left="QVariant &amp;" right="" name="v" default=""/>
</function>
<function threadsafety="unspecified" name="setOldValue" fullname="qdesigner_internal::PropertyHelper::setOldValue" href="qdesigner-internal-propertyhelper.html#setOldValue" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="99" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setOldValue(const QVariant &amp;oldValue)">
<parameter left="const QVariant &amp;" right="" name="oldValue" default=""/>
</function>
<function threadsafety="unspecified" name="triggerActionChanged" fullname="qdesigner_internal::PropertyHelper::triggerActionChanged" href="qdesigner-internal-propertyhelper.html#triggerActionChanged" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="110" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void triggerActionChanged(QAction *a)">
<parameter left="QAction *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="updateObject" fullname="qdesigner_internal::PropertyHelper::updateObject" href="qdesigner-internal-propertyhelper.html#updateObject" status="active" access="private" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="119" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateObject(QDesignerFormWindowInterface *fw, const QVariant &amp;oldValue, const QVariant &amp;newValue)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="const QVariant &amp;" right="" name="oldValue" default=""/>
<parameter left="const QVariant &amp;" right="" name="newValue" default=""/>
</function>
<function threadsafety="unspecified" name="~PropertyHelper" fullname="qdesigner_internal::PropertyHelper::~PropertyHelper" href="qdesigner-internal-propertyhelper.html#dtor.PropertyHelper" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="83" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~PropertyHelper()"/>
<function threadsafety="unspecified" name="integration" fullname="qdesigner_internal::PropertyHelper::integration" href="qdesigner-internal-propertyhelper.html#integration" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="108" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerIntegration *" signature="QDesignerIntegration * integration(QDesignerFormWindowInterface *fw) const">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="object" fullname="qdesigner_internal::PropertyHelper::object" href="qdesigner-internal-propertyhelper.html#object" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="85" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * object() const"/>
<function threadsafety="unspecified" name="findDefaultValue" fullname="qdesigner_internal::PropertyHelper::findDefaultValue" href="qdesigner-internal-propertyhelper.html#findDefaultValue" status="active" access="private" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="120" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant findDefaultValue(QDesignerFormWindowInterface *fw) const">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="oldValue" fullname="qdesigner_internal::PropertyHelper::oldValue" href="qdesigner-internal-propertyhelper.html#oldValue" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="96" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant oldValue() const"/>
<function threadsafety="unspecified" name="specialProperty" fullname="qdesigner_internal::PropertyHelper::specialProperty" href="qdesigner-internal-propertyhelper.html#specialProperty" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="86" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="SpecialProperty" signature="SpecialProperty specialProperty() const"/>
<function threadsafety="unspecified" name="canMerge" fullname="qdesigner_internal::PropertyHelper::canMerge" href="qdesigner-internal-propertyhelper.html#canMerge" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="107" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool canMerge(const PropertyHelper &amp;other) const">
<parameter left="const PropertyHelper &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="updateMask" fullname="qdesigner_internal::PropertyHelper::updateMask" href="qdesigner-internal-propertyhelper.html#updateMask" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="104" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="unsigned" signature="unsigned updateMask() const"/>
<function threadsafety="unspecified" name="ensureUniqueObjectName" fullname="qdesigner_internal::PropertyHelper::ensureUniqueObjectName" href="qdesigner-internal-propertyhelper.html#ensureUniqueObjectName" status="active" access="private" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="121" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void ensureUniqueObjectName(QDesignerFormWindowInterface *fw, QObject *object) const">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="QObject *" right="" name="object" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="PropertyListCommand" fullname="qdesigner_internal::PropertyListCommand" href="qdesigner-internal-propertylistcommand.html" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="136" bases="qdesigner_internal::QDesignerFormWindowCommand">
<class threadsafety="unspecified" name="PropertyDescription" fullname="qdesigner_internal::PropertyListCommand::PropertyDescription" href="qdesigner-internal-propertylistcommand-propertydescription.html" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="183">
<function threadsafety="unspecified" name="PropertyDescription" fullname="qdesigner_internal::PropertyListCommand::PropertyDescription::PropertyDescription" href="qdesigner-internal-propertylistcommand-propertydescription.html#PropertyDescription" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="185" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertyDescription()"/>
<function threadsafety="unspecified" name="PropertyDescription" fullname="qdesigner_internal::PropertyListCommand::PropertyDescription::PropertyDescription" href="qdesigner-internal-propertylistcommand-propertydescription.html#PropertyDescription-1" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="186" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertyDescription(const QString &amp;propertyName, QDesignerPropertySheetExtension *propertySheet, int index)">
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
<parameter left="QDesignerPropertySheetExtension *" right="" name="propertySheet" default=""/>
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="equals" fullname="qdesigner_internal::PropertyListCommand::PropertyDescription::equals" href="qdesigner-internal-propertylistcommand-propertydescription.html#equals" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="187" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool equals(const PropertyDescription &amp;p) const">
<parameter left="const PropertyDescription &amp;" right="" name="p" default=""/>
</function>
<function threadsafety="unspecified" name="debug" fullname="qdesigner_internal::PropertyListCommand::PropertyDescription::debug" href="qdesigner-internal-propertylistcommand-propertydescription.html#debug" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="188" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void debug() const"/>
<variable threadsafety="unspecified" name="m_propertyGroup" fullname="qdesigner_internal::PropertyListCommand::PropertyDescription::m_propertyGroup" href="qdesigner-internal-propertylistcommand-propertydescription.html#m_propertyGroup-var" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="191" type="QString" static="false"/>
<variable threadsafety="unspecified" name="m_propertyName" fullname="qdesigner_internal::PropertyListCommand::PropertyDescription::m_propertyName" href="qdesigner-internal-propertylistcommand-propertydescription.html#m_propertyName-var" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="190" type="QString" static="false"/>
<variable threadsafety="unspecified" name="m_propertyType" fullname="qdesigner_internal::PropertyListCommand::PropertyDescription::m_propertyType" href="qdesigner-internal-propertylistcommand-propertydescription.html#m_propertyType-var" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="192" type="QVariant::Type" static="false"/>
<variable threadsafety="unspecified" name="m_specialProperty" fullname="qdesigner_internal::PropertyListCommand::PropertyDescription::m_specialProperty" href="qdesigner-internal-propertylistcommand-propertydescription.html#m_specialProperty-var" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="193" type="SpecialProperty" static="false"/>
</class>
<typedef threadsafety="unspecified" name="ObjectList" fullname="qdesigner_internal::PropertyListCommand::ObjectList" href="qdesigner-internal-propertylistcommand.html#ObjectList-typedef" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="138"/>
<typedef threadsafety="unspecified" name="PropertyHelperList" fullname="qdesigner_internal::PropertyListCommand::PropertyHelperList" href="qdesigner-internal-propertylistcommand.html#PropertyHelperList-typedef" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="153"/>
<typedef threadsafety="unspecified" name="PropertyHelperPtr" fullname="qdesigner_internal::PropertyListCommand::PropertyHelperPtr" href="qdesigner-internal-propertylistcommand.html#PropertyHelperPtr-typedef" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="152"/>
<function threadsafety="unspecified" name="propertyHelperList" fullname="qdesigner_internal::PropertyListCommand::propertyHelperList" href="qdesigner-internal-propertylistcommand.html#propertyHelperList" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="175" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="PropertyHelperList &amp;" signature="PropertyHelperList &amp; propertyHelperList()"/>
<function threadsafety="unspecified" name="PropertyListCommand" fullname="qdesigner_internal::PropertyListCommand::PropertyListCommand" href="qdesigner-internal-propertylistcommand.html#PropertyListCommand" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="140" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertyListCommand(QDesignerFormWindowInterface *formWindow, QUndoCommand *parent)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="QUndoCommand *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="add" fullname="qdesigner_internal::PropertyListCommand::add" href="qdesigner-internal-propertylistcommand.html#add" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="156" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool add(QObject *object, const QString &amp;propertyName)">
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
</function>
<function threadsafety="unspecified" name="initList" fullname="qdesigner_internal::PropertyListCommand::initList" href="qdesigner-internal-propertylistcommand.html#initList" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="159" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool initList(const ObjectList &amp;list, const QString &amp;apropertyName, QObject *referenceObject)">
<parameter left="const ObjectList &amp;" right="" name="list" default=""/>
<parameter left="const QString &amp;" right="" name="apropertyName" default=""/>
<parameter left="QObject *" right="" name="referenceObject" default="0"/>
</function>
<function threadsafety="unspecified" name="restoreDefaultValue" fullname="qdesigner_internal::PropertyListCommand::restoreDefaultValue" href="qdesigner-internal-propertylistcommand.html#restoreDefaultValue" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="167" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="unsigned" signature="unsigned restoreDefaultValue()"/>
<function threadsafety="unspecified" name="restoreOldValue" fullname="qdesigner_internal::PropertyListCommand::restoreOldValue" href="qdesigner-internal-propertylistcommand.html#restoreOldValue" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="165" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="unsigned" signature="unsigned restoreOldValue()"/>
<function threadsafety="unspecified" name="setValue" fullname="qdesigner_internal::PropertyListCommand::setValue" href="qdesigner-internal-propertylistcommand.html#setValue" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="162" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="unsigned" signature="unsigned setValue(QVariant value, bool changed, unsigned subPropertyMask)">
<parameter left="QVariant" right="" name="value" default=""/>
<parameter left="bool" right="" name="changed" default=""/>
<parameter left="unsigned" right="" name="subPropertyMask" default=""/>
</function>
<function threadsafety="unspecified" name="setOldValue" fullname="qdesigner_internal::PropertyListCommand::setOldValue" href="qdesigner-internal-propertylistcommand.html#setOldValue" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="146" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setOldValue(const QVariant &amp;oldValue, int index)">
<parameter left="const QVariant &amp;" right="" name="oldValue" default=""/>
<parameter left="int" right="" name="index" default="0"/>
</function>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::PropertyListCommand::undo" href="qdesigner-internal-propertylistcommand.html#undo" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="149" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
<function threadsafety="unspecified" name="update" fullname="qdesigner_internal::PropertyListCommand::update" href="qdesigner-internal-propertylistcommand.html#update" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="170" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void update(unsigned updateMask)">
<parameter left="unsigned" right="" name="updateMask" default=""/>
</function>
<function threadsafety="unspecified" name="createPropertyHelper" fullname="qdesigner_internal::PropertyListCommand::createPropertyHelper" href="qdesigner-internal-propertylistcommand.html#createPropertyHelper" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="198" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="PropertyHelper *" signature="PropertyHelper * createPropertyHelper(QObject *o, SpecialProperty sp, QDesignerPropertySheetExtension *sheet, int sheetIndex) const">
<parameter left="QObject *" right="" name="o" default=""/>
<parameter left="SpecialProperty" right="" name="sp" default=""/>
<parameter left="QDesignerPropertySheetExtension *" right="" name="sheet" default=""/>
<parameter left="int" right="" name="sheetIndex" default=""/>
</function>
<function threadsafety="unspecified" name="object" fullname="qdesigner_internal::PropertyListCommand::object" href="qdesigner-internal-propertylistcommand.html#object" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="142" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * object(int index) const">
<parameter left="int" right="" name="index" default="0"/>
</function>
<function threadsafety="unspecified" name="oldValue" fullname="qdesigner_internal::PropertyListCommand::oldValue" href="qdesigner-internal-propertylistcommand.html#oldValue" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="144" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant oldValue(int index) const">
<parameter left="int" right="" name="index" default="0"/>
</function>
<function threadsafety="unspecified" name="specialProperty" fullname="qdesigner_internal::PropertyListCommand::specialProperty" href="qdesigner-internal-propertylistcommand.html#specialProperty" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="179" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="SpecialProperty" signature="SpecialProperty specialProperty() const"/>
<function threadsafety="unspecified" name="canMergeLists" fullname="qdesigner_internal::PropertyListCommand::canMergeLists" href="qdesigner-internal-propertylistcommand.html#canMergeLists" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="173" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool canMergeLists(const PropertyHelperList &amp;other) const">
<parameter left="const PropertyHelperList &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="propertyDescription" fullname="qdesigner_internal::PropertyListCommand::propertyDescription" href="qdesigner-internal-propertylistcommand.html#propertyDescription" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="195" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const PropertyDescription &amp;" signature="const PropertyDescription &amp; propertyDescription() const"/>
<function threadsafety="unspecified" name="propertyHelperList" fullname="qdesigner_internal::PropertyListCommand::propertyHelperList" href="qdesigner-internal-propertylistcommand.html#propertyHelperList-1" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="176" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const PropertyHelperList &amp;" signature="const PropertyHelperList &amp; propertyHelperList() const"/>
<function threadsafety="unspecified" name="propertyName" fullname="qdesigner_internal::PropertyListCommand::propertyName" href="qdesigner-internal-propertylistcommand.html#propertyName" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="178" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QString" signature="const QString propertyName() const"/>
</class>
<class threadsafety="unspecified" name="RemoveDynamicPropertyCommand" fullname="qdesigner_internal::RemoveDynamicPropertyCommand" href="qdesigner-internal-removedynamicpropertycommand.html" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="279" bases="qdesigner_internal::QDesignerFormWindowCommand">
<function threadsafety="unspecified" name="RemoveDynamicPropertyCommand" fullname="qdesigner_internal::RemoveDynamicPropertyCommand::RemoveDynamicPropertyCommand" href="qdesigner-internal-removedynamicpropertycommand.html#RemoveDynamicPropertyCommand" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="283" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="RemoveDynamicPropertyCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::RemoveDynamicPropertyCommand::init" href="qdesigner-internal-removedynamicpropertycommand.html#init" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="285" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool init(const QList&lt;QObject *&gt; &amp;selection, QObject *current, const QString &amp;propertyName)">
<parameter left="const QList&lt;QObject *&gt; &amp;" right="" name="selection" default=""/>
<parameter left="QObject *" right="" name="current" default=""/>
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::RemoveDynamicPropertyCommand::redo" href="qdesigner-internal-removedynamicpropertycommand.html#redo" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="287" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="setDescription" fullname="qdesigner_internal::RemoveDynamicPropertyCommand::setDescription" href="qdesigner-internal-removedynamicpropertycommand.html#setDescription" status="active" access="private" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="290" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDescription()"/>
<function threadsafety="unspecified" name="undo" fullname="qdesigner_internal::RemoveDynamicPropertyCommand::undo" href="qdesigner-internal-removedynamicpropertycommand.html#undo" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="288" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void undo()"/>
</class>
<class threadsafety="unspecified" name="ResetPropertyCommand" fullname="qdesigner_internal::ResetPropertyCommand" href="qdesigner-internal-resetpropertycommand.html" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="240" bases="qdesigner_internal::PropertyListCommand">
<typedef threadsafety="unspecified" name="ObjectList" fullname="qdesigner_internal::ResetPropertyCommand::ObjectList" href="qdesigner-internal-resetpropertycommand.html#ObjectList-typedef" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="244"/>
<function threadsafety="unspecified" name="ResetPropertyCommand" fullname="qdesigner_internal::ResetPropertyCommand::ResetPropertyCommand" href="qdesigner-internal-resetpropertycommand.html#ResetPropertyCommand" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="246" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ResetPropertyCommand(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::ResetPropertyCommand::init" href="qdesigner-internal-resetpropertycommand.html#init" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="248" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool init(QObject *object, const QString &amp;propertyName)">
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::ResetPropertyCommand::init" href="qdesigner-internal-resetpropertycommand.html#init-1" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="249" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool init(const ObjectList &amp;list, const QString &amp;propertyName, QObject *referenceObject)">
<parameter left="const ObjectList &amp;" right="" name="list" default=""/>
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
<parameter left="QObject *" right="" name="referenceObject" default="0"/>
</function>
<function threadsafety="unspecified" name="mergeWith" fullname="qdesigner_internal::ResetPropertyCommand::mergeWith" href="qdesigner-internal-resetpropertycommand.html#mergeWith" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="254" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool mergeWith(const QUndoCommand *)">
<parameter left="const QUndoCommand *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::ResetPropertyCommand::redo" href="qdesigner-internal-resetpropertycommand.html#redo" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="251" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="setDescription" fullname="qdesigner_internal::ResetPropertyCommand::setDescription" href="qdesigner-internal-resetpropertycommand.html#setDescription" status="active" access="private" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="257" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDescription()"/>
</class>
<class threadsafety="unspecified" name="SetPropertyCommand" fullname="qdesigner_internal::SetPropertyCommand" href="qdesigner-internal-setpropertycommand.html" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="206" bases="qdesigner_internal::PropertyListCommand">
<typedef threadsafety="unspecified" name="ObjectList" fullname="qdesigner_internal::SetPropertyCommand::ObjectList" href="qdesigner-internal-setpropertycommand.html#ObjectList-typedef" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="210"/>
<function threadsafety="unspecified" name="mergeValue" fullname="qdesigner_internal::SetPropertyCommand::mergeValue" href="qdesigner-internal-setpropertycommand.html#mergeValue" status="active" access="protected" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="231" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant mergeValue(const QVariant &amp;newValue)">
<parameter left="const QVariant &amp;" right="" name="newValue" default=""/>
</function>
<function threadsafety="unspecified" name="SetPropertyCommand" fullname="qdesigner_internal::SetPropertyCommand::SetPropertyCommand" href="qdesigner-internal-setpropertycommand.html#SetPropertyCommand" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="212" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="SetPropertyCommand(QDesignerFormWindowInterface *formWindow, QUndoCommand *parent)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="QUndoCommand *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::SetPropertyCommand::init" href="qdesigner-internal-setpropertycommand.html#init" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="214" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool init(QObject *object, const QString &amp;propertyName, const QVariant &amp;newValue)">
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
<parameter left="const QVariant &amp;" right="" name="newValue" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="qdesigner_internal::SetPropertyCommand::init" href="qdesigner-internal-setpropertycommand.html#init-1" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="215" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool init(const ObjectList &amp;list, const QString &amp;propertyName, const QVariant &amp;newValue, QObject *referenceObject, bool enableSubPropertyHandling)">
<parameter left="const ObjectList &amp;" right="" name="list" default=""/>
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
<parameter left="const QVariant &amp;" right="" name="newValue" default=""/>
<parameter left="QObject *" right="" name="referenceObject" default="0"/>
<parameter left="bool" right="" name="enableSubPropertyHandling" default="true"/>
</function>
<function threadsafety="unspecified" name="mergeWith" fullname="qdesigner_internal::SetPropertyCommand::mergeWith" href="qdesigner-internal-setpropertycommand.html#mergeWith" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="226" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool mergeWith(const QUndoCommand *other)">
<parameter left="const QUndoCommand *" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="subPropertyMask" fullname="qdesigner_internal::SetPropertyCommand::subPropertyMask" href="qdesigner-internal-setpropertycommand.html#subPropertyMask" status="active" access="private" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="234" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="unsigned" signature="unsigned subPropertyMask(const QVariant &amp;newValue, QObject *referenceObject)">
<parameter left="const QVariant &amp;" right="" name="newValue" default=""/>
<parameter left="QObject *" right="" name="referenceObject" default=""/>
</function>
<function threadsafety="unspecified" name="redo" fullname="qdesigner_internal::SetPropertyCommand::redo" href="qdesigner-internal-setpropertycommand.html#redo" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="228" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void redo()"/>
<function threadsafety="unspecified" name="setDescription" fullname="qdesigner_internal::SetPropertyCommand::setDescription" href="qdesigner-internal-setpropertycommand.html#setDescription" status="active" access="private" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="235" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDescription()"/>
<function threadsafety="unspecified" name="setNewValue" fullname="qdesigner_internal::SetPropertyCommand::setNewValue" href="qdesigner-internal-setpropertycommand.html#setNewValue" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="222" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setNewValue(const QVariant &amp;newValue)">
<parameter left="const QVariant &amp;" right="" name="newValue" default=""/>
</function>
<function threadsafety="unspecified" name="newValue" fullname="qdesigner_internal::SetPropertyCommand::newValue" href="qdesigner-internal-setpropertycommand.html#newValue" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="219" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant newValue() const"/>
<function threadsafety="unspecified" name="id" fullname="qdesigner_internal::SetPropertyCommand::id" href="qdesigner-internal-setpropertycommand.html#id" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="225" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int id() const"/>
</class>
<enum threadsafety="unspecified" name="SpecialProperty" fullname="qdesigner_internal::SpecialProperty" href="qdesigner-internal.html#SpecialProperty-enum" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="58">
<value name="SP_None" value="0"/>
<value name="SP_ObjectName" value="1"/>
<value name="SP_LayoutName" value="2"/>
<value name="SP_SpacerName" value="3"/>
<value name="SP_WindowTitle" value="4"/>
<value name="SP_MinimumSize" value="5"/>
<value name="SP_MaximumSize" value="6"/>
<value name="SP_Geometry" value="7"/>
<value name="SP_Icon" value="8"/>
<value name="SP_CurrentTabName" value="9"/>
<value name="SP_CurrentItemName" value="10"/>
<value name="SP_CurrentPageName" value="11"/>
<value name="SP_AutoDefault" value="12"/>
<value name="SP_Alignment" value="13"/>
<value name="SP_Shortcut" value="14"/>
<value name="SP_Orientation" value="15"/>
</enum>
<function threadsafety="unspecified" name="getSpecialProperty" fullname="qdesigner_internal::getSpecialProperty" href="qdesigner-internal.html#getSpecialProperty" status="active" access="public" location="qdesigner_propertycommand_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertycommand_p.h" lineno="65" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="getSpecialProperty(const QString &amp;propertyName)">
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
</function>
<class threadsafety="unspecified" name="QDesignerPropertyEditor" fullname="qdesigner_internal::QDesignerPropertyEditor" href="qdesigner-internal-qdesignerpropertyeditor.html" status="active" access="public" location="qdesigner_propertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertyeditor_p.h" lineno="55" bases="QDesignerPropertyEditorInterface">
<typedef threadsafety="unspecified" name="StringPropertyParameters" fullname="qdesigner_internal::QDesignerPropertyEditor::StringPropertyParameters" href="qdesigner-internal-qdesignerpropertyeditor.html#StringPropertyParameters-typedef" status="active" access="public" location="qdesigner_propertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertyeditor_p.h" lineno="62"/>
<function threadsafety="unspecified" name="QDesignerPropertyEditor" fullname="qdesigner_internal::QDesignerPropertyEditor::QDesignerPropertyEditor" href="qdesigner-internal-qdesignerpropertyeditor.html#QDesignerPropertyEditor" status="active" access="public" location="qdesigner_propertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertyeditor_p.h" lineno="59" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerPropertyEditor(QWidget *parent, Qt::WindowFlags flags)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
<parameter left="Qt::WindowFlags" right="" name="flags" default="0"/>
</function>
<function threadsafety="unspecified" name="textPropertyValidationMode" fullname="qdesigner_internal::QDesignerPropertyEditor::textPropertyValidationMode" href="qdesigner-internal-qdesignerpropertyeditor.html#textPropertyValidationMode" status="active" access="public" location="qdesigner_propertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertyeditor_p.h" lineno="66" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="StringPropertyParameters" signature="StringPropertyParameters textPropertyValidationMode(QDesignerFormEditorInterface *core, const QObject *object, const QString &amp;propertyName, bool isMainContainer)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const QObject *" right="" name="object" default=""/>
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
<parameter left="bool" right="" name="isMainContainer" default=""/>
</function>
<function threadsafety="unspecified" name="addDynamicProperty" fullname="qdesigner_internal::QDesignerPropertyEditor::addDynamicProperty" href="qdesigner-internal-qdesignerpropertyeditor.html#addDynamicProperty" status="active" access="public" location="qdesigner_propertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertyeditor_p.h" lineno="72" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addDynamicProperty(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 threadsafety="unspecified" name="editorClosed" fullname="qdesigner_internal::QDesignerPropertyEditor::editorClosed" href="qdesigner-internal-qdesignerpropertyeditor.html#editorClosed" status="active" access="public" location="qdesigner_propertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertyeditor_p.h" lineno="75" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void editorClosed()"/>
<function threadsafety="unspecified" name="editorOpened" fullname="qdesigner_internal::QDesignerPropertyEditor::editorOpened" href="qdesigner-internal-qdesignerpropertyeditor.html#editorOpened" status="active" access="public" location="qdesigner_propertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertyeditor_p.h" lineno="74" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void editorOpened()"/>
<function threadsafety="unspecified" name="emitPropertyValueChanged" fullname="qdesigner_internal::QDesignerPropertyEditor::emitPropertyValueChanged" href="qdesigner-internal-qdesignerpropertyeditor.html#emitPropertyValueChanged" status="active" access="protected" location="qdesigner_propertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertyeditor_p.h" lineno="88" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void emitPropertyValueChanged(const QString &amp;name, const QVariant &amp;value, bool enableSubPropertyHandling)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
<parameter left="bool" right="" name="enableSubPropertyHandling" default=""/>
</function>
<function threadsafety="unspecified" name="propertyValueChanged" fullname="qdesigner_internal::QDesignerPropertyEditor::propertyValueChanged" href="qdesigner-internal-qdesignerpropertyeditor.html#propertyValueChanged" status="active" access="public" location="qdesigner_propertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertyeditor_p.h" lineno="70" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void propertyValueChanged(const QString &amp;name, const QVariant &amp;value, bool enableSubPropertyHandling)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
<parameter left="bool" right="" name="enableSubPropertyHandling" default=""/>
</function>
<function threadsafety="unspecified" name="reloadResourceProperties" fullname="qdesigner_internal::QDesignerPropertyEditor::reloadResourceProperties" href="qdesigner-internal-qdesignerpropertyeditor.html#reloadResourceProperties" status="active" access="public" location="qdesigner_propertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertyeditor_p.h" lineno="82" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void reloadResourceProperties() = 0"/>
<function threadsafety="unspecified" name="removeDynamicProperty" fullname="qdesigner_internal::QDesignerPropertyEditor::removeDynamicProperty" href="qdesigner-internal-qdesignerpropertyeditor.html#removeDynamicProperty" status="active" access="public" location="qdesigner_propertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertyeditor_p.h" lineno="73" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeDynamicProperty(const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="resetProperty" fullname="qdesigner_internal::QDesignerPropertyEditor::resetProperty" href="qdesigner-internal-qdesignerpropertyeditor.html#resetProperty" status="active" access="public" location="qdesigner_propertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertyeditor_p.h" lineno="71" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resetProperty(const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="slotPropertyChanged" fullname="qdesigner_internal::QDesignerPropertyEditor::slotPropertyChanged" href="qdesigner-internal-qdesignerpropertyeditor.html#slotPropertyChanged" status="active" access="private" location="qdesigner_propertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertyeditor_p.h" lineno="85" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotPropertyChanged(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 threadsafety="unspecified" name="updatePropertySheet" fullname="qdesigner_internal::QDesignerPropertyEditor::updatePropertySheet" href="qdesigner-internal-qdesignerpropertyeditor.html#updatePropertySheet" status="active" access="public" location="qdesigner_propertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertyeditor_p.h" lineno="81" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updatePropertySheet() = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerTaskMenu" fullname="qdesigner_internal::QDesignerTaskMenu" href="qdesigner-internal-qdesignertaskmenu.html" status="active" access="public" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="61" bases="QDesignerTaskMenuExtension">
<enum threadsafety="unspecified" name="PropertyMode" fullname="qdesigner_internal::QDesignerTaskMenu::PropertyMode" href="qdesigner-internal-qdesignertaskmenu.html#PropertyMode-enum" status="active" access="public" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="73">
<value name="CurrentWidgetMode" value="0"/>
<value name="MultiSelectionMode" value="1"/>
</enum>
<function threadsafety="unspecified" name="createSeparator" fullname="qdesigner_internal::QDesignerTaskMenu::createSeparator" href="qdesigner-internal-qdesignertaskmenu.html#createSeparator" status="active" access="protected" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="84" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * createSeparator()"/>
<function threadsafety="unspecified" name="QDesignerTaskMenu" fullname="qdesigner_internal::QDesignerTaskMenu::QDesignerTaskMenu" href="qdesigner-internal-qdesignertaskmenu.html#QDesignerTaskMenu" status="active" access="public" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="66" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerTaskMenu(QWidget *widget, QObject *parent)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QObject *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="isSlotNavigationEnabled" fullname="qdesigner_internal::QDesignerTaskMenu::isSlotNavigationEnabled" href="qdesigner-internal-qdesignertaskmenu.html#isSlotNavigationEnabled" status="active" access="public" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="75" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isSlotNavigationEnabled(const QDesignerFormEditorInterface *core)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="addToolBar" fullname="qdesigner_internal::QDesignerTaskMenu::addToolBar" href="qdesigner-internal-qdesignertaskmenu.html#addToolBar" status="active" access="private" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="100" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addToolBar()"/>
<function threadsafety="unspecified" name="applySize" fullname="qdesigner_internal::QDesignerTaskMenu::applySize" href="qdesigner-internal-qdesignertaskmenu.html#applySize" status="active" access="private" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="105" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applySize(QAction *a)">
<parameter left="QAction *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="changeObjectName" fullname="qdesigner_internal::QDesignerTaskMenu::changeObjectName" href="qdesigner-internal-qdesignertaskmenu.html#changeObjectName" status="active" access="private" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="95" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void changeObjectName()"/>
<function threadsafety="unspecified" name="changeStyleSheet" fullname="qdesigner_internal::QDesignerTaskMenu::changeStyleSheet" href="qdesigner-internal-qdesignertaskmenu.html#changeStyleSheet" status="active" access="private" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="98" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void changeStyleSheet()"/>
<function threadsafety="unspecified" name="changeTextProperty" fullname="qdesigner_internal::QDesignerTaskMenu::changeTextProperty" href="qdesigner-internal-qdesignertaskmenu.html#changeTextProperty" status="active" access="protected" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="82" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void changeTextProperty(const QString &amp;propertyName, const QString &amp;windowTitle, PropertyMode pm, Qt::TextFormat desiredFormat)">
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
<parameter left="const QString &amp;" right="" name="windowTitle" default=""/>
<parameter left="PropertyMode" right="" name="pm" default=""/>
<parameter left="Qt::TextFormat" right="" name="desiredFormat" default=""/>
</function>
<function threadsafety="unspecified" name="changeToolTip" fullname="qdesigner_internal::QDesignerTaskMenu::changeToolTip" href="qdesigner-internal-qdesignertaskmenu.html#changeToolTip" status="active" access="private" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="96" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void changeToolTip()"/>
<function threadsafety="unspecified" name="changeWhatsThis" fullname="qdesigner_internal::QDesignerTaskMenu::changeWhatsThis" href="qdesigner-internal-qdesignertaskmenu.html#changeWhatsThis" status="active" access="private" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="97" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void changeWhatsThis()"/>
<function threadsafety="unspecified" name="containerFakeMethods" fullname="qdesigner_internal::QDesignerTaskMenu::containerFakeMethods" href="qdesigner-internal-qdesignertaskmenu.html#containerFakeMethods" status="active" access="private" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="103" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void containerFakeMethods()"/>
<function threadsafety="unspecified" name="createMenuBar" fullname="qdesigner_internal::QDesignerTaskMenu::createMenuBar" href="qdesigner-internal-qdesignertaskmenu.html#createMenuBar" status="active" access="private" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="99" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void createMenuBar()"/>
<function threadsafety="unspecified" name="createStatusBar" fullname="qdesigner_internal::QDesignerTaskMenu::createStatusBar" href="qdesigner-internal-qdesignertaskmenu.html#createStatusBar" status="active" access="private" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="101" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void createStatusBar()"/>
<function threadsafety="unspecified" name="navigateToSlot" fullname="qdesigner_internal::QDesignerTaskMenu::navigateToSlot" href="qdesigner-internal-qdesignertaskmenu.html#navigateToSlot" status="active" access="public" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="76" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void navigateToSlot(QDesignerFormEditorInterface *core, QObject *o, const QString &amp;defaultSignal)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QObject *" right="" name="o" default=""/>
<parameter left="const QString &amp;" right="" name="defaultSignal" default="QString()"/>
</function>
<function threadsafety="unspecified" name="removeStatusBar" fullname="qdesigner_internal::QDesignerTaskMenu::removeStatusBar" href="qdesigner-internal-qdesignertaskmenu.html#removeStatusBar" status="active" access="private" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="102" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeStatusBar()"/>
<function threadsafety="unspecified" name="setProperty" fullname="qdesigner_internal::QDesignerTaskMenu::setProperty" href="qdesigner-internal-qdesignertaskmenu.html#setProperty" status="active" access="protected" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="92" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setProperty(QDesignerFormWindowInterface *fw, PropertyMode pm, const QString &amp;name, const QVariant &amp;newValue)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="PropertyMode" right="" name="pm" default=""/>
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="const QVariant &amp;" right="" name="newValue" default=""/>
</function>
<function threadsafety="unspecified" name="slotLayoutAlignment" fullname="qdesigner_internal::QDesignerTaskMenu::slotLayoutAlignment" href="qdesigner-internal-qdesignertaskmenu.html#slotLayoutAlignment" status="active" access="private" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="106" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotLayoutAlignment()"/>
<function threadsafety="unspecified" name="slotNavigateToSlot" fullname="qdesigner_internal::QDesignerTaskMenu::slotNavigateToSlot" href="qdesigner-internal-qdesignertaskmenu.html#slotNavigateToSlot" status="active" access="private" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="104" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotNavigateToSlot()"/>
<function threadsafety="unspecified" name="~QDesignerTaskMenu" fullname="qdesigner_internal::QDesignerTaskMenu::~QDesignerTaskMenu" href="qdesigner-internal-qdesignertaskmenu.html#dtor.QDesignerTaskMenu" status="active" access="public" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="67" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerTaskMenu()"/>
<function threadsafety="unspecified" name="formWindow" fullname="qdesigner_internal::QDesignerTaskMenu::formWindow" href="qdesigner-internal-qdesignertaskmenu.html#formWindow" status="active" access="protected" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * formWindow() const"/>
<function threadsafety="unspecified" name="taskActions" fullname="qdesigner_internal::QDesignerTaskMenu::taskActions" href="qdesigner-internal-qdesignertaskmenu.html#taskActions" status="active" access="public" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="71" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QAction *&gt;" signature="QList&lt;QAction *&gt; taskActions() const"/>
<function threadsafety="unspecified" name="applicableWidgets" fullname="qdesigner_internal::QDesignerTaskMenu::applicableWidgets" href="qdesigner-internal-qdesignertaskmenu.html#applicableWidgets" status="active" access="protected" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="90" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QWidget *&gt;" signature="QList&lt;QWidget *&gt; applicableWidgets(const QDesignerFormWindowInterface *fw, PropertyMode pm) const">
<parameter left="const QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="PropertyMode" right="" name="pm" default=""/>
</function>
<function threadsafety="unspecified" name="applicableObjects" fullname="qdesigner_internal::QDesignerTaskMenu::applicableObjects" href="qdesigner-internal-qdesignertaskmenu.html#applicableObjects" status="active" access="protected" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="89" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObjectList" signature="QObjectList applicableObjects(const QDesignerFormWindowInterface *fw, PropertyMode pm) const">
<parameter left="const QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="PropertyMode" right="" name="pm" default=""/>
</function>
<function threadsafety="unspecified" name="widget" fullname="qdesigner_internal::QDesignerTaskMenu::widget" href="qdesigner-internal-qdesignertaskmenu.html#widget" status="active" access="public" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="69" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * widget() const"/>
</class>
<typedef threadsafety="unspecified" name="QDesignerTaskMenuFactory" fullname="qdesigner_internal::QDesignerTaskMenuFactory" href="qdesigner-internal.html#QDesignerTaskMenuFactory-typedef" status="active" access="public" location="qdesigner_taskmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_taskmenu_p.h" lineno="112"/>
<class threadsafety="unspecified" name="ToolBarEventFilter" fullname="qdesigner_internal::ToolBarEventFilter" href="qdesigner-internal-toolbareventfilter.html" status="active" access="public" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="66">
<function threadsafety="unspecified" name="actionAt" fullname="qdesigner_internal::ToolBarEventFilter::actionAt" href="qdesigner-internal-toolbareventfilter.html#actionAt" status="active" access="public" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="76" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionAt(const QToolBar *tb, const QPoint &amp;pos)">
<parameter left="const QToolBar *" right="" name="tb" default=""/>
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="createAction" fullname="qdesigner_internal::ToolBarEventFilter::createAction" href="qdesigner-internal-toolbareventfilter.html#createAction" status="active" access="public" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="83" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * createAction(QDesignerFormWindowInterface *fw, const QString &amp;objectName, bool separator)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="const QString &amp;" right="" name="objectName" default=""/>
<parameter left="bool" right="" name="separator" default=""/>
</function>
<function threadsafety="unspecified" name="contextMenuActions" fullname="qdesigner_internal::ToolBarEventFilter::contextMenuActions" href="qdesigner-internal-toolbareventfilter.html#contextMenuActions" status="active" access="public" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="88" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QAction *&gt;" signature="QList&lt;QAction *&gt; contextMenuActions(const QPoint &amp;globalPos)">
<parameter left="const QPoint &amp;" right="" name="globalPos" default="QPoint( -1, -1 )"/>
</function>
<function threadsafety="unspecified" name="freeArea" fullname="qdesigner_internal::ToolBarEventFilter::freeArea" href="qdesigner-internal-toolbareventfilter.html#freeArea" status="active" access="public" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="80" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect freeArea(const QToolBar *tb)">
<parameter left="const QToolBar *" right="" name="tb" default=""/>
</function>
<function threadsafety="unspecified" name="handleArea" fullname="qdesigner_internal::ToolBarEventFilter::handleArea" href="qdesigner-internal-toolbareventfilter.html#handleArea" status="active" access="public" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="79" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect handleArea(const QToolBar *tb)">
<parameter left="const QToolBar *" right="" name="tb" default=""/>
</function>
<function threadsafety="unspecified" name="eventFilterOf" fullname="qdesigner_internal::ToolBarEventFilter::eventFilterOf" href="qdesigner-internal-toolbareventfilter.html#eventFilterOf" status="active" access="public" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="90" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="ToolBarEventFilter *" signature="ToolBarEventFilter * eventFilterOf(const QToolBar *tb)">
<parameter left="const QToolBar *" right="" name="tb" default=""/>
</function>
<function threadsafety="unspecified" name="ToolBarEventFilter" fullname="qdesigner_internal::ToolBarEventFilter::ToolBarEventFilter" href="qdesigner-internal-toolbareventfilter.html#ToolBarEventFilter" status="active" access="private" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="98" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ToolBarEventFilter(QToolBar *tb)">
<parameter left="QToolBar *" right="" name="tb" default=""/>
</function>
<function threadsafety="unspecified" name="eventFilter" fullname="qdesigner_internal::ToolBarEventFilter::eventFilter" href="qdesigner-internal-toolbareventfilter.html#eventFilter" status="active" access="public" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="85" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool eventFilter(QObject *watched, QEvent *event)">
<parameter left="QObject *" right="" name="watched" default=""/>
<parameter left="QEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleContextMenuEvent" fullname="qdesigner_internal::ToolBarEventFilter::handleContextMenuEvent" href="qdesigner-internal-toolbareventfilter.html#handleContextMenuEvent" status="active" access="private" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="100" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleContextMenuEvent(QContextMenuEvent *event)">
<parameter left="QContextMenuEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleDragEnterMoveEvent" fullname="qdesigner_internal::ToolBarEventFilter::handleDragEnterMoveEvent" href="qdesigner-internal-toolbareventfilter.html#handleDragEnterMoveEvent" status="active" access="private" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="101" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleDragEnterMoveEvent(QDragMoveEvent *event)">
<parameter left="QDragMoveEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleDragLeaveEvent" fullname="qdesigner_internal::ToolBarEventFilter::handleDragLeaveEvent" href="qdesigner-internal-toolbareventfilter.html#handleDragLeaveEvent" status="active" access="private" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="102" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleDragLeaveEvent(QDragLeaveEvent *)">
<parameter left="QDragLeaveEvent *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="handleDropEvent" fullname="qdesigner_internal::ToolBarEventFilter::handleDropEvent" href="qdesigner-internal-toolbareventfilter.html#handleDropEvent" status="active" access="private" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="103" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleDropEvent(QDropEvent *event)">
<parameter left="QDropEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleMouseMoveEvent" fullname="qdesigner_internal::ToolBarEventFilter::handleMouseMoveEvent" href="qdesigner-internal-toolbareventfilter.html#handleMouseMoveEvent" status="active" access="private" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="106" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleMouseMoveEvent(QMouseEvent *event)">
<parameter left="QMouseEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleMousePressEvent" fullname="qdesigner_internal::ToolBarEventFilter::handleMousePressEvent" href="qdesigner-internal-toolbareventfilter.html#handleMousePressEvent" status="active" access="private" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="104" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleMousePressEvent(QMouseEvent *event)">
<parameter left="QMouseEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleMouseReleaseEvent" fullname="qdesigner_internal::ToolBarEventFilter::handleMouseReleaseEvent" href="qdesigner-internal-toolbareventfilter.html#handleMouseReleaseEvent" status="active" access="private" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="105" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleMouseReleaseEvent(QMouseEvent *event)">
<parameter left="QMouseEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="withinHandleArea" fullname="qdesigner_internal::ToolBarEventFilter::withinHandleArea" href="qdesigner-internal-toolbareventfilter.html#withinHandleArea" status="active" access="public" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="78" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool withinHandleArea(const QToolBar *tb, const QPoint &amp;pos)">
<parameter left="const QToolBar *" right="" name="tb" default=""/>
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="adjustDragIndicator" fullname="qdesigner_internal::ToolBarEventFilter::adjustDragIndicator" href="qdesigner-internal-toolbareventfilter.html#adjustDragIndicator" status="active" access="private" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="109" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void adjustDragIndicator(const QPoint &amp;pos)">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="hideDragIndicator" fullname="qdesigner_internal::ToolBarEventFilter::hideDragIndicator" href="qdesigner-internal-toolbareventfilter.html#hideDragIndicator" status="active" access="private" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="110" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void hideDragIndicator()"/>
<function threadsafety="unspecified" name="install" fullname="qdesigner_internal::ToolBarEventFilter::install" href="qdesigner-internal-toolbareventfilter.html#install" status="active" access="public" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="70" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void install(QToolBar *tb)">
<parameter left="QToolBar *" right="" name="tb" default=""/>
</function>
<function threadsafety="unspecified" name="slotInsertSeparator" fullname="qdesigner_internal::ToolBarEventFilter::slotInsertSeparator" href="qdesigner-internal-toolbareventfilter.html#slotInsertSeparator" status="active" access="private" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="95" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotInsertSeparator()"/>
<function threadsafety="unspecified" name="slotRemoveSelectedAction" fullname="qdesigner_internal::ToolBarEventFilter::slotRemoveSelectedAction" href="qdesigner-internal-toolbareventfilter.html#slotRemoveSelectedAction" status="active" access="private" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="93" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotRemoveSelectedAction()"/>
<function threadsafety="unspecified" name="slotRemoveToolBar" fullname="qdesigner_internal::ToolBarEventFilter::slotRemoveToolBar" href="qdesigner-internal-toolbareventfilter.html#slotRemoveToolBar" status="active" access="private" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="94" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotRemoveToolBar()"/>
<function threadsafety="unspecified" name="startDrag" fullname="qdesigner_internal::ToolBarEventFilter::startDrag" href="qdesigner-internal-toolbareventfilter.html#startDrag" status="active" access="private" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="111" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void startDrag(const QPoint &amp;pos, Qt::KeyboardModifiers modifiers)">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
<parameter left="Qt::KeyboardModifiers" right="" name="modifiers" default=""/>
</function>
<function threadsafety="unspecified" name="formWindow" fullname="qdesigner_internal::ToolBarEventFilter::formWindow" href="qdesigner-internal-toolbareventfilter.html#formWindow" status="active" access="private" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="108" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * formWindow() const"/>
<function threadsafety="unspecified" name="withinHandleArea" fullname="qdesigner_internal::ToolBarEventFilter::withinHandleArea" href="qdesigner-internal-toolbareventfilter.html#withinHandleArea-1" status="active" access="private" location="qdesigner_toolbar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbar_p.h" lineno="112" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool withinHandleArea(const QPoint &amp;pos) const">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DesignerIconCache" fullname="qdesigner_internal::DesignerIconCache" href="qdesigner-internal-designericoncache.html" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="302">
<function threadsafety="unspecified" name="DesignerIconCache" fullname="qdesigner_internal::DesignerIconCache::DesignerIconCache" href="qdesigner-internal-designericoncache.html#DesignerIconCache" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="306" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DesignerIconCache(DesignerPixmapCache *pixmapCache, QObject *parent)">
<parameter left="DesignerPixmapCache *" right="" name="pixmapCache" default=""/>
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="clear" fullname="qdesigner_internal::DesignerIconCache::clear" href="qdesigner-internal-designericoncache.html#clear" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="308" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear()"/>
<function threadsafety="unspecified" name="reloaded" fullname="qdesigner_internal::DesignerIconCache::reloaded" href="qdesigner-internal-designericoncache.html#reloaded" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="310" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void reloaded()"/>
<function threadsafety="unspecified" name="icon" fullname="qdesigner_internal::DesignerIconCache::icon" href="qdesigner-internal-designericoncache.html#icon" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="307" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QIcon" signature="QIcon icon(const PropertySheetIconValue &amp;value) const">
<parameter left="const PropertySheetIconValue &amp;" right="" name="value" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DesignerMetaEnum" fullname="qdesigner_internal::DesignerMetaEnum" href="qdesigner-internal-designermetaenum.html" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="160" bases="qdesigner_internal::MetaEnum">
<enum threadsafety="unspecified" name="SerializationMode" fullname="qdesigner_internal::DesignerMetaEnum::SerializationMode" href="qdesigner-internal-designermetaenum.html#SerializationMode-enum" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="166">
<value name="FullyQualified" value="0"/>
<value name="NameOnly" value="1"/>
</enum>
<function threadsafety="unspecified" name="DesignerMetaEnum" fullname="qdesigner_internal::DesignerMetaEnum::DesignerMetaEnum" href="qdesigner-internal-designermetaenum.html#DesignerMetaEnum-1" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="164" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DesignerMetaEnum()"/>
<function threadsafety="unspecified" name="DesignerMetaEnum" fullname="qdesigner_internal::DesignerMetaEnum::DesignerMetaEnum" href="qdesigner-internal-designermetaenum.html#DesignerMetaEnum" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="163" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DesignerMetaEnum(const QString &amp;name, const QString &amp;scope, const QString &amp;separator)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="const QString &amp;" right="" name="scope" default=""/>
<parameter left="const QString &amp;" right="" name="separator" default=""/>
</function>
<function threadsafety="unspecified" name="messageParseFailed" fullname="qdesigner_internal::DesignerMetaEnum::messageParseFailed" href="qdesigner-internal-designermetaenum.html#messageParseFailed" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="170" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString messageParseFailed(const QString &amp;s) const">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="messageToStringFailed" fullname="qdesigner_internal::DesignerMetaEnum::messageToStringFailed" href="qdesigner-internal-designermetaenum.html#messageToStringFailed" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="169" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString messageToStringFailed(int value) const">
<parameter left="int" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="toString" fullname="qdesigner_internal::DesignerMetaEnum::toString" href="qdesigner-internal-designermetaenum.html#toString" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="167" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString toString(int value, SerializationMode sm, bool *ok) const">
<parameter left="int" right="" name="value" default=""/>
<parameter left="SerializationMode" right="" name="sm" default=""/>
<parameter left="bool *" right="" name="ok" default="0"/>
</function>
<function threadsafety="unspecified" name="parseEnum" fullname="qdesigner_internal::DesignerMetaEnum::parseEnum" href="qdesigner-internal-designermetaenum.html#parseEnum" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="173" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int parseEnum(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>
</class>
<class threadsafety="unspecified" name="DesignerMetaFlags" fullname="qdesigner_internal::DesignerMetaFlags" href="qdesigner-internal-designermetaflags.html" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="180" bases="qdesigner_internal::MetaEnum">
<enum threadsafety="unspecified" name="SerializationMode" fullname="qdesigner_internal::DesignerMetaFlags::SerializationMode" href="qdesigner-internal-designermetaflags.html#SerializationMode-enum" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="186">
<value name="FullyQualified" value="0"/>
<value name="NameOnly" value="1"/>
</enum>
<function threadsafety="unspecified" name="DesignerMetaFlags" fullname="qdesigner_internal::DesignerMetaFlags::DesignerMetaFlags" href="qdesigner-internal-designermetaflags.html#DesignerMetaFlags-1" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="184" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DesignerMetaFlags()"/>
<function threadsafety="unspecified" name="DesignerMetaFlags" fullname="qdesigner_internal::DesignerMetaFlags::DesignerMetaFlags" href="qdesigner-internal-designermetaflags.html#DesignerMetaFlags" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="183" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DesignerMetaFlags(const QString &amp;name, const QString &amp;scope, const QString &amp;separator)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="const QString &amp;" right="" name="scope" default=""/>
<parameter left="const QString &amp;" right="" name="separator" default=""/>
</function>
<function threadsafety="unspecified" name="messageParseFailed" fullname="qdesigner_internal::DesignerMetaFlags::messageParseFailed" href="qdesigner-internal-designermetaflags.html#messageParseFailed" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="190" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString messageParseFailed(const QString &amp;s) const">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="toString" fullname="qdesigner_internal::DesignerMetaFlags::toString" href="qdesigner-internal-designermetaflags.html#toString" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="187" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString toString(int value, SerializationMode sm) const">
<parameter left="int" right="" name="value" default=""/>
<parameter left="SerializationMode" right="" name="sm" default=""/>
</function>
<function threadsafety="unspecified" name="flags" fullname="qdesigner_internal::DesignerMetaFlags::flags" href="qdesigner-internal-designermetaflags.html#flags" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="188" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList flags(int value) const">
<parameter left="int" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="parseFlags" fullname="qdesigner_internal::DesignerMetaFlags::parseFlags" href="qdesigner-internal-designermetaflags.html#parseFlags" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="192" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int parseFlags(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>
</class>
<class threadsafety="unspecified" name="DesignerPixmapCache" fullname="qdesigner_internal::DesignerPixmapCache" href="qdesigner-internal-designerpixmapcache.html" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="288">
<function threadsafety="unspecified" name="DesignerPixmapCache" fullname="qdesigner_internal::DesignerPixmapCache::DesignerPixmapCache" href="qdesigner-internal-designerpixmapcache.html#DesignerPixmapCache" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="292" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DesignerPixmapCache(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="clear" fullname="qdesigner_internal::DesignerPixmapCache::clear" href="qdesigner-internal-designerpixmapcache.html#clear" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="294" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear()"/>
<function threadsafety="unspecified" name="reloaded" fullname="qdesigner_internal::DesignerPixmapCache::reloaded" href="qdesigner-internal-designerpixmapcache.html#reloaded" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="296" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void reloaded()"/>
<function threadsafety="unspecified" name="pixmap" fullname="qdesigner_internal::DesignerPixmapCache::pixmap" href="qdesigner-internal-designerpixmapcache.html#pixmap" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="293" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPixmap" signature="QPixmap pixmap(const PropertySheetPixmapValue &amp;value) const">
<parameter left="const PropertySheetPixmapValue &amp;" right="" name="value" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="MetaEnum" fullname="qdesigner_internal::MetaEnum" href="qdesigner-internal-metaenum.html" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="81">
<typedef threadsafety="unspecified" name="KeyToValueMap" fullname="qdesigner_internal::MetaEnum::KeyToValueMap" href="qdesigner-internal-metaenum.html#KeyToValueMap-typedef" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="84"/>
<function threadsafety="unspecified" name="MetaEnum" fullname="qdesigner_internal::MetaEnum::MetaEnum" href="qdesigner-internal-metaenum.html#MetaEnum-1" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="87" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="MetaEnum()"/>
<function threadsafety="unspecified" name="MetaEnum" fullname="qdesigner_internal::MetaEnum::MetaEnum" href="qdesigner-internal-metaenum.html#MetaEnum" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="86" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="MetaEnum(const QString &amp;name, const QString &amp;scope, const QString &amp;separator)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="const QString &amp;" right="" name="scope" default=""/>
<parameter left="const QString &amp;" right="" name="separator" default=""/>
</function>
<function threadsafety="unspecified" name="addKey" fullname="qdesigner_internal::MetaEnum::addKey" href="qdesigner-internal-metaenum.html#addKey" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="88" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addKey(IntType value, const QString &amp;name)">
<parameter left="IntType" right="" name="value" default=""/>
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="keyToValue" fullname="qdesigner_internal::MetaEnum::keyToValue" href="qdesigner-internal-metaenum.html#keyToValue" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="92" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="IntType" signature="IntType keyToValue(QString key, bool *ok) const">
<parameter left="QString" right="" name="key" default=""/>
<parameter left="bool *" right="" name="ok" default="0"/>
</function>
<function threadsafety="unspecified" name="valueToKey" fullname="qdesigner_internal::MetaEnum::valueToKey" href="qdesigner-internal-metaenum.html#valueToKey" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="90" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString valueToKey(IntType value, bool *ok) const">
<parameter left="IntType" right="" name="value" default=""/>
<parameter left="bool *" right="" name="ok" default="0"/>
</function>
<function threadsafety="unspecified" name="keyToValueMap" fullname="qdesigner_internal::MetaEnum::keyToValueMap" href="qdesigner-internal-metaenum.html#keyToValueMap" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="99" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const KeyToValueMap &amp;" signature="const KeyToValueMap &amp; keyToValueMap() const"/>
<function threadsafety="unspecified" name="name" fullname="qdesigner_internal::MetaEnum::name" href="qdesigner-internal-metaenum.html#name" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="94" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QString &amp;" signature="const QString &amp; name() const"/>
<function threadsafety="unspecified" name="scope" fullname="qdesigner_internal::MetaEnum::scope" href="qdesigner-internal-metaenum.html#scope" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="95" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QString &amp;" signature="const QString &amp; scope() const"/>
<function threadsafety="unspecified" name="separator" fullname="qdesigner_internal::MetaEnum::separator" href="qdesigner-internal-metaenum.html#separator" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="96" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QString &amp;" signature="const QString &amp; separator() const"/>
<function threadsafety="unspecified" name="keys" fullname="qdesigner_internal::MetaEnum::keys" href="qdesigner-internal-metaenum.html#keys" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="98" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QStringList &amp;" signature="const QStringList &amp; keys() const"/>
<function threadsafety="unspecified" name="appendQualifiedName" fullname="qdesigner_internal::MetaEnum::appendQualifiedName" href="qdesigner-internal-metaenum.html#appendQualifiedName" status="active" access="protected" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="102" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void appendQualifiedName(const QString &amp;key, QString &amp;target) const">
<parameter left="const QString &amp;" right="" name="key" default=""/>
<parameter left="QString &amp;" right="" name="target" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="PropertySheetEnumValue" fullname="qdesigner_internal::PropertySheetEnumValue" href="qdesigner-internal-propertysheetenumvalue.html" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="197">
<function threadsafety="unspecified" name="PropertySheetEnumValue" fullname="qdesigner_internal::PropertySheetEnumValue::PropertySheetEnumValue" href="qdesigner-internal-propertysheetenumvalue.html#PropertySheetEnumValue-1" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="200" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertySheetEnumValue()"/>
<function threadsafety="unspecified" name="PropertySheetEnumValue" fullname="qdesigner_internal::PropertySheetEnumValue::PropertySheetEnumValue" href="qdesigner-internal-propertysheetenumvalue.html#PropertySheetEnumValue" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="199" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertySheetEnumValue(int v, const DesignerMetaEnum &amp;me)">
<parameter left="int" right="" name="v" default=""/>
<parameter left="const DesignerMetaEnum &amp;" right="" name="me" default=""/>
</function>
<variable threadsafety="unspecified" name="metaEnum" fullname="qdesigner_internal::PropertySheetEnumValue::metaEnum" href="qdesigner-internal-propertysheetenumvalue.html#metaEnum-var" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="203" type="DesignerMetaEnum" static="false"/>
</class>
<class threadsafety="unspecified" name="PropertySheetFlagValue" fullname="qdesigner_internal::PropertySheetFlagValue" href="qdesigner-internal-propertysheetflagvalue.html" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="208">
<function threadsafety="unspecified" name="PropertySheetFlagValue" fullname="qdesigner_internal::PropertySheetFlagValue::PropertySheetFlagValue" href="qdesigner-internal-propertysheetflagvalue.html#PropertySheetFlagValue-1" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="211" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertySheetFlagValue()"/>
<function threadsafety="unspecified" name="PropertySheetFlagValue" fullname="qdesigner_internal::PropertySheetFlagValue::PropertySheetFlagValue" href="qdesigner-internal-propertysheetflagvalue.html#PropertySheetFlagValue" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="210" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertySheetFlagValue(int v, const DesignerMetaFlags &amp;mf)">
<parameter left="int" right="" name="v" default=""/>
<parameter left="const DesignerMetaFlags &amp;" right="" name="mf" default=""/>
</function>
<variable threadsafety="unspecified" name="metaFlags" fullname="qdesigner_internal::PropertySheetFlagValue::metaFlags" href="qdesigner-internal-propertysheetflagvalue.html#metaFlags-var" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="214" type="DesignerMetaFlags" static="false"/>
</class>
<class threadsafety="unspecified" name="PropertySheetIconValue" fullname="qdesigner_internal::PropertySheetIconValue" href="qdesigner-internal-propertysheeticonvalue.html" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="247">
<typedef threadsafety="unspecified" name="ModeStateKey" fullname="qdesigner_internal::PropertySheetIconValue::ModeStateKey" href="qdesigner-internal-propertysheeticonvalue.html#ModeStateKey-typedef" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="276"/>
<typedef threadsafety="unspecified" name="ModeStateToPixmapMap" fullname="qdesigner_internal::PropertySheetIconValue::ModeStateToPixmapMap" href="qdesigner-internal-propertysheeticonvalue.html#ModeStateToPixmapMap-typedef" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="277"/>
<function threadsafety="unspecified" name="operator=" fullname="qdesigner_internal::PropertySheetIconValue::operator=" href="qdesigner-internal-propertysheeticonvalue.html#operator-eq" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="254" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="PropertySheetIconValue &amp;" signature="PropertySheetIconValue &amp; operator=(const PropertySheetIconValue &amp;)">
<parameter left="const PropertySheetIconValue &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="PropertySheetIconValue" fullname="qdesigner_internal::PropertySheetIconValue::PropertySheetIconValue" href="qdesigner-internal-propertysheeticonvalue.html#PropertySheetIconValue-1" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="251" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertySheetIconValue()"/>
<function threadsafety="unspecified" name="PropertySheetIconValue" fullname="qdesigner_internal::PropertySheetIconValue::PropertySheetIconValue" href="qdesigner-internal-propertysheeticonvalue.html#PropertySheetIconValue-2" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="253" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertySheetIconValue(const PropertySheetIconValue &amp;)">
<parameter left="const PropertySheetIconValue &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="PropertySheetIconValue" fullname="qdesigner_internal::PropertySheetIconValue::PropertySheetIconValue" href="qdesigner-internal-propertysheeticonvalue.html#PropertySheetIconValue" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="250" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertySheetIconValue(const PropertySheetPixmapValue &amp;pixmap)">
<parameter left="const PropertySheetPixmapValue &amp;" right="" name="pixmap" default=""/>
</function>
<function threadsafety="unspecified" name="assign" fullname="qdesigner_internal::PropertySheetIconValue::assign" href="qdesigner-internal-propertysheeticonvalue.html#assign" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="270" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void assign(const PropertySheetIconValue &amp;other, uint mask)">
<parameter left="const PropertySheetIconValue &amp;" right="" name="other" default=""/>
<parameter left="uint" right="" name="mask" default=""/>
</function>
<function threadsafety="unspecified" name="setPixmap" fullname="qdesigner_internal::PropertySheetIconValue::setPixmap" href="qdesigner-internal-propertysheeticonvalue.html#setPixmap" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="266" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPixmap(QIcon::Mode mode, QIcon::State state, const PropertySheetPixmapValue &amp;path)">
<parameter left="QIcon::Mode" right="" name="mode" default=""/>
<parameter left="QIcon::State" right="" name="state" default=""/>
<parameter left="const PropertySheetPixmapValue &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="setTheme" fullname="qdesigner_internal::PropertySheetIconValue::setTheme" href="qdesigner-internal-propertysheeticonvalue.html#setTheme" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="263" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setTheme(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="~PropertySheetIconValue" fullname="qdesigner_internal::PropertySheetIconValue::~PropertySheetIconValue" href="qdesigner-internal-propertysheeticonvalue.html#dtor.PropertySheetIconValue" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="252" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~PropertySheetIconValue()"/>
<function threadsafety="unspecified" name="themed" fullname="qdesigner_internal::PropertySheetIconValue::themed" href="qdesigner-internal-propertysheeticonvalue.html#themed" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="273" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="PropertySheetIconValue" signature="PropertySheetIconValue themed() const"/>
<function threadsafety="unspecified" name="unthemed" fullname="qdesigner_internal::PropertySheetIconValue::unthemed" href="qdesigner-internal-propertysheeticonvalue.html#unthemed" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="274" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="PropertySheetIconValue" signature="PropertySheetIconValue unthemed() const"/>
<function threadsafety="unspecified" name="pixmap" fullname="qdesigner_internal::PropertySheetIconValue::pixmap" href="qdesigner-internal-propertysheeticonvalue.html#pixmap" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="265" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="PropertySheetPixmapValue" signature="PropertySheetPixmapValue pixmap(QIcon::Mode mode, QIcon::State state) const">
<parameter left="QIcon::Mode" right="" name="mode" default=""/>
<parameter left="QIcon::State" right="" name="state" default=""/>
</function>
<function threadsafety="unspecified" name="theme" fullname="qdesigner_internal::PropertySheetIconValue::theme" href="qdesigner-internal-propertysheeticonvalue.html#theme" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="262" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString theme() const"/>
<function threadsafety="unspecified" name="equals" fullname="qdesigner_internal::PropertySheetIconValue::equals" href="qdesigner-internal-propertysheeticonvalue.html#equals" status="active" access="private" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="282" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool equals(const PropertySheetIconValue &amp;rhs) const">
<parameter left="const PropertySheetIconValue &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="isEmpty" fullname="qdesigner_internal::PropertySheetIconValue::isEmpty" href="qdesigner-internal-propertysheeticonvalue.html#isEmpty" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="260" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isEmpty() const"/>
<function threadsafety="unspecified" name="operator!=" fullname="qdesigner_internal::PropertySheetIconValue::operator!=" href="qdesigner-internal-propertysheeticonvalue.html#operator-not-eq" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="257" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator!=(const PropertySheetIconValue &amp;other) const">
<parameter left="const PropertySheetIconValue &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator&lt;" fullname="qdesigner_internal::PropertySheetIconValue::operator&lt;" href="qdesigner-internal-propertysheeticonvalue.html#operator-lt" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="258" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator&lt;(const PropertySheetIconValue &amp;other) const">
<parameter left="const PropertySheetIconValue &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" fullname="qdesigner_internal::PropertySheetIconValue::operator==" href="qdesigner-internal-propertysheeticonvalue.html#operator-eq-eq" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="256" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator==(const PropertySheetIconValue &amp;other) const">
<parameter left="const PropertySheetIconValue &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="paths" fullname="qdesigner_internal::PropertySheetIconValue::paths" href="qdesigner-internal-propertysheeticonvalue.html#paths" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="279" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const ModeStateToPixmapMap &amp;" signature="const ModeStateToPixmapMap &amp; paths() const"/>
<function threadsafety="unspecified" name="compare" fullname="qdesigner_internal::PropertySheetIconValue::compare" href="qdesigner-internal-propertysheeticonvalue.html#compare" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="269" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="uint" signature="uint compare(const PropertySheetIconValue &amp;other) const">
<parameter left="const PropertySheetIconValue &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="mask" fullname="qdesigner_internal::PropertySheetIconValue::mask" href="qdesigner-internal-propertysheeticonvalue.html#mask" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="268" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="uint" signature="uint mask() const"/>
</class>
<class threadsafety="unspecified" name="PropertySheetKeySequenceValue" fullname="qdesigner_internal::PropertySheetKeySequenceValue" href="qdesigner-internal-propertysheetkeysequencevalue.html" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="381" bases="qdesigner_internal::PropertySheetTranslatableData">
<function threadsafety="unspecified" name="PropertySheetKeySequenceValue" fullname="qdesigner_internal::PropertySheetKeySequenceValue::PropertySheetKeySequenceValue" href="qdesigner-internal-propertysheetkeysequencevalue.html#PropertySheetKeySequenceValue" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="384" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertySheetKeySequenceValue(const QKeySequence &amp;value, bool translatable, const QString &amp;disambiguation, const QString &amp;comment)">
<parameter left="const QKeySequence &amp;" right="" name="value" default="QKeySequence()"/>
<parameter left="bool" right="" name="translatable" default="true"/>
<parameter left="const QString &amp;" right="" name="disambiguation" default="QString()"/>
<parameter left="const QString &amp;" right="" name="comment" default="QString()"/>
</function>
<function threadsafety="unspecified" name="PropertySheetKeySequenceValue" fullname="qdesigner_internal::PropertySheetKeySequenceValue::PropertySheetKeySequenceValue" href="qdesigner-internal-propertysheetkeysequencevalue.html#PropertySheetKeySequenceValue-1" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="388" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertySheetKeySequenceValue(const QKeySequence::StandardKey &amp;standardKey, bool translatable, const QString &amp;disambiguation, const QString &amp;comment)">
<parameter left="const QKeySequence::StandardKey &amp;" right="" name="standardKey" default=""/>
<parameter left="bool" right="" name="translatable" default="true"/>
<parameter left="const QString &amp;" right="" name="disambiguation" default="QString()"/>
<parameter left="const QString &amp;" right="" name="comment" default="QString()"/>
</function>
<function threadsafety="unspecified" name="setStandardKey" fullname="qdesigner_internal::PropertySheetKeySequenceValue::setStandardKey" href="qdesigner-internal-propertysheetkeysequencevalue.html#setStandardKey" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="399" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setStandardKey(const QKeySequence::StandardKey &amp;standardKey)">
<parameter left="const QKeySequence::StandardKey &amp;" right="" name="standardKey" default=""/>
</function>
<function threadsafety="unspecified" name="setValue" fullname="qdesigner_internal::PropertySheetKeySequenceValue::setValue" href="qdesigner-internal-propertysheetkeysequencevalue.html#setValue" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="397" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setValue(const QKeySequence &amp;value)">
<parameter left="const QKeySequence &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="value" fullname="qdesigner_internal::PropertySheetKeySequenceValue::value" href="qdesigner-internal-propertysheetkeysequencevalue.html#value" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="396" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QKeySequence" signature="QKeySequence value() const"/>
<function threadsafety="unspecified" name="standardKey" fullname="qdesigner_internal::PropertySheetKeySequenceValue::standardKey" href="qdesigner-internal-propertysheetkeysequencevalue.html#standardKey" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="398" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QKeySequence::StandardKey" signature="QKeySequence::StandardKey standardKey() const"/>
<function threadsafety="unspecified" name="equals" fullname="qdesigner_internal::PropertySheetKeySequenceValue::equals" href="qdesigner-internal-propertysheetkeysequencevalue.html#equals" status="active" access="private" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="403" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool equals(const PropertySheetKeySequenceValue &amp;rhs) const">
<parameter left="const PropertySheetKeySequenceValue &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="isStandardKey" fullname="qdesigner_internal::PropertySheetKeySequenceValue::isStandardKey" href="qdesigner-internal-propertysheetkeysequencevalue.html#isStandardKey" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="400" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isStandardKey() const"/>
<function threadsafety="unspecified" name="operator!=" fullname="qdesigner_internal::PropertySheetKeySequenceValue::operator!=" href="qdesigner-internal-propertysheetkeysequencevalue.html#operator-not-eq" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="394" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator!=(const PropertySheetKeySequenceValue &amp;other) const">
<parameter left="const PropertySheetKeySequenceValue &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" fullname="qdesigner_internal::PropertySheetKeySequenceValue::operator==" href="qdesigner-internal-propertysheetkeysequencevalue.html#operator-eq-eq" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="393" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator==(const PropertySheetKeySequenceValue &amp;other) const">
<parameter left="const PropertySheetKeySequenceValue &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="PropertySheetPixmapValue" fullname="qdesigner_internal::PropertySheetPixmapValue" href="qdesigner-internal-propertysheetpixmapvalue.html" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="218">
<enum threadsafety="unspecified" name="PixmapSource" fullname="qdesigner_internal::PropertySheetPixmapValue::PixmapSource" href="qdesigner-internal-propertysheetpixmapvalue.html#PixmapSource-enum" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="229">
<value name="LanguageResourcePixmap" value="0"/>
<value name="ResourcePixmap" value="1"/>
<value name="FilePixmap" value="2"/>
</enum>
<function threadsafety="unspecified" name="getPixmapSource" fullname="qdesigner_internal::PropertySheetPixmapValue::getPixmapSource" href="qdesigner-internal-propertysheetpixmapvalue.html#getPixmapSource" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="230" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="PixmapSource" signature="PixmapSource getPixmapSource(QDesignerFormEditorInterface *core, const QString &amp;path)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="PropertySheetPixmapValue" fullname="qdesigner_internal::PropertySheetPixmapValue::PropertySheetPixmapValue" href="qdesigner-internal-propertysheetpixmapvalue.html#PropertySheetPixmapValue-1" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="222" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertySheetPixmapValue()"/>
<function threadsafety="unspecified" name="PropertySheetPixmapValue" fullname="qdesigner_internal::PropertySheetPixmapValue::PropertySheetPixmapValue" href="qdesigner-internal-propertysheetpixmapvalue.html#PropertySheetPixmapValue" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="221" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertySheetPixmapValue(const QString &amp;path)">
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="setPath" fullname="qdesigner_internal::PropertySheetPixmapValue::setPath" href="qdesigner-internal-propertysheetpixmapvalue.html#setPath" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="235" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPath(const QString &amp;path)">
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="pixmapSource" fullname="qdesigner_internal::PropertySheetPixmapValue::pixmapSource" href="qdesigner-internal-propertysheetpixmapvalue.html#pixmapSource" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="232" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="PixmapSource" signature="PixmapSource pixmapSource(QDesignerFormEditorInterface *core) const">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="path" fullname="qdesigner_internal::PropertySheetPixmapValue::path" href="qdesigner-internal-propertysheetpixmapvalue.html#path" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="234" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString path() const"/>
<function threadsafety="unspecified" name="operator!=" fullname="qdesigner_internal::PropertySheetPixmapValue::operator!=" href="qdesigner-internal-propertysheetpixmapvalue.html#operator-not-eq" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="225" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator!=(const PropertySheetPixmapValue &amp;other) const">
<parameter left="const PropertySheetPixmapValue &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator&lt;" fullname="qdesigner_internal::PropertySheetPixmapValue::operator&lt;" href="qdesigner-internal-propertysheetpixmapvalue.html#operator-lt" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="226" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator&lt;(const PropertySheetPixmapValue &amp;other) const">
<parameter left="const PropertySheetPixmapValue &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" fullname="qdesigner_internal::PropertySheetPixmapValue::operator==" href="qdesigner-internal-propertysheetpixmapvalue.html#operator-eq-eq" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="224" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator==(const PropertySheetPixmapValue &amp;other) const">
<parameter left="const PropertySheetPixmapValue &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="compare" fullname="qdesigner_internal::PropertySheetPixmapValue::compare" href="qdesigner-internal-propertysheetpixmapvalue.html#compare" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="237" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int compare(const PropertySheetPixmapValue &amp;other) const">
<parameter left="const PropertySheetPixmapValue &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="PropertySheetStringListValue" fullname="qdesigner_internal::PropertySheetStringListValue" href="qdesigner-internal-propertysheetstringlistvalue.html" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="360" bases="qdesigner_internal::PropertySheetTranslatableData">
<function threadsafety="unspecified" name="PropertySheetStringListValue" fullname="qdesigner_internal::PropertySheetStringListValue::PropertySheetStringListValue" href="qdesigner-internal-propertysheetstringlistvalue.html#PropertySheetStringListValue" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="363" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertySheetStringListValue(const QStringList &amp;value, bool translatable, const QString &amp;disambiguation, const QString &amp;comment)">
<parameter left="const QStringList &amp;" right="" name="value" default="QStringList()"/>
<parameter left="bool" right="" name="translatable" default="true"/>
<parameter left="const QString &amp;" right="" name="disambiguation" default="QString()"/>
<parameter left="const QString &amp;" right="" name="comment" default="QString()"/>
</function>
<function threadsafety="unspecified" name="setValue" fullname="qdesigner_internal::PropertySheetStringListValue::setValue" href="qdesigner-internal-propertysheetstringlistvalue.html#setValue" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="372" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setValue(const QStringList &amp;value)">
<parameter left="const QStringList &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="value" fullname="qdesigner_internal::PropertySheetStringListValue::value" href="qdesigner-internal-propertysheetstringlistvalue.html#value" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="371" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList value() const"/>
<function threadsafety="unspecified" name="equals" fullname="qdesigner_internal::PropertySheetStringListValue::equals" href="qdesigner-internal-propertysheetstringlistvalue.html#equals" status="active" access="private" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="375" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool equals(const PropertySheetStringListValue &amp;rhs) const">
<parameter left="const PropertySheetStringListValue &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="operator!=" fullname="qdesigner_internal::PropertySheetStringListValue::operator!=" href="qdesigner-internal-propertysheetstringlistvalue.html#operator-not-eq" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="369" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator!=(const PropertySheetStringListValue &amp;other) const">
<parameter left="const PropertySheetStringListValue &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" fullname="qdesigner_internal::PropertySheetStringListValue::operator==" href="qdesigner-internal-propertysheetstringlistvalue.html#operator-eq-eq" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="368" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator==(const PropertySheetStringListValue &amp;other) const">
<parameter left="const PropertySheetStringListValue &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="PropertySheetStringValue" fullname="qdesigner_internal::PropertySheetStringValue" href="qdesigner-internal-propertysheetstringvalue.html" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="341" bases="qdesigner_internal::PropertySheetTranslatableData">
<function threadsafety="unspecified" name="PropertySheetStringValue" fullname="qdesigner_internal::PropertySheetStringValue::PropertySheetStringValue" href="qdesigner-internal-propertysheetstringvalue.html#PropertySheetStringValue" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="344" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertySheetStringValue(const QString &amp;value, bool translatable, const QString &amp;disambiguation, const QString &amp;comment)">
<parameter left="const QString &amp;" right="" name="value" default="QString()"/>
<parameter left="bool" right="" name="translatable" default="true"/>
<parameter left="const QString &amp;" right="" name="disambiguation" default="QString()"/>
<parameter left="const QString &amp;" right="" name="comment" default="QString()"/>
</function>
<function threadsafety="unspecified" name="setValue" fullname="qdesigner_internal::PropertySheetStringValue::setValue" href="qdesigner-internal-propertysheetstringvalue.html#setValue" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="351" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setValue(const QString &amp;value)">
<parameter left="const QString &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="value" fullname="qdesigner_internal::PropertySheetStringValue::value" href="qdesigner-internal-propertysheetstringvalue.html#value" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="350" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString value() const"/>
<function threadsafety="unspecified" name="equals" fullname="qdesigner_internal::PropertySheetStringValue::equals" href="qdesigner-internal-propertysheetstringvalue.html#equals" status="active" access="private" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="354" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool equals(const PropertySheetStringValue &amp;rhs) const">
<parameter left="const PropertySheetStringValue &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="operator!=" fullname="qdesigner_internal::PropertySheetStringValue::operator!=" href="qdesigner-internal-propertysheetstringvalue.html#operator-not-eq" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="348" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator!=(const PropertySheetStringValue &amp;other) const">
<parameter left="const PropertySheetStringValue &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" fullname="qdesigner_internal::PropertySheetStringValue::operator==" href="qdesigner-internal-propertysheetstringvalue.html#operator-eq-eq" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="347" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator==(const PropertySheetStringValue &amp;other) const">
<parameter left="const PropertySheetStringValue &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="PropertySheetTranslatableData" fullname="qdesigner_internal::PropertySheetTranslatableData" href="qdesigner-internal-propertysheettranslatabledata.html" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="318">
<function threadsafety="unspecified" name="PropertySheetTranslatableData" fullname="qdesigner_internal::PropertySheetTranslatableData::PropertySheetTranslatableData" href="qdesigner-internal-propertysheettranslatabledata.html#PropertySheetTranslatableData" status="active" access="protected" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="321" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PropertySheetTranslatableData(bool translatable, const QString &amp;disambiguation, const QString &amp;comment)">
<parameter left="bool" right="" name="translatable" default="true"/>
<parameter left="const QString &amp;" right="" name="disambiguation" default="QString()"/>
<parameter left="const QString &amp;" right="" name="comment" default="QString()"/>
</function>
<function threadsafety="unspecified" name="setComment" fullname="qdesigner_internal::PropertySheetTranslatableData::setComment" href="qdesigner-internal-propertysheettranslatabledata.html#setComment" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="332" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setComment(const QString &amp;comment)">
<parameter left="const QString &amp;" right="" name="comment" default=""/>
</function>
<function threadsafety="unspecified" name="setDisambiguation" fullname="qdesigner_internal::PropertySheetTranslatableData::setDisambiguation" href="qdesigner-internal-propertysheettranslatabledata.html#setDisambiguation" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="330" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDisambiguation(const QString &amp;d)">
<parameter left="const QString &amp;" right="" name="d" default=""/>
</function>
<function threadsafety="unspecified" name="setTranslatable" fullname="qdesigner_internal::PropertySheetTranslatableData::setTranslatable" href="qdesigner-internal-propertysheettranslatabledata.html#setTranslatable" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="328" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setTranslatable(bool translatable)">
<parameter left="bool" right="" name="translatable" default=""/>
</function>
<function threadsafety="unspecified" name="comment" fullname="qdesigner_internal::PropertySheetTranslatableData::comment" href="qdesigner-internal-propertysheettranslatabledata.html#comment" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="331" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString comment() const"/>
<function threadsafety="unspecified" name="disambiguation" fullname="qdesigner_internal::PropertySheetTranslatableData::disambiguation" href="qdesigner-internal-propertysheettranslatabledata.html#disambiguation" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="329" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString disambiguation() const"/>
<function threadsafety="unspecified" name="equals" fullname="qdesigner_internal::PropertySheetTranslatableData::equals" href="qdesigner-internal-propertysheettranslatabledata.html#equals" status="active" access="protected" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="324" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool equals(const PropertySheetTranslatableData &amp;rhs) const">
<parameter left="const PropertySheetTranslatableData &amp;" right="" name="rhs" default=""/>
</function>
<function threadsafety="unspecified" name="translatable" fullname="qdesigner_internal::PropertySheetTranslatableData::translatable" href="qdesigner-internal-propertysheettranslatabledata.html#translatable" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="327" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool translatable() const"/>
</class>
<class threadsafety="unspecified" name="UpdateBlocker" fullname="qdesigner_internal::UpdateBlocker" href="qdesigner-internal-updateblocker.html" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="445">
<function threadsafety="unspecified" name="UpdateBlocker" fullname="qdesigner_internal::UpdateBlocker::UpdateBlocker" href="qdesigner-internal-updateblocker.html#UpdateBlocker" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="449" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="UpdateBlocker(QWidget *w)">
<parameter left="QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="~UpdateBlocker" fullname="qdesigner_internal::UpdateBlocker::~UpdateBlocker" href="qdesigner-internal-updateblocker.html#dtor.UpdateBlocker" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="450" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~UpdateBlocker()"/>
</class>
<function threadsafety="unspecified" name="MetaEnum" fullname="qdesigner_internal::MetaEnum" href="qdesigner-internal.html#MetaEnum" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="113" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="MetaEnum(const QString &amp;name, const QString &amp;scope, const QString &amp;separator)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="const QString &amp;" right="" name="scope" default=""/>
<parameter left="const QString &amp;" right="" name="separator" default=""/>
</function>
<function threadsafety="unspecified" name="operator&lt;&lt;" fullname="qdesigner_internal::operator&lt;&lt;" href="qdesigner-internal.html#operator-lt-lt" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="286" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDESIGNER_SHARED_EXPORT" signature="QDESIGNER_SHARED_EXPORT operator&lt;&lt;(QDebug , const PropertySheetIconValue &amp;)">
<parameter left="QDebug" right="" name="" default=""/>
<parameter left="const PropertySheetIconValue &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="addKey" fullname="qdesigner_internal::addKey" href="qdesigner-internal.html#addKey" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="121" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addKey(IntType value, const QString &amp;name)">
<parameter left="IntType" right="" name="value" default=""/>
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="keyToValue" fullname="qdesigner_internal::keyToValue" href="qdesigner-internal.html#keyToValue" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="137" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="IntType" signature="IntType keyToValue(QString key, bool *ok) const">
<parameter left="QString" right="" name="key" default=""/>
<parameter left="bool *" right="" name="ok" default=""/>
</function>
<function threadsafety="unspecified" name="valueToKey" fullname="qdesigner_internal::valueToKey" href="qdesigner-internal.html#valueToKey" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="128" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString valueToKey(IntType value, bool *ok) const">
<parameter left="IntType" right="" name="value" default=""/>
<parameter left="bool *" right="" name="ok" default=""/>
</function>
<function threadsafety="unspecified" name="appendQualifiedName" fullname="qdesigner_internal::appendQualifiedName" href="qdesigner-internal.html#appendQualifiedName" status="active" access="public" location="qdesigner_utils_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_utils_p.h" lineno="149" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void appendQualifiedName(const QString &amp;key, QString &amp;target) const">
<parameter left="const QString &amp;" right="" name="key" default=""/>
<parameter left="QString &amp;" right="" name="target" default=""/>
</function>
<class threadsafety="unspecified" name="QDesignerWidgetBox" fullname="qdesigner_internal::QDesignerWidgetBox" href="qdesigner-internal-qdesignerwidgetbox.html" status="active" access="public" location="qdesigner_widgetbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetbox_p.h" lineno="54" bases="QDesignerWidgetBoxInterface">
<enum threadsafety="unspecified" name="LoadMode" fullname="qdesigner_internal::QDesignerWidgetBox::LoadMode" href="qdesigner-internal-qdesignerwidgetbox.html#LoadMode-enum" status="active" access="public" location="qdesigner_widgetbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetbox_p.h" lineno="58">
<value name="LoadMerge" value="0"/>
<value name="LoadReplace" value="1"/>
<value name="LoadCustomWidgetsOnly" value="2"/>
</enum>
<function threadsafety="unspecified" name="xmlToUi" fullname="qdesigner_internal::QDesignerWidgetBox::xmlToUi" href="qdesigner-internal-qdesignerwidgetbox.html#xmlToUi-1" status="active" access="public" location="qdesigner_widgetbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetbox_p.h" lineno="79" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="DomUI *" signature="DomUI * xmlToUi(const QString &amp;name, const QString &amp;xml, bool insertFakeTopLevel)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="const QString &amp;" right="" name="xml" default=""/>
<parameter left="bool" right="" name="insertFakeTopLevel" default=""/>
</function>
<function threadsafety="unspecified" name="xmlToUi" fullname="qdesigner_internal::QDesignerWidgetBox::xmlToUi" href="qdesigner-internal-qdesignerwidgetbox.html#xmlToUi" status="active" access="public" location="qdesigner_widgetbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetbox_p.h" lineno="78" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="DomUI *" signature="DomUI * xmlToUi(const QString &amp;name, const QString &amp;xml, bool insertFakeTopLevel, QString *errorMessage)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="const QString &amp;" right="" name="xml" default=""/>
<parameter left="bool" right="" name="insertFakeTopLevel" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="QDesignerWidgetBox" fullname="qdesigner_internal::QDesignerWidgetBox::QDesignerWidgetBox" href="qdesigner-internal-qdesignerwidgetbox.html#QDesignerWidgetBox" status="active" access="public" location="qdesigner_widgetbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetbox_p.h" lineno="60" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerWidgetBox(QWidget *parent, Qt::WindowFlags flags)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
<parameter left="Qt::WindowFlags" right="" name="flags" default="0"/>
</function>
<function threadsafety="unspecified" name="findWidget" fullname="qdesigner_internal::QDesignerWidgetBox::findWidget" href="qdesigner-internal-qdesignerwidgetbox.html#findWidget" status="active" access="public" location="qdesigner_widgetbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetbox_p.h" lineno="73" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool findWidget(const QDesignerWidgetBoxInterface *wbox, const QString &amp;className, const QString &amp;category, Widget *widgetData)">
<parameter left="const QDesignerWidgetBoxInterface *" right="" name="wbox" default=""/>
<parameter left="const QString &amp;" right="" name="className" default=""/>
<parameter left="const QString &amp;" right="" name="category" default=""/>
<parameter left="Widget *" right="" name="widgetData" default=""/>
</function>
<function threadsafety="unspecified" name="loadContents" fullname="qdesigner_internal::QDesignerWidgetBox::loadContents" href="qdesigner-internal-qdesignerwidgetbox.html#loadContents" status="active" access="public" location="qdesigner_widgetbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetbox_p.h" lineno="65" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool loadContents(const QString &amp;contents) = 0">
<parameter left="const QString &amp;" right="" name="contents" default=""/>
</function>
<function threadsafety="unspecified" name="setLoadMode" fullname="qdesigner_internal::QDesignerWidgetBox::setLoadMode" href="qdesigner-internal-qdesignerwidgetbox.html#setLoadMode" status="active" access="public" location="qdesigner_widgetbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetbox_p.h" lineno="63" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setLoadMode(LoadMode lm)">
<parameter left="LoadMode" right="" name="lm" default=""/>
</function>
<function threadsafety="unspecified" name="loadMode" fullname="qdesigner_internal::QDesignerWidgetBox::loadMode" href="qdesigner-internal-qdesignerwidgetbox.html#loadMode" status="active" access="public" location="qdesigner_widgetbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetbox_p.h" lineno="62" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="LoadMode" signature="LoadMode loadMode() const"/>
<function threadsafety="unspecified" name="iconForWidget" fullname="qdesigner_internal::QDesignerWidgetBox::iconForWidget" href="qdesigner-internal-qdesignerwidgetbox.html#iconForWidget" status="active" access="public" location="qdesigner_widgetbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetbox_p.h" lineno="69" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QIcon" signature="QIcon iconForWidget(const QString &amp;className, const QString &amp;category) const = 0">
<parameter left="const QString &amp;" right="" name="className" default=""/>
<parameter left="const QString &amp;" right="" name="category" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerWidgetItem" fullname="qdesigner_internal::QDesignerWidgetItem" href="qdesigner-internal-qdesignerwidgetitem.html" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="69">
<function threadsafety="unspecified" name="QDesignerWidgetItem" fullname="qdesigner_internal::QDesignerWidgetItem::QDesignerWidgetItem" href="qdesigner-internal-qdesignerwidgetitem.html#QDesignerWidgetItem" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="73" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerWidgetItem(const QLayout *containingLayout, QWidget *w, Qt::Orientations o)">
<parameter left="const QLayout *" right="" name="containingLayout" default=""/>
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="Qt::Orientations" right="" name="o" default="Qt::Horizontal | Qt::Vertical"/>
</function>
<function threadsafety="unspecified" name="check" fullname="qdesigner_internal::QDesignerWidgetItem::check" href="qdesigner-internal-qdesignerwidgetitem.html#check" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="90" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool check(const QLayout *layout, QWidget *w, Qt::Orientations *ptrToOrientations)">
<parameter left="const QLayout *" right="" name="layout" default=""/>
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="Qt::Orientations *" right="" name="ptrToOrientations" default="0"/>
</function>
<function threadsafety="unspecified" name="eventFilter" fullname="qdesigner_internal::QDesignerWidgetItem::eventFilter" href="qdesigner-internal-qdesignerwidgetitem.html#eventFilter" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="101" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool eventFilter(QObject *watched, QEvent *event)">
<parameter left="QObject *" right="" name="watched" default=""/>
<parameter left="QEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="isContainer" fullname="qdesigner_internal::QDesignerWidgetItem::isContainer" href="qdesigner-internal-qdesignerwidgetitem.html#isContainer" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="97" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isContainer(const QDesignerFormEditorInterface *core, QWidget *w)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="subjectToStretch" fullname="qdesigner_internal::QDesignerWidgetItem::subjectToStretch" href="qdesigner-internal-qdesignerwidgetitem.html#subjectToStretch" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="99" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool subjectToStretch(const QLayout *layout, QWidget *w)">
<parameter left="const QLayout *" right="" name="layout" default=""/>
<parameter left="QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="deinstall" fullname="qdesigner_internal::QDesignerWidgetItem::deinstall" href="qdesigner-internal-qdesignerwidgetitem.html#deinstall" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="94" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void deinstall()"/>
<function threadsafety="unspecified" name="install" fullname="qdesigner_internal::QDesignerWidgetItem::install" href="qdesigner-internal-qdesignerwidgetitem.html#install" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="93" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void install()"/>
<function threadsafety="unspecified" name="layoutChanged" fullname="qdesigner_internal::QDesignerWidgetItem::layoutChanged" href="qdesigner-internal-qdesignerwidgetitem.html#layoutChanged" status="active" access="private" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="104" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void layoutChanged()"/>
<function threadsafety="unspecified" name="setNonLaidOutMinSize" fullname="qdesigner_internal::QDesignerWidgetItem::setNonLaidOutMinSize" href="qdesigner-internal-qdesignerwidgetitem.html#setNonLaidOutMinSize" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="84" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setNonLaidOutMinSize(const QSize &amp;s)">
<parameter left="const QSize &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="setNonLaidOutSizeHint" fullname="qdesigner_internal::QDesignerWidgetItem::setNonLaidOutSizeHint" href="qdesigner-internal-qdesignerwidgetitem.html#setNonLaidOutSizeHint" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="87" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setNonLaidOutSizeHint(const QSize &amp;s)">
<parameter left="const QSize &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="minimumSize" fullname="qdesigner_internal::QDesignerWidgetItem::minimumSize" href="qdesigner-internal-qdesignerwidgetitem.html#minimumSize" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="79" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSize" signature="QSize minimumSize() const"/>
<function threadsafety="unspecified" name="nonLaidOutMinSize" fullname="qdesigner_internal::QDesignerWidgetItem::nonLaidOutMinSize" href="qdesigner-internal-qdesignerwidgetitem.html#nonLaidOutMinSize" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="83" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSize" signature="QSize nonLaidOutMinSize() const"/>
<function threadsafety="unspecified" name="nonLaidOutSizeHint" fullname="qdesigner_internal::QDesignerWidgetItem::nonLaidOutSizeHint" href="qdesigner-internal-qdesignerwidgetitem.html#nonLaidOutSizeHint" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="86" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSize" signature="QSize nonLaidOutSizeHint() const"/>
<function threadsafety="unspecified" name="sizeHint" fullname="qdesigner_internal::QDesignerWidgetItem::sizeHint" href="qdesigner-internal-qdesignerwidgetitem.html#sizeHint" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="80" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSize" signature="QSize sizeHint() const"/>
<function threadsafety="unspecified" name="constWidget" fullname="qdesigner_internal::QDesignerWidgetItem::constWidget" href="qdesigner-internal-qdesignerwidgetitem.html#constWidget" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="77" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * constWidget() const"/>
<function threadsafety="unspecified" name="subjectToStretch" fullname="qdesigner_internal::QDesignerWidgetItem::subjectToStretch" href="qdesigner-internal-qdesignerwidgetitem.html#subjectToStretch-1" status="active" access="private" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="108" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool subjectToStretch() const"/>
<function threadsafety="unspecified" name="containingLayout" fullname="qdesigner_internal::QDesignerWidgetItem::containingLayout" href="qdesigner-internal-qdesignerwidgetitem.html#containingLayout" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="75" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QLayout *" signature="const QLayout * containingLayout() const"/>
<function threadsafety="unspecified" name="expand" fullname="qdesigner_internal::QDesignerWidgetItem::expand" href="qdesigner-internal-qdesignerwidgetitem.html#expand" status="active" access="private" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="107" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void expand(QSize *s) const">
<parameter left="QSize *" right="" name="s" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerWidgetItemInstaller" fullname="qdesigner_internal::QDesignerWidgetItemInstaller" href="qdesigner-internal-qdesignerwidgetiteminstaller.html" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="119">
<function threadsafety="unspecified" name="QDesignerWidgetItemInstaller" fullname="qdesigner_internal::QDesignerWidgetItemInstaller::QDesignerWidgetItemInstaller" href="qdesigner-internal-qdesignerwidgetiteminstaller.html#QDesignerWidgetItemInstaller" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="123" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerWidgetItemInstaller()"/>
<function threadsafety="unspecified" name="~QDesignerWidgetItemInstaller" fullname="qdesigner_internal::QDesignerWidgetItemInstaller::~QDesignerWidgetItemInstaller" href="qdesigner-internal-qdesignerwidgetiteminstaller.html#dtor.QDesignerWidgetItemInstaller" status="active" access="public" location="qdesigner_widgetitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widgetitem_p.h" lineno="124" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerWidgetItemInstaller()"/>
</class>
<class threadsafety="unspecified" name="LayoutHelper" fullname="qdesigner_internal::LayoutHelper" href="qdesigner-internal-layouthelper.html" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="129">
<function threadsafety="unspecified" name="createLayoutHelper" fullname="qdesigner_internal::LayoutHelper::createLayoutHelper" href="qdesigner-internal-layouthelper.html#createLayoutHelper" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="136" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="LayoutHelper *" signature="LayoutHelper * createLayoutHelper(int type)">
<parameter left="int" right="" name="type" default=""/>
</function>
<function threadsafety="unspecified" name="LayoutHelper" fullname="qdesigner_internal::LayoutHelper::LayoutHelper" href="qdesigner-internal-layouthelper.html#LayoutHelper" status="active" access="protected" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="131" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="LayoutHelper()"/>
<function threadsafety="unspecified" name="indexOf" fullname="qdesigner_internal::LayoutHelper::indexOf" href="qdesigner-internal-layouthelper.html#indexOf" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="138" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOf(const QLayout *lt, const QWidget *widget)">
<parameter left="const QLayout *" right="" name="lt" default=""/>
<parameter left="const QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="insertWidget" fullname="qdesigner_internal::LayoutHelper::insertWidget" href="qdesigner-internal-layouthelper.html#insertWidget" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="144" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void insertWidget(QLayout *lt, const QRect &amp;info, QWidget *w) = 0">
<parameter left="QLayout *" right="" name="lt" default=""/>
<parameter left="const QRect &amp;" right="" name="info" default=""/>
<parameter left="QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="popState" fullname="qdesigner_internal::LayoutHelper::popState" href="qdesigner-internal-layouthelper.html#popState" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="158" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void popState(const QDesignerFormEditorInterface *core, QWidget *widgetWithManagedLayout) = 0">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="widgetWithManagedLayout" default=""/>
</function>
<function threadsafety="unspecified" name="pushState" fullname="qdesigner_internal::LayoutHelper::pushState" href="qdesigner-internal-layouthelper.html#pushState" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="157" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void pushState(const QDesignerFormEditorInterface *core, const QWidget *widgetWithManagedLayout) = 0">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const QWidget *" right="" name="widgetWithManagedLayout" default=""/>
</function>
<function threadsafety="unspecified" name="removeWidget" fullname="qdesigner_internal::LayoutHelper::removeWidget" href="qdesigner-internal-layouthelper.html#removeWidget" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="145" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeWidget(QLayout *lt, QWidget *widget) = 0">
<parameter left="QLayout *" right="" name="lt" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="replaceWidget" fullname="qdesigner_internal::LayoutHelper::replaceWidget" href="qdesigner-internal-layouthelper.html#replaceWidget" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="147" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void replaceWidget(QLayout *lt, QWidget *before, QWidget *after) = 0">
<parameter left="QLayout *" right="" name="lt" default=""/>
<parameter left="QWidget *" right="" name="before" default=""/>
<parameter left="QWidget *" right="" name="after" default=""/>
</function>
<function threadsafety="unspecified" name="simplify" fullname="qdesigner_internal::LayoutHelper::simplify" href="qdesigner-internal-layouthelper.html#simplify" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="152" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void simplify(const QDesignerFormEditorInterface *core, QWidget *widgetWithManagedLayout, const QRect &amp;restrictionArea) = 0">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="widgetWithManagedLayout" default=""/>
<parameter left="const QRect &amp;" right="" name="restrictionArea" default=""/>
</function>
<function threadsafety="unspecified" name="~LayoutHelper" fullname="qdesigner_internal::LayoutHelper::~LayoutHelper" href="qdesigner-internal-layouthelper.html#dtor.LayoutHelper" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="134" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~LayoutHelper()"/>
<function threadsafety="unspecified" name="itemInfo" fullname="qdesigner_internal::LayoutHelper::itemInfo" href="qdesigner-internal-layouthelper.html#itemInfo" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="141" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect itemInfo(QLayout *lt, const QWidget *widget) const">
<parameter left="QLayout *" right="" name="lt" default=""/>
<parameter left="const QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="itemInfo" fullname="qdesigner_internal::LayoutHelper::itemInfo" href="qdesigner-internal-layouthelper.html#itemInfo-1" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="143" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect itemInfo(QLayout *lt, int index) const = 0">
<parameter left="QLayout *" right="" name="lt" default=""/>
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="canSimplify" fullname="qdesigner_internal::LayoutHelper::canSimplify" href="qdesigner-internal-layouthelper.html#canSimplify" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="151" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool canSimplify(const QDesignerFormEditorInterface *core, const QWidget *widgetWithManagedLayout, const QRect &amp;restrictionArea) const = 0">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const QWidget *" right="" name="widgetWithManagedLayout" default=""/>
<parameter left="const QRect &amp;" right="" name="restrictionArea" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="LayoutProperties" fullname="qdesigner_internal::LayoutProperties" href="qdesigner-internal-layoutproperties.html" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="63">
<enum threadsafety="unspecified" name="Margins" fullname="qdesigner_internal::LayoutProperties::Margins" href="qdesigner-internal-layoutproperties.html#Margins-enum" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="68">
<value name="LeftMargin" value="0"/>
<value name="TopMargin" value="1"/>
<value name="RightMargin" value="2"/>
<value name="BottomMargin" value="3"/>
<value name="MarginCount" value="4"/>
</enum>
<enum threadsafety="unspecified" name="PropertyMask" fullname="qdesigner_internal::LayoutProperties::PropertyMask" href="qdesigner-internal-layoutproperties.html#PropertyMask-enum" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="71">
<value name="ObjectNameProperty" value="0x1"/>
<value name="LeftMarginProperty" value="0x2"/>
<value name="TopMarginProperty" value="0x4"/>
<value name="RightMarginProperty" value="0x8"/>
<value name="BottomMarginProperty" value="0x10"/>
<value name="SpacingProperty" value="0x20"/>
<value name="HorizSpacingProperty" value="0x40"/>
<value name="VertSpacingProperty" value="0x80"/>
<value name="SizeConstraintProperty" value="0x100"/>
<value name="FieldGrowthPolicyProperty" value="0x200"/>
<value name="RowWrapPolicyProperty" value="0x400"/>
<value name="LabelAlignmentProperty" value="0x0800"/>
<value name="FormAlignmentProperty" value="0x1000"/>
<value name="BoxStretchProperty" value="0x2000"/>
<value name="GridRowStretchProperty" value="0x4000"/>
<value name="GridColumnStretchProperty" value="0x8000"/>
<value name="GridRowMinimumHeightProperty" value="0x10000"/>
<value name="GridColumnMinimumWidthProperty" value="0x20000"/>
<value name="AllProperties" value="0xFFFF"/>
</enum>
<enum threadsafety="unspecified" name="Spacings" fullname="qdesigner_internal::LayoutProperties::Spacings" href="qdesigner-internal-layoutproperties.html#Spacings-enum" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="69">
<value name="Spacing" value="0"/>
<value name="HorizSpacing" value="1"/>
<value name="VertSpacing" value="2"/>
<value name="SpacingsCount" value="3"/>
</enum>
<function threadsafety="unspecified" name="LayoutProperties" fullname="qdesigner_internal::LayoutProperties::LayoutProperties" href="qdesigner-internal-layoutproperties.html#LayoutProperties" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="65" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="LayoutProperties()"/>
<function threadsafety="unspecified" name="fromPropertySheet" fullname="qdesigner_internal::LayoutProperties::fromPropertySheet" href="qdesigner-internal-layoutproperties.html#fromPropertySheet" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="85" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int fromPropertySheet(const QDesignerFormEditorInterface *core, QLayout *l, int mask)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QLayout *" right="" name="l" default=""/>
<parameter left="int" right="" name="mask" default="AllProperties"/>
</function>
<function threadsafety="unspecified" name="visibleProperties" fullname="qdesigner_internal::LayoutProperties::visibleProperties" href="qdesigner-internal-layoutproperties.html#visibleProperties" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="82" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="int" signature="int visibleProperties(const QLayout *layout)">
<parameter left="const QLayout *" right="" name="layout" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="qdesigner_internal::LayoutProperties::clear" href="qdesigner-internal-layoutproperties.html#clear" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="66" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear()"/>
<function threadsafety="unspecified" name="toPropertySheet" fullname="qdesigner_internal::LayoutProperties::toPropertySheet" href="qdesigner-internal-layoutproperties.html#toPropertySheet" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="86" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int toPropertySheet(const QDesignerFormEditorInterface *core, QLayout *l, int mask, bool applyChanged) const">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QLayout *" right="" name="l" default=""/>
<parameter left="int" right="" name="mask" default="AllProperties"/>
<parameter left="bool" right="" name="applyChanged" default="true"/>
</function>
<variable threadsafety="unspecified" name="m_boxStretch" fullname="qdesigner_internal::LayoutProperties::m_boxStretch" href="qdesigner-internal-layoutproperties.html#m_boxStretch-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="109" type="QVariant" static="false"/>
<variable threadsafety="unspecified" name="m_boxStretchChanged" fullname="qdesigner_internal::LayoutProperties::m_boxStretchChanged" href="qdesigner-internal-layoutproperties.html#m_boxStretchChanged-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="108" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_fieldGrowthPolicy" fullname="qdesigner_internal::LayoutProperties::m_fieldGrowthPolicy" href="qdesigner-internal-layoutproperties.html#m_fieldGrowthPolicy-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="100" type="QVariant" static="false"/>
<variable threadsafety="unspecified" name="m_fieldGrowthPolicyChanged" fullname="qdesigner_internal::LayoutProperties::m_fieldGrowthPolicyChanged" href="qdesigner-internal-layoutproperties.html#m_fieldGrowthPolicyChanged-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="99" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_formAlignment" fullname="qdesigner_internal::LayoutProperties::m_formAlignment" href="qdesigner-internal-layoutproperties.html#m_formAlignment-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="106" type="QVariant" static="false"/>
<variable threadsafety="unspecified" name="m_formAlignmentChanged" fullname="qdesigner_internal::LayoutProperties::m_formAlignmentChanged" href="qdesigner-internal-layoutproperties.html#m_formAlignmentChanged-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="105" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_gridColumnMinimumWidth" fullname="qdesigner_internal::LayoutProperties::m_gridColumnMinimumWidth" href="qdesigner-internal-layoutproperties.html#m_gridColumnMinimumWidth-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="121" type="QVariant" static="false"/>
<variable threadsafety="unspecified" name="m_gridColumnMinimumWidthChanged" fullname="qdesigner_internal::LayoutProperties::m_gridColumnMinimumWidthChanged" href="qdesigner-internal-layoutproperties.html#m_gridColumnMinimumWidthChanged-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="120" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_gridColumnStretch" fullname="qdesigner_internal::LayoutProperties::m_gridColumnStretch" href="qdesigner-internal-layoutproperties.html#m_gridColumnStretch-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="115" type="QVariant" static="false"/>
<variable threadsafety="unspecified" name="m_gridColumnStretchChanged" fullname="qdesigner_internal::LayoutProperties::m_gridColumnStretchChanged" href="qdesigner-internal-layoutproperties.html#m_gridColumnStretchChanged-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="114" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_gridRowMinimumHeight" fullname="qdesigner_internal::LayoutProperties::m_gridRowMinimumHeight" href="qdesigner-internal-layoutproperties.html#m_gridRowMinimumHeight-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="118" type="QVariant" static="false"/>
<variable threadsafety="unspecified" name="m_gridRowMinimumHeightChanged" fullname="qdesigner_internal::LayoutProperties::m_gridRowMinimumHeightChanged" href="qdesigner-internal-layoutproperties.html#m_gridRowMinimumHeightChanged-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="117" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_gridRowStretch" fullname="qdesigner_internal::LayoutProperties::m_gridRowStretch" href="qdesigner-internal-layoutproperties.html#m_gridRowStretch-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="112" type="QVariant" static="false"/>
<variable threadsafety="unspecified" name="m_gridRowStretchChanged" fullname="qdesigner_internal::LayoutProperties::m_gridRowStretchChanged" href="qdesigner-internal-layoutproperties.html#m_gridRowStretchChanged-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="111" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_labelAlignment" fullname="qdesigner_internal::LayoutProperties::m_labelAlignment" href="qdesigner-internal-layoutproperties.html#m_labelAlignment-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="104" type="QVariant" static="false"/>
<variable threadsafety="unspecified" name="m_labelAlignmentChanged" fullname="qdesigner_internal::LayoutProperties::m_labelAlignmentChanged" href="qdesigner-internal-layoutproperties.html#m_labelAlignmentChanged-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="103" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_margins" fullname="qdesigner_internal::LayoutProperties::m_margins" href="qdesigner-internal-layoutproperties.html#m_margins-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="88" type="int[MarginCount]" static="false"/>
<variable threadsafety="unspecified" name="m_marginsChanged" fullname="qdesigner_internal::LayoutProperties::m_marginsChanged" href="qdesigner-internal-layoutproperties.html#m_marginsChanged-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="89" type="bool[MarginCount]" static="false"/>
<variable threadsafety="unspecified" name="m_objectName" fullname="qdesigner_internal::LayoutProperties::m_objectName" href="qdesigner-internal-layoutproperties.html#m_objectName-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="94" type="QVariant" static="false"/>
<variable threadsafety="unspecified" name="m_objectNameChanged" fullname="qdesigner_internal::LayoutProperties::m_objectNameChanged" href="qdesigner-internal-layoutproperties.html#m_objectNameChanged-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="95" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_rowWrapPolicy" fullname="qdesigner_internal::LayoutProperties::m_rowWrapPolicy" href="qdesigner-internal-layoutproperties.html#m_rowWrapPolicy-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="102" type="QVariant" static="false"/>
<variable threadsafety="unspecified" name="m_rowWrapPolicyChanged" fullname="qdesigner_internal::LayoutProperties::m_rowWrapPolicyChanged" href="qdesigner-internal-layoutproperties.html#m_rowWrapPolicyChanged-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="101" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_sizeConstraint" fullname="qdesigner_internal::LayoutProperties::m_sizeConstraint" href="qdesigner-internal-layoutproperties.html#m_sizeConstraint-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="96" type="QVariant" static="false"/>
<variable threadsafety="unspecified" name="m_sizeConstraintChanged" fullname="qdesigner_internal::LayoutProperties::m_sizeConstraintChanged" href="qdesigner-internal-layoutproperties.html#m_sizeConstraintChanged-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="97" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_spacings" fullname="qdesigner_internal::LayoutProperties::m_spacings" href="qdesigner-internal-layoutproperties.html#m_spacings-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="91" type="int[SpacingsCount]" static="false"/>
<variable threadsafety="unspecified" name="m_spacingsChanged" fullname="qdesigner_internal::LayoutProperties::m_spacingsChanged" href="qdesigner-internal-layoutproperties.html#m_spacingsChanged-var" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="92" type="bool[SpacingsCount]" static="false"/>
</class>
<class threadsafety="unspecified" name="QLayoutSupport" fullname="qdesigner_internal::QLayoutSupport" href="qdesigner-internal-qlayoutsupport.html" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="162">
<enum threadsafety="unspecified" name="Indicator" fullname="qdesigner_internal::QLayoutSupport::Indicator" href="qdesigner-internal-qlayoutsupport.html#Indicator-enum" status="active" access="private" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="228">
<value name="LeftIndicator" value="0"/>
<value name="TopIndicator" value="1"/>
<value name="RightIndicator" value="2"/>
<value name="BottomIndicator" value="3"/>
<value name="NumIndicators" value="4"/>
</enum>
<function threadsafety="unspecified" name="createLayoutSupport" fullname="qdesigner_internal::QLayoutSupport::createLayoutSupport" href="qdesigner-internal-qlayoutsupport.html#createLayoutSupport" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="206" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QLayoutSupport *" signature="QLayoutSupport * createLayoutSupport(QDesignerFormWindowInterface *formWindow, QWidget *widget, QObject *parent)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="QLayoutSupport" fullname="qdesigner_internal::QLayoutSupport::QLayoutSupport" href="qdesigner-internal-qlayoutsupport.html#QLayoutSupport" status="active" access="protected" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="168" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QLayoutSupport(QDesignerFormWindowInterface *formWindow, QWidget *widget, LayoutHelper *helper, QObject *parent)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="LayoutHelper *" right="" name="helper" default=""/>
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="canSimplifyQuickCheck" fullname="qdesigner_internal::QLayoutSupport::canSimplifyQuickCheck" href="qdesigner-internal-qlayoutsupport.html#canSimplifyQuickCheck-1" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="204" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool canSimplifyQuickCheck(const QFormLayout *fl)">
<parameter left="const QFormLayout *" right="" name="fl" default=""/>
</function>
<function threadsafety="unspecified" name="canSimplifyQuickCheck" fullname="qdesigner_internal::QLayoutSupport::canSimplifyQuickCheck" href="qdesigner-internal-qlayoutsupport.html#canSimplifyQuickCheck" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="203" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool canSimplifyQuickCheck(const QGridLayout *)">
<parameter left="const QGridLayout *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="removeEmptyCells" fullname="qdesigner_internal::QLayoutSupport::removeEmptyCells" href="qdesigner-internal-qlayoutsupport.html#removeEmptyCells-1" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="198" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool removeEmptyCells(QFormLayout *formLayout, const QRect &amp;area)">
<parameter left="QFormLayout *" right="" name="formLayout" default=""/>
<parameter left="const QRect &amp;" right="" name="area" default=""/>
</function>
<function threadsafety="unspecified" name="removeEmptyCells" fullname="qdesigner_internal::QLayoutSupport::removeEmptyCells" href="qdesigner-internal-qlayoutsupport.html#removeEmptyCells" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="196" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool removeEmptyCells(QGridLayout *gridLayout, const QRect &amp;area)">
<parameter left="QGridLayout *" right="" name="gridLayout" default=""/>
<parameter left="const QRect &amp;" right="" name="area" default=""/>
</function>
<function threadsafety="unspecified" name="findItemAt" fullname="qdesigner_internal::QLayoutSupport::findItemAt" href="qdesigner-internal-qlayoutsupport.html#findItemAt-1" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="201" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="int" signature="int findItemAt(QGridLayout *, int row, int column)">
<parameter left="QGridLayout *" right="" name="" default=""/>
<parameter left="int" right="" name="row" default=""/>
<parameter left="int" right="" name="column" default=""/>
</function>
<function threadsafety="unspecified" name="adjustIndicator" fullname="qdesigner_internal::QLayoutSupport::adjustIndicator" href="qdesigner-internal-qlayoutsupport.html#adjustIndicator" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="189" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void adjustIndicator(const QPoint &amp;pos, int index)">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="createEmptyCells" fullname="qdesigner_internal::QLayoutSupport::createEmptyCells" href="qdesigner-internal-qlayoutsupport.html#createEmptyCells-1" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="197" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void createEmptyCells(QFormLayout *formLayout)">
<parameter left="QFormLayout *" right="" name="formLayout" default=""/>
</function>
<function threadsafety="unspecified" name="createEmptyCells" fullname="qdesigner_internal::QLayoutSupport::createEmptyCells" href="qdesigner-internal-qlayoutsupport.html#createEmptyCells" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="194" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void createEmptyCells(QGridLayout *gridLayout)">
<parameter left="QGridLayout *" right="" name="gridLayout" default=""/>
</function>
<function threadsafety="unspecified" name="hideIndicator" fullname="qdesigner_internal::QLayoutSupport::hideIndicator" href="qdesigner-internal-qlayoutsupport.html#hideIndicator" status="active" access="private" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="230" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void hideIndicator(Indicator i)">
<parameter left="Indicator" right="" name="i" default=""/>
</function>
<function threadsafety="unspecified" name="setCurrentCell" fullname="qdesigner_internal::QLayoutSupport::setCurrentCell" href="qdesigner-internal-qlayoutsupport.html#setCurrentCell" status="active" access="protected" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="225" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCurrentCell(const QPair&lt;int, int&gt; &amp;cell)">
<parameter left="const QPair&lt;int, int&gt; &amp;" right="" name="cell" default=""/>
</function>
<function threadsafety="unspecified" name="setCurrentCellFromIndicator" fullname="qdesigner_internal::QLayoutSupport::setCurrentCellFromIndicator" href="qdesigner-internal-qlayoutsupport.html#setCurrentCellFromIndicator" status="active" access="protected" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="212" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCurrentCellFromIndicator(Qt::Orientation indicatorOrientation, int index, int increment) = 0">
<parameter left="Qt::Orientation" right="" name="indicatorOrientation" default=""/>
<parameter left="int" right="" name="index" default=""/>
<parameter left="int" right="" name="increment" default=""/>
</function>
<function threadsafety="unspecified" name="setCurrentCellFromIndicatorOnEmptyCell" fullname="qdesigner_internal::QLayoutSupport::setCurrentCellFromIndicatorOnEmptyCell" href="qdesigner-internal-qlayoutsupport.html#setCurrentCellFromIndicatorOnEmptyCell" status="active" access="protected" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="210" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCurrentCellFromIndicatorOnEmptyCell(int index) = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="setInsertMode" fullname="qdesigner_internal::QLayoutSupport::setInsertMode" href="qdesigner-internal-qlayoutsupport.html#setInsertMode" status="active" access="protected" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="224" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setInsertMode(InsertMode im)">
<parameter left="InsertMode" right="" name="im" default=""/>
</function>
<function threadsafety="unspecified" name="showIndicator" fullname="qdesigner_internal::QLayoutSupport::showIndicator" href="qdesigner-internal-qlayoutsupport.html#showIndicator" status="active" access="private" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="231" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showIndicator(Indicator i, const QRect &amp;geometry, const QPalette &amp;)">
<parameter left="Indicator" right="" name="i" default=""/>
<parameter left="const QRect &amp;" right="" name="geometry" default=""/>
<parameter left="const QPalette &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="~QLayoutSupport" fullname="qdesigner_internal::QLayoutSupport::~QLayoutSupport" href="qdesigner-internal-qlayoutsupport.html#dtor.QLayoutSupport" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="171" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QLayoutSupport()"/>
<function threadsafety="unspecified" name="currentInsertMode" fullname="qdesigner_internal::QLayoutSupport::currentInsertMode" href="qdesigner-internal-qlayoutsupport.html#currentInsertMode" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="181" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="InsertMode" signature="InsertMode currentInsertMode() const"/>
<function threadsafety="unspecified" name="helper" fullname="qdesigner_internal::QLayoutSupport::helper" href="qdesigner-internal-qlayoutsupport.html#helper" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="176" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="LayoutHelper *" signature="LayoutHelper * helper() const"/>
<function threadsafety="unspecified" name="formWindow" fullname="qdesigner_internal::QLayoutSupport::formWindow" href="qdesigner-internal-qlayoutsupport.html#formWindow" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="173" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * formWindow() const"/>
<function threadsafety="unspecified" name="gridLayout" fullname="qdesigner_internal::QLayoutSupport::gridLayout" href="qdesigner-internal-qlayoutsupport.html#gridLayout" status="active" access="protected" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="221" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QGridLayout *" signature="QGridLayout * gridLayout() const"/>
<function threadsafety="unspecified" name="layout" fullname="qdesigner_internal::QLayoutSupport::layout" href="qdesigner-internal-qlayoutsupport.html#layout" status="active" access="protected" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="220" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QLayout *" signature="QLayout * layout() const"/>
<function threadsafety="unspecified" name="widgets" fullname="qdesigner_internal::QLayoutSupport::widgets" href="qdesigner-internal-qlayoutsupport.html#widgets" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="191" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QWidget *&gt;" signature="QList&lt;QWidget *&gt; widgets(QLayout *layout) const">
<parameter left="QLayout *" right="" name="layout" default=""/>
</function>
<function threadsafety="unspecified" name="currentCell" fullname="qdesigner_internal::QLayoutSupport::currentCell" href="qdesigner-internal-qlayoutsupport.html#currentCell" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="183" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPair&lt;int, int&gt;" signature="QPair&lt;int, int&gt; currentCell() const"/>
<function threadsafety="unspecified" name="extendedGeometry" fullname="qdesigner_internal::QLayoutSupport::extendedGeometry" href="qdesigner-internal-qlayoutsupport.html#extendedGeometry" status="active" access="protected" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="216" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect extendedGeometry(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="itemInfo" fullname="qdesigner_internal::QLayoutSupport::itemInfo" href="qdesigner-internal-qlayoutsupport.html#itemInfo" status="active" access="protected" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="219" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect itemInfo(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="widget" fullname="qdesigner_internal::QLayoutSupport::widget" href="qdesigner-internal-qlayoutsupport.html#widget" status="active" access="protected" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="222" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * widget() const"/>
<function threadsafety="unspecified" name="supportsIndicatorOrientation" fullname="qdesigner_internal::QLayoutSupport::supportsIndicatorOrientation" href="qdesigner-internal-qlayoutsupport.html#supportsIndicatorOrientation" status="active" access="protected" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="217" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool supportsIndicatorOrientation(Qt::Orientation indicatorOrientation) const = 0">
<parameter left="Qt::Orientation" right="" name="indicatorOrientation" default=""/>
</function>
<function threadsafety="unspecified" name="currentIndex" fullname="qdesigner_internal::QLayoutSupport::currentIndex" href="qdesigner-internal-qlayoutsupport.html#currentIndex" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="179" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int currentIndex() const"/>
<function threadsafety="unspecified" name="findItemAt" fullname="qdesigner_internal::QLayoutSupport::findItemAt" href="qdesigner-internal-qlayoutsupport.html#findItemAt" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="185" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int findItemAt(const QPoint &amp;pos) const">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="indexOf" fullname="qdesigner_internal::QLayoutSupport::indexOf" href="qdesigner-internal-qlayoutsupport.html#indexOf-1" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="187" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOf(QLayoutItem *item) const">
<parameter left="QLayoutItem *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="indexOf" fullname="qdesigner_internal::QLayoutSupport::indexOf" href="qdesigner-internal-qlayoutsupport.html#indexOf" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="186" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOf(QWidget *widget) const">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="FormBuilderClipboard" fullname="qdesigner_internal::FormBuilderClipboard" href="qdesigner-internal-formbuilderclipboard.html" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="108">
<typedef threadsafety="unspecified" name="ActionList" fullname="qdesigner_internal::FormBuilderClipboard::ActionList" href="qdesigner-internal-formbuilderclipboard.html#ActionList-typedef" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="109"/>
<function threadsafety="unspecified" name="FormBuilderClipboard" fullname="qdesigner_internal::FormBuilderClipboard::FormBuilderClipboard" href="qdesigner-internal-formbuilderclipboard.html#FormBuilderClipboard" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="111" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="FormBuilderClipboard()"/>
<function threadsafety="unspecified" name="FormBuilderClipboard" fullname="qdesigner_internal::FormBuilderClipboard::FormBuilderClipboard" href="qdesigner-internal-formbuilderclipboard.html#FormBuilderClipboard-1" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="112" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="FormBuilderClipboard(QWidget *w)">
<parameter left="QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="empty" fullname="qdesigner_internal::FormBuilderClipboard::empty" href="qdesigner-internal-formbuilderclipboard.html#empty" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="114" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool empty() const"/>
<variable threadsafety="unspecified" name="m_actions" fullname="qdesigner_internal::FormBuilderClipboard::m_actions" href="qdesigner-internal-formbuilderclipboard.html#m_actions-var" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="117" type="ActionList" static="false"/>
<variable threadsafety="unspecified" name="m_widgets" fullname="qdesigner_internal::FormBuilderClipboard::m_widgets" href="qdesigner-internal-formbuilderclipboard.html#m_widgets-var" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="116" type="QWidgetList" static="false"/>
</class>
<class threadsafety="unspecified" name="QEditorFormBuilder" fullname="qdesigner_internal::QEditorFormBuilder" href="qdesigner-internal-qeditorformbuilder.html" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="122" bases="qdesigner_internal::QSimpleResource">
<function threadsafety="unspecified" name="copy" fullname="qdesigner_internal::QEditorFormBuilder::copy" href="qdesigner-internal-qeditorformbuilder.html#copy-1" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="128" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomUI *" signature="DomUI * copy(const FormBuilderClipboard &amp;selection) = 0">
<parameter left="const FormBuilderClipboard &amp;" right="" name="selection" default=""/>
</function>
<function threadsafety="unspecified" name="paste" fullname="qdesigner_internal::QEditorFormBuilder::paste" href="qdesigner-internal-qeditorformbuilder.html#paste" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="132" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="FormBuilderClipboard" signature="FormBuilderClipboard paste(DomUI *ui, QWidget *widgetParent, QObject *actionParent) = 0">
<parameter left="DomUI *" right="" name="ui" default=""/>
<parameter left="QWidget *" right="" name="widgetParent" default=""/>
<parameter left="QObject *" right="" name="actionParent" default="0"/>
</function>
<function threadsafety="unspecified" name="paste" fullname="qdesigner_internal::QEditorFormBuilder::paste" href="qdesigner-internal-qeditorformbuilder.html#paste-1" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="133" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="FormBuilderClipboard" signature="FormBuilderClipboard paste(QIODevice *dev, QWidget *widgetParent, QObject *actionParent) = 0">
<parameter left="QIODevice *" right="" name="dev" default=""/>
<parameter left="QWidget *" right="" name="widgetParent" default=""/>
<parameter left="QObject *" right="" name="actionParent" default="0"/>
</function>
<function threadsafety="unspecified" name="QEditorFormBuilder" fullname="qdesigner_internal::QEditorFormBuilder::QEditorFormBuilder" href="qdesigner-internal-qeditorformbuilder.html#QEditorFormBuilder" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="125" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QEditorFormBuilder(QDesignerFormEditorInterface *core)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="copy" fullname="qdesigner_internal::QEditorFormBuilder::copy" href="qdesigner-internal-qeditorformbuilder.html#copy" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="127" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool copy(QIODevice *dev, const FormBuilderClipboard &amp;selection) = 0">
<parameter left="QIODevice *" right="" name="dev" default=""/>
<parameter left="const FormBuilderClipboard &amp;" right="" name="selection" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QSimpleResource" fullname="qdesigner_internal::QSimpleResource" href="qdesigner-internal-qsimpleresource.html" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="60" bases="QAbstractFormBuilder">
<enum threadsafety="unspecified" name="ScriptSource" fullname="qdesigner_internal::QSimpleResource::ScriptSource" href="qdesigner-internal-qsimpleresource.html#ScriptSource-enum" status="active" access="protected" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="90">
<value name="ScriptDesigner" value="0"/>
<value name="ScriptExtension" value="1"/>
<value name="ScriptCustomWidgetPlugin" value="2"/>
</enum>
<typedef threadsafety="unspecified" name="DomScripts" fullname="qdesigner_internal::QSimpleResource::DomScripts" href="qdesigner-internal-qsimpleresource.html#DomScripts-typedef" status="active" access="protected" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="92"/>
<function threadsafety="unspecified" name="saveBrush" fullname="qdesigner_internal::QSimpleResource::saveBrush" href="qdesigner-internal-qsimpleresource.html#saveBrush" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="67" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomBrush *" signature="DomBrush * saveBrush(const QBrush &amp;brush)">
<parameter left="const QBrush &amp;" right="" name="brush" default=""/>
</function>
<function threadsafety="unspecified" name="createScript" fullname="qdesigner_internal::QSimpleResource::createScript" href="qdesigner-internal-qsimpleresource.html#createScript" status="active" access="protected" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="91" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="DomScript *" signature="DomScript * createScript(const QString &amp;script, ScriptSource source)">
<parameter left="const QString &amp;" right="" name="script" default=""/>
<parameter left="ScriptSource" right="" name="source" default=""/>
</function>
<function threadsafety="unspecified" name="setupBrush" fullname="qdesigner_internal::QSimpleResource::setupBrush" href="qdesigner-internal-qsimpleresource.html#setupBrush" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="66" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QBrush" signature="QBrush setupBrush(DomBrush *brush)">
<parameter left="DomBrush *" right="" name="brush" default=""/>
</function>
<function threadsafety="unspecified" name="QSimpleResource" fullname="qdesigner_internal::QSimpleResource::QSimpleResource" href="qdesigner-internal-qsimpleresource.html#QSimpleResource" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="63" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QSimpleResource(QDesignerFormEditorInterface *core)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="customWidgetScript" fullname="qdesigner_internal::QSimpleResource::customWidgetScript" href="qdesigner-internal-qsimpleresource.html#customWidgetScript" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="80" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString customWidgetScript(QDesignerFormEditorInterface *core, QObject *object)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="customWidgetScript" fullname="qdesigner_internal::QSimpleResource::customWidgetScript" href="qdesigner-internal-qsimpleresource.html#customWidgetScript-1" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="81" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString customWidgetScript(QDesignerFormEditorInterface *core, const QString &amp;className)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const QString &amp;" right="" name="className" default=""/>
</function>
<function threadsafety="unspecified" name="addFakeMethods" fullname="qdesigner_internal::QSimpleResource::addFakeMethods" href="qdesigner-internal-qsimpleresource.html#addFakeMethods" status="active" access="protected" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="95" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool addFakeMethods(const DomSlots *domSlots, QStringList &amp;fakeSlots, QStringList &amp;fakeSignals)">
<parameter left="const DomSlots *" right="" name="domSlots" default=""/>
<parameter left="QStringList &amp;" right="" name="fakeSlots" default=""/>
<parameter left="QStringList &amp;" right="" name="fakeSignals" default=""/>
</function>
<function threadsafety="unspecified" name="hasCustomWidgetScript" fullname="qdesigner_internal::QSimpleResource::hasCustomWidgetScript" href="qdesigner-internal-qsimpleresource.html#hasCustomWidgetScript" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="82" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasCustomWidgetScript(QDesignerFormEditorInterface *core, QObject *object)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="addCustomWidgetsToWidgetDatabase" fullname="qdesigner_internal::QSimpleResource::addCustomWidgetsToWidgetDatabase" href="qdesigner-internal-qsimpleresource.html#addCustomWidgetsToWidgetDatabase" status="active" access="private" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="98" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void addCustomWidgetsToWidgetDatabase(const QDesignerFormEditorInterface *core, QList&lt;DomCustomWidget *&gt; &amp;custom_widget_list)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QList&lt;DomCustomWidget *&gt; &amp;" right="" name="custom_widget_list" default=""/>
</function>
<function threadsafety="unspecified" name="addExtensionDataToDOM" fullname="qdesigner_internal::QSimpleResource::addExtensionDataToDOM" href="qdesigner-internal-qsimpleresource.html#addExtensionDataToDOM" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="73" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void addExtensionDataToDOM(QAbstractFormBuilder *afb, QDesignerFormEditorInterface *core, DomWidget *ui_widget, QWidget *widget)">
<parameter left="QAbstractFormBuilder *" right="" name="afb" default=""/>
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="addFakeMethodsToWidgetDataBase" fullname="qdesigner_internal::QSimpleResource::addFakeMethodsToWidgetDataBase" href="qdesigner-internal-qsimpleresource.html#addFakeMethodsToWidgetDataBase" status="active" access="private" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="100" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void addFakeMethodsToWidgetDataBase(const DomCustomWidget *domCustomWidget, WidgetDataBaseItem *item)">
<parameter left="const DomCustomWidget *" right="" name="domCustomWidget" default=""/>
<parameter left="WidgetDataBaseItem *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="addScript" fullname="qdesigner_internal::QSimpleResource::addScript" href="qdesigner-internal-qsimpleresource.html#addScript" status="active" access="protected" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="93" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void addScript(const QString &amp;script, ScriptSource source, DomScripts &amp;domScripts)">
<parameter left="const QString &amp;" right="" name="script" default=""/>
<parameter left="ScriptSource" right="" name="source" default=""/>
<parameter left="DomScripts &amp;" right="" name="domScripts" default=""/>
</function>
<function threadsafety="unspecified" name="applyExtensionDataFromDOM" fullname="qdesigner_internal::QSimpleResource::applyExtensionDataFromDOM" href="qdesigner-internal-qsimpleresource.html#applyExtensionDataFromDOM" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="76" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void applyExtensionDataFromDOM(QAbstractFormBuilder *afb, QDesignerFormEditorInterface *core, DomWidget *ui_widget, QWidget *widget)">
<parameter left="QAbstractFormBuilder *" right="" name="afb" default=""/>
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="handleDomCustomWidgets" fullname="qdesigner_internal::QSimpleResource::handleDomCustomWidgets" href="qdesigner-internal-qsimpleresource.html#handleDomCustomWidgets" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="86" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void handleDomCustomWidgets(const QDesignerFormEditorInterface *core, const DomCustomWidgets *dom_custom_widgets)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const DomCustomWidgets *" right="" name="dom_custom_widgets" default=""/>
</function>
<function threadsafety="unspecified" name="~QSimpleResource" fullname="qdesigner_internal::QSimpleResource::~QSimpleResource" href="qdesigner-internal-qsimpleresource.html#dtor.QSimpleResource" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="64" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QSimpleResource()"/>
<function threadsafety="unspecified" name="core" fullname="qdesigner_internal::QSimpleResource::core" href="qdesigner-internal-qsimpleresource.html#core" status="active" access="public" location="qsimpleresource_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qsimpleresource_p.h" lineno="69" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
</class>
<class threadsafety="unspecified" name="RichTextEditorDialog" fullname="qdesigner_internal::RichTextEditorDialog" href="qdesigner-internal-richtexteditordialog.html" status="active" access="public" location="richtexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/richtexteditor_p.h" lineno="58">
<enum threadsafety="unspecified" name="State" fullname="qdesigner_internal::RichTextEditorDialog::State" href="qdesigner-internal-richtexteditordialog.html#State-enum" status="active" access="private" location="richtexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/richtexteditor_p.h" lineno="77">
<value name="Clean" value="0"/>
<value name="RichTextChanged" value="1"/>
<value name="SourceChanged" value="2"/>
</enum>
<enum threadsafety="unspecified" name="TabIndex" fullname="qdesigner_internal::RichTextEditorDialog::TabIndex" href="qdesigner-internal-richtexteditordialog.html#TabIndex-enum" status="active" access="private" location="richtexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/richtexteditor_p.h" lineno="76">
<value name="RichTextIndex" value="0"/>
<value name="SourceIndex" value="1"/>
</enum>
<function threadsafety="unspecified" name="RichTextEditorDialog" fullname="qdesigner_internal::RichTextEditorDialog::RichTextEditorDialog" href="qdesigner-internal-richtexteditordialog.html#RichTextEditorDialog" status="active" access="public" location="richtexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/richtexteditor_p.h" lineno="62" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="RichTextEditorDialog(QDesignerFormEditorInterface *core, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="showDialog" fullname="qdesigner_internal::RichTextEditorDialog::showDialog" href="qdesigner-internal-richtexteditordialog.html#showDialog" status="active" access="public" location="richtexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/richtexteditor_p.h" lineno="65" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int showDialog()"/>
<function threadsafety="unspecified" name="richTextChanged" fullname="qdesigner_internal::RichTextEditorDialog::richTextChanged" href="qdesigner-internal-richtexteditordialog.html#richTextChanged" status="active" access="private" location="richtexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/richtexteditor_p.h" lineno="72" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void richTextChanged()"/>
<function threadsafety="unspecified" name="setDefaultFont" fullname="qdesigner_internal::RichTextEditorDialog::setDefaultFont" href="qdesigner-internal-richtexteditordialog.html#setDefaultFont" status="active" access="public" location="richtexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/richtexteditor_p.h" lineno="66" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDefaultFont(const QFont &amp;font)">
<parameter left="const QFont &amp;" right="" name="font" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="qdesigner_internal::RichTextEditorDialog::setText" href="qdesigner-internal-richtexteditordialog.html#setText" status="active" access="public" location="richtexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/richtexteditor_p.h" lineno="67" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;text)">
<parameter left="const QString &amp;" right="" name="text" default=""/>
</function>
<function threadsafety="unspecified" name="sourceChanged" fullname="qdesigner_internal::RichTextEditorDialog::sourceChanged" href="qdesigner-internal-richtexteditordialog.html#sourceChanged" status="active" access="private" location="richtexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/richtexteditor_p.h" lineno="73" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void sourceChanged()"/>
<function threadsafety="unspecified" name="tabIndexChanged" fullname="qdesigner_internal::RichTextEditorDialog::tabIndexChanged" href="qdesigner-internal-richtexteditordialog.html#tabIndexChanged" status="active" access="private" location="richtexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/richtexteditor_p.h" lineno="71" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void tabIndexChanged(int newIndex)">
<parameter left="int" right="" name="newIndex" default=""/>
</function>
<function threadsafety="unspecified" name="~RichTextEditorDialog" fullname="qdesigner_internal::RichTextEditorDialog::~RichTextEditorDialog" href="qdesigner-internal-richtexteditordialog.html#dtor.RichTextEditorDialog" status="active" access="public" location="richtexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/richtexteditor_p.h" lineno="63" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~RichTextEditorDialog()"/>
<function threadsafety="unspecified" name="text" fullname="qdesigner_internal::RichTextEditorDialog::text" href="qdesigner-internal-richtexteditordialog.html#text" status="active" access="public" location="richtexteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/richtexteditor_p.h" lineno="68" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text(Qt::TextFormat format) const">
<parameter left="Qt::TextFormat" right="" name="format" default="Qt::AutoText"/>
</function>
</class>
<enum threadsafety="unspecified" name="AuxiliaryItemDataRoles" fullname="qdesigner_internal::AuxiliaryItemDataRoles" href="qdesigner-internal.html#AuxiliaryItemDataRoles-enum" status="active" access="public" location="shared_enums_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/shared_enums_p.h" lineno="77">
<value name="ItemFlagsShadowRole" value="0x13370551"/>
</enum>
<enum threadsafety="unspecified" name="ContainerType" fullname="qdesigner_internal::ContainerType" href="qdesigner-internal.html#ContainerType-enum" status="active" access="public" location="shared_enums_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/shared_enums_p.h" lineno="68">
<value name="PageContainer" value="0"/>
<value name="MdiContainer" value="1"/>
<value name="WizardContainer" value="2"/>
</enum>
<enum threadsafety="unspecified" name="ObjectNamingMode" fullname="qdesigner_internal::ObjectNamingMode" href="qdesigner-internal.html#ObjectNamingMode-enum" status="active" access="public" location="shared_enums_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/shared_enums_p.h" lineno="82">
<value name="CamelCase" value="0"/>
<value name="Underscore" value="1"/>
</enum>
<enum threadsafety="unspecified" name="TextPropertyValidationMode" fullname="qdesigner_internal::TextPropertyValidationMode" href="qdesigner-internal.html#TextPropertyValidationMode-enum" status="active" access="public" location="shared_enums_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/shared_enums_p.h" lineno="50">
<value name="ValidationMultiLine" value="0"/>
<value name="ValidationRichText" value="1"/>
<value name="ValidationStyleSheet" value="2"/>
<value name="ValidationSingleLine" value="3"/>
<value name="ValidationObjectName" value="4"/>
<value name="ValidationObjectNameScope" value="5"/>
<value name="ValidationURL" value="6"/>
</enum>
<class threadsafety="unspecified" name="SheetDelegate" fullname="qdesigner_internal::SheetDelegate" href="qdesigner-internal-sheetdelegate.html" status="active" access="public" location="sheet_delegate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/sheet_delegate_p.h" lineno="55">
<function threadsafety="unspecified" name="SheetDelegate" fullname="qdesigner_internal::SheetDelegate::SheetDelegate" href="qdesigner-internal-sheetdelegate.html#SheetDelegate" status="active" access="public" location="sheet_delegate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/sheet_delegate_p.h" lineno="59" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="SheetDelegate(QTreeView *view, QWidget *parent)">
<parameter left="QTreeView *" right="" name="view" default=""/>
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="sizeHint" fullname="qdesigner_internal::SheetDelegate::sizeHint" href="qdesigner-internal-sheetdelegate.html#sizeHint" status="active" access="public" location="sheet_delegate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/sheet_delegate_p.h" lineno="62" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSize" signature="QSize sizeHint(const QStyleOptionViewItem &amp;opt, const QModelIndex &amp;index) const">
<parameter left="const QStyleOptionViewItem &amp;" right="" name="opt" default=""/>
<parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="paint" fullname="qdesigner_internal::SheetDelegate::paint" href="qdesigner-internal-sheetdelegate.html#paint" status="active" access="public" location="sheet_delegate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/sheet_delegate_p.h" lineno="61" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void 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>
</class>
<class threadsafety="unspecified" name="SignalSlotDialog" fullname="qdesigner_internal::SignalSlotDialog" href="qdesigner-internal-signalslotdialog.html" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="124">
<enum threadsafety="unspecified" name="FocusMode" fullname="qdesigner_internal::SignalSlotDialog::FocusMode" href="qdesigner-internal-signalslotdialog.html#FocusMode-enum" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="128">
<value name="FocusSlots" value="0"/>
<value name="FocusSignals" value="1"/>
</enum>
<function threadsafety="unspecified" name="showDialog" fullname="qdesigner_internal::SignalSlotDialog::showDialog" href="qdesigner-internal-signalslotdialog.html#showDialog" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="133" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DialogCode" signature="DialogCode showDialog(SignalSlotDialogData &amp;slotData, SignalSlotDialogData &amp;signalData)">
<parameter left="SignalSlotDialogData &amp;" right="" name="slotData" default=""/>
<parameter left="SignalSlotDialogData &amp;" right="" name="signalData" default=""/>
</function>
<function threadsafety="unspecified" name="SignalSlotDialog" fullname="qdesigner_internal::SignalSlotDialog::SignalSlotDialog" href="qdesigner-internal-signalslotdialog.html#SignalSlotDialog" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="130" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="SignalSlotDialog(QDesignerDialogGuiInterface *dialogGui, QWidget *parent, FocusMode m)">
<parameter left="QDesignerDialogGuiInterface *" right="" name="dialogGui" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
<parameter left="FocusMode" right="" name="m" default="FocusSlots"/>
</function>
<function threadsafety="unspecified" name="editMetaDataBase" fullname="qdesigner_internal::SignalSlotDialog::editMetaDataBase" href="qdesigner-internal-signalslotdialog.html#editMetaDataBase" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="136" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool editMetaDataBase(QDesignerFormWindowInterface *fw, QObject *object, QWidget *parent, FocusMode m)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
<parameter left="FocusMode" right="" name="m" default="FocusSlots"/>
</function>
<function threadsafety="unspecified" name="editPromotedClass" fullname="qdesigner_internal::SignalSlotDialog::editPromotedClass" href="qdesigner-internal-signalslotdialog.html#editPromotedClass-1" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="141" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool editPromotedClass(QDesignerFormEditorInterface *core, QObject *baseObject, QWidget *parent, FocusMode m)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QObject *" right="" name="baseObject" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
<parameter left="FocusMode" right="" name="m" default="FocusSlots"/>
</function>
<function threadsafety="unspecified" name="editPromotedClass" fullname="qdesigner_internal::SignalSlotDialog::editPromotedClass" href="qdesigner-internal-signalslotdialog.html#editPromotedClass-2" status="active" access="private" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="148" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool editPromotedClass(QDesignerFormEditorInterface *core, const QString &amp;promotedClassName, QObject *baseObject, QWidget *parent, FocusMode m)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const QString &amp;" right="" name="promotedClassName" default=""/>
<parameter left="QObject *" right="" name="baseObject" default=""/>
<parameter left="QWidget *" right="" name="parent" default=""/>
<parameter left="FocusMode" right="" name="m" default=""/>
</function>
<function threadsafety="unspecified" name="editPromotedClass" fullname="qdesigner_internal::SignalSlotDialog::editPromotedClass" href="qdesigner-internal-signalslotdialog.html#editPromotedClass" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="139" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool editPromotedClass(QDesignerFormEditorInterface *core, const QString &amp;promotedClassName, QWidget *parent, FocusMode m)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const QString &amp;" right="" name="promotedClassName" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
<parameter left="FocusMode" right="" name="m" default="FocusSlots"/>
</function>
<function threadsafety="unspecified" name="slotCheckSignature" fullname="qdesigner_internal::SignalSlotDialog::slotCheckSignature" href="qdesigner-internal-signalslotdialog.html#slotCheckSignature" status="active" access="private" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="144" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotCheckSignature(const QString &amp;signature, bool *ok)">
<parameter left="const QString &amp;" right="" name="signature" default=""/>
<parameter left="bool *" right="" name="ok" default=""/>
</function>
<function threadsafety="unspecified" name="~SignalSlotDialog" fullname="qdesigner_internal::SignalSlotDialog::~SignalSlotDialog" href="qdesigner-internal-signalslotdialog.html#dtor.SignalSlotDialog" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="131" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~SignalSlotDialog()"/>
</class>
<class threadsafety="unspecified" name="SignalSlotDialogData" fullname="qdesigner_internal::SignalSlotDialogData" href="qdesigner-internal-signalslotdialogdata.html" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="65">
<function threadsafety="unspecified" name="clear" fullname="qdesigner_internal::SignalSlotDialogData::clear" href="qdesigner-internal-signalslotdialogdata.html#clear" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="66" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear()"/>
<variable threadsafety="unspecified" name="m_existingMethods" fullname="qdesigner_internal::SignalSlotDialogData::m_existingMethods" href="qdesigner-internal-signalslotdialogdata.html#m_existingMethods-var" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="67" type="QStringList" static="false"/>
<variable threadsafety="unspecified" name="m_fakeMethods" fullname="qdesigner_internal::SignalSlotDialogData::m_fakeMethods" href="qdesigner-internal-signalslotdialogdata.html#m_fakeMethods-var" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="68" type="QStringList" static="false"/>
</class>
<class threadsafety="unspecified" name="SignatureModel" fullname="qdesigner_internal::SignatureModel" href="qdesigner-internal-signaturemodel.html" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="73">
<function threadsafety="unspecified" name="SignatureModel" fullname="qdesigner_internal::SignatureModel::SignatureModel" href="qdesigner-internal-signaturemodel.html#SignatureModel" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="77" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="SignatureModel(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="setData" fullname="qdesigner_internal::SignatureModel::setData" href="qdesigner-internal-signaturemodel.html#setData" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="78" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool 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 threadsafety="unspecified" name="checkSignature" fullname="qdesigner_internal::SignatureModel::checkSignature" href="qdesigner-internal-signaturemodel.html#checkSignature" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="81" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void checkSignature(const QString &amp;signature, bool *ok)">
<parameter left="const QString &amp;" right="" name="signature" default=""/>
<parameter left="bool *" right="" name="ok" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="SignaturePanel" fullname="qdesigner_internal::SignaturePanel" href="qdesigner-internal-signaturepanel.html" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="86">
<function threadsafety="unspecified" name="SignaturePanel" fullname="qdesigner_internal::SignaturePanel::SignaturePanel" href="qdesigner-internal-signaturepanel.html#SignaturePanel" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="90" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="SignaturePanel(QObject *parent, QListView *listView, QToolButton *addButton, QToolButton *removeButton, const QString &amp;newPrefix)">
<parameter left="QObject *" right="" name="parent" default=""/>
<parameter left="QListView *" right="" name="listView" default=""/>
<parameter left="QToolButton *" right="" name="addButton" default=""/>
<parameter left="QToolButton *" right="" name="removeButton" default=""/>
<parameter left="const QString &amp;" right="" name="newPrefix" default=""/>
</function>
<function threadsafety="unspecified" name="checkSignature" fullname="qdesigner_internal::SignaturePanel::checkSignature" href="qdesigner-internal-signaturepanel.html#checkSignature" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="97" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void checkSignature(const QString &amp;signature, bool *ok)">
<parameter left="const QString &amp;" right="" name="signature" default=""/>
<parameter left="bool *" right="" name="ok" default=""/>
</function>
<function threadsafety="unspecified" name="closeEditor" fullname="qdesigner_internal::SignaturePanel::closeEditor" href="qdesigner-internal-signaturepanel.html#closeEditor" status="active" access="private" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="105" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void closeEditor()"/>
<function threadsafety="unspecified" name="setData" fullname="qdesigner_internal::SignaturePanel::setData" href="qdesigner-internal-signaturepanel.html#setData" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="93" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setData(const SignalSlotDialogData &amp;d)">
<parameter left="const SignalSlotDialogData &amp;" right="" name="d" default=""/>
</function>
<function threadsafety="unspecified" name="slotAdd" fullname="qdesigner_internal::SignaturePanel::slotAdd" href="qdesigner-internal-signaturepanel.html#slotAdd" status="active" access="private" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="100" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotAdd()"/>
<function threadsafety="unspecified" name="slotRemove" fullname="qdesigner_internal::SignaturePanel::slotRemove" href="qdesigner-internal-signaturepanel.html#slotRemove" status="active" access="private" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="101" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotRemove()"/>
<function threadsafety="unspecified" name="slotSelectionChanged" fullname="qdesigner_internal::SignaturePanel::slotSelectionChanged" href="qdesigner-internal-signaturepanel.html#slotSelectionChanged" status="active" access="private" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="102" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotSelectionChanged(const QItemSelection &amp;, const QItemSelection &amp;)">
<parameter left="const QItemSelection &amp;" right="" name="" default=""/>
<parameter left="const QItemSelection &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="fakeMethods" fullname="qdesigner_internal::SignaturePanel::fakeMethods" href="qdesigner-internal-signaturepanel.html#fakeMethods" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="92" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList fakeMethods() const"/>
<function threadsafety="unspecified" name="count" fullname="qdesigner_internal::SignaturePanel::count" href="qdesigner-internal-signaturepanel.html#count" status="active" access="public" location="signalslotdialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/signalslotdialog_p.h" lineno="94" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int count(const QString &amp;signature) const">
<parameter left="const QString &amp;" right="" name="signature" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="StyleSheetEditor" fullname="qdesigner_internal::StyleSheetEditor" href="qdesigner-internal-stylesheeteditor.html" status="active" access="public" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="57">
<function threadsafety="unspecified" name="StyleSheetEditor" fullname="qdesigner_internal::StyleSheetEditor::StyleSheetEditor" href="qdesigner-internal-stylesheeteditor.html#StyleSheetEditor" status="active" access="public" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="61" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="StyleSheetEditor(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
</class>
<class threadsafety="unspecified" name="StyleSheetEditorDialog" fullname="qdesigner_internal::StyleSheetEditorDialog" href="qdesigner-internal-stylesheeteditordialog.html" status="active" access="public" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="65">
<enum threadsafety="unspecified" name="Mode" fullname="qdesigner_internal::StyleSheetEditorDialog::Mode" href="qdesigner-internal-stylesheeteditordialog.html#Mode-enum" status="active" access="public" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="69">
<value name="ModeGlobal" value="0"/>
<value name="ModePerForm" value="1"/>
</enum>
<function threadsafety="unspecified" name="StyleSheetEditorDialog" fullname="qdesigner_internal::StyleSheetEditorDialog::StyleSheetEditorDialog" href="qdesigner-internal-stylesheeteditordialog.html#StyleSheetEditorDialog" status="active" access="public" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="74" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="StyleSheetEditorDialog(QDesignerFormEditorInterface *core, QWidget *parent, Mode mode)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default=""/>
<parameter left="Mode" right="" name="mode" default="ModePerForm"/>
</function>
<function threadsafety="unspecified" name="isStyleSheetValid" fullname="qdesigner_internal::StyleSheetEditorDialog::isStyleSheetValid" href="qdesigner-internal-stylesheeteditordialog.html#isStyleSheetValid" status="active" access="public" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="79" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isStyleSheetValid(const QString &amp;styleSheet)">
<parameter left="const QString &amp;" right="" name="styleSheet" default=""/>
</function>
<function threadsafety="unspecified" name="insertCssProperty" fullname="qdesigner_internal::StyleSheetEditorDialog::insertCssProperty" href="qdesigner-internal-stylesheeteditordialog.html#insertCssProperty" status="active" access="private" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="96" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void insertCssProperty(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 threadsafety="unspecified" name="setOkButtonEnabled" fullname="qdesigner_internal::StyleSheetEditorDialog::setOkButtonEnabled" href="qdesigner-internal-stylesheeteditordialog.html#setOkButtonEnabled" status="active" access="protected" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="93" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setOkButtonEnabled(bool v)">
<parameter left="bool" right="" name="v" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="qdesigner_internal::StyleSheetEditorDialog::setText" href="qdesigner-internal-stylesheeteditordialog.html#setText" status="active" access="public" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="77" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;t)">
<parameter left="const QString &amp;" right="" name="t" default=""/>
</function>
<function threadsafety="unspecified" name="slotAddColor" fullname="qdesigner_internal::StyleSheetEditorDialog::slotAddColor" href="qdesigner-internal-stylesheeteditordialog.html#slotAddColor" status="active" access="private" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="87" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotAddColor(const QString &amp;property)">
<parameter left="const QString &amp;" right="" name="property" default=""/>
</function>
<function threadsafety="unspecified" name="slotAddFont" fullname="qdesigner_internal::StyleSheetEditorDialog::slotAddFont" href="qdesigner-internal-stylesheeteditordialog.html#slotAddFont" status="active" access="private" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="88" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotAddFont()"/>
<function threadsafety="unspecified" name="slotAddGradient" fullname="qdesigner_internal::StyleSheetEditorDialog::slotAddGradient" href="qdesigner-internal-stylesheeteditordialog.html#slotAddGradient" status="active" access="private" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="86" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotAddGradient(const QString &amp;property)">
<parameter left="const QString &amp;" right="" name="property" default=""/>
</function>
<function threadsafety="unspecified" name="slotAddResource" fullname="qdesigner_internal::StyleSheetEditorDialog::slotAddResource" href="qdesigner-internal-stylesheeteditordialog.html#slotAddResource" status="active" access="private" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="85" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotAddResource(const QString &amp;property)">
<parameter left="const QString &amp;" right="" name="property" default=""/>
</function>
<function threadsafety="unspecified" name="slotContextMenuRequested" fullname="qdesigner_internal::StyleSheetEditorDialog::slotContextMenuRequested" href="qdesigner-internal-stylesheeteditordialog.html#slotContextMenuRequested" status="active" access="private" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="84" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotContextMenuRequested(const QPoint &amp;pos)">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="slotRequestHelp" fullname="qdesigner_internal::StyleSheetEditorDialog::slotRequestHelp" href="qdesigner-internal-stylesheeteditordialog.html#slotRequestHelp" status="active" access="private" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="89" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotRequestHelp()"/>
<function threadsafety="unspecified" name="validateStyleSheet" fullname="qdesigner_internal::StyleSheetEditorDialog::validateStyleSheet" href="qdesigner-internal-stylesheeteditordialog.html#validateStyleSheet" status="active" access="private" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="83" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void validateStyleSheet()"/>
<function threadsafety="unspecified" name="~StyleSheetEditorDialog" fullname="qdesigner_internal::StyleSheetEditorDialog::~StyleSheetEditorDialog" href="qdesigner-internal-stylesheeteditordialog.html#dtor.StyleSheetEditorDialog" status="active" access="public" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="75" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~StyleSheetEditorDialog()"/>
<function threadsafety="unspecified" name="buttonBox" fullname="qdesigner_internal::StyleSheetEditorDialog::buttonBox" href="qdesigner-internal-stylesheeteditordialog.html#buttonBox" status="active" access="protected" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="92" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDialogButtonBox *" signature="QDialogButtonBox * buttonBox() const"/>
<function threadsafety="unspecified" name="text" fullname="qdesigner_internal::StyleSheetEditorDialog::text" href="qdesigner-internal-stylesheeteditordialog.html#text" status="active" access="public" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="76" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
</class>
<class threadsafety="unspecified" name="StyleSheetPropertyEditorDialog" fullname="qdesigner_internal::StyleSheetPropertyEditorDialog" href="qdesigner-internal-stylesheetpropertyeditordialog.html" status="active" access="public" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="111" bases="qdesigner_internal::StyleSheetEditorDialog">
<function threadsafety="unspecified" name="StyleSheetPropertyEditorDialog" fullname="qdesigner_internal::StyleSheetPropertyEditorDialog::StyleSheetPropertyEditorDialog" href="qdesigner-internal-stylesheetpropertyeditordialog.html#StyleSheetPropertyEditorDialog" status="active" access="public" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="115" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="StyleSheetPropertyEditorDialog(QWidget *parent, QDesignerFormWindowInterface *fw, QWidget *widget)">
<parameter left="QWidget *" right="" name="parent" default=""/>
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="isStyleSheetValid" fullname="qdesigner_internal::StyleSheetPropertyEditorDialog::isStyleSheetValid" href="qdesigner-internal-stylesheetpropertyeditordialog.html#isStyleSheetValid" status="active" access="public" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="117" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isStyleSheetValid(const QString &amp;styleSheet)">
<parameter left="const QString &amp;" right="" name="styleSheet" default=""/>
</function>
<function threadsafety="unspecified" name="applyStyleSheet" fullname="qdesigner_internal::StyleSheetPropertyEditorDialog::applyStyleSheet" href="qdesigner-internal-stylesheetpropertyeditordialog.html#applyStyleSheet" status="active" access="private" location="stylesheeteditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/stylesheeteditor_p.h" lineno="120" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyStyleSheet()"/>
</class>
<class threadsafety="unspecified" name="TextPropertyEditor" fullname="qdesigner_internal::TextPropertyEditor" href="qdesigner-internal-textpropertyeditor.html" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="57">
<enum threadsafety="unspecified" name="EmbeddingMode" fullname="qdesigner_internal::TextPropertyEditor::EmbeddingMode" href="qdesigner-internal-textpropertyeditor.html#EmbeddingMode-enum" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="64">
<value name="EmbeddingNone" value="0"/>
<value name="EmbeddingTreeView" value="1"/>
<value name="EmbeddingInPlace" value="2"/>
</enum>
<enum threadsafety="unspecified" name="UpdateMode" fullname="qdesigner_internal::TextPropertyEditor::UpdateMode" href="qdesigner-internal-textpropertyeditor.html#UpdateMode-enum" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="73">
<value name="UpdateAsYouType" value="0"/>
<value name="UpdateOnFinished" value="1"/>
</enum>
<function threadsafety="unspecified" name="editorStringToString" fullname="qdesigner_internal::TextPropertyEditor::editorStringToString" href="qdesigner-internal-textpropertyeditor.html#editorStringToString" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="105" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString editorStringToString(const QString &amp;s, TextPropertyValidationMode validationMode)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
<parameter left="TextPropertyValidationMode" right="" name="validationMode" default="ValidationMultiLine"/>
</function>
<function threadsafety="unspecified" name="stringToEditorString" fullname="qdesigner_internal::TextPropertyEditor::stringToEditorString" href="qdesigner-internal-textpropertyeditor.html#stringToEditorString" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="102" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString stringToEditorString(const QString &amp;s, TextPropertyValidationMode validationMode)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
<parameter left="TextPropertyValidationMode" right="" name="validationMode" default="ValidationMultiLine"/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="qdesigner_internal::TextPropertyEditor::operator=" href="qdesigner-internal-textpropertyeditor.html#operator-eq" status="active" access="private" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="60" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="TextPropertyEditor &amp;" signature="TextPropertyEditor &amp; operator=(const TextPropertyEditor &amp;)">
<parameter left="const TextPropertyEditor &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="TextPropertyEditor" fullname="qdesigner_internal::TextPropertyEditor::TextPropertyEditor" href="qdesigner-internal-textpropertyeditor.html#TextPropertyEditor" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="80" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="TextPropertyEditor(QWidget *parent, EmbeddingMode embeddingMode, TextPropertyValidationMode validationMode)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
<parameter left="EmbeddingMode" right="" name="embeddingMode" default="EmbeddingNone"/>
<parameter left="TextPropertyValidationMode" right="" name="validationMode" default="ValidationMultiLine"/>
</function>
<function threadsafety="unspecified" name="TextPropertyEditor" fullname="qdesigner_internal::TextPropertyEditor::TextPropertyEditor" href="qdesigner-internal-textpropertyeditor.html#TextPropertyEditor-1" status="active" access="private" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="59" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="TextPropertyEditor(const TextPropertyEditor &amp;)">
<parameter left="const TextPropertyEditor &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="multiLine" fullname="qdesigner_internal::TextPropertyEditor::multiLine" href="qdesigner-internal-textpropertyeditor.html#multiLine" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="108" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool multiLine(TextPropertyValidationMode validationMode)">
<parameter left="TextPropertyValidationMode" right="" name="validationMode" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="qdesigner_internal::TextPropertyEditor::clear" href="qdesigner-internal-textpropertyeditor.html#clear" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="117" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear()"/>
<function threadsafety="unspecified" name="editingFinished" fullname="qdesigner_internal::TextPropertyEditor::editingFinished" href="qdesigner-internal-textpropertyeditor.html#editingFinished" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="112" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void editingFinished()"/>
<function threadsafety="unspecified" name="installEventFilter" fullname="qdesigner_internal::TextPropertyEditor::installEventFilter" href="qdesigner-internal-textpropertyeditor.html#installEventFilter" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="98" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void installEventFilter(QObject *filterObject)">
<parameter left="QObject *" right="" name="filterObject" default=""/>
</function>
<function threadsafety="unspecified" name="markIntermediateState" fullname="qdesigner_internal::TextPropertyEditor::markIntermediateState" href="qdesigner-internal-textpropertyeditor.html#markIntermediateState" status="active" access="private" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="129" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void markIntermediateState()"/>
<function threadsafety="unspecified" name="resizeEvent" fullname="qdesigner_internal::TextPropertyEditor::resizeEvent" href="qdesigner-internal-textpropertyeditor.html#resizeEvent" status="active" access="protected" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="120" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resizeEvent(QResizeEvent *event)">
<parameter left="QResizeEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="selectAll" fullname="qdesigner_internal::TextPropertyEditor::selectAll" href="qdesigner-internal-textpropertyeditor.html#selectAll" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="116" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void selectAll()"/>
<function threadsafety="unspecified" name="setAlignment" fullname="qdesigner_internal::TextPropertyEditor::setAlignment" href="qdesigner-internal-textpropertyeditor.html#setAlignment" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="93" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAlignment(Qt::Alignment alignment)">
<parameter left="Qt::Alignment" right="" name="alignment" default=""/>
</function>
<function threadsafety="unspecified" name="setRegExpValidator" fullname="qdesigner_internal::TextPropertyEditor::setRegExpValidator" href="qdesigner-internal-textpropertyeditor.html#setRegExpValidator" status="active" access="private" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="128" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setRegExpValidator(const QString &amp;pattern)">
<parameter left="const QString &amp;" right="" name="pattern" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="qdesigner_internal::TextPropertyEditor::setText" href="qdesigner-internal-textpropertyeditor.html#text-prop" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="115" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" associated-property="text" type="void" signature="void setText(const QString &amp;text)">
<parameter left="const QString &amp;" right="" name="text" default=""/>
</function>
<function threadsafety="unspecified" name="setTextPropertyValidationMode" fullname="qdesigner_internal::TextPropertyEditor::setTextPropertyValidationMode" href="qdesigner-internal-textpropertyeditor.html#setTextPropertyValidationMode" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="83" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setTextPropertyValidationMode(TextPropertyValidationMode vm)">
<parameter left="TextPropertyValidationMode" right="" name="vm" default=""/>
</function>
<function threadsafety="unspecified" name="setUpdateMode" fullname="qdesigner_internal::TextPropertyEditor::setUpdateMode" href="qdesigner-internal-textpropertyeditor.html#setUpdateMode" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="86" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setUpdateMode(UpdateMode um)">
<parameter left="UpdateMode" right="" name="um" default=""/>
</function>
<function threadsafety="unspecified" name="slotEditingFinished" fullname="qdesigner_internal::TextPropertyEditor::slotEditingFinished" href="qdesigner-internal-textpropertyeditor.html#slotEditingFinished" status="active" access="private" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="125" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotEditingFinished()"/>
<function threadsafety="unspecified" name="slotTextChanged" fullname="qdesigner_internal::TextPropertyEditor::slotTextChanged" href="qdesigner-internal-textpropertyeditor.html#slotTextChanged" status="active" access="private" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="123" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotTextChanged(const QString &amp;text)">
<parameter left="const QString &amp;" right="" name="text" default=""/>
</function>
<function threadsafety="unspecified" name="slotTextEdited" fullname="qdesigner_internal::TextPropertyEditor::slotTextEdited" href="qdesigner-internal-textpropertyeditor.html#slotTextEdited" status="active" access="private" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="124" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotTextEdited()"/>
<function threadsafety="unspecified" name="textChanged" fullname="qdesigner_internal::TextPropertyEditor::textChanged" href="qdesigner-internal-textpropertyeditor.html#textChanged" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="111" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void textChanged(const QString &amp;text)">
<parameter left="const QString &amp;" right="" name="text" default=""/>
</function>
<function threadsafety="unspecified" name="minimumSizeHint" fullname="qdesigner_internal::TextPropertyEditor::minimumSizeHint" href="qdesigner-internal-textpropertyeditor.html#minimumSizeHint" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="91" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSize" signature="QSize minimumSizeHint() const"/>
<function threadsafety="unspecified" name="sizeHint" fullname="qdesigner_internal::TextPropertyEditor::sizeHint" href="qdesigner-internal-textpropertyeditor.html#sizeHint" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="90" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSize" signature="QSize sizeHint() const"/>
<function threadsafety="unspecified" name="text" fullname="qdesigner_internal::TextPropertyEditor::text" href="qdesigner-internal-textpropertyeditor.html#text-prop" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="88" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="text" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="textPropertyValidationMode" fullname="qdesigner_internal::TextPropertyEditor::textPropertyValidationMode" href="qdesigner-internal-textpropertyeditor.html#textPropertyValidationMode" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="82" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="TextPropertyValidationMode" signature="TextPropertyValidationMode textPropertyValidationMode() const"/>
<function threadsafety="unspecified" name="updateMode" fullname="qdesigner_internal::TextPropertyEditor::updateMode" href="qdesigner-internal-textpropertyeditor.html#updateMode" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="85" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="UpdateMode" signature="UpdateMode updateMode() const"/>
<function threadsafety="unspecified" name="hasAcceptableInput" fullname="qdesigner_internal::TextPropertyEditor::hasAcceptableInput" href="qdesigner-internal-textpropertyeditor.html#hasAcceptableInput" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="95" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAcceptableInput() const"/>
<property threadsafety="unspecified" name="text" fullname="qdesigner_internal::TextPropertyEditor::text" href="qdesigner-internal-textpropertyeditor.html#text-prop" status="active" access="public" location="textpropertyeditor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/textpropertyeditor_p.h" lineno="62" type="QString">
<getter name="text"/>
<setter name="setText"/>
</property>
</class>
<class threadsafety="unspecified" name="WidgetDataBase" fullname="qdesigner_internal::WidgetDataBase" href="qdesigner-internal-widgetdatabase.html" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="144">
<function threadsafety="unspecified" name="defaultPropertyValues" fullname="qdesigner_internal::WidgetDataBase::defaultPropertyValues" href="qdesigner-internal-widgetdatabase.html#defaultPropertyValues" status="active" access="private" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="173" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QVariant&gt;" signature="QList&lt;QVariant&gt; defaultPropertyValues(const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="formTemplate" fullname="qdesigner_internal::WidgetDataBase::formTemplate" href="qdesigner-internal-widgetdatabase.html#formTemplate" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="164" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString formTemplate(const QDesignerFormEditorInterface *core, const QString &amp;className, const QString &amp;objectName)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const QString &amp;" right="" name="className" default=""/>
<parameter left="const QString &amp;" right="" name="objectName" default=""/>
</function>
<function threadsafety="unspecified" name="scaleFormTemplate" fullname="qdesigner_internal::WidgetDataBase::scaleFormTemplate" href="qdesigner-internal-widgetdatabase.html#scaleFormTemplate" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="167" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString scaleFormTemplate(const QString &amp;xml, const QSize &amp;size, bool fixed)">
<parameter left="const QString &amp;" right="" name="xml" default=""/>
<parameter left="const QSize &amp;" right="" name="size" default=""/>
<parameter left="bool" right="" name="fixed" default=""/>
</function>
<function threadsafety="unspecified" name="customFormWidgetClasses" fullname="qdesigner_internal::WidgetDataBase::customFormWidgetClasses" href="qdesigner-internal-widgetdatabase.html#customFormWidgetClasses" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="163" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList customFormWidgetClasses(const QDesignerFormEditorInterface *core)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="formWidgetClasses" fullname="qdesigner_internal::WidgetDataBase::formWidgetClasses" href="qdesigner-internal-widgetdatabase.html#formWidgetClasses" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="162" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList formWidgetClasses(const QDesignerFormEditorInterface *core)">
<parameter left="const QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="WidgetDataBase" fullname="qdesigner_internal::WidgetDataBase::WidgetDataBase" href="qdesigner-internal-widgetdatabase.html#WidgetDataBase" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="148" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="WidgetDataBase(QDesignerFormEditorInterface *core, QObject *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="grabDefaultPropertyValues" fullname="qdesigner_internal::WidgetDataBase::grabDefaultPropertyValues" href="qdesigner-internal-widgetdatabase.html#grabDefaultPropertyValues" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="158" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void grabDefaultPropertyValues()"/>
<function threadsafety="unspecified" name="grabStandardWidgetBoxIcons" fullname="qdesigner_internal::WidgetDataBase::grabStandardWidgetBoxIcons" href="qdesigner-internal-widgetdatabase.html#grabStandardWidgetBoxIcons" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="159" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void grabStandardWidgetBoxIcons()"/>
<function threadsafety="unspecified" name="loadPlugins" fullname="qdesigner_internal::WidgetDataBase::loadPlugins" href="qdesigner-internal-widgetdatabase.html#loadPlugins" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="170" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void loadPlugins()"/>
<function threadsafety="unspecified" name="remove" fullname="qdesigner_internal::WidgetDataBase::remove" href="qdesigner-internal-widgetdatabase.html#remove" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="155" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void remove(int index)">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="~WidgetDataBase" fullname="qdesigner_internal::WidgetDataBase::~WidgetDataBase" href="qdesigner-internal-widgetdatabase.html#dtor.WidgetDataBase" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="149" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~WidgetDataBase()"/>
<function threadsafety="unspecified" name="core" fullname="qdesigner_internal::WidgetDataBase::core" href="qdesigner-internal-widgetdatabase.html#core" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="151" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
<function threadsafety="unspecified" name="indexOfObject" fullname="qdesigner_internal::WidgetDataBase::indexOfObject" href="qdesigner-internal-widgetdatabase.html#indexOfObject" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="153" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOfObject(QObject *o, bool resolveName) const">
<parameter left="QObject *" right="" name="o" default=""/>
<parameter left="bool" right="" name="resolveName" default="true"/>
</function>
</class>
<class threadsafety="unspecified" name="WidgetDataBaseItem" fullname="qdesigner_internal::WidgetDataBaseItem" href="qdesigner-internal-widgetdatabaseitem.html" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="61">
<function threadsafety="unspecified" name="clone" fullname="qdesigner_internal::WidgetDataBaseItem::clone" href="qdesigner-internal-widgetdatabaseitem.html#clone" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="107" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="WidgetDataBaseItem *" signature="WidgetDataBaseItem * clone(const QDesignerWidgetDataBaseItemInterface *item)">
<parameter left="const QDesignerWidgetDataBaseItemInterface *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="WidgetDataBaseItem" fullname="qdesigner_internal::WidgetDataBaseItem::WidgetDataBaseItem" href="qdesigner-internal-widgetdatabaseitem.html#WidgetDataBaseItem" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="64" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="WidgetDataBaseItem(const QString &amp;name, const QString &amp;group)">
<parameter left="const QString &amp;" right="" name="name" default="QString()"/>
<parameter left="const QString &amp;" right="" name="group" default="QString()"/>
</function>
<function threadsafety="unspecified" name="setAddPageMethod" fullname="qdesigner_internal::WidgetDataBaseItem::setAddPageMethod" href="qdesigner-internal-widgetdatabaseitem.html#setAddPageMethod" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="116" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAddPageMethod(const QString &amp;m)">
<parameter left="const QString &amp;" right="" name="m" default=""/>
</function>
<function threadsafety="unspecified" name="setCompat" fullname="qdesigner_internal::WidgetDataBaseItem::setCompat" href="qdesigner-internal-widgetdatabaseitem.html#setCompat" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="87" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCompat(bool compat)">
<parameter left="bool" right="" name="compat" default=""/>
</function>
<function threadsafety="unspecified" name="setContainer" fullname="qdesigner_internal::WidgetDataBaseItem::setContainer" href="qdesigner-internal-widgetdatabaseitem.html#setContainer" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="90" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setContainer(bool b)">
<parameter left="bool" right="" name="b" default=""/>
</function>
<function threadsafety="unspecified" name="setCustom" fullname="qdesigner_internal::WidgetDataBaseItem::setCustom" href="qdesigner-internal-widgetdatabaseitem.html#setCustom" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="93" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCustom(bool b)">
<parameter left="bool" right="" name="b" default=""/>
</function>
<function threadsafety="unspecified" name="setDefaultPropertyValues" fullname="qdesigner_internal::WidgetDataBaseItem::setDefaultPropertyValues" href="qdesigner-internal-widgetdatabaseitem.html#setDefaultPropertyValues" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="104" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDefaultPropertyValues(const QList&lt;QVariant&gt; &amp;list)">
<parameter left="const QList&lt;QVariant&gt; &amp;" right="" name="list" default=""/>
</function>
<function threadsafety="unspecified" name="setExtends" fullname="qdesigner_internal::WidgetDataBaseItem::setExtends" href="qdesigner-internal-widgetdatabaseitem.html#setExtends" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="102" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setExtends(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="setFakeSignals" fullname="qdesigner_internal::WidgetDataBaseItem::setFakeSignals" href="qdesigner-internal-widgetdatabaseitem.html#setFakeSignals" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="113" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFakeSignals(const QStringList &amp;)">
<parameter left="const QStringList &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setFakeSlots" fullname="qdesigner_internal::WidgetDataBaseItem::setFakeSlots" href="qdesigner-internal-widgetdatabaseitem.html#setFakeSlots" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="110" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFakeSlots(const QStringList &amp;)">
<parameter left="const QStringList &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setGroup" fullname="qdesigner_internal::WidgetDataBaseItem::setGroup" href="qdesigner-internal-widgetdatabaseitem.html#setGroup" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="71" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setGroup(const QString &amp;group)">
<parameter left="const QString &amp;" right="" name="group" default=""/>
</function>
<function threadsafety="unspecified" name="setIcon" fullname="qdesigner_internal::WidgetDataBaseItem::setIcon" href="qdesigner-internal-widgetdatabaseitem.html#setIcon" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="84" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setIcon(const QIcon &amp;icon)">
<parameter left="const QIcon &amp;" right="" name="icon" default=""/>
</function>
<function threadsafety="unspecified" name="setIncludeFile" fullname="qdesigner_internal::WidgetDataBaseItem::setIncludeFile" href="qdesigner-internal-widgetdatabaseitem.html#setIncludeFile" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="80" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setIncludeFile(const QString &amp;includeFile)">
<parameter left="const QString &amp;" right="" name="includeFile" default=""/>
</function>
<function threadsafety="unspecified" name="setName" fullname="qdesigner_internal::WidgetDataBaseItem::setName" href="qdesigner-internal-widgetdatabaseitem.html#setName" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="68" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setName(const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="setPluginPath" fullname="qdesigner_internal::WidgetDataBaseItem::setPluginPath" href="qdesigner-internal-widgetdatabaseitem.html#setPluginPath" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="96" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPluginPath(const QString &amp;path)">
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="setPromoted" fullname="qdesigner_internal::WidgetDataBaseItem::setPromoted" href="qdesigner-internal-widgetdatabaseitem.html#setPromoted" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="99" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPromoted(bool b)">
<parameter left="bool" right="" name="b" default=""/>
</function>
<function threadsafety="unspecified" name="setToolTip" fullname="qdesigner_internal::WidgetDataBaseItem::setToolTip" href="qdesigner-internal-widgetdatabaseitem.html#setToolTip" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="74" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setToolTip(const QString &amp;toolTip)">
<parameter left="const QString &amp;" right="" name="toolTip" default=""/>
</function>
<function threadsafety="unspecified" name="setWhatsThis" fullname="qdesigner_internal::WidgetDataBaseItem::setWhatsThis" href="qdesigner-internal-widgetdatabaseitem.html#setWhatsThis" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="77" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setWhatsThis(const QString &amp;whatsThis)">
<parameter left="const QString &amp;" right="" name="whatsThis" default=""/>
</function>
<function threadsafety="unspecified" name="icon" fullname="qdesigner_internal::WidgetDataBaseItem::icon" href="qdesigner-internal-widgetdatabaseitem.html#icon" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="83" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QIcon" signature="QIcon icon() const"/>
<function threadsafety="unspecified" name="defaultPropertyValues" fullname="qdesigner_internal::WidgetDataBaseItem::defaultPropertyValues" href="qdesigner-internal-widgetdatabaseitem.html#defaultPropertyValues" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="105" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QVariant&gt;" signature="QList&lt;QVariant&gt; defaultPropertyValues() const"/>
<function threadsafety="unspecified" name="addPageMethod" fullname="qdesigner_internal::WidgetDataBaseItem::addPageMethod" href="qdesigner-internal-widgetdatabaseitem.html#addPageMethod" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="115" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString addPageMethod() const"/>
<function threadsafety="unspecified" name="extends" fullname="qdesigner_internal::WidgetDataBaseItem::extends" href="qdesigner-internal-widgetdatabaseitem.html#extends" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="101" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString extends() const"/>
<function threadsafety="unspecified" name="group" fullname="qdesigner_internal::WidgetDataBaseItem::group" href="qdesigner-internal-widgetdatabaseitem.html#group" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="70" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString group() const"/>
<function threadsafety="unspecified" name="includeFile" fullname="qdesigner_internal::WidgetDataBaseItem::includeFile" href="qdesigner-internal-widgetdatabaseitem.html#includeFile" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="79" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString includeFile() const"/>
<function threadsafety="unspecified" name="name" fullname="qdesigner_internal::WidgetDataBaseItem::name" href="qdesigner-internal-widgetdatabaseitem.html#name" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="67" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString name() const"/>
<function threadsafety="unspecified" name="pluginPath" fullname="qdesigner_internal::WidgetDataBaseItem::pluginPath" href="qdesigner-internal-widgetdatabaseitem.html#pluginPath" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="95" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString pluginPath() const"/>
<function threadsafety="unspecified" name="toolTip" fullname="qdesigner_internal::WidgetDataBaseItem::toolTip" href="qdesigner-internal-widgetdatabaseitem.html#toolTip" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="73" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString toolTip() const"/>
<function threadsafety="unspecified" name="whatsThis" fullname="qdesigner_internal::WidgetDataBaseItem::whatsThis" href="qdesigner-internal-widgetdatabaseitem.html#whatsThis" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="76" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString whatsThis() const"/>
<function threadsafety="unspecified" name="fakeSignals" fullname="qdesigner_internal::WidgetDataBaseItem::fakeSignals" href="qdesigner-internal-widgetdatabaseitem.html#fakeSignals" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="112" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList fakeSignals() const"/>
<function threadsafety="unspecified" name="fakeSlots" fullname="qdesigner_internal::WidgetDataBaseItem::fakeSlots" href="qdesigner-internal-widgetdatabaseitem.html#fakeSlots" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="109" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList fakeSlots() const"/>
<function threadsafety="unspecified" name="isCompat" fullname="qdesigner_internal::WidgetDataBaseItem::isCompat" href="qdesigner-internal-widgetdatabaseitem.html#isCompat" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="86" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isCompat() const"/>
<function threadsafety="unspecified" name="isContainer" fullname="qdesigner_internal::WidgetDataBaseItem::isContainer" href="qdesigner-internal-widgetdatabaseitem.html#isContainer" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="89" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isContainer() const"/>
<function threadsafety="unspecified" name="isCustom" fullname="qdesigner_internal::WidgetDataBaseItem::isCustom" href="qdesigner-internal-widgetdatabaseitem.html#isCustom" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="92" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isCustom() const"/>
<function threadsafety="unspecified" name="isPromoted" fullname="qdesigner_internal::WidgetDataBaseItem::isPromoted" href="qdesigner-internal-widgetdatabaseitem.html#isPromoted" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="98" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isPromoted() const"/>
</class>
<enum threadsafety="unspecified" name="IncludeType" fullname="qdesigner_internal::IncludeType" href="qdesigner-internal.html#IncludeType-enum" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="137">
<value name="IncludeLocal" value="0"/>
<value name="IncludeGlobal" value="1"/>
</enum>
<typedef threadsafety="unspecified" name="IncludeSpecification" fullname="qdesigner_internal::IncludeSpecification" href="qdesigner-internal.html#IncludeSpecification-typedef" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="139"/>
<typedef threadsafety="unspecified" name="WidgetDataBaseItemList" fullname="qdesigner_internal::WidgetDataBaseItemList" href="qdesigner-internal.html#WidgetDataBaseItemList-typedef" status="active" access="public" location="widgetdatabase_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetdatabase_p.h" lineno="187"/>
<class threadsafety="unspecified" name="WidgetFactory" fullname="qdesigner_internal::WidgetFactory" href="qdesigner-internal-widgetfactory.html" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="66">
<class threadsafety="unspecified" name="Strings" fullname="qdesigner_internal::WidgetFactory::Strings" href="qdesigner-internal-widgetfactory-strings.html" status="active" access="private" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="123">
<function threadsafety="unspecified" name="Strings" fullname="qdesigner_internal::WidgetFactory::Strings::Strings" href="qdesigner-internal-widgetfactory-strings.html#Strings" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="124" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="Strings()"/>
<variable threadsafety="unspecified" name="m_alignment" fullname="qdesigner_internal::WidgetFactory::Strings::m_alignment" href="qdesigner-internal-widgetfactory-strings.html#m_alignment-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="125" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_bottomMargin" fullname="qdesigner_internal::WidgetFactory::Strings::m_bottomMargin" href="qdesigner-internal-widgetfactory-strings.html#m_bottomMargin-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="126" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_geometry" fullname="qdesigner_internal::WidgetFactory::Strings::m_geometry" href="qdesigner-internal-widgetfactory-strings.html#m_geometry-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="127" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_leftMargin" fullname="qdesigner_internal::WidgetFactory::Strings::m_leftMargin" href="qdesigner-internal-widgetfactory-strings.html#m_leftMargin-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="128" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_line" fullname="qdesigner_internal::WidgetFactory::Strings::m_line" href="qdesigner-internal-widgetfactory-strings.html#m_line-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="129" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_objectName" fullname="qdesigner_internal::WidgetFactory::Strings::m_objectName" href="qdesigner-internal-widgetfactory-strings.html#m_objectName-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="130" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_orientation" fullname="qdesigner_internal::WidgetFactory::Strings::m_orientation" href="qdesigner-internal-widgetfactory-strings.html#m_orientation-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="132" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_qAction" fullname="qdesigner_internal::WidgetFactory::Strings::m_qAction" href="qdesigner-internal-widgetfactory-strings.html#m_qAction-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="133" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_qAxWidget" fullname="qdesigner_internal::WidgetFactory::Strings::m_qAxWidget" href="qdesigner-internal-widgetfactory-strings.html#m_qAxWidget-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="135" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_qButtonGroup" fullname="qdesigner_internal::WidgetFactory::Strings::m_qButtonGroup" href="qdesigner-internal-widgetfactory-strings.html#m_qButtonGroup-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="134" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_qDialog" fullname="qdesigner_internal::WidgetFactory::Strings::m_qDialog" href="qdesigner-internal-widgetfactory-strings.html#m_qDialog-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="136" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_qDockWidget" fullname="qdesigner_internal::WidgetFactory::Strings::m_qDockWidget" href="qdesigner-internal-widgetfactory-strings.html#m_qDockWidget-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="137" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_qLayoutWidget" fullname="qdesigner_internal::WidgetFactory::Strings::m_qLayoutWidget" href="qdesigner-internal-widgetfactory-strings.html#m_qLayoutWidget-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="138" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_qMenu" fullname="qdesigner_internal::WidgetFactory::Strings::m_qMenu" href="qdesigner-internal-widgetfactory-strings.html#m_qMenu-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="139" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_qMenuBar" fullname="qdesigner_internal::WidgetFactory::Strings::m_qMenuBar" href="qdesigner-internal-widgetfactory-strings.html#m_qMenuBar-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="140" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_qWidget" fullname="qdesigner_internal::WidgetFactory::Strings::m_qWidget" href="qdesigner-internal-widgetfactory-strings.html#m_qWidget-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="141" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_rightMargin" fullname="qdesigner_internal::WidgetFactory::Strings::m_rightMargin" href="qdesigner-internal-widgetfactory-strings.html#m_rightMargin-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="142" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_sizeHint" fullname="qdesigner_internal::WidgetFactory::Strings::m_sizeHint" href="qdesigner-internal-widgetfactory-strings.html#m_sizeHint-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="143" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_spacer" fullname="qdesigner_internal::WidgetFactory::Strings::m_spacer" href="qdesigner-internal-widgetfactory-strings.html#m_spacer-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="144" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_spacerName" fullname="qdesigner_internal::WidgetFactory::Strings::m_spacerName" href="qdesigner-internal-widgetfactory-strings.html#m_spacerName-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="131" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_text" fullname="qdesigner_internal::WidgetFactory::Strings::m_text" href="qdesigner-internal-widgetfactory-strings.html#m_text-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="145" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_title" fullname="qdesigner_internal::WidgetFactory::Strings::m_title" href="qdesigner-internal-widgetfactory-strings.html#m_title-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="146" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_topMargin" fullname="qdesigner_internal::WidgetFactory::Strings::m_topMargin" href="qdesigner-internal-widgetfactory-strings.html#m_topMargin-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="147" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_windowIcon" fullname="qdesigner_internal::WidgetFactory::Strings::m_windowIcon" href="qdesigner-internal-widgetfactory-strings.html#m_windowIcon-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="148" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="m_windowTitle" fullname="qdesigner_internal::WidgetFactory::Strings::m_windowTitle" href="qdesigner-internal-widgetfactory-strings.html#m_windowTitle-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="149" type="const QString" static="false"/>
</class>
<typedef threadsafety="unspecified" name="CustomWidgetFactoryMap" fullname="qdesigner_internal::WidgetFactory::CustomWidgetFactoryMap" href="qdesigner-internal-widgetfactory.html#CustomWidgetFactoryMap-typedef" status="active" access="private" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="158"/>
<typedef threadsafety="unspecified" name="StyleCache" fullname="qdesigner_internal::WidgetFactory::StyleCache" href="qdesigner-internal-widgetfactory.html#StyleCache-typedef" status="active" access="private" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="164"/>
<function threadsafety="unspecified" name="currentFormWindow" fullname="qdesigner_internal::WidgetFactory::currentFormWindow" href="qdesigner-internal-widgetfactory.html#currentFormWindow" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="91" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * currentFormWindow(QDesignerFormWindowInterface *fw)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="createUnmanagedLayout" fullname="qdesigner_internal::WidgetFactory::createUnmanagedLayout" href="qdesigner-internal-widgetfactory.html#createUnmanagedLayout" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="93" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QLayout *" signature="QLayout * createUnmanagedLayout(QWidget *parentWidget, int type)">
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
<parameter left="int" right="" name="type" default=""/>
</function>
<function threadsafety="unspecified" name="classNameOf" fullname="qdesigner_internal::WidgetFactory::classNameOf" href="qdesigner-internal-widgetfactory.html#classNameOf" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="89" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString classNameOf(QDesignerFormEditorInterface *core, const QObject *o)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="const QObject *" right="" name="o" default=""/>
</function>
<function threadsafety="unspecified" name="getStyle" fullname="qdesigner_internal::WidgetFactory::getStyle" href="qdesigner-internal-widgetfactory.html#getStyle" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="101" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QStyle *" signature="QStyle * getStyle(const QString &amp;styleName)">
<parameter left="const QString &amp;" right="" name="styleName" default=""/>
</function>
<function threadsafety="unspecified" name="WidgetFactory" fullname="qdesigner_internal::WidgetFactory::WidgetFactory" href="qdesigner-internal-widgetfactory.html#WidgetFactory" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="70" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="WidgetFactory(QDesignerFormEditorInterface *core, QObject *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="isFormEditorObject" fullname="qdesigner_internal::WidgetFactory::isFormEditorObject" href="qdesigner-internal-widgetfactory.html#isFormEditorObject" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="111" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isFormEditorObject(const QObject *o)">
<parameter left="const QObject *" right="" name="o" default=""/>
</function>
<function threadsafety="unspecified" name="isPassiveInteractor" fullname="qdesigner_internal::WidgetFactory::isPassiveInteractor" href="qdesigner-internal-widgetfactory.html#isPassiveInteractor" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="81" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isPassiveInteractor(QWidget *widget)">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="activeFormWindowChanged" fullname="qdesigner_internal::WidgetFactory::activeFormWindowChanged" href="qdesigner-internal-widgetfactory.html#activeFormWindowChanged" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="119" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void activeFormWindowChanged(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="applyStyleToTopLevel" fullname="qdesigner_internal::WidgetFactory::applyStyleToTopLevel" href="qdesigner-internal-widgetfactory.html#applyStyleToTopLevel" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="108" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void applyStyleToTopLevel(QStyle *style, QWidget *widget)">
<parameter left="QStyle *" right="" name="style" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="applyStyleTopLevel" fullname="qdesigner_internal::WidgetFactory::applyStyleTopLevel" href="qdesigner-internal-widgetfactory.html#applyStyleTopLevel" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="107" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyStyleTopLevel(const QString &amp;styleName, QWidget *w)">
<parameter left="const QString &amp;" right="" name="styleName" default=""/>
<parameter left="QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="formWindowAdded" fullname="qdesigner_internal::WidgetFactory::formWindowAdded" href="qdesigner-internal-widgetfactory.html#formWindowAdded" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="120" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void formWindowAdded(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="loadPlugins" fullname="qdesigner_internal::WidgetFactory::loadPlugins" href="qdesigner-internal-widgetfactory.html#loadPlugins" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="118" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void loadPlugins()"/>
<function threadsafety="unspecified" name="setFormWindowStyle" fullname="qdesigner_internal::WidgetFactory::setFormWindowStyle" href="qdesigner-internal-widgetfactory.html#setFormWindowStyle" status="active" access="private" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="154" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFormWindowStyle(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="setStyleName" fullname="qdesigner_internal::WidgetFactory::setStyleName" href="qdesigner-internal-widgetfactory.html#setStyleName" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="97" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setStyleName(const QString &amp;styleName)">
<parameter left="const QString &amp;" right="" name="styleName" default=""/>
</function>
<function threadsafety="unspecified" name="~WidgetFactory" fullname="qdesigner_internal::WidgetFactory::~WidgetFactory" href="qdesigner-internal-widgetfactory.html#dtor.WidgetFactory" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="71" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~WidgetFactory()"/>
<function threadsafety="unspecified" name="core" fullname="qdesigner_internal::WidgetFactory::core" href="qdesigner-internal-widgetfactory.html#core" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="87" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
<function threadsafety="unspecified" name="findFormWindow" fullname="qdesigner_internal::WidgetFactory::findFormWindow" href="qdesigner-internal-widgetfactory.html#findFormWindow" status="active" access="private" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="153" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * findFormWindow(QWidget *parentWidget) const">
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="createLayout" fullname="qdesigner_internal::WidgetFactory::createLayout" href="qdesigner-internal-widgetfactory.html#createLayout" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="79" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QLayout *" signature="QLayout * createLayout(QWidget *widget, QLayout *layout, int type) const">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QLayout *" right="" name="layout" default=""/>
<parameter left="int" right="" name="type" default=""/>
</function>
<function threadsafety="unspecified" name="createObject" fullname="qdesigner_internal::WidgetFactory::createObject" href="qdesigner-internal-widgetfactory.html#createObject" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="76" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * createObject(const QString &amp;className, QObject *parent) const">
<parameter left="const QString &amp;" right="" name="className" default=""/>
<parameter left="QObject *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="styleName" fullname="qdesigner_internal::WidgetFactory::styleName" href="qdesigner-internal-widgetfactory.html#styleName" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="96" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString styleName() const"/>
<function threadsafety="unspecified" name="style" fullname="qdesigner_internal::WidgetFactory::style" href="qdesigner-internal-widgetfactory.html#style" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="104" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStyle *" signature="QStyle * style() const"/>
<function threadsafety="unspecified" name="containerOfWidget" fullname="qdesigner_internal::WidgetFactory::containerOfWidget" href="qdesigner-internal-widgetfactory.html#containerOfWidget" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="73" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * containerOfWidget(QWidget *widget) const">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="createCustomWidget" fullname="qdesigner_internal::WidgetFactory::createCustomWidget" href="qdesigner-internal-widgetfactory.html#createCustomWidget" status="active" access="private" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="152" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createCustomWidget(const QString &amp;className, QWidget *parentWidget, bool *creationError) const">
<parameter left="const QString &amp;" right="" name="className" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
<parameter left="bool *" right="" name="creationError" default=""/>
</function>
<function threadsafety="unspecified" name="createWidget" fullname="qdesigner_internal::WidgetFactory::createWidget" href="qdesigner-internal-widgetfactory.html#createWidget" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="78" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createWidget(const QString &amp;className, QWidget *parentWidget) const">
<parameter left="const QString &amp;" right="" name="className" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="widgetOfContainer" fullname="qdesigner_internal::WidgetFactory::widgetOfContainer" href="qdesigner-internal-widgetfactory.html#widgetOfContainer" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="74" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * widgetOfContainer(QWidget *widget) const">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="initialize" fullname="qdesigner_internal::WidgetFactory::initialize" href="qdesigner-internal-widgetfactory.html#initialize" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="82" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void initialize(QObject *object) const">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="initializeCommon" fullname="qdesigner_internal::WidgetFactory::initializeCommon" href="qdesigner-internal-widgetfactory.html#initializeCommon" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="83" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void initializeCommon(QWidget *object) const">
<parameter left="QWidget *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="initializePreview" fullname="qdesigner_internal::WidgetFactory::initializePreview" href="qdesigner-internal-widgetfactory.html#initializePreview" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="84" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void initializePreview(QWidget *object) const">
<parameter left="QWidget *" right="" name="object" default=""/>
</function>
<variable threadsafety="unspecified" name="disableStyleCustomPaintingPropertyC" fullname="qdesigner_internal::WidgetFactory::disableStyleCustomPaintingPropertyC" href="qdesigner-internal-widgetfactory.html#disableStyleCustomPaintingPropertyC-var" status="active" access="public" location="widgetfactory_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/widgetfactory_p.h" lineno="115" type="const char *" static="true"/>
</class>
<class threadsafety="unspecified" name="ZoomMenu" fullname="qdesigner_internal::ZoomMenu" href="qdesigner-internal-zoommenu.html" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="60">
<function threadsafety="unspecified" name="zoomValues" fullname="qdesigner_internal::ZoomMenu::zoomValues" href="qdesigner-internal-zoommenu.html#zoomValues" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="71" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QList&lt;int&gt;" signature="QList&lt;int&gt; zoomValues()"/>
<function threadsafety="unspecified" name="ZoomMenu" fullname="qdesigner_internal::ZoomMenu::ZoomMenu" href="qdesigner-internal-zoommenu.html#ZoomMenu" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="65" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ZoomMenu(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="zoomOf" fullname="qdesigner_internal::ZoomMenu::zoomOf" href="qdesigner-internal-zoommenu.html#zoomOf" status="active" access="private" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="83" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="int" signature="int zoomOf(const QAction *a)">
<parameter left="const QAction *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="addActions" fullname="qdesigner_internal::ZoomMenu::addActions" href="qdesigner-internal-zoommenu.html#addActions" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="66" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addActions(QMenu *m)">
<parameter left="QMenu *" right="" name="m" default=""/>
</function>
<function threadsafety="unspecified" name="setZoom" fullname="qdesigner_internal::ZoomMenu::setZoom" href="qdesigner-internal-zoommenu.html#setZoom" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="74" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setZoom(int percent)">
<parameter left="int" right="" name="percent" default=""/>
</function>
<function threadsafety="unspecified" name="slotZoomMenu" fullname="qdesigner_internal::ZoomMenu::slotZoomMenu" href="qdesigner-internal-zoommenu.html#slotZoomMenu" status="active" access="private" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="80" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotZoomMenu(QAction *)">
<parameter left="QAction *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="zoomChanged" fullname="qdesigner_internal::ZoomMenu::zoomChanged" href="qdesigner-internal-zoommenu.html#zoomChanged" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="77" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void zoomChanged(int )">
<parameter left="int" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="zoom" fullname="qdesigner_internal::ZoomMenu::zoom" href="qdesigner-internal-zoommenu.html#zoom" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="68" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int zoom() const"/>
</class>
<class threadsafety="unspecified" name="ZoomProxyWidget" fullname="qdesigner_internal::ZoomProxyWidget" href="qdesigner-internal-zoomproxywidget.html" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="141">
<function threadsafety="unspecified" name="itemChange" fullname="qdesigner_internal::ZoomProxyWidget::itemChange" href="qdesigner-internal-zoomproxywidget.html#itemChange" status="active" access="protected" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="147" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant 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 threadsafety="unspecified" name="ZoomProxyWidget" fullname="qdesigner_internal::ZoomProxyWidget::ZoomProxyWidget" href="qdesigner-internal-zoomproxywidget.html#ZoomProxyWidget" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="144" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ZoomProxyWidget(QGraphicsItem *parent, Qt::WindowFlags wFlags)">
<parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
<parameter left="Qt::WindowFlags" right="" name="wFlags" default="0"/>
</function>
</class>
<class threadsafety="unspecified" name="ZoomView" fullname="qdesigner_internal::ZoomView" href="qdesigner-internal-zoomview.html" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="90">
<function threadsafety="unspecified" name="scene" fullname="qdesigner_internal::ZoomView::scene" href="qdesigner-internal-zoomview.html#scene" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="108" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QGraphicsScene &amp;" signature="QGraphicsScene &amp; scene()"/>
<function threadsafety="unspecified" name="zoomMenu" fullname="qdesigner_internal::ZoomView::zoomMenu" href="qdesigner-internal-zoomview.html#zoomMenu" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="112" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="ZoomMenu *" signature="ZoomMenu * zoomMenu()"/>
<function threadsafety="unspecified" name="ZoomView" fullname="qdesigner_internal::ZoomView::ZoomView" href="qdesigner-internal-zoomview.html#ZoomView" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="97" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ZoomView(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="applyZoom" fullname="qdesigner_internal::ZoomView::applyZoom" href="qdesigner-internal-zoomview.html#applyZoom" status="active" access="protected" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="126" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyZoom()"/>
<function threadsafety="unspecified" name="contextMenuEvent" fullname="qdesigner_internal::ZoomView::contextMenuEvent" href="qdesigner-internal-zoomview.html#contextMenuEvent" status="active" access="protected" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="123" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void contextMenuEvent(QContextMenuEvent *event)">
<parameter left="QContextMenuEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="scrollToOrigin" fullname="qdesigner_internal::ZoomView::scrollToOrigin" href="qdesigner-internal-zoomview.html#scrollToOrigin" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="116" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void scrollToOrigin()"/>
<function threadsafety="unspecified" name="setScrollPosition" fullname="qdesigner_internal::ZoomView::setScrollPosition" href="qdesigner-internal-zoomview.html#setScrollPosition" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="115" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setScrollPosition(const QPoint &amp;pos)">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="setZoom" fullname="qdesigner_internal::ZoomView::setZoom" href="qdesigner-internal-zoomview.html#zoom-prop" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="119" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" associated-property="zoom" type="void" signature="void setZoom(int percent)">
<parameter left="int" right="" name="percent" default=""/>
</function>
<function threadsafety="unspecified" name="setZoomContextMenuEnabled" fullname="qdesigner_internal::ZoomView::setZoomContextMenuEnabled" href="qdesigner-internal-zoomview.html#zoomContextMenuEnabled-prop" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="106" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" associated-property="zoomContextMenuEnabled" type="void" signature="void setZoomContextMenuEnabled(bool e)">
<parameter left="bool" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="showContextMenu" fullname="qdesigner_internal::ZoomView::showContextMenu" href="qdesigner-internal-zoomview.html#showContextMenu" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="120" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showContextMenu(const QPoint &amp;globalPos)">
<parameter left="const QPoint &amp;" right="" name="globalPos" default=""/>
</function>
<function threadsafety="unspecified" name="scrollPosition" fullname="qdesigner_internal::ZoomView::scrollPosition" href="qdesigner-internal-zoomview.html#scrollPosition" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="114" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPoint" signature="QPoint scrollPosition() const"/>
<function threadsafety="unspecified" name="isZoomContextMenuEnabled" fullname="qdesigner_internal::ZoomView::isZoomContextMenuEnabled" href="qdesigner-internal-zoomview.html#zoomContextMenuEnabled-prop" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="105" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="zoomContextMenuEnabled" type="bool" signature="bool isZoomContextMenuEnabled() const"/>
<function threadsafety="unspecified" name="scene" fullname="qdesigner_internal::ZoomView::scene" href="qdesigner-internal-zoomview.html#scene-1" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="109" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QGraphicsScene &amp;" signature="const QGraphicsScene &amp; scene() const"/>
<function threadsafety="unspecified" name="zoom" fullname="qdesigner_internal::ZoomView::zoom" href="qdesigner-internal-zoomview.html#zoom-prop" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="101" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="zoom" type="int" signature="int zoom() const"/>
<function threadsafety="unspecified" name="zoomFactor" fullname="qdesigner_internal::ZoomView::zoomFactor" href="qdesigner-internal-zoomview.html#zoomFactor" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="102" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="qreal" signature="qreal zoomFactor() const"/>
<property threadsafety="unspecified" name="zoom" fullname="qdesigner_internal::ZoomView::zoom" href="qdesigner-internal-zoomview.html#zoom-prop" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="92" type="int">
<getter name="zoom"/>
<setter name="setZoom"/>
</property>
<property threadsafety="unspecified" name="zoomContextMenuEnabled" fullname="qdesigner_internal::ZoomView::zoomContextMenuEnabled" href="qdesigner-internal-zoomview.html#zoomContextMenuEnabled-prop" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="93" type="bool">
<getter name="isZoomContextMenuEnabled"/>
<setter name="setZoomContextMenuEnabled"/>
</property>
</class>
<class threadsafety="unspecified" name="ZoomWidget" fullname="qdesigner_internal::ZoomWidget" href="qdesigner-internal-zoomwidget.html" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="159" bases="qdesigner_internal::ZoomView">
<function threadsafety="unspecified" name="proxy" fullname="qdesigner_internal::ZoomWidget::proxy" href="qdesigner-internal-zoomwidget.html#proxy-1" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="171" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QGraphicsProxyWidget *" signature="QGraphicsProxyWidget * proxy()"/>
<function threadsafety="unspecified" name="ZoomWidget" fullname="qdesigner_internal::ZoomWidget::ZoomWidget" href="qdesigner-internal-zoomwidget.html#ZoomWidget" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="167" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="ZoomWidget(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="zoomedEventFilter" fullname="qdesigner_internal::ZoomWidget::zoomedEventFilter" href="qdesigner-internal-zoomwidget.html#zoomedEventFilter" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="184" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool zoomedEventFilter(QObject *watched, QEvent *event)">
<parameter left="QObject *" right="" name="watched" default=""/>
<parameter left="QEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="applyZoom" fullname="qdesigner_internal::ZoomWidget::applyZoom" href="qdesigner-internal-zoomwidget.html#applyZoom" status="active" access="protected" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="194" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyZoom()"/>
<function threadsafety="unspecified" name="doResize" fullname="qdesigner_internal::ZoomWidget::doResize" href="qdesigner-internal-zoomwidget.html#doResize" status="active" access="protected" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="196" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void doResize(const QSize &amp;s)">
<parameter left="const QSize &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="resizeEvent" fullname="qdesigner_internal::ZoomWidget::resizeEvent" href="qdesigner-internal-zoomwidget.html#resizeEvent" status="active" access="protected" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="191" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resizeEvent(QResizeEvent *event)">
<parameter left="QResizeEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="resizeToWidgetSize" fullname="qdesigner_internal::ZoomWidget::resizeToWidgetSize" href="qdesigner-internal-zoomwidget.html#resizeToWidgetSize" status="active" access="private" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="203" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resizeToWidgetSize()"/>
<function threadsafety="unspecified" name="setItemAcceptDrops" fullname="qdesigner_internal::ZoomWidget::setItemAcceptDrops" href="qdesigner-internal-zoomwidget.html#itemAcceptDrops-prop" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="178" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" associated-property="itemAcceptDrops" type="void" signature="void setItemAcceptDrops(bool )">
<parameter left="bool" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setWidget" fullname="qdesigner_internal::ZoomWidget::setWidget" href="qdesigner-internal-zoomwidget.html#setWidget" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="168" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setWidget(QWidget *w, Qt::WindowFlags wFlags)">
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="Qt::WindowFlags" right="" name="wFlags" default="0"/>
</function>
<function threadsafety="unspecified" name="setWidgetZoomContextMenuEnabled" fullname="qdesigner_internal::ZoomWidget::setWidgetZoomContextMenuEnabled" href="qdesigner-internal-zoomwidget.html#widgetZoomContextMenuEnabled-prop" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="176" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" associated-property="widgetZoomContextMenuEnabled" type="void" signature="void setWidgetZoomContextMenuEnabled(bool e)">
<parameter left="bool" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="createProxyWidget" fullname="qdesigner_internal::ZoomWidget::createProxyWidget" href="qdesigner-internal-zoomwidget.html#createProxyWidget" status="active" access="private" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="200" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QGraphicsProxyWidget *" signature="QGraphicsProxyWidget * createProxyWidget(QGraphicsItem *parent, Qt::WindowFlags wFlags) const">
<parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
<parameter left="Qt::WindowFlags" right="" name="wFlags" default="0"/>
</function>
<function threadsafety="unspecified" name="minimumSizeHint" fullname="qdesigner_internal::ZoomWidget::minimumSizeHint" href="qdesigner-internal-zoomwidget.html#minimumSizeHint" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="181" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSize" signature="QSize minimumSizeHint() const"/>
<function threadsafety="unspecified" name="sizeHint" fullname="qdesigner_internal::ZoomWidget::sizeHint" href="qdesigner-internal-zoomwidget.html#sizeHint" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="182" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSize" signature="QSize sizeHint() const"/>
<function threadsafety="unspecified" name="viewPortMargin" fullname="qdesigner_internal::ZoomWidget::viewPortMargin" href="qdesigner-internal-zoomwidget.html#viewPortMargin" status="active" access="private" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="204" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSize" signature="QSize viewPortMargin() const"/>
<function threadsafety="unspecified" name="widgetSize" fullname="qdesigner_internal::ZoomWidget::widgetSize" href="qdesigner-internal-zoomwidget.html#widgetSize" status="active" access="private" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="205" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSize" signature="QSize widgetSize() const"/>
<function threadsafety="unspecified" name="widgetSizeToViewSize" fullname="qdesigner_internal::ZoomWidget::widgetSizeToViewSize" href="qdesigner-internal-zoomwidget.html#widgetSizeToViewSize" status="active" access="private" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="201" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSize" signature="QSize widgetSizeToViewSize(const QSize &amp;s, bool *ptrToValid) const">
<parameter left="const QSize &amp;" right="" name="s" default=""/>
<parameter left="bool *" right="" name="ptrToValid" default="0"/>
</function>
<function threadsafety="unspecified" name="widgetDecorationSizeF" fullname="qdesigner_internal::ZoomWidget::widgetDecorationSizeF" href="qdesigner-internal-zoomwidget.html#widgetDecorationSizeF" status="active" access="private" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="206" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSizeF" signature="QSizeF widgetDecorationSizeF() const"/>
<function threadsafety="unspecified" name="isWidgetZoomContextMenuEnabled" fullname="qdesigner_internal::ZoomWidget::isWidgetZoomContextMenuEnabled" href="qdesigner-internal-zoomwidget.html#widgetZoomContextMenuEnabled-prop" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="175" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="widgetZoomContextMenuEnabled" type="bool" signature="bool isWidgetZoomContextMenuEnabled() const"/>
<function threadsafety="unspecified" name="itemAcceptDrops" fullname="qdesigner_internal::ZoomWidget::itemAcceptDrops" href="qdesigner-internal-zoomwidget.html#itemAcceptDrops-prop" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="179" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="itemAcceptDrops" type="bool" signature="bool itemAcceptDrops() const"/>
<function threadsafety="unspecified" name="proxy" fullname="qdesigner_internal::ZoomWidget::proxy" href="qdesigner-internal-zoomwidget.html#proxy" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="170" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QGraphicsProxyWidget *" signature="const QGraphicsProxyWidget * proxy() const"/>
<function threadsafety="unspecified" name="dump" fullname="qdesigner_internal::ZoomWidget::dump" href="qdesigner-internal-zoomwidget.html#dump" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="188" virtual="non" meta="slot" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dump() const"/>
<property threadsafety="unspecified" name="itemAcceptDrops" fullname="qdesigner_internal::ZoomWidget::itemAcceptDrops" href="qdesigner-internal-zoomwidget.html#itemAcceptDrops-prop" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="162" type="bool">
<getter name="itemAcceptDrops"/>
<setter name="setItemAcceptDrops"/>
</property>
<property threadsafety="unspecified" name="widgetZoomContextMenuEnabled" fullname="qdesigner_internal::ZoomWidget::widgetZoomContextMenuEnabled" href="qdesigner-internal-zoomwidget.html#widgetZoomContextMenuEnabled-prop" status="active" access="public" location="zoomwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/zoomwidget_p.h" lineno="161" type="bool">
<getter name="isWidgetZoomContextMenuEnabled"/>
<setter name="setWidgetZoomContextMenuEnabled"/>
</property>
</class>
</namespace>
<class threadsafety="unspecified" name="NewForm" href="newform.html" status="internal" access="private" location="newform.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/newform.h" lineno="51">
<function threadsafety="unspecified" name="NewForm" fullname="NewForm::NewForm" href="newform.html#NewForm" status="active" access="public" location="newform.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/newform.h" lineno="57" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="NewForm(QDesignerWorkbench *workbench, QWidget *parentWidget, const QString &amp;fileName)">
<parameter left="QDesignerWorkbench *" right="" name="workbench" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
<parameter left="const QString &amp;" right="" name="fileName" default="QString()"/>
</function>
<function threadsafety="unspecified" name="createButtonBox" fullname="NewForm::createButtonBox" href="newform.html#createButtonBox" status="active" access="private" location="newform.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/newform.h" lineno="77" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDialogButtonBox *" signature="QDialogButtonBox * createButtonBox()"/>
<function threadsafety="unspecified" name="grabForm" fullname="NewForm::grabForm" href="newform.html#grabForm" status="active" access="public" location="newform.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/newform.h" lineno="65" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QImage" signature="QImage grabForm(QDesignerFormEditorInterface *core, QIODevice &amp;file, const QString &amp;workingDir, const qdesigner_internal::DeviceProfile &amp;dp)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QIODevice &amp;" right="" name="file" default=""/>
<parameter left="const QString &amp;" right="" name="workingDir" default=""/>
<parameter left="const qdesigner_internal::DeviceProfile &amp;" right="" name="dp" default=""/>
</function>
<function threadsafety="unspecified" name="openTemplate" fullname="NewForm::openTemplate" href="newform.html#openTemplate" status="active" access="private" location="newform.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/newform.h" lineno="78" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool openTemplate(QString *ptrToErrorMessage)">
<parameter left="QString *" right="" name="ptrToErrorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="recentFileChosen" fullname="NewForm::recentFileChosen" href="newform.html#recentFileChosen" status="active" access="private" location="newform.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/newform.h" lineno="72" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void recentFileChosen()"/>
<function threadsafety="unspecified" name="slotButtonBoxClicked" fullname="NewForm::slotButtonBoxClicked" href="newform.html#slotButtonBoxClicked" status="active" access="private" location="newform.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/newform.h" lineno="71" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotButtonBoxClicked(QAbstractButton *btn)">
<parameter left="QAbstractButton *" right="" name="btn" default=""/>
</function>
<function threadsafety="unspecified" name="slotCurrentTemplateChanged" fullname="NewForm::slotCurrentTemplateChanged" href="newform.html#slotCurrentTemplateChanged" status="active" access="private" location="newform.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/newform.h" lineno="73" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotCurrentTemplateChanged(bool templateSelected)">
<parameter left="bool" right="" name="templateSelected" default=""/>
</function>
<function threadsafety="unspecified" name="slotTemplateActivated" fullname="NewForm::slotTemplateActivated" href="newform.html#slotTemplateActivated" status="active" access="private" location="newform.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/newform.h" lineno="74" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotTemplateActivated()"/>
<function threadsafety="unspecified" name="~NewForm" fullname="NewForm::~NewForm" href="newform.html#dtor.NewForm" status="active" access="public" location="newform.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/newform.h" lineno="62" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~NewForm()"/>
</class>
<namespace threadsafety="unspecified" name="Ui" href="ui.html" status="internal" access="private" location="preferencesdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/preferencesdialog.h" lineno="40"/>
<class threadsafety="unspecified" name="PreferencesDialog" href="preferencesdialog.html" status="internal" access="private" location="preferencesdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/preferencesdialog.h" lineno="44">
<function threadsafety="unspecified" name="PreferencesDialog" fullname="PreferencesDialog::PreferencesDialog" href="preferencesdialog.html#PreferencesDialog" status="active" access="public" location="preferencesdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/preferencesdialog.h" lineno="48" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="PreferencesDialog(QDesignerFormEditorInterface *core, QWidget *parentWidget)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default="0"/>
</function>
<function threadsafety="unspecified" name="closeOptionPages" fullname="PreferencesDialog::closeOptionPages" href="preferencesdialog.html#closeOptionPages" status="active" access="private" location="preferencesdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/preferencesdialog.h" lineno="60" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void closeOptionPages()"/>
<function threadsafety="unspecified" name="slotAccepted" fullname="PreferencesDialog::slotAccepted" href="preferencesdialog.html#slotAccepted" status="active" access="private" location="preferencesdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/preferencesdialog.h" lineno="53" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotAccepted()"/>
<function threadsafety="unspecified" name="slotApply" fullname="PreferencesDialog::slotApply" href="preferencesdialog.html#slotApply" status="active" access="private" location="preferencesdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/preferencesdialog.h" lineno="55" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotApply()"/>
<function threadsafety="unspecified" name="slotRejected" fullname="PreferencesDialog::slotRejected" href="preferencesdialog.html#slotRejected" status="active" access="private" location="preferencesdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/preferencesdialog.h" lineno="54" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotRejected()"/>
<function threadsafety="unspecified" name="slotUiModeChanged" fullname="PreferencesDialog::slotUiModeChanged" href="preferencesdialog.html#slotUiModeChanged" status="active" access="private" location="preferencesdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/preferencesdialog.h" lineno="56" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotUiModeChanged(bool modified)">
<parameter left="bool" right="" name="modified" default=""/>
</function>
<function threadsafety="unspecified" name="~PreferencesDialog" fullname="PreferencesDialog::~PreferencesDialog" href="preferencesdialog.html#dtor.PreferencesDialog" status="active" access="public" location="preferencesdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/preferencesdialog.h" lineno="49" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~PreferencesDialog()"/>
<function threadsafety="unspecified" name="applyButton" fullname="PreferencesDialog::applyButton" href="preferencesdialog.html#applyButton" status="active" access="private" location="preferencesdialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/preferencesdialog.h" lineno="59" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPushButton *" signature="QPushButton * applyButton() const"/>
</class>
<class threadsafety="unspecified" name="QDesigner" href="qdesigner.html" status="internal" access="private" location="qdesigner.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner.h" lineno="49">
<function threadsafety="unspecified" name="parseCommandLineArguments" fullname="QDesigner::parseCommandLineArguments" href="qdesigner.html#parseCommandLineArguments" status="active" access="public" location="qdesigner.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner.h" lineno="62" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="ParseArgumentsResult" signature="ParseArgumentsResult parseCommandLineArguments()"/>
<function threadsafety="unspecified" name="QDesigner" fullname="QDesigner::QDesigner" href="qdesigner.html#QDesigner" status="active" access="public" location="qdesigner.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner.h" lineno="59" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesigner(int &amp;argc, char **argv)">
<parameter left="int &amp;" right="" name="argc" default=""/>
<parameter left="char **" right="" name="argv" default=""/>
</function>
<function threadsafety="unspecified" name="event" fullname="QDesigner::event" href="qdesigner.html#event" status="active" access="protected" location="qdesigner.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner.h" lineno="70" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool event(QEvent *ev)">
<parameter left="QEvent *" right="" name="ev" default=""/>
</function>
<function threadsafety="unspecified" name="callCreateForm" fullname="QDesigner::callCreateForm" href="qdesigner.html#callCreateForm" status="active" access="private" location="qdesigner.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner.h" lineno="79" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void callCreateForm()"/>
<function threadsafety="unspecified" name="setMainWindow" fullname="QDesigner::setMainWindow" href="qdesigner.html#setMainWindow" status="active" access="public" location="qdesigner.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner.h" lineno="67" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setMainWindow(MainWindowBase *tw)">
<parameter left="MainWindowBase *" right="" name="tw" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesigner" fullname="QDesigner::~QDesigner" href="qdesigner.html#dtor.QDesigner" status="active" access="public" location="qdesigner.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner.h" lineno="60" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesigner()"/>
<function threadsafety="unspecified" name="mainWindow" fullname="QDesigner::mainWindow" href="qdesigner.html#mainWindow" status="active" access="public" location="qdesigner.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner.h" lineno="66" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="MainWindowBase *" signature="MainWindowBase * mainWindow() const"/>
<function threadsafety="unspecified" name="server" fullname="QDesigner::server" href="qdesigner.html#server" status="active" access="public" location="qdesigner.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner.h" lineno="65" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerServer *" signature="QDesignerServer * server() const"/>
<function threadsafety="unspecified" name="workbench" fullname="QDesigner::workbench" href="qdesigner.html#workbench" status="active" access="public" location="qdesigner.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner.h" lineno="64" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerWorkbench *" signature="QDesignerWorkbench * workbench() const"/>
<enum threadsafety="unspecified" name="ParseArgumentsResult" fullname="QDesigner::ParseArgumentsResult" href="qdesigner.html#ParseArgumentsResult-enum" status="active" access="public" location="qdesigner.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner.h" lineno="53">
<value name="ParseArgumentsSuccess" value="0"/>
<value name="ParseArgumentsError" value="1"/>
<value name="ParseArgumentsHelpRequested" value="2"/>
</enum>
<function threadsafety="unspecified" name="initialized" fullname="QDesigner::initialized" href="qdesigner.html#initialized" status="active" access="public" location="qdesigner.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner.h" lineno="73" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void initialized()"/>
<function threadsafety="unspecified" name="showErrorMessage" fullname="QDesigner::showErrorMessage" href="qdesigner.html#showErrorMessage" status="active" access="public" location="qdesigner.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner.h" lineno="76" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showErrorMessage(const char *message)">
<parameter left="const char *" right="" name="message" default=""/>
</function>
<function threadsafety="unspecified" name="showErrorMessageBox" fullname="QDesigner::showErrorMessageBox" href="qdesigner.html#showErrorMessageBox" status="active" access="private" location="qdesigner.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner.h" lineno="82" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showErrorMessageBox(const QString &amp;)">
<parameter left="const QString &amp;" right="" name="" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerActions" href="qdesigneractions.html" status="internal" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="63">
<function threadsafety="unspecified" name="createRecentFilesMenu" fullname="QDesignerActions::createRecentFilesMenu" href="qdesigneractions.html#createRecentFilesMenu" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="144" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * createRecentFilesMenu()"/>
<function threadsafety="unspecified" name="createHelpActions" fullname="QDesignerActions::createHelpActions" href="qdesigneractions.html#createHelpActions" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="154" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QActionGroup *" signature="QActionGroup * createHelpActions()"/>
<function threadsafety="unspecified" name="QDesignerActions" fullname="QDesignerActions::QDesignerActions" href="qdesigneractions.html#QDesignerActions" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="67" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerActions(QDesignerWorkbench *mainWindow)">
<parameter left="QDesignerWorkbench *" right="" name="mainWindow" default=""/>
</function>
<function threadsafety="unspecified" name="createPreviewPixmap" fullname="QDesignerActions::createPreviewPixmap" href="qdesigneractions.html#createPreviewPixmap" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="156" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QPixmap" signature="QPixmap createPreviewPixmap(QDesignerFormWindowInterface *fw)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="fixResourceFileBackupPath" fullname="QDesignerActions::fixResourceFileBackupPath" href="qdesigneractions.html#fixResourceFileBackupPath" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="152" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString fixResourceFileBackupPath(QDesignerFormWindowInterface *fwi, const QDir &amp;backupDir)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fwi" default=""/>
<parameter left="const QDir &amp;" right="" name="backupDir" default=""/>
</function>
<function threadsafety="unspecified" name="ensureBackupDirectories" fullname="QDesignerActions::ensureBackupDirectories" href="qdesigneractions.html#ensureBackupDirectories" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="155" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool ensureBackupDirectories()"/>
<function threadsafety="unspecified" name="openForm" fullname="QDesignerActions::openForm" href="qdesigneractions.html#openForm" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="101" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool openForm(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="readInForm" fullname="QDesignerActions::readInForm" href="qdesigneractions.html#readInForm" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="74" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool readInForm(const QString &amp;fileName)">
<parameter left="const QString &amp;" right="" name="fileName" default=""/>
</function>
<function threadsafety="unspecified" name="saveForm" fullname="QDesignerActions::saveForm" href="qdesigneractions.html#saveForm" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="73" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool saveForm(QDesignerFormWindowInterface *fw)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="saveFormAs" fullname="QDesignerActions::saveFormAs" href="qdesigneractions.html#saveFormAs-1" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="145" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool saveFormAs(QDesignerFormWindowInterface *fw)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="writeOutForm" fullname="QDesignerActions::writeOutForm" href="qdesigneractions.html#writeOutForm" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="75" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool writeOutForm(QDesignerFormWindowInterface *formWindow, const QString &amp;fileName, bool check)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="const QString &amp;" right="" name="fileName" default=""/>
<parameter left="bool" right="" name="check" default="true"/>
</function>
<function threadsafety="unspecified" name="previewConfiguration" fullname="QDesignerActions::previewConfiguration" href="qdesigneractions.html#previewConfiguration" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="157" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="qdesigner_internal::PreviewConfiguration" signature="qdesigner_internal::PreviewConfiguration previewConfiguration()"/>
<function threadsafety="unspecified" name="aboutDesigner" fullname="QDesignerActions::aboutDesigner" href="qdesigneractions.html#aboutDesigner" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="131" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void aboutDesigner()"/>
<function threadsafety="unspecified" name="activeFormWindowChanged" fullname="QDesignerActions::activeFormWindowChanged" href="qdesigneractions.html#activeFormWindowChanged" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="110" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void activeFormWindowChanged(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="addRecentFile" fullname="QDesignerActions::addRecentFile" href="qdesigneractions.html#addRecentFile" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="148" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addRecentFile(const QString &amp;fileName)">
<parameter left="const QString &amp;" right="" name="fileName" default=""/>
</function>
<function threadsafety="unspecified" name="backupForms" fullname="QDesignerActions::backupForms" href="qdesigneractions.html#backupForms" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="133" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void backupForms()"/>
<function threadsafety="unspecified" name="clearRecentFiles" fullname="QDesignerActions::clearRecentFiles" href="qdesigneractions.html#clearRecentFiles" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="128" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearRecentFiles()"/>
<function threadsafety="unspecified" name="closeForm" fullname="QDesignerActions::closeForm" href="qdesigneractions.html#closeForm" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="129" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void closeForm()"/>
<function threadsafety="unspecified" name="closePreview" fullname="QDesignerActions::closePreview" href="qdesigneractions.html#closePreview" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="150" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void closePreview()"/>
<function threadsafety="unspecified" name="createForm" fullname="QDesignerActions::createForm" href="qdesigneractions.html#createForm" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="111" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void createForm()"/>
<function threadsafety="unspecified" name="editWidgetsSlot" fullname="QDesignerActions::editWidgetsSlot" href="qdesigneractions.html#editWidgetsSlot" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="126" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void editWidgetsSlot()"/>
<function threadsafety="unspecified" name="fixActionContext" fullname="QDesignerActions::fixActionContext" href="qdesigneractions.html#fixActionContext" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="146" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void fixActionContext()"/>
<function threadsafety="unspecified" name="formWindowCountChanged" fullname="QDesignerActions::formWindowCountChanged" href="qdesigneractions.html#formWindowCountChanged" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="140" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void formWindowCountChanged()"/>
<function threadsafety="unspecified" name="formWindowSettingsChanged" fullname="QDesignerActions::formWindowSettingsChanged" href="qdesigneractions.html#formWindowSettingsChanged" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="141" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void formWindowSettingsChanged(QDesignerFormWindowInterface *fw)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="helpRequested" fullname="QDesignerActions::helpRequested" href="qdesigneractions.html#helpRequested" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="113" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void helpRequested(const QString &amp;manual, const QString &amp;document)">
<parameter left="const QString &amp;" right="" name="manual" default=""/>
<parameter left="const QString &amp;" right="" name="document" default=""/>
</function>
<function threadsafety="unspecified" name="notImplementedYet" fullname="QDesignerActions::notImplementedYet" href="qdesigneractions.html#notImplementedYet" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="124" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void notImplementedYet()"/>
<function threadsafety="unspecified" name="openRecentForm" fullname="QDesignerActions::openRecentForm" href="qdesigneractions.html#openRecentForm" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="127" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void openRecentForm()"/>
<function threadsafety="unspecified" name="printPreviewImage" fullname="QDesignerActions::printPreviewImage" href="qdesigneractions.html#printPreviewImage" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="138" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void printPreviewImage()"/>
<function threadsafety="unspecified" name="saveAllForms" fullname="QDesignerActions::saveAllForms" href="qdesigneractions.html#saveAllForms" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="121" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveAllForms()"/>
<function threadsafety="unspecified" name="saveForm" fullname="QDesignerActions::saveForm" href="qdesigneractions.html#saveForm-1" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="119" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveForm()"/>
<function threadsafety="unspecified" name="saveFormAs" fullname="QDesignerActions::saveFormAs" href="qdesigneractions.html#saveFormAs" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="120" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveFormAs()"/>
<function threadsafety="unspecified" name="saveFormAsTemplate" fullname="QDesignerActions::saveFormAsTemplate" href="qdesigneractions.html#saveFormAsTemplate" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="122" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveFormAsTemplate()"/>
<function threadsafety="unspecified" name="savePreviewImage" fullname="QDesignerActions::savePreviewImage" href="qdesigneractions.html#savePreviewImage" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="137" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void savePreviewImage()"/>
<function threadsafety="unspecified" name="setBringAllToFrontVisible" fullname="QDesignerActions::setBringAllToFrontVisible" href="qdesigneractions.html#setBringAllToFrontVisible" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="98" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setBringAllToFrontVisible(bool visible)">
<parameter left="bool" right="" name="visible" default=""/>
</function>
<function threadsafety="unspecified" name="setWindowListSeparatorVisible" fullname="QDesignerActions::setWindowListSeparatorVisible" href="qdesigneractions.html#setWindowListSeparatorVisible" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="99" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setWindowListSeparatorVisible(bool visible)">
<parameter left="bool" right="" name="visible" default=""/>
</function>
<function threadsafety="unspecified" name="showAppFontDialog" fullname="QDesignerActions::showAppFontDialog" href="qdesigneractions.html#showAppFontDialog" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="136" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showAppFontDialog()"/>
<function threadsafety="unspecified" name="showDesignerHelp" fullname="QDesignerActions::showDesignerHelp" href="qdesigneractions.html#showDesignerHelp" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="130" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showDesignerHelp()"/>
<function threadsafety="unspecified" name="showHelp" fullname="QDesignerActions::showHelp" href="qdesigneractions.html#showHelp" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="149" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showHelp(const QString &amp;help)">
<parameter left="const QString &amp;" right="" name="help" default=""/>
</function>
<function threadsafety="unspecified" name="showNewFormDialog" fullname="QDesignerActions::showNewFormDialog" href="qdesigneractions.html#showNewFormDialog" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="134" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showNewFormDialog(const QString &amp;fileName)">
<parameter left="const QString &amp;" right="" name="fileName" default=""/>
</function>
<function threadsafety="unspecified" name="showPreferencesDialog" fullname="QDesignerActions::showPreferencesDialog" href="qdesigneractions.html#showPreferencesDialog" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="135" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showPreferencesDialog()"/>
<function threadsafety="unspecified" name="showWidgetSpecificHelp" fullname="QDesignerActions::showWidgetSpecificHelp" href="qdesigneractions.html#showWidgetSpecificHelp" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="132" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showWidgetSpecificHelp()"/>
<function threadsafety="unspecified" name="shutdown" fullname="QDesignerActions::shutdown" href="qdesigneractions.html#shutdown" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="125" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void shutdown()"/>
<function threadsafety="unspecified" name="slotOpenForm" fullname="QDesignerActions::slotOpenForm" href="qdesigneractions.html#slotOpenForm" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="112" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotOpenForm()"/>
<function threadsafety="unspecified" name="updateCloseAction" fullname="QDesignerActions::updateCloseAction" href="qdesigneractions.html#updateCloseAction" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="139" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateCloseAction()"/>
<function threadsafety="unspecified" name="updateRecentFileActions" fullname="QDesignerActions::updateRecentFileActions" href="qdesigneractions.html#updateRecentFileActions" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="147" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateRecentFileActions()"/>
<function threadsafety="unspecified" name="useBigIcons" fullname="QDesignerActions::useBigIcons" href="qdesigneractions.html#useBigIcons" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="116" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void useBigIcons(bool )">
<parameter left="bool" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="viewCode" fullname="QDesignerActions::viewCode" href="qdesigneractions.html#viewCode" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="123" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void viewCode()"/>
<function threadsafety="unspecified" name="~QDesignerActions" fullname="QDesignerActions::~QDesignerActions" href="qdesigneractions.html#dtor.QDesignerActions" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="68" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerActions()"/>
<function threadsafety="unspecified" name="closeFormAction" fullname="QDesignerActions::closeFormAction" href="qdesigneractions.html#closeFormAction" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="89" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * closeFormAction() const"/>
<function threadsafety="unspecified" name="editWidgets" fullname="QDesignerActions::editWidgets" href="qdesigneractions.html#editWidgets" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="93" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * editWidgets() const"/>
<function threadsafety="unspecified" name="minimizeAction" fullname="QDesignerActions::minimizeAction" href="qdesigneractions.html#minimizeAction" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="91" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * minimizeAction() const"/>
<function threadsafety="unspecified" name="openFormAction" fullname="QDesignerActions::openFormAction" href="qdesigneractions.html#openFormAction" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="88" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * openFormAction() const"/>
<function threadsafety="unspecified" name="previewFormAction" fullname="QDesignerActions::previewFormAction" href="qdesigneractions.html#previewFormAction" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="95" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * previewFormAction() const"/>
<function threadsafety="unspecified" name="viewCodeAction" fullname="QDesignerActions::viewCodeAction" href="qdesigneractions.html#viewCodeAction" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="96" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * viewCodeAction() const"/>
<function threadsafety="unspecified" name="editActions" fullname="QDesignerActions::editActions" href="qdesigneractions.html#editActions" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="79" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QActionGroup *" signature="QActionGroup * editActions() const"/>
<function threadsafety="unspecified" name="fileActions" fullname="QDesignerActions::fileActions" href="qdesigneractions.html#fileActions" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="77" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QActionGroup *" signature="QActionGroup * fileActions() const"/>
<function threadsafety="unspecified" name="formActions" fullname="QDesignerActions::formActions" href="qdesigneractions.html#formActions" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="80" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QActionGroup *" signature="QActionGroup * formActions() const"/>
<function threadsafety="unspecified" name="helpActions" fullname="QDesignerActions::helpActions" href="qdesigneractions.html#helpActions" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="84" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QActionGroup *" signature="QActionGroup * helpActions() const"/>
<function threadsafety="unspecified" name="recentFilesActions" fullname="QDesignerActions::recentFilesActions" href="qdesigneractions.html#recentFilesActions" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="78" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QActionGroup *" signature="QActionGroup * recentFilesActions() const"/>
<function threadsafety="unspecified" name="settingsActions" fullname="QDesignerActions::settingsActions" href="qdesigneractions.html#settingsActions" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QActionGroup *" signature="QActionGroup * settingsActions() const"/>
<function threadsafety="unspecified" name="styleActions" fullname="QDesignerActions::styleActions" href="qdesigneractions.html#styleActions" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="86" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QActionGroup *" signature="QActionGroup * styleActions() const"/>
<function threadsafety="unspecified" name="toolActions" fullname="QDesignerActions::toolActions" href="qdesigneractions.html#toolActions" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="83" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QActionGroup *" signature="QActionGroup * toolActions() const"/>
<function threadsafety="unspecified" name="uiMode" fullname="QDesignerActions::uiMode" href="qdesigneractions.html#uiMode" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="85" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QActionGroup *" signature="QActionGroup * uiMode() const"/>
<function threadsafety="unspecified" name="windowActions" fullname="QDesignerActions::windowActions" href="qdesigneractions.html#windowActions" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="82" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QActionGroup *" signature="QActionGroup * windowActions() const"/>
<function threadsafety="unspecified" name="core" fullname="QDesignerActions::core" href="qdesigneractions.html#core" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="71" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
<function threadsafety="unspecified" name="workbench" fullname="QDesignerActions::workbench" href="qdesigneractions.html#workbench" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="70" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerWorkbench *" signature="QDesignerWorkbench * workbench() const"/>
<function threadsafety="unspecified" name="fixDialogRect" fullname="QDesignerActions::fixDialogRect" href="qdesigneractions.html#fixDialogRect" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="151" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect fixDialogRect(const QRect &amp;rect) const">
<parameter left="const QRect &amp;" right="" name="rect" default=""/>
</function>
<function threadsafety="unspecified" name="uiExtension" fullname="QDesignerActions::uiExtension" href="qdesigneractions.html#uiExtension" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="103" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString uiExtension() const"/>
<function threadsafety="unspecified" name="showStatusBarMessage" fullname="QDesignerActions::showStatusBarMessage" href="qdesigneractions.html#showStatusBarMessage" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="153" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showStatusBarMessage(const QString &amp;message) const">
<parameter left="const QString &amp;" right="" name="message" default=""/>
</function>
<variable threadsafety="unspecified" name="MaxRecentFiles" fullname="QDesignerActions::MaxRecentFiles" href="qdesigneractions.html#MaxRecentFiles-var" status="active" access="private" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="159" type="const int" static="true"/>
<variable threadsafety="unspecified" name="defaultToolbarPropertyName" fullname="QDesignerActions::defaultToolbarPropertyName" href="qdesigneractions.html#defaultToolbarPropertyName-var" status="active" access="public" location="qdesigner_actions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_actions.h" lineno="107" type="const char *" static="true"/>
</class>
<class threadsafety="unspecified" name="AppearanceOptions" href="appearanceoptions.html" status="internal" access="private" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="51">
<function threadsafety="unspecified" name="fromSettings" fullname="AppearanceOptions::fromSettings" href="appearanceoptions.html#fromSettings" status="active" access="public" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="54" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void fromSettings(const QDesignerSettings &amp;)">
<parameter left="const QDesignerSettings &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="equals" fullname="AppearanceOptions::equals" href="appearanceoptions.html#equals" status="active" access="public" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="52" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool equals(const AppearanceOptions &amp;) const">
<parameter left="const AppearanceOptions &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="toSettings" fullname="AppearanceOptions::toSettings" href="appearanceoptions.html#toSettings" status="active" access="public" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="53" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void toSettings(QDesignerSettings &amp;) const">
<parameter left="QDesignerSettings &amp;" right="" name="" default=""/>
</function>
<variable threadsafety="unspecified" name="toolWindowFontSettings" fullname="AppearanceOptions::toolWindowFontSettings" href="appearanceoptions.html#toolWindowFontSettings-var" status="active" access="public" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="57" type="ToolWindowFontSettings" static="false"/>
</class>
<class threadsafety="unspecified" name="QDesignerAppearanceOptionsPage" href="qdesignerappearanceoptionspage.html" status="internal" access="private" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="96">
<function threadsafety="unspecified" name="QDesignerAppearanceOptionsPage" fullname="QDesignerAppearanceOptionsPage::QDesignerAppearanceOptionsPage" href="qdesignerappearanceoptionspage.html#QDesignerAppearanceOptionsPage" status="active" access="public" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="101" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerAppearanceOptionsPage(QDesignerFormEditorInterface *core)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="createPage" fullname="QDesignerAppearanceOptionsPage::createPage" href="qdesignerappearanceoptionspage.html#createPage" status="active" access="public" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="104" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createPage(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="apply" fullname="QDesignerAppearanceOptionsPage::apply" href="qdesignerappearanceoptionspage.html#apply" status="active" access="public" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="105" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void apply()"/>
<function threadsafety="unspecified" name="finish" fullname="QDesignerAppearanceOptionsPage::finish" href="qdesignerappearanceoptionspage.html#finish" status="active" access="public" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="106" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void finish()"/>
<function threadsafety="unspecified" name="settingsChanged" fullname="QDesignerAppearanceOptionsPage::settingsChanged" href="qdesignerappearanceoptionspage.html#settingsChanged" status="active" access="public" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="109" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void settingsChanged()"/>
<function threadsafety="unspecified" name="name" fullname="QDesignerAppearanceOptionsPage::name" href="qdesignerappearanceoptionspage.html#name" status="active" access="public" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="103" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString name() const"/>
</class>
<class threadsafety="unspecified" name="QDesignerAppearanceOptionsWidget" href="qdesignerappearanceoptionswidget.html" status="internal" access="private" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="71">
<function threadsafety="unspecified" name="QDesignerAppearanceOptionsWidget" fullname="QDesignerAppearanceOptionsWidget::QDesignerAppearanceOptionsWidget" href="qdesignerappearanceoptionswidget.html#QDesignerAppearanceOptionsWidget" status="active" access="public" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="75" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerAppearanceOptionsWidget(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="setAppearanceOptions" fullname="QDesignerAppearanceOptionsWidget::setAppearanceOptions" href="qdesignerappearanceoptionswidget.html#setAppearanceOptions" status="active" access="public" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="79" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAppearanceOptions(const AppearanceOptions &amp;ao)">
<parameter left="const AppearanceOptions &amp;" right="" name="ao" default=""/>
</function>
<function threadsafety="unspecified" name="slotUiModeComboChanged" fullname="QDesignerAppearanceOptionsWidget::slotUiModeComboChanged" href="qdesignerappearanceoptionswidget.html#slotUiModeComboChanged" status="active" access="private" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="85" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotUiModeComboChanged()"/>
<function threadsafety="unspecified" name="uiModeChanged" fullname="QDesignerAppearanceOptionsWidget::uiModeChanged" href="qdesignerappearanceoptionswidget.html#uiModeChanged" status="active" access="public" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="82" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void uiModeChanged(bool modified)">
<parameter left="bool" right="" name="modified" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerAppearanceOptionsWidget" fullname="QDesignerAppearanceOptionsWidget::~QDesignerAppearanceOptionsWidget" href="qdesignerappearanceoptionswidget.html#dtor.QDesignerAppearanceOptionsWidget" status="active" access="public" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="76" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerAppearanceOptionsWidget()"/>
<function threadsafety="unspecified" name="appearanceOptions" fullname="QDesignerAppearanceOptionsWidget::appearanceOptions" href="qdesignerappearanceoptionswidget.html#appearanceOptions" status="active" access="public" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="78" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="AppearanceOptions" signature="AppearanceOptions appearanceOptions() const"/>
<function threadsafety="unspecified" name="uiMode" fullname="QDesignerAppearanceOptionsWidget::uiMode" href="qdesignerappearanceoptionswidget.html#uiMode" status="active" access="private" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="88" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="UIMode" signature="UIMode uiMode() const"/>
</class>
<class threadsafety="unspecified" name="QDesignerFormWindow" href="qdesignerformwindow.html" status="internal" access="private" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="40">
<function threadsafety="unspecified" name="QDesignerFormWindow" fullname="QDesignerFormWindow::QDesignerFormWindow" href="qdesignerformwindow.html#QDesignerFormWindow" status="active" access="public" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="44" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerFormWindow(QDesignerFormWindowInterface *formWindow, QDesignerWorkbench *workbench, QWidget *parent, Qt::WindowFlags flags)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="QDesignerWorkbench *" right="" name="workbench" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
<parameter left="Qt::WindowFlags" right="" name="flags" default="0"/>
</function>
<function threadsafety="unspecified" name="changeEvent" fullname="QDesignerFormWindow::changeEvent" href="qdesignerformwindow.html#changeEvent" status="active" access="protected" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="69" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void changeEvent(QEvent *e)">
<parameter left="QEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="closeEvent" fullname="QDesignerFormWindow::closeEvent" href="qdesignerformwindow.html#closeEvent" status="active" access="protected" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="70" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void closeEvent(QCloseEvent *ev)">
<parameter left="QCloseEvent *" right="" name="ev" default=""/>
</function>
<function threadsafety="unspecified" name="firstShow" fullname="QDesignerFormWindow::firstShow" href="qdesignerformwindow.html#firstShow" status="active" access="public" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="47" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void firstShow()"/>
<function threadsafety="unspecified" name="minimizationStateChanged" fullname="QDesignerFormWindow::minimizationStateChanged" href="qdesignerformwindow.html#minimizationStateChanged" status="active" access="public" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="65" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void minimizationStateChanged(QDesignerFormWindowInterface *formWindow, bool minimized)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="bool" right="" name="minimized" default=""/>
</function>
<function threadsafety="unspecified" name="resizeEvent" fullname="QDesignerFormWindow::resizeEvent" href="qdesignerformwindow.html#resizeEvent" status="active" access="protected" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="71" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resizeEvent(QResizeEvent *rev)">
<parameter left="QResizeEvent *" right="" name="rev" default=""/>
</function>
<function threadsafety="unspecified" name="slotGeometryChanged" fullname="QDesignerFormWindow::slotGeometryChanged" href="qdesignerformwindow.html#slotGeometryChanged" status="active" access="private" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="62" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotGeometryChanged()"/>
<function threadsafety="unspecified" name="triggerAction" fullname="QDesignerFormWindow::triggerAction" href="qdesignerformwindow.html#triggerAction" status="active" access="public" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="66" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void triggerAction()"/>
<function threadsafety="unspecified" name="updateChanged" fullname="QDesignerFormWindow::updateChanged" href="qdesignerformwindow.html#updateChanged" status="active" access="public" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="58" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateChanged()"/>
<function threadsafety="unspecified" name="updateWindowTitle" fullname="QDesignerFormWindow::updateWindowTitle" href="qdesignerformwindow.html#updateWindowTitle" status="active" access="private" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="61" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateWindowTitle(const QString &amp;fileName)">
<parameter left="const QString &amp;" right="" name="fileName" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerFormWindow" fullname="QDesignerFormWindow::~QDesignerFormWindow" href="qdesignerformwindow.html#dtor.QDesignerFormWindow" status="active" access="public" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="49" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerFormWindow()"/>
<function threadsafety="unspecified" name="action" fullname="QDesignerFormWindow::action" href="qdesignerformwindow.html#action" status="active" access="public" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="51" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * action() const"/>
<function threadsafety="unspecified" name="editor" fullname="QDesignerFormWindow::editor" href="qdesignerformwindow.html#editor" status="active" access="public" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="53" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * editor() const"/>
<function threadsafety="unspecified" name="workbench" fullname="QDesignerFormWindow::workbench" href="qdesignerformwindow.html#workbench" status="active" access="public" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="52" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerWorkbench *" signature="QDesignerWorkbench * workbench() const"/>
<function threadsafety="unspecified" name="geometryHint" fullname="QDesignerFormWindow::geometryHint" href="qdesignerformwindow.html#geometryHint" status="active" access="public" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="55" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect geometryHint() const"/>
<function threadsafety="unspecified" name="getNumberOfUntitledWindows" fullname="QDesignerFormWindow::getNumberOfUntitledWindows" href="qdesignerformwindow.html#getNumberOfUntitledWindows" status="active" access="private" location="qdesigner_formwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_formwindow.h" lineno="74" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int getNumberOfUntitledWindows() const"/>
</class>
<class threadsafety="unspecified" name="QDesignerClient" href="qdesignerclient.html" status="internal" access="private" location="qdesigner_server.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_server.h" lineno="60">
<function threadsafety="unspecified" name="QDesignerClient" fullname="QDesignerClient::QDesignerClient" href="qdesignerclient.html#QDesignerClient" status="active" access="public" location="qdesigner_server.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_server.h" lineno="64" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerClient(quint16 port, QObject *parent)">
<parameter left="quint16" right="" name="port" default=""/>
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="readFromSocket" fullname="QDesignerClient::readFromSocket" href="qdesignerclient.html#readFromSocket" status="active" access="private" location="qdesigner_server.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_server.h" lineno="68" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void readFromSocket()"/>
<function threadsafety="unspecified" name="~QDesignerClient" fullname="QDesignerClient::~QDesignerClient" href="qdesignerclient.html#dtor.QDesignerClient" status="active" access="public" location="qdesigner_server.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_server.h" lineno="65" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerClient()"/>
</class>
<class threadsafety="unspecified" name="QDesignerServer" href="qdesignerserver.html" status="internal" access="private" location="qdesigner_server.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_server.h" lineno="39">
<function threadsafety="unspecified" name="QDesignerServer" fullname="QDesignerServer::QDesignerServer" href="qdesignerserver.html#QDesignerServer" status="active" access="public" location="qdesigner_server.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_server.h" lineno="43" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerServer(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="handleNewConnection" fullname="QDesignerServer::handleNewConnection" href="qdesignerserver.html#handleNewConnection" status="active" access="private" location="qdesigner_server.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_server.h" lineno="51" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void handleNewConnection()"/>
<function threadsafety="unspecified" name="readFromClient" fullname="QDesignerServer::readFromClient" href="qdesignerserver.html#readFromClient" status="active" access="private" location="qdesigner_server.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_server.h" lineno="52" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void readFromClient()"/>
<function threadsafety="unspecified" name="sendOpenRequest" fullname="QDesignerServer::sendOpenRequest" href="qdesignerserver.html#sendOpenRequest" status="active" access="public" location="qdesigner_server.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_server.h" lineno="48" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void sendOpenRequest(int port, const QStringList &amp;files)">
<parameter left="int" right="" name="port" default=""/>
<parameter left="const QStringList &amp;" right="" name="files" default=""/>
</function>
<function threadsafety="unspecified" name="socketClosed" fullname="QDesignerServer::socketClosed" href="qdesignerserver.html#socketClosed" status="active" access="private" location="qdesigner_server.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_server.h" lineno="53" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void socketClosed()"/>
<function threadsafety="unspecified" name="~QDesignerServer" fullname="QDesignerServer::~QDesignerServer" href="qdesignerserver.html#dtor.QDesignerServer" status="active" access="public" location="qdesigner_server.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_server.h" lineno="44" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerServer()"/>
<function threadsafety="unspecified" name="serverPort" fullname="QDesignerServer::serverPort" href="qdesignerserver.html#serverPort" status="active" access="public" location="qdesigner_server.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_server.h" lineno="46" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="quint16" signature="quint16 serverPort() const"/>
</class>
<class threadsafety="unspecified" name="QDesignerSettings" href="qdesignersettings.html" status="internal" access="private" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="45">
<function threadsafety="unspecified" name="QDesignerSettings" fullname="QDesignerSettings::QDesignerSettings" href="qdesignersettings.html#QDesignerSettings" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="48" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerSettings(QDesignerFormEditorInterface *core)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="clearBackup" fullname="QDesignerSettings::clearBackup" href="qdesignersettings.html#clearBackup" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="74" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearBackup()"/>
<function threadsafety="unspecified" name="saveGeometryFor" fullname="QDesignerSettings::saveGeometryFor" href="qdesignersettings.html#saveGeometryFor" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="54" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveGeometryFor(const QWidget *w)">
<parameter left="const QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="setBackup" fullname="QDesignerSettings::setBackup" href="qdesignersettings.html#setBackup" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="75" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setBackup(const QMap&lt;QString, QString&gt; &amp;map)">
<parameter left="const QMap&lt;QString, QString&gt; &amp;" right="" name="map" default=""/>
</function>
<function threadsafety="unspecified" name="setMainWindowState" fullname="QDesignerSettings::setMainWindowState" href="qdesignersettings.html#setMainWindowState" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="69" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setMainWindowState(UIMode mode, const QByteArray &amp;mainWindowState)">
<parameter left="UIMode" right="" name="mode" default=""/>
<parameter left="const QByteArray &amp;" right="" name="mainWindowState" default=""/>
</function>
<function threadsafety="unspecified" name="setRecentFilesList" fullname="QDesignerSettings::setRecentFilesList" href="qdesignersettings.html#setRecentFilesList" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="57" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setRecentFilesList(const QStringList &amp;list)">
<parameter left="const QStringList &amp;" right="" name="list" default=""/>
</function>
<function threadsafety="unspecified" name="setShowNewFormOnStartup" fullname="QDesignerSettings::setShowNewFormOnStartup" href="qdesignersettings.html#setShowNewFormOnStartup" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="59" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setShowNewFormOnStartup(bool showIt)">
<parameter left="bool" right="" name="showIt" default=""/>
</function>
<function threadsafety="unspecified" name="setToolBarsState" fullname="QDesignerSettings::setToolBarsState" href="qdesignersettings.html#setToolBarsState" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="72" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setToolBarsState(UIMode mode, const QByteArray &amp;mainWindowState)">
<parameter left="UIMode" right="" name="mode" default=""/>
<parameter left="const QByteArray &amp;" right="" name="mainWindowState" default=""/>
</function>
<function threadsafety="unspecified" name="setToolWindowFont" fullname="QDesignerSettings::setToolWindowFont" href="qdesignersettings.html#setToolWindowFont" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="65" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setToolWindowFont(const ToolWindowFontSettings &amp;fontSettings)">
<parameter left="const ToolWindowFontSettings &amp;" right="" name="fontSettings" default=""/>
</function>
<function threadsafety="unspecified" name="setUiMode" fullname="QDesignerSettings::setUiMode" href="qdesignersettings.html#setUiMode" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="62" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setUiMode(UIMode mode)">
<parameter left="UIMode" right="" name="mode" default=""/>
</function>
<function threadsafety="unspecified" name="setValue" fullname="QDesignerSettings::setValue" href="qdesignersettings.html#setValue" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="50" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void 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 threadsafety="unspecified" name="mainWindowState" fullname="QDesignerSettings::mainWindowState" href="qdesignersettings.html#mainWindowState" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="68" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QByteArray" signature="QByteArray mainWindowState(UIMode mode) const">
<parameter left="UIMode" right="" name="mode" default=""/>
</function>
<function threadsafety="unspecified" name="toolBarsState" fullname="QDesignerSettings::toolBarsState" href="qdesignersettings.html#toolBarsState" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="71" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QByteArray" signature="QByteArray toolBarsState(UIMode mode) const">
<parameter left="UIMode" right="" name="mode" default=""/>
</function>
<function threadsafety="unspecified" name="backup" fullname="QDesignerSettings::backup" href="qdesignersettings.html#backup" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="76" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QMap&lt;QString, QString&gt;" signature="QMap&lt;QString, QString&gt; backup() const"/>
<function threadsafety="unspecified" name="recentFilesList" fullname="QDesignerSettings::recentFilesList" href="qdesignersettings.html#recentFilesList" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="56" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList recentFilesList() const"/>
<function threadsafety="unspecified" name="value" fullname="QDesignerSettings::value" href="qdesignersettings.html#value" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="51" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant 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 threadsafety="unspecified" name="toolWindowFont" fullname="QDesignerSettings::toolWindowFont" href="qdesignersettings.html#toolWindowFont" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="66" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="ToolWindowFontSettings" signature="ToolWindowFontSettings toolWindowFont() const"/>
<function threadsafety="unspecified" name="uiMode" fullname="QDesignerSettings::uiMode" href="qdesignersettings.html#uiMode" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="63" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="UIMode" signature="UIMode uiMode() const"/>
<function threadsafety="unspecified" name="showNewFormOnStartup" fullname="QDesignerSettings::showNewFormOnStartup" href="qdesignersettings.html#showNewFormOnStartup" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="60" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool showNewFormOnStartup() const"/>
<function threadsafety="unspecified" name="restoreGeometry" fullname="QDesignerSettings::restoreGeometry" href="qdesignersettings.html#restoreGeometry" status="active" access="public" location="qdesigner_settings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_settings.h" lineno="53" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void restoreGeometry(QWidget *w, QRect fallBack) const">
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="QRect" right="" name="fallBack" default="QRect()"/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerToolWindow" href="qdesignertoolwindow.html" status="internal" access="private" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="64" bases="MainWindowBase">
<function threadsafety="unspecified" name="createStandardToolWindow" fullname="QDesignerToolWindow::createStandardToolWindow" href="qdesignertoolwindow.html#createStandardToolWindow" status="active" access="public" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="83" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QDesignerToolWindow *" signature="QDesignerToolWindow * createStandardToolWindow(StandardToolWindow which, QDesignerWorkbench *workbench)">
<parameter left="StandardToolWindow" right="" name="which" default=""/>
<parameter left="QDesignerWorkbench *" right="" name="workbench" default=""/>
</function>
<function threadsafety="unspecified" name="QDesignerToolWindow" fullname="QDesignerToolWindow::QDesignerToolWindow" href="qdesignertoolwindow.html#QDesignerToolWindow" status="active" access="protected" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="68" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerToolWindow(QDesignerWorkbench *workbench, QWidget *w, const QString &amp;objectName, const QString &amp;title, const QString &amp;actionObjectName, Qt::DockWidgetArea dockAreaHint, QWidget *parent, Qt::WindowFlags flags)">
<parameter left="QDesignerWorkbench *" right="" name="workbench" default=""/>
<parameter left="QWidget *" right="" name="w" default=""/>
<parameter left="const QString &amp;" right="" name="objectName" default=""/>
<parameter left="const QString &amp;" right="" name="title" default=""/>
<parameter left="const QString &amp;" right="" name="actionObjectName" default=""/>
<parameter left="Qt::DockWidgetArea" right="" name="dockAreaHint" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
<parameter left="Qt::WindowFlags" right="" name="flags" default="Qt::Window"/>
</function>
<function threadsafety="unspecified" name="changeEvent" fullname="QDesignerToolWindow::changeEvent" href="qdesignertoolwindow.html#changeEvent" status="active" access="protected" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="97" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void changeEvent(QEvent *e)">
<parameter left="QEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="hideEvent" fullname="QDesignerToolWindow::hideEvent" href="qdesignertoolwindow.html#hideEvent" status="active" access="protected" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="96" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void hideEvent(QHideEvent *e)">
<parameter left="QHideEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="showEvent" fullname="QDesignerToolWindow::showEvent" href="qdesignertoolwindow.html#showEvent" status="active" access="protected" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="95" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showEvent(QShowEvent *e)">
<parameter left="QShowEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="showMe" fullname="QDesignerToolWindow::showMe" href="qdesignertoolwindow.html#showMe" status="active" access="private" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="92" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showMe(bool )">
<parameter left="bool" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="action" fullname="QDesignerToolWindow::action" href="qdesignertoolwindow.html#action" status="active" access="public" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="86" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * action() const"/>
<function threadsafety="unspecified" name="workbench" fullname="QDesignerToolWindow::workbench" href="qdesignertoolwindow.html#workbench" status="active" access="public" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="85" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerWorkbench *" signature="QDesignerWorkbench * workbench() const"/>
<function threadsafety="unspecified" name="availableToolWindowGeometry" fullname="QDesignerToolWindow::availableToolWindowGeometry" href="qdesignertoolwindow.html#availableToolWindowGeometry" status="active" access="protected" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="99" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect availableToolWindowGeometry() const"/>
<function threadsafety="unspecified" name="geometryHint" fullname="QDesignerToolWindow::geometryHint" href="qdesignertoolwindow.html#geometryHint" status="active" access="public" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="89" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect geometryHint() const"/>
<enum threadsafety="unspecified" name="StandardToolWindow" fullname="QDesignerToolWindow::StandardToolWindow" href="qdesignertoolwindow.html#StandardToolWindow-enum" status="active" access="public" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="79">
<value name="WidgetBox" value="0"/>
<value name="ObjectInspector" value="1"/>
<value name="PropertyEditor" value="2"/>
<value name="ResourceEditor" value="3"/>
<value name="ActionEditor" value="4"/>
<value name="SignalSlotEditor" value="5"/>
<value name="StandardToolWindowCount" value="6"/>
</enum>
<function threadsafety="unspecified" name="dockWidgetAreaHint" fullname="QDesignerToolWindow::dockWidgetAreaHint" href="qdesignertoolwindow.html#dockWidgetAreaHint" status="active" access="public" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="88" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Qt::DockWidgetArea" signature="Qt::DockWidgetArea dockWidgetAreaHint() const"/>
</class>
<class threadsafety="unspecified" name="ToolWindowFontSettings" href="toolwindowfontsettings.html" status="internal" access="private" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="40">
<function threadsafety="unspecified" name="equals" fullname="ToolWindowFontSettings::equals" href="toolwindowfontsettings.html#equals" status="active" access="public" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="41" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool equals(const ToolWindowFontSettings &amp;) const">
<parameter left="const ToolWindowFontSettings &amp;" right="" name="" default=""/>
</function>
<variable threadsafety="unspecified" name="m_font" fullname="ToolWindowFontSettings::m_font" href="toolwindowfontsettings.html#m_font-var" status="active" access="public" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="43" type="QFont" static="false"/>
</class>
<class threadsafety="unspecified" name="QDesignerWorkbench" href="qdesignerworkbench.html" status="internal" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="67">
<function threadsafety="unspecified" name="loadForm" fullname="QDesignerWorkbench::loadForm" href="qdesignerworkbench.html#loadForm" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="140" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindow *" signature="QDesignerFormWindow * loadForm(const QString &amp;fileName, bool detectLineTermiantorMode, QString *errorMessage)">
<parameter left="const QString &amp;" right="" name="fileName" default=""/>
<parameter left="bool" right="" name="detectLineTermiantorMode" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="openForm" fullname="QDesignerWorkbench::openForm" href="qdesignerworkbench.html#openForm" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="80" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindow *" signature="QDesignerFormWindow * openForm(const QString &amp;fileName, QString *errorMessage)">
<parameter left="const QString &amp;" right="" name="fileName" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="openTemplate" fullname="QDesignerWorkbench::openTemplate" href="qdesignerworkbench.html#openTemplate" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="81" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindow *" signature="QDesignerFormWindow * openTemplate(const QString &amp;templateFileName, const QString &amp;editorFileName, QString *errorMessage)">
<parameter left="const QString &amp;" right="" name="templateFileName" default=""/>
<parameter left="const QString &amp;" right="" name="editorFileName" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="QDesignerWorkbench" fullname="QDesignerWorkbench::QDesignerWorkbench" href="qdesignerworkbench.html#QDesignerWorkbench" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="72" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerWorkbench()"/>
<function threadsafety="unspecified" name="handleClose" fullname="QDesignerWorkbench::handleClose" href="qdesignerworkbench.html#handleClose" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="103" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleClose()"/>
<function threadsafety="unspecified" name="isFormWindowMinimized" fullname="QDesignerWorkbench::isFormWindowMinimized" href="qdesignerworkbench.html#isFormWindowMinimized" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="145" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isFormWindowMinimized(const QDesignerFormWindow *fw)">
<parameter left="const QDesignerFormWindow *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="readInBackup" fullname="QDesignerWorkbench::readInBackup" href="qdesignerworkbench.html#readInBackup" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="104" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool readInBackup()"/>
<function threadsafety="unspecified" name="saveForm" fullname="QDesignerWorkbench::saveForm" href="qdesignerworkbench.html#saveForm" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="102" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool saveForm(QDesignerFormWindowInterface *fw)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="addFormWindow" fullname="QDesignerWorkbench::addFormWindow" href="qdesignerworkbench.html#addFormWindow" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="113" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addFormWindow(QDesignerFormWindow *formWindow)">
<parameter left="QDesignerFormWindow *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="adjustMDIFormPositions" fullname="QDesignerWorkbench::adjustMDIFormPositions" href="qdesignerworkbench.html#adjustMDIFormPositions" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="127" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void adjustMDIFormPositions()"/>
<function threadsafety="unspecified" name="applyUiSettings" fullname="QDesignerWorkbench::applyUiSettings" href="qdesignerworkbench.html#applyUiSettings" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="106" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyUiSettings()"/>
<function threadsafety="unspecified" name="bringAllToFront" fullname="QDesignerWorkbench::bringAllToFront" href="qdesignerworkbench.html#bringAllToFront" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="115" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void bringAllToFront()"/>
<function threadsafety="unspecified" name="closeAllToolWindows" fullname="QDesignerWorkbench::closeAllToolWindows" href="qdesignerworkbench.html#closeAllToolWindows" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="138" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void closeAllToolWindows()"/>
<function threadsafety="unspecified" name="formWindowActionTriggered" fullname="QDesignerWorkbench::formWindowActionTriggered" href="qdesignerworkbench.html#formWindowActionTriggered" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="126" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void formWindowActionTriggered(QAction *a)">
<parameter left="QAction *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="handleCloseEvent" fullname="QDesignerWorkbench::handleCloseEvent" href="qdesignerworkbench.html#handleCloseEvent" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="123" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void handleCloseEvent(QCloseEvent *)">
<parameter left="QCloseEvent *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="initializeCorePlugins" fullname="QDesignerWorkbench::initializeCorePlugins" href="qdesignerworkbench.html#initializeCorePlugins" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="122" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void initializeCorePlugins()"/>
<function threadsafety="unspecified" name="initialized" fullname="QDesignerWorkbench::initialized" href="qdesignerworkbench.html#initialized" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="110" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void initialized()"/>
<function threadsafety="unspecified" name="minimizationStateChanged" fullname="QDesignerWorkbench::minimizationStateChanged" href="qdesignerworkbench.html#minimizationStateChanged" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="128" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void minimizationStateChanged(QDesignerFormWindowInterface *formWindow, bool minimized)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="bool" right="" name="minimized" default=""/>
</function>
<function threadsafety="unspecified" name="modeChanged" fullname="QDesignerWorkbench::modeChanged" href="qdesignerworkbench.html#modeChanged" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="109" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void modeChanged(UIMode mode)">
<parameter left="UIMode" right="" name="mode" default=""/>
</function>
<function threadsafety="unspecified" name="notifyUISettingsChanged" fullname="QDesignerWorkbench::notifyUISettingsChanged" href="qdesignerworkbench.html#notifyUISettingsChanged" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="131" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void notifyUISettingsChanged()"/>
<function threadsafety="unspecified" name="removeFormWindow" fullname="QDesignerWorkbench::removeFormWindow" href="qdesignerworkbench.html#removeFormWindow" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="114" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeFormWindow(QDesignerFormWindow *formWindow)">
<parameter left="QDesignerFormWindow *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="restoreUISettings" fullname="QDesignerWorkbench::restoreUISettings" href="qdesignerworkbench.html#restoreUISettings" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="130" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void restoreUISettings()"/>
<function threadsafety="unspecified" name="saveGeometriesForModeChange" fullname="QDesignerWorkbench::saveGeometriesForModeChange" href="qdesignerworkbench.html#saveGeometriesForModeChange" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="142" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveGeometriesForModeChange()"/>
<function threadsafety="unspecified" name="setFormWindowMinimized" fullname="QDesignerWorkbench::setFormWindowMinimized" href="qdesignerworkbench.html#setFormWindowMinimized" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="146" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFormWindowMinimized(QDesignerFormWindow *fw, bool minimized)">
<parameter left="QDesignerFormWindow *" right="" name="fw" default=""/>
<parameter left="bool" right="" name="minimized" default=""/>
</function>
<function threadsafety="unspecified" name="slotFileDropped" fullname="QDesignerWorkbench::slotFileDropped" href="qdesignerworkbench.html#slotFileDropped" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="132" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotFileDropped(const QString &amp;f)">
<parameter left="const QString &amp;" right="" name="f" default=""/>
</function>
<function threadsafety="unspecified" name="slotFormWindowActivated" fullname="QDesignerWorkbench::slotFormWindowActivated" href="qdesignerworkbench.html#slotFormWindowActivated" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="124" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotFormWindowActivated(QDesignerFormWindow *fw)">
<parameter left="QDesignerFormWindow *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="switchToDockedMode" fullname="QDesignerWorkbench::switchToDockedMode" href="qdesignerworkbench.html#switchToDockedMode" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="120" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void switchToDockedMode()"/>
<function threadsafety="unspecified" name="switchToNeutralMode" fullname="QDesignerWorkbench::switchToNeutralMode" href="qdesignerworkbench.html#switchToNeutralMode" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="119" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void switchToNeutralMode()"/>
<function threadsafety="unspecified" name="switchToTopLevelMode" fullname="QDesignerWorkbench::switchToTopLevelMode" href="qdesignerworkbench.html#switchToTopLevelMode" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="121" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void switchToTopLevelMode()"/>
<function threadsafety="unspecified" name="toggleFormMinimizationState" fullname="QDesignerWorkbench::toggleFormMinimizationState" href="qdesignerworkbench.html#toggleFormMinimizationState" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="116" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void toggleFormMinimizationState()"/>
<function threadsafety="unspecified" name="updateBackup" fullname="QDesignerWorkbench::updateBackup" href="qdesignerworkbench.html#updateBackup" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="105" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateBackup(QDesignerFormWindowInterface *fwi)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fwi" default=""/>
</function>
<function threadsafety="unspecified" name="updateWindowMenu" fullname="QDesignerWorkbench::updateWindowMenu" href="qdesignerworkbench.html#updateWindowMenu" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="125" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateWindowMenu(QDesignerFormWindowInterface *fw)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerWorkbench" fullname="QDesignerWorkbench::~QDesignerWorkbench" href="qdesignerworkbench.html#dtor.QDesignerWorkbench" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="73" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerWorkbench()"/>
<function threadsafety="unspecified" name="modeActionGroup" fullname="QDesignerWorkbench::modeActionGroup" href="qdesignerworkbench.html#modeActionGroup" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="93" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QActionGroup *" signature="QActionGroup * modeActionGroup() const"/>
<function threadsafety="unspecified" name="actionManager" fullname="QDesignerWorkbench::actionManager" href="qdesignerworkbench.html#actionManager" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="91" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerActions *" signature="QDesignerActions * actionManager() const"/>
<function threadsafety="unspecified" name="core" fullname="QDesignerWorkbench::core" href="qdesignerworkbench.html#core" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="77" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
<function threadsafety="unspecified" name="findFormWindow" fullname="QDesignerWorkbench::findFormWindow" href="qdesignerworkbench.html#findFormWindow" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="78" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindow *" signature="QDesignerFormWindow * findFormWindow(QWidget *widget) const">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="formWindow" fullname="QDesignerWorkbench::formWindow" href="qdesignerworkbench.html#formWindow" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="89" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindow *" signature="QDesignerFormWindow * formWindow(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="formWindowManager" fullname="QDesignerWorkbench::formWindowManager" href="qdesignerworkbench.html#formWindowManager" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="137" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowManagerInterface *" signature="QDesignerFormWindowManagerInterface * formWindowManager() const"/>
<function threadsafety="unspecified" name="toolWindow" fullname="QDesignerWorkbench::toolWindow" href="qdesignerworkbench.html#toolWindow" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="86" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerToolWindow *" signature="QDesignerToolWindow * toolWindow(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="widgetBoxToolWindow" fullname="QDesignerWorkbench::widgetBoxToolWindow" href="qdesignerworkbench.html#widgetBoxToolWindow" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="139" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerToolWindow *" signature="QDesignerToolWindow * widgetBoxToolWindow() const"/>
<function threadsafety="unspecified" name="availableGeometry" fullname="QDesignerWorkbench::availableGeometry" href="qdesignerworkbench.html#availableGeometry" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="95" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect availableGeometry() const"/>
<function threadsafety="unspecified" name="desktopGeometry" fullname="QDesignerWorkbench::desktopGeometry" href="qdesignerworkbench.html#desktopGeometry" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="96" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect desktopGeometry() const"/>
<function threadsafety="unspecified" name="magicalParent" fullname="QDesignerWorkbench::magicalParent" href="qdesignerworkbench.html#magicalParent" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="135" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * magicalParent(const QWidget *w) const">
<parameter left="const QWidget *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="magicalWindowFlags" fullname="QDesignerWorkbench::magicalWindowFlags" href="qdesignerworkbench.html#magicalWindowFlags" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="136" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Qt::WindowFlags" signature="Qt::WindowFlags magicalWindowFlags(const QWidget *widgetForFlags) const">
<parameter left="const QWidget *" right="" name="widgetForFlags" default=""/>
</function>
<function threadsafety="unspecified" name="mode" fullname="QDesignerWorkbench::mode" href="qdesignerworkbench.html#mode" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="75" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="UIMode" signature="UIMode mode() const"/>
<function threadsafety="unspecified" name="readInForm" fullname="QDesignerWorkbench::readInForm" href="qdesignerworkbench.html#readInForm" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="100" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool readInForm(const QString &amp;fileName) const">
<parameter left="const QString &amp;" right="" name="fileName" default=""/>
</function>
<function threadsafety="unspecified" name="writeOutForm" fullname="QDesignerWorkbench::writeOutForm" href="qdesignerworkbench.html#writeOutForm" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="101" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool writeOutForm(QDesignerFormWindowInterface *formWindow, const QString &amp;fileName) const">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="const QString &amp;" right="" name="fileName" default=""/>
</function>
<function threadsafety="unspecified" name="formWindowCount" fullname="QDesignerWorkbench::formWindowCount" href="qdesignerworkbench.html#formWindowCount" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="88" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int formWindowCount() const"/>
<function threadsafety="unspecified" name="marginHint" fullname="QDesignerWorkbench::marginHint" href="qdesignerworkbench.html#marginHint" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="98" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int marginHint() const"/>
<function threadsafety="unspecified" name="toolWindowCount" fullname="QDesignerWorkbench::toolWindowCount" href="qdesignerworkbench.html#toolWindowCount" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="85" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int toolWindowCount() const"/>
<function threadsafety="unspecified" name="resizeForm" fullname="QDesignerWorkbench::resizeForm" href="qdesignerworkbench.html#resizeForm" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="141" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resizeForm(QDesignerFormWindow *fw, const QWidget *mainContainer) const">
<parameter left="QDesignerFormWindow *" right="" name="fw" default=""/>
<parameter left="const QWidget *" right="" name="mainContainer" default=""/>
</function>
<function threadsafety="unspecified" name="saveGeometries" fullname="QDesignerWorkbench::saveGeometries" href="qdesignerworkbench.html#saveGeometries" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="143" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveGeometries(QDesignerSettings &amp;settings) const">
<parameter left="QDesignerSettings &amp;" right="" name="settings" default=""/>
</function>
<function threadsafety="unspecified" name="saveSettings" fullname="QDesignerWorkbench::saveSettings" href="qdesignerworkbench.html#saveSettings" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="147" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveSettings() const"/>
<class threadsafety="unspecified" name="Position" fullname="QDesignerWorkbench::Position" href="qdesignerworkbench-position.html" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="175">
<function threadsafety="unspecified" name="Position" fullname="QDesignerWorkbench::Position::Position" href="qdesignerworkbench-position.html#Position" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="177" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="Position(const QDockWidget *dockWidget)">
<parameter left="const QDockWidget *" right="" name="dockWidget" default=""/>
</function>
<function threadsafety="unspecified" name="Position" fullname="QDesignerWorkbench::Position::Position" href="qdesignerworkbench-position.html#Position-1" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="178" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="Position(const QMdiSubWindow *mdiSubWindow, const QPoint &amp;mdiAreaOffset)">
<parameter left="const QMdiSubWindow *" right="" name="mdiSubWindow" default=""/>
<parameter left="const QPoint &amp;" right="" name="mdiAreaOffset" default=""/>
</function>
<function threadsafety="unspecified" name="Position" fullname="QDesignerWorkbench::Position::Position" href="qdesignerworkbench-position.html#Position-2" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="179" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="Position(const QWidget *topLevelWindow, const QPoint &amp;desktopTopLeft)">
<parameter left="const QWidget *" right="" name="topLevelWindow" default=""/>
<parameter left="const QPoint &amp;" right="" name="desktopTopLeft" default=""/>
</function>
<function threadsafety="unspecified" name="position" fullname="QDesignerWorkbench::Position::position" href="qdesignerworkbench-position.html#position" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="185" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPoint" signature="QPoint position() const"/>
<function threadsafety="unspecified" name="applyTo" fullname="QDesignerWorkbench::Position::applyTo" href="qdesignerworkbench-position.html#applyTo-2" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="183" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyTo(QDockWidget *dockWidget) const">
<parameter left="QDockWidget *" right="" name="dockWidget" default=""/>
</function>
<function threadsafety="unspecified" name="applyTo" fullname="QDesignerWorkbench::Position::applyTo" href="qdesignerworkbench-position.html#applyTo" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="181" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyTo(QMdiSubWindow *mdiSubWindow, const QPoint &amp;mdiAreaOffset) const">
<parameter left="QMdiSubWindow *" right="" name="mdiSubWindow" default=""/>
<parameter left="const QPoint &amp;" right="" name="mdiAreaOffset" default=""/>
</function>
<function threadsafety="unspecified" name="applyTo" fullname="QDesignerWorkbench::Position::applyTo" href="qdesignerworkbench-position.html#applyTo-1" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="182" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyTo(QWidget *topLevelWindow, const QPoint &amp;desktopTopLeft) const">
<parameter left="QWidget *" right="" name="topLevelWindow" default=""/>
<parameter left="const QPoint &amp;" right="" name="desktopTopLeft" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="TopLevelData" fullname="QDesignerWorkbench::TopLevelData" href="qdesignerworkbench-topleveldata.html" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="159">
<variable threadsafety="unspecified" name="toolbarManager" fullname="QDesignerWorkbench::TopLevelData::toolbarManager" href="qdesignerworkbench-topleveldata.html#toolbarManager-var" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="160" type="ToolBarManager *" static="false"/>
<variable threadsafety="unspecified" name="toolbars" fullname="QDesignerWorkbench::TopLevelData::toolbars" href="qdesignerworkbench-topleveldata.html#toolbars-var" status="active" access="public" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="161" type="QList&lt;QToolBar *&gt;" static="false"/>
</class>
<enum threadsafety="unspecified" name="State" fullname="QDesignerWorkbench::State" href="qdesignerworkbench.html#State-enum" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="195">
<value name="StateInitializing" value="0"/>
<value name="StateUp" value="1"/>
<value name="StateClosing" value="2"/>
</enum>
<typedef threadsafety="unspecified" name="PositionMap" fullname="QDesignerWorkbench::PositionMap" href="qdesignerworkbench.html#PositionMap-typedef" status="active" access="private" location="qdesigner_workbench.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_workbench.h" lineno="192"/>
</class>
<class threadsafety="unspecified" name="SaveFormAsTemplate" href="saveformastemplate.html" status="internal" access="private" location="saveformastemplate.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/saveformastemplate.h" lineno="39">
<function threadsafety="unspecified" name="chooseTemplatePath" fullname="SaveFormAsTemplate::chooseTemplatePath" href="saveformastemplate.html#chooseTemplatePath" status="active" access="private" location="saveformastemplate.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/saveformastemplate.h" lineno="54" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString chooseTemplatePath(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="SaveFormAsTemplate" fullname="SaveFormAsTemplate::SaveFormAsTemplate" href="saveformastemplate.html#SaveFormAsTemplate" status="active" access="public" location="saveformastemplate.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/saveformastemplate.h" lineno="43" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="SaveFormAsTemplate(QDesignerFormEditorInterface *m_core, QDesignerFormWindowInterface *formWindow, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="m_core" default=""/>
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="accept" fullname="SaveFormAsTemplate::accept" href="saveformastemplate.html#accept" status="active" access="private" location="saveformastemplate.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/saveformastemplate.h" lineno="49" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void accept()"/>
<function threadsafety="unspecified" name="checkToAddPath" fullname="SaveFormAsTemplate::checkToAddPath" href="saveformastemplate.html#checkToAddPath" status="active" access="private" location="saveformastemplate.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/saveformastemplate.h" lineno="51" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void checkToAddPath(int itemIndex)">
<parameter left="int" right="" name="itemIndex" default=""/>
</function>
<function threadsafety="unspecified" name="updateOKButton" fullname="SaveFormAsTemplate::updateOKButton" href="saveformastemplate.html#updateOKButton" status="active" access="private" location="saveformastemplate.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/saveformastemplate.h" lineno="50" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateOKButton(const QString &amp;str)">
<parameter left="const QString &amp;" right="" name="str" default=""/>
</function>
<function threadsafety="unspecified" name="~SaveFormAsTemplate" fullname="SaveFormAsTemplate::~SaveFormAsTemplate" href="saveformastemplate.html#dtor.SaveFormAsTemplate" status="active" access="public" location="saveformastemplate.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/saveformastemplate.h" lineno="46" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~SaveFormAsTemplate()"/>
</class>
<class threadsafety="unspecified" name="VersionDialog" href="versiondialog.html" status="internal" access="private" location="versiondialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/versiondialog.h" lineno="36">
<function threadsafety="unspecified" name="VersionDialog" fullname="VersionDialog::VersionDialog" href="versiondialog.html#VersionDialog" status="active" access="public" location="versiondialog.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/versiondialog.h" lineno="40" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="VersionDialog(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerComponents" href="qdesignercomponents.html" status="internal" access="private" location="qdesigner_components.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/components/qdesigner_components.h" lineno="46">
<function threadsafety="unspecified" name="createActionEditor" fullname="QDesignerComponents::createActionEditor" href="qdesignercomponents.html#createActionEditor" status="active" access="public" location="qdesigner_components.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/components/qdesigner_components.h" lineno="56" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QDesignerActionEditorInterface *" signature="QDesignerActionEditorInterface * createActionEditor(QDesignerFormEditorInterface *core, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="createFormEditor" fullname="QDesignerComponents::createFormEditor" href="qdesignercomponents.html#createFormEditor" status="active" access="public" location="qdesigner_components.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/components/qdesigner_components.h" lineno="52" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * createFormEditor(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="createObjectInspector" fullname="QDesignerComponents::createObjectInspector" href="qdesignercomponents.html#createObjectInspector" status="active" access="public" location="qdesigner_components.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/components/qdesigner_components.h" lineno="55" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QDesignerObjectInspectorInterface *" signature="QDesignerObjectInspectorInterface * createObjectInspector(QDesignerFormEditorInterface *core, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="createPropertyEditor" fullname="QDesignerComponents::createPropertyEditor" href="qdesignercomponents.html#createPropertyEditor" status="active" access="public" location="qdesigner_components.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/components/qdesigner_components.h" lineno="54" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QDesignerPropertyEditorInterface *" signature="QDesignerPropertyEditorInterface * createPropertyEditor(QDesignerFormEditorInterface *core, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="createWidgetBox" fullname="QDesignerComponents::createWidgetBox" href="qdesignercomponents.html#createWidgetBox" status="active" access="public" location="qdesigner_components.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/components/qdesigner_components.h" lineno="53" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QDesignerWidgetBoxInterface *" signature="QDesignerWidgetBoxInterface * createWidgetBox(QDesignerFormEditorInterface *core, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="createTaskMenu" fullname="QDesignerComponents::createTaskMenu" href="qdesignercomponents.html#createTaskMenu" status="active" access="public" location="qdesigner_components.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/components/qdesigner_components.h" lineno="58" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * createTaskMenu(QDesignerFormEditorInterface *core, QObject *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QObject *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="createResourceEditor" fullname="QDesignerComponents::createResourceEditor" href="qdesignercomponents.html#createResourceEditor" status="active" access="public" location="qdesigner_components.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/components/qdesigner_components.h" lineno="59" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createResourceEditor(QDesignerFormEditorInterface *core, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="createSignalSlotEditor" fullname="QDesignerComponents::createSignalSlotEditor" href="qdesignercomponents.html#createSignalSlotEditor" status="active" access="public" location="qdesigner_components.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/components/qdesigner_components.h" lineno="60" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createSignalSlotEditor(QDesignerFormEditorInterface *core, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="initializePlugins" fullname="QDesignerComponents::initializePlugins" href="qdesignercomponents.html#initializePlugins" status="active" access="public" location="qdesigner_components.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/components/qdesigner_components.h" lineno="50" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void initializePlugins(QDesignerFormEditorInterface *core)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="initializeResources" fullname="QDesignerComponents::initializeResources" href="qdesignercomponents.html#initializeResources" status="active" access="public" location="qdesigner_components.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/components/qdesigner_components.h" lineno="49" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void initializeResources()"/>
</class>
<class threadsafety="unspecified" name="QExtensionFactory" href="qextensionfactory.html" status="active" access="public" location="default_extensionfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/default_extensionfactory.h" lineno="43" bases="QAbstractExtensionFactory" module="QtDesigner" brief="Allows you to create a factory that is able to make instances of custom extensions in Qt Designer">
<typedef threadsafety="unspecified" name="ExtendedSet" fullname="QExtensionFactory::ExtendedSet" href="qextensionfactory.html#ExtendedSet-typedef" status="active" access="private" location="default_extensionfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/default_extensionfactory.h" lineno="63"/>
<typedef threadsafety="unspecified" name="ExtensionMap" fullname="QExtensionFactory::ExtensionMap" href="qextensionfactory.html#ExtensionMap-typedef" status="active" access="private" location="default_extensionfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/default_extensionfactory.h" lineno="61"/>
<typedef threadsafety="unspecified" name="IdObjectKey" fullname="QExtensionFactory::IdObjectKey" href="qextensionfactory.html#IdObjectKey-typedef" status="active" access="private" location="default_extensionfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/default_extensionfactory.h" lineno="60"/>
<function threadsafety="unspecified" name="QExtensionFactory" fullname="QExtensionFactory::QExtensionFactory" href="qextensionfactory.html#QExtensionFactory" status="active" access="public" location="default_extensionfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/default_extensionfactory.h" lineno="48" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QExtensionFactory(QExtensionManager *parent)">
<parameter left="QExtensionManager *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="objectDestroyed" fullname="QExtensionFactory::objectDestroyed" href="qextensionfactory.html#objectDestroyed" status="active" access="private" location="default_extensionfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/default_extensionfactory.h" lineno="54" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void objectDestroyed(QObject *object)">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="extensionManager" fullname="QExtensionFactory::extensionManager" href="qextensionfactory.html#extensionManager" status="active" access="public" location="default_extensionfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/default_extensionfactory.h" lineno="51" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QExtensionManager *" signature="QExtensionManager * extensionManager() const"/>
<function threadsafety="unspecified" name="createExtension" fullname="QExtensionFactory::createExtension" href="qextensionfactory.html#createExtension" status="active" access="protected" location="default_extensionfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/default_extensionfactory.h" lineno="57" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * 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>
<function threadsafety="unspecified" name="extension" fullname="QExtensionFactory::extension" href="qextensionfactory.html#extension" status="active" access="public" location="default_extensionfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/default_extensionfactory.h" lineno="50" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * 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 threadsafety="unspecified" name="QAbstractExtensionFactory" href="qabstractextensionfactory.html" status="active" access="public" location="extension.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/extension.h" lineno="39" module="QtDesigner" brief="Interface for extension factories in Qt Designer">
<function threadsafety="unspecified" name="~QAbstractExtensionFactory" fullname="QAbstractExtensionFactory::~QAbstractExtensionFactory" href="qabstractextensionfactory.html#dtor.QAbstractExtensionFactory" status="active" access="public" location="extension.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/extension.h" lineno="42" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QAbstractExtensionFactory()"/>
<function threadsafety="unspecified" name="extension" fullname="QAbstractExtensionFactory::extension" href="qabstractextensionfactory.html#extension" status="active" access="public" location="extension.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/extension.h" lineno="44" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * extension(QObject *object, const QString &amp;iid) const = 0">
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="const QString &amp;" right="" name="iid" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QAbstractExtensionManager" href="qabstractextensionmanager.html" status="active" access="public" location="extension.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/extension.h" lineno="48" module="QtDesigner" brief="Interface for extension managers in Qt Designer">
<function threadsafety="unspecified" name="registerExtensions" fullname="QAbstractExtensionManager::registerExtensions" href="qabstractextensionmanager.html#registerExtensions" status="active" access="public" location="extension.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/extension.h" lineno="53" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void registerExtensions(QAbstractExtensionFactory *factory, const QString &amp;iid) = 0">
<parameter left="QAbstractExtensionFactory *" right="" name="factory" default=""/>
<parameter left="const QString &amp;" right="" name="iid" default=""/>
</function>
<function threadsafety="unspecified" name="unregisterExtensions" fullname="QAbstractExtensionManager::unregisterExtensions" href="qabstractextensionmanager.html#unregisterExtensions" status="active" access="public" location="extension.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/extension.h" lineno="54" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void unregisterExtensions(QAbstractExtensionFactory *factory, const QString &amp;iid) = 0">
<parameter left="QAbstractExtensionFactory *" right="" name="factory" default=""/>
<parameter left="const QString &amp;" right="" name="iid" default=""/>
</function>
<function threadsafety="unspecified" name="~QAbstractExtensionManager" fullname="QAbstractExtensionManager::~QAbstractExtensionManager" href="qabstractextensionmanager.html#dtor.QAbstractExtensionManager" status="active" access="public" location="extension.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/extension.h" lineno="51" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QAbstractExtensionManager()"/>
<function threadsafety="unspecified" name="extension" fullname="QAbstractExtensionManager::extension" href="qabstractextensionmanager.html#extension" status="active" access="public" location="extension.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/extension.h" lineno="56" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * extension(QObject *object, const QString &amp;iid) const = 0">
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="const QString &amp;" right="" name="iid" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QExtensionManager" href="qextensionmanager.html" status="active" access="public" location="qextensionmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/qextensionmanager.h" lineno="40" bases="QAbstractExtensionManager" module="QtDesigner" brief="Extension management facilities for Qt Designer">
<typedef threadsafety="unspecified" name="FactoryList" fullname="QExtensionManager::FactoryList" href="qextensionmanager.html#FactoryList-typedef" status="active" access="private" location="qextensionmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/qextensionmanager.h" lineno="54"/>
<typedef threadsafety="unspecified" name="FactoryMap" fullname="QExtensionManager::FactoryMap" href="qextensionmanager.html#FactoryMap-typedef" status="active" access="private" location="qextensionmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/qextensionmanager.h" lineno="55"/>
<function threadsafety="unspecified" name="QExtensionManager" fullname="QExtensionManager::QExtensionManager" href="qextensionmanager.html#QExtensionManager" status="active" access="public" location="qextensionmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/qextensionmanager.h" lineno="45" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QExtensionManager(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="registerExtensions" fullname="QExtensionManager::registerExtensions" href="qextensionmanager.html#registerExtensions" status="active" access="public" location="qextensionmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/qextensionmanager.h" lineno="48" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void 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 threadsafety="unspecified" name="unregisterExtensions" fullname="QExtensionManager::unregisterExtensions" href="qextensionmanager.html#unregisterExtensions" status="active" access="public" location="qextensionmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/qextensionmanager.h" lineno="49" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void 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 threadsafety="unspecified" name="~QExtensionManager" fullname="QExtensionManager::~QExtensionManager" href="qextensionmanager.html#dtor.QExtensionManager" status="active" access="public" location="qextensionmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/qextensionmanager.h" lineno="46" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QExtensionManager()"/>
<function threadsafety="unspecified" name="extension" fullname="QExtensionManager::extension" href="qextensionmanager.html#extension" status="active" access="public" location="qextensionmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/qextensionmanager.h" lineno="51" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * 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 threadsafety="unspecified" name="QDesignerActionEditorInterface" href="qdesigneractioneditorinterface.html" status="active" access="public" location="abstractactioneditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractactioneditor.h" lineno="41" module="QtDesigner" brief="Allows you to change the focus of Qt Designer's action editor">
<function threadsafety="unspecified" name="QDesignerActionEditorInterface" fullname="QDesignerActionEditorInterface::QDesignerActionEditorInterface" href="qdesigneractioneditorinterface.html#QDesignerActionEditorInterface" status="active" access="public" location="abstractactioneditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractactioneditor.h" lineno="45" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerActionEditorInterface(QWidget *parent, Qt::WindowFlags flags)">
<parameter left="QWidget *" right="" name="parent" default=""/>
<parameter left="Qt::WindowFlags" right="" name="flags" default="Qt::WindowFlags()"/>
</function>
<function threadsafety="unspecified" name="manageAction" fullname="QDesignerActionEditorInterface::manageAction" href="qdesigneractioneditorinterface.html#manageAction" status="active" access="public" location="abstractactioneditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractactioneditor.h" lineno="50" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void manageAction(QAction *action) = 0">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="setFormWindow" fullname="QDesignerActionEditorInterface::setFormWindow" href="qdesigneractioneditorinterface.html#setFormWindow" status="active" access="public" location="abstractactioneditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractactioneditor.h" lineno="54" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFormWindow(QDesignerFormWindowInterface *formWindow) = 0">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="unmanageAction" fullname="QDesignerActionEditorInterface::unmanageAction" href="qdesigneractioneditorinterface.html#unmanageAction" status="active" access="public" location="abstractactioneditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractactioneditor.h" lineno="51" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void unmanageAction(QAction *action) = 0">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerActionEditorInterface" fullname="QDesignerActionEditorInterface::~QDesignerActionEditorInterface" href="qdesigneractioneditorinterface.html#dtor.QDesignerActionEditorInterface" status="active" access="public" location="abstractactioneditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractactioneditor.h" lineno="46" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerActionEditorInterface()"/>
<function threadsafety="unspecified" name="core" fullname="QDesignerActionEditorInterface::core" href="qdesigneractioneditorinterface.html#core" status="active" access="public" location="abstractactioneditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractactioneditor.h" lineno="48" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
</class>
<class threadsafety="unspecified" name="QDesignerDialogGuiInterface" href="qdesignerdialogguiinterface.html" status="internal" access="private" location="abstractdialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdialoggui_p.h" lineno="51" since="4.4" module="QtDesigner" brief="Allows integrations of Qt Designer to replace the message boxes displayed by Qt Designer by custom dialogs">
<enum threadsafety="unspecified" name="Message" fullname="QDesignerDialogGuiInterface::Message" href="qdesignerdialogguiinterface.html#Message-enum" status="active" access="public" location="abstractdialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdialoggui_p.h" lineno="58">
<value name="FormLoadFailureMessage" value="0"/>
<value name="UiVersionMismatchMessage" value="1"/>
<value name="ResourceLoadFailureMessage" value="2"/>
<value name="TopLevelSpacerMessage" value="3"/>
<value name="PropertyEditorMessage" value="4"/>
<value name="SignalSlotEditorMessage" value="5"/>
<value name="FormEditorMessage" value="6"/>
<value name="PreviewFailureMessage" value="7"/>
<value name="PromotionErrorMessage" value="8"/>
<value name="ResourceEditorMessage" value="9"/>
<value name="ScriptDialogMessage" value="10"/>
<value name="SignalSlotDialogMessage" value="11"/>
<value name="OtherMessage" value="12"/>
<value name="FileChangedMessage" value="13"/>
</enum>
<function threadsafety="unspecified" name="QDesignerDialogGuiInterface" fullname="QDesignerDialogGuiInterface::QDesignerDialogGuiInterface" href="qdesignerdialogguiinterface.html#QDesignerDialogGuiInterface" status="active" access="public" location="abstractdialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdialoggui_p.h" lineno="55" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerDialogGuiInterface()"/>
<function threadsafety="unspecified" name="message" fullname="QDesignerDialogGuiInterface::message" href="qdesignerdialogguiinterface.html#message" status="active" access="public" location="abstractdialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdialoggui_p.h" lineno="63" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QMessageBox::StandardButton" signature="QMessageBox::StandardButton message(QWidget *parent, Message context, QMessageBox::Icon icon, const QString &amp;title, const QString &amp;text, QMessageBox::StandardButtons buttons, QMessageBox::StandardButton defaultButton) = 0">
<parameter left="QWidget *" right="" name="parent" default=""/>
<parameter left="Message" right="" name="context" default=""/>
<parameter left="QMessageBox::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="QMessageBox::StandardButtons" right="" name="buttons" default="QMessageBox::Ok"/>
<parameter left="QMessageBox::StandardButton" right="" name="defaultButton" default="QMessageBox::NoButton"/>
</function>
<function threadsafety="unspecified" name="message" fullname="QDesignerDialogGuiInterface::message" href="qdesignerdialogguiinterface.html#message-1" status="active" access="public" location="abstractdialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdialoggui_p.h" lineno="68" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QMessageBox::StandardButton" signature="QMessageBox::StandardButton message(QWidget *parent, Message context, QMessageBox::Icon icon, const QString &amp;title, const QString &amp;text, const QString &amp;informativeText, QMessageBox::StandardButtons buttons, QMessageBox::StandardButton defaultButton) = 0">
<parameter left="QWidget *" right="" name="parent" default=""/>
<parameter left="Message" right="" name="context" default=""/>
<parameter left="QMessageBox::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="const QString &amp;" right="" name="informativeText" default=""/>
<parameter left="QMessageBox::StandardButtons" right="" name="buttons" default="QMessageBox::Ok"/>
<parameter left="QMessageBox::StandardButton" right="" name="defaultButton" default="QMessageBox::NoButton"/>
</function>
<function threadsafety="unspecified" name="message" fullname="QDesignerDialogGuiInterface::message" href="qdesignerdialogguiinterface.html#message-2" status="active" access="public" location="abstractdialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdialoggui_p.h" lineno="74" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QMessageBox::StandardButton" signature="QMessageBox::StandardButton message(QWidget *parent, Message context, QMessageBox::Icon icon, const QString &amp;title, const QString &amp;text, const QString &amp;informativeText, const QString &amp;detailedText, QMessageBox::StandardButtons buttons, QMessageBox::StandardButton defaultButton) = 0">
<parameter left="QWidget *" right="" name="parent" default=""/>
<parameter left="Message" right="" name="context" default=""/>
<parameter left="QMessageBox::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="const QString &amp;" right="" name="informativeText" default=""/>
<parameter left="const QString &amp;" right="" name="detailedText" default=""/>
<parameter left="QMessageBox::StandardButtons" right="" name="buttons" default="QMessageBox::Ok"/>
<parameter left="QMessageBox::StandardButton" right="" name="defaultButton" default="QMessageBox::NoButton"/>
</function>
<function threadsafety="unspecified" name="getExistingDirectory" fullname="QDesignerDialogGuiInterface::getExistingDirectory" href="qdesignerdialogguiinterface.html#getExistingDirectory" status="active" access="public" location="abstractdialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdialoggui_p.h" lineno="80" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString getExistingDirectory(QWidget *parent, const QString &amp;caption, const QString &amp;dir, QFileDialog::Options options) = 0">
<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="QFileDialog::Options" right="" name="options" default="QFileDialog::ShowDirsOnly"/>
</function>
<function threadsafety="unspecified" name="getOpenFileName" fullname="QDesignerDialogGuiInterface::getOpenFileName" href="qdesignerdialogguiinterface.html#getOpenFileName" status="active" access="public" location="abstractdialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdialoggui_p.h" lineno="81" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString getOpenFileName(QWidget *parent, const QString &amp;caption, const QString &amp;dir, const QString &amp;filter, QString *selectedFilter, QFileDialog::Options options) = 0">
<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="QFileDialog::Options" right="" name="options" default="0"/>
</function>
<function threadsafety="unspecified" name="getOpenImageFileName" fullname="QDesignerDialogGuiInterface::getOpenImageFileName" href="qdesignerdialogguiinterface.html#getOpenImageFileName" status="active" access="public" location="abstractdialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdialoggui_p.h" lineno="82" since="4.5" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString getOpenImageFileName(QWidget *parent, const QString &amp;caption, const QString &amp;dir, const QString &amp;filter, QString *selectedFilter, QFileDialog::Options 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="QFileDialog::Options" right="" name="options" default="0"/>
</function>
<function threadsafety="unspecified" name="getSaveFileName" fullname="QDesignerDialogGuiInterface::getSaveFileName" href="qdesignerdialogguiinterface.html#getSaveFileName" status="active" access="public" location="abstractdialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdialoggui_p.h" lineno="85" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString getSaveFileName(QWidget *parent, const QString &amp;caption, const QString &amp;dir, const QString &amp;filter, QString *selectedFilter, QFileDialog::Options options) = 0">
<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="QFileDialog::Options" right="" name="options" default="0"/>
</function>
<function threadsafety="unspecified" name="getOpenFileNames" fullname="QDesignerDialogGuiInterface::getOpenFileNames" href="qdesignerdialogguiinterface.html#getOpenFileNames" status="active" access="public" location="abstractdialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdialoggui_p.h" lineno="83" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList getOpenFileNames(QWidget *parent, const QString &amp;caption, const QString &amp;dir, const QString &amp;filter, QString *selectedFilter, QFileDialog::Options options) = 0">
<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="QFileDialog::Options" right="" name="options" default="0"/>
</function>
<function threadsafety="unspecified" name="getOpenImageFileNames" fullname="QDesignerDialogGuiInterface::getOpenImageFileNames" href="qdesignerdialogguiinterface.html#getOpenImageFileNames" status="active" access="public" location="abstractdialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdialoggui_p.h" lineno="84" since="4.5" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList getOpenImageFileNames(QWidget *parent, const QString &amp;caption, const QString &amp;dir, const QString &amp;filter, QString *selectedFilter, QFileDialog::Options 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="QFileDialog::Options" right="" name="options" default="0"/>
</function>
<function threadsafety="unspecified" name="~QDesignerDialogGuiInterface" fullname="QDesignerDialogGuiInterface::~QDesignerDialogGuiInterface" href="qdesignerdialogguiinterface.html#dtor.QDesignerDialogGuiInterface" status="active" access="public" location="abstractdialoggui_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdialoggui_p.h" lineno="56" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerDialogGuiInterface()"/>
</class>
<class threadsafety="unspecified" name="QDesignerDnDItemInterface" href="qdesignerdnditeminterface.html" status="internal" access="private" location="abstractdnditem.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdnditem.h" lineno="40" module="QtDesigner" brief="Interface that is used to manage items during a drag and drop operation">
<enum threadsafety="unspecified" name="DropType" fullname="QDesignerDnDItemInterface::DropType" href="qdesignerdnditeminterface.html#DropType-enum" status="active" access="public" location="abstractdnditem.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdnditem.h" lineno="43">
<value name="MoveDrop" value="0"/>
<value name="CopyDrop" value="1"/>
</enum>
<function threadsafety="unspecified" name="QDesignerDnDItemInterface" fullname="QDesignerDnDItemInterface::QDesignerDnDItemInterface" href="qdesignerdnditeminterface.html#QDesignerDnDItemInterface" status="active" access="public" location="abstractdnditem.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdnditem.h" lineno="45" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerDnDItemInterface()"/>
<function threadsafety="unspecified" name="~QDesignerDnDItemInterface" fullname="QDesignerDnDItemInterface::~QDesignerDnDItemInterface" href="qdesignerdnditeminterface.html#dtor.QDesignerDnDItemInterface" status="active" access="public" location="abstractdnditem.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdnditem.h" lineno="46" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerDnDItemInterface()"/>
<function threadsafety="unspecified" name="domUi" fullname="QDesignerDnDItemInterface::domUi" href="qdesignerdnditeminterface.html#domUi" status="active" access="public" location="abstractdnditem.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdnditem.h" lineno="48" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomUI *" signature="DomUI * domUi() const = 0"/>
<function threadsafety="unspecified" name="type" fullname="QDesignerDnDItemInterface::type" href="qdesignerdnditeminterface.html#type" status="active" access="public" location="abstractdnditem.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdnditem.h" lineno="52" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DropType" signature="DropType type() const = 0"/>
<function threadsafety="unspecified" name="hotSpot" fullname="QDesignerDnDItemInterface::hotSpot" href="qdesignerdnditeminterface.html#hotSpot" status="active" access="public" location="abstractdnditem.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdnditem.h" lineno="51" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPoint" signature="QPoint hotSpot() const = 0"/>
<function threadsafety="unspecified" name="decoration" fullname="QDesignerDnDItemInterface::decoration" href="qdesignerdnditeminterface.html#decoration" status="active" access="public" location="abstractdnditem.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdnditem.h" lineno="50" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * decoration() const = 0"/>
<function threadsafety="unspecified" name="source" fullname="QDesignerDnDItemInterface::source" href="qdesignerdnditeminterface.html#source" status="active" access="public" location="abstractdnditem.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdnditem.h" lineno="53" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * source() const = 0"/>
<function threadsafety="unspecified" name="widget" fullname="QDesignerDnDItemInterface::widget" href="qdesignerdnditeminterface.html#widget" status="active" access="public" location="abstractdnditem.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractdnditem.h" lineno="49" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * widget() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerFormEditorInterface" href="qdesignerformeditorinterface.html" status="active" access="public" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="64" module="QtDesigner" brief="Allows you to access Qt Designer's various components">
<function threadsafety="unspecified" name="QDesignerFormEditorInterface" fullname="QDesignerFormEditorInterface::QDesignerFormEditorInterface" href="qdesignerformeditorinterface.html#QDesignerFormEditorInterface" status="active" access="public" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="68" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerFormEditorInterface(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="QDesignerFormEditorInterface" fullname="QDesignerFormEditorInterface::QDesignerFormEditorInterface" href="qdesignerformeditorinterface.html#QDesignerFormEditorInterface-1" status="active" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="123" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerFormEditorInterface(const QDesignerFormEditorInterface &amp;other)">
<parameter left="const QDesignerFormEditorInterface &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="createIcon" fullname="QDesignerFormEditorInterface::createIcon" href="qdesignerformeditorinterface.html#createIcon" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="109" since="5.0" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QIcon" signature="QIcon createIcon(const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="QDesignerFormEditorInterface::operator=" href="qdesignerformeditorinterface.html#operator-eq" status="active" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="124" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const QDesignerFormEditorInterface &amp;other)">
<parameter left="const QDesignerFormEditorInterface &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="setActionEditor" fullname="QDesignerFormEditorInterface::setActionEditor" href="qdesignerformeditorinterface.html#setActionEditor" status="active" access="public" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="98" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setActionEditor(QDesignerActionEditorInterface *actionEditor)">
<parameter left="QDesignerActionEditorInterface *" right="" name="actionEditor" default=""/>
</function>
<function threadsafety="unspecified" name="setDialogGui" fullname="QDesignerFormEditorInterface::setDialogGui" href="qdesignerformeditorinterface.html#setDialogGui" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="101" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDialogGui(QDesignerDialogGuiInterface *dialogGui)">
<parameter left="QDesignerDialogGuiInterface *" right="" name="dialogGui" default=""/>
</function>
<function threadsafety="unspecified" name="setExtensionManager" fullname="QDesignerFormEditorInterface::setExtensionManager" href="qdesignerformeditorinterface.html#setExtensionManager" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="117" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setExtensionManager(QExtensionManager *extensionManager)">
<parameter left="QExtensionManager *" right="" name="extensionManager" default=""/>
</function>
<function threadsafety="unspecified" name="setFormManager" fullname="QDesignerFormEditorInterface::setFormManager" href="qdesignerformeditorinterface.html#setFormManager" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="112" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFormManager(QDesignerFormWindowManagerInterface *formWindowManager)">
<parameter left="QDesignerFormWindowManagerInterface *" right="" name="formWindowManager" default=""/>
</function>
<function threadsafety="unspecified" name="setGradientManager" fullname="QDesignerFormEditorInterface::setGradientManager" href="qdesignerformeditorinterface.html#setGradientManager" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="104" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setGradientManager(QtGradientManager *gradientManager)">
<parameter left="QtGradientManager *" right="" name="gradientManager" default=""/>
</function>
<function threadsafety="unspecified" name="setIntegration" fullname="QDesignerFormEditorInterface::setIntegration" href="qdesignerformeditorinterface.html#setIntegration" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="99" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setIntegration(QDesignerIntegrationInterface *integration)">
<parameter left="QDesignerIntegrationInterface *" right="" name="integration" default=""/>
</function>
<function threadsafety="unspecified" name="setIntrospection" fullname="QDesignerFormEditorInterface::setIntrospection" href="qdesignerformeditorinterface.html#setIntrospection" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="100" since="4.4" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setIntrospection(QDesignerIntrospectionInterface *introspection)">
<parameter left="QDesignerIntrospectionInterface *" right="" name="introspection" default=""/>
</function>
<function threadsafety="unspecified" name="setMetaDataBase" fullname="QDesignerFormEditorInterface::setMetaDataBase" href="qdesignerformeditorinterface.html#setMetaDataBase" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="113" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setMetaDataBase(QDesignerMetaDataBaseInterface *metaDataBase)">
<parameter left="QDesignerMetaDataBaseInterface *" right="" name="metaDataBase" default=""/>
</function>
<function threadsafety="unspecified" name="setObjectInspector" fullname="QDesignerFormEditorInterface::setObjectInspector" href="qdesignerformeditorinterface.html#setObjectInspector" status="active" access="public" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="96" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setObjectInspector(QDesignerObjectInspectorInterface *objectInspector)">
<parameter left="QDesignerObjectInspectorInterface *" right="" name="objectInspector" default=""/>
</function>
<function threadsafety="unspecified" name="setOptionsPages" fullname="QDesignerFormEditorInterface::setOptionsPages" href="qdesignerformeditorinterface.html#setOptionsPages" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="105" since="4.5" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setOptionsPages(const QList&lt;QDesignerOptionsPageInterface *&gt; &amp;optionsPages)">
<parameter left="const QList&lt;QDesignerOptionsPageInterface *&gt; &amp;" right="" name="optionsPages" default=""/>
</function>
<function threadsafety="unspecified" name="setPluginManager" fullname="QDesignerFormEditorInterface::setPluginManager" href="qdesignerformeditorinterface.html#setPluginManager" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="97" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPluginManager(QDesignerPluginManager *pluginManager)">
<parameter left="QDesignerPluginManager *" right="" name="pluginManager" default=""/>
</function>
<function threadsafety="unspecified" name="setPromotion" fullname="QDesignerFormEditorInterface::setPromotion" href="qdesignerformeditorinterface.html#setPromotion" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="115" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPromotion(QDesignerPromotionInterface *promotion)">
<parameter left="QDesignerPromotionInterface *" right="" name="promotion" default=""/>
</function>
<function threadsafety="unspecified" name="setPropertyEditor" fullname="QDesignerFormEditorInterface::setPropertyEditor" href="qdesignerformeditorinterface.html#setPropertyEditor" status="active" access="public" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="95" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPropertyEditor(QDesignerPropertyEditorInterface *propertyEditor)">
<parameter left="QDesignerPropertyEditorInterface *" right="" name="propertyEditor" default=""/>
</function>
<function threadsafety="unspecified" name="setResourceModel" fullname="QDesignerFormEditorInterface::setResourceModel" href="qdesignerformeditorinterface.html#setResourceModel" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="103" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setResourceModel(QtResourceModel *resourceModel)">
<parameter left="QtResourceModel *" right="" name="resourceModel" default=""/>
</function>
<function threadsafety="unspecified" name="setSettingsManager" fullname="QDesignerFormEditorInterface::setSettingsManager" href="qdesignerformeditorinterface.html#setSettingsManager" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="102" since="4.5" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setSettingsManager(QDesignerSettingsInterface *settingsManager)">
<parameter left="QDesignerSettingsInterface *" right="" name="settingsManager" default=""/>
</function>
<function threadsafety="unspecified" name="setTopLevel" fullname="QDesignerFormEditorInterface::setTopLevel" href="qdesignerformeditorinterface.html#setTopLevel" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="93" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setTopLevel(QWidget *topLevel)">
<parameter left="QWidget *" right="" name="topLevel" default=""/>
</function>
<function threadsafety="unspecified" name="setWidgetBox" fullname="QDesignerFormEditorInterface::setWidgetBox" href="qdesignerformeditorinterface.html#setWidgetBox" status="active" access="public" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="94" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setWidgetBox(QDesignerWidgetBoxInterface *widgetBox)">
<parameter left="QDesignerWidgetBoxInterface *" right="" name="widgetBox" default=""/>
</function>
<function threadsafety="unspecified" name="setWidgetDataBase" fullname="QDesignerFormEditorInterface::setWidgetDataBase" href="qdesignerformeditorinterface.html#setWidgetDataBase" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="114" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setWidgetDataBase(QDesignerWidgetDataBaseInterface *widgetDataBase)">
<parameter left="QDesignerWidgetDataBaseInterface *" right="" name="widgetDataBase" default=""/>
</function>
<function threadsafety="unspecified" name="setWidgetFactory" fullname="QDesignerFormEditorInterface::setWidgetFactory" href="qdesignerformeditorinterface.html#setWidgetFactory" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="116" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setWidgetFactory(QDesignerWidgetFactoryInterface *widgetFactory)">
<parameter left="QDesignerWidgetFactoryInterface *" right="" name="widgetFactory" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerFormEditorInterface" fullname="QDesignerFormEditorInterface::~QDesignerFormEditorInterface" href="qdesignerformeditorinterface.html#dtor.QDesignerFormEditorInterface" status="active" access="public" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="69" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerFormEditorInterface()"/>
<function threadsafety="unspecified" name="actionEditor" fullname="QDesignerFormEditorInterface::actionEditor" href="qdesignerformeditorinterface.html#actionEditor" status="active" access="public" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="82" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerActionEditorInterface *" signature="QDesignerActionEditorInterface * actionEditor() const"/>
<function threadsafety="unspecified" name="dialogGui" fullname="QDesignerFormEditorInterface::dialogGui" href="qdesignerformeditorinterface.html#dialogGui" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="86" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerDialogGuiInterface *" signature="QDesignerDialogGuiInterface * dialogGui() const"/>
<function threadsafety="unspecified" name="formWindowManager" fullname="QDesignerFormEditorInterface::formWindowManager" href="qdesignerformeditorinterface.html#formWindowManager" status="active" access="public" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="77" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowManagerInterface *" signature="QDesignerFormWindowManagerInterface * formWindowManager() const"/>
<function threadsafety="unspecified" name="integration" fullname="QDesignerFormEditorInterface::integration" href="qdesignerformeditorinterface.html#integration" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="83" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerIntegrationInterface *" signature="QDesignerIntegrationInterface * integration() const"/>
<function threadsafety="unspecified" name="introspection" fullname="QDesignerFormEditorInterface::introspection" href="qdesignerformeditorinterface.html#introspection" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="85" since="4.4" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerIntrospectionInterface *" signature="QDesignerIntrospectionInterface * introspection() const"/>
<function threadsafety="unspecified" name="metaDataBase" fullname="QDesignerFormEditorInterface::metaDataBase" href="qdesignerformeditorinterface.html#metaDataBase" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="79" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerMetaDataBaseInterface *" signature="QDesignerMetaDataBaseInterface * metaDataBase() const"/>
<function threadsafety="unspecified" name="objectInspector" fullname="QDesignerFormEditorInterface::objectInspector" href="qdesignerformeditorinterface.html#objectInspector" status="active" access="public" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="76" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerObjectInspectorInterface *" signature="QDesignerObjectInspectorInterface * objectInspector() const"/>
<function threadsafety="unspecified" name="pluginManager" fullname="QDesignerFormEditorInterface::pluginManager" href="qdesignerformeditorinterface.html#pluginManager" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="84" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerPluginManager *" signature="QDesignerPluginManager * pluginManager() const"/>
<function threadsafety="unspecified" name="promotion" fullname="QDesignerFormEditorInterface::promotion" href="qdesignerformeditorinterface.html#promotion" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="80" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerPromotionInterface *" signature="QDesignerPromotionInterface * promotion() const"/>
<function threadsafety="unspecified" name="propertyEditor" fullname="QDesignerFormEditorInterface::propertyEditor" href="qdesignerformeditorinterface.html#propertyEditor" status="active" access="public" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="75" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerPropertyEditorInterface *" signature="QDesignerPropertyEditorInterface * propertyEditor() const"/>
<function threadsafety="unspecified" name="settingsManager" fullname="QDesignerFormEditorInterface::settingsManager" href="qdesignerformeditorinterface.html#settingsManager" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="87" since="4.5" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerSettingsInterface *" signature="QDesignerSettingsInterface * settingsManager() const"/>
<function threadsafety="unspecified" name="widgetBox" fullname="QDesignerFormEditorInterface::widgetBox" href="qdesignerformeditorinterface.html#widgetBox" status="active" access="public" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="74" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerWidgetBoxInterface *" signature="QDesignerWidgetBoxInterface * widgetBox() const"/>
<function threadsafety="unspecified" name="widgetDataBase" fullname="QDesignerFormEditorInterface::widgetDataBase" href="qdesignerformeditorinterface.html#widgetDataBase" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="78" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerWidgetDataBaseInterface *" signature="QDesignerWidgetDataBaseInterface * widgetDataBase() const"/>
<function threadsafety="unspecified" name="widgetFactory" fullname="QDesignerFormEditorInterface::widgetFactory" href="qdesignerformeditorinterface.html#widgetFactory" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerWidgetFactoryInterface *" signature="QDesignerWidgetFactoryInterface * widgetFactory() const"/>
<function threadsafety="unspecified" name="extensionManager" fullname="QDesignerFormEditorInterface::extensionManager" href="qdesignerformeditorinterface.html#extensionManager" status="active" access="public" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="71" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QExtensionManager *" signature="QExtensionManager * extensionManager() const"/>
<function threadsafety="unspecified" name="optionsPages" fullname="QDesignerFormEditorInterface::optionsPages" href="qdesignerformeditorinterface.html#optionsPages" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="91" since="4.5" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QDesignerOptionsPageInterface *&gt;" signature="QList&lt;QDesignerOptionsPageInterface *&gt; optionsPages() const"/>
<function threadsafety="unspecified" name="pluginInstances" fullname="QDesignerFormEditorInterface::pluginInstances" href="qdesignerformeditorinterface.html#pluginInstances" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="107" since="5.0" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObjectList" signature="QObjectList pluginInstances() const"/>
<function threadsafety="unspecified" name="resourceLocation" fullname="QDesignerFormEditorInterface::resourceLocation" href="qdesignerformeditorinterface.html#resourceLocation" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="88" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString resourceLocation() const"/>
<function threadsafety="unspecified" name="topLevel" fullname="QDesignerFormEditorInterface::topLevel" href="qdesignerformeditorinterface.html#topLevel" status="active" access="public" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="73" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * topLevel() const"/>
<function threadsafety="unspecified" name="gradientManager" fullname="QDesignerFormEditorInterface::gradientManager" href="qdesignerformeditorinterface.html#gradientManager" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="90" since="4.4" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QtGradientManager *" signature="QtGradientManager * gradientManager() const"/>
<function threadsafety="unspecified" name="resourceModel" fullname="QDesignerFormEditorInterface::resourceModel" href="qdesignerformeditorinterface.html#resourceModel" status="internal" access="private" location="abstractformeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditor.h" lineno="89" since="4.4" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QtResourceModel *" signature="QtResourceModel * resourceModel() const"/>
</class>
<class threadsafety="unspecified" name="QDesignerFormEditorPluginInterface" href="qdesignerformeditorplugininterface.html" status="internal" access="private" location="abstractformeditorplugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditorplugin.h" lineno="41" module="QtDesigner" brief="Interface that is used to manage plugins for Qt Designer's form editor component">
<function threadsafety="unspecified" name="initialize" fullname="QDesignerFormEditorPluginInterface::initialize" href="qdesignerformeditorplugininterface.html#initialize" status="active" access="public" location="abstractformeditorplugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditorplugin.h" lineno="47" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void initialize(QDesignerFormEditorInterface *core) = 0">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerFormEditorPluginInterface" fullname="QDesignerFormEditorPluginInterface::~QDesignerFormEditorPluginInterface" href="qdesignerformeditorplugininterface.html#dtor.QDesignerFormEditorPluginInterface" status="active" access="public" location="abstractformeditorplugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditorplugin.h" lineno="44" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerFormEditorPluginInterface()"/>
<function threadsafety="unspecified" name="action" fullname="QDesignerFormEditorPluginInterface::action" href="qdesignerformeditorplugininterface.html#action" status="active" access="public" location="abstractformeditorplugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditorplugin.h" lineno="48" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * action() const = 0"/>
<function threadsafety="unspecified" name="core" fullname="QDesignerFormEditorPluginInterface::core" href="qdesignerformeditorplugininterface.html#core" status="active" access="public" location="abstractformeditorplugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditorplugin.h" lineno="50" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const = 0"/>
<function threadsafety="unspecified" name="isInitialized" fullname="QDesignerFormEditorPluginInterface::isInitialized" href="qdesignerformeditorplugininterface.html#isInitialized" status="active" access="public" location="abstractformeditorplugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformeditorplugin.h" lineno="46" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isInitialized() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerFormWindowInterface" href="qdesignerformwindowinterface.html" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="45" module="QtDesigner" brief="Allows you to query and manipulate form windows appearing in Qt Designer's workspace">
<function threadsafety="unspecified" name="findFormWindow" fullname="QDesignerFormWindowInterface::findFormWindow" href="qdesignerformwindowinterface.html#findFormWindow-1" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="130" since="4.4" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * findFormWindow(QObject *object)">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="findFormWindow" fullname="QDesignerFormWindowInterface::findFormWindow" href="qdesignerformwindowinterface.html#findFormWindow" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="129" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * findFormWindow(QWidget *widget)">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<enum threadsafety="unspecified" name="FeatureFlag" fullname="QDesignerFormWindowInterface::FeatureFlag" href="qdesignerformwindowinterface.html#FeatureFlag-enum" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="49" 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>
<enum threadsafety="unspecified" name="ResourceFileSaveMode" fullname="QDesignerFormWindowInterface::ResourceFileSaveMode" href="qdesignerformwindowinterface.html#ResourceFileSaveMode-enum" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="58" since="5.0">
<value name="SaveAllResourceFiles" value="0"/>
<value name="SaveOnlyUsedResourceFiles" value="1"/>
<value name="DontSaveResourceFiles" value="2"/>
</enum>
<typedef threadsafety="unspecified" name="Feature" fullname="QDesignerFormWindowInterface::Feature" href="qdesignerformwindowinterface.html#FeatureFlag-enum" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="56" enum="QDesignerFormWindowInterface::FeatureFlag"/>
<function threadsafety="unspecified" name="QDesignerFormWindowInterface" fullname="QDesignerFormWindowInterface::QDesignerFormWindowInterface" href="qdesignerformwindowinterface.html#QDesignerFormWindowInterface" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="66" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerFormWindowInterface(QWidget *parent, Qt::WindowFlags flags)">
<parameter left="QWidget *" right="" name="parent" default="Q_NULLPTR"/>
<parameter left="Qt::WindowFlags" right="" name="flags" default="Qt::WindowFlags()"/>
</function>
<function threadsafety="unspecified" name="setContents" fullname="QDesignerFormWindowInterface::setContents" href="qdesignerformwindowinterface.html#setContents" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="74" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool setContents(QIODevice *device, QString *errorMessage) = 0">
<parameter left="QIODevice *" right="" name="device" default=""/>
<parameter left="QString *" right="" name="errorMessage" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="setContents" fullname="QDesignerFormWindowInterface::setContents" href="qdesignerformwindowinterface.html#setContents-1" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="157" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool setContents(const QString &amp;contents) = 0">
<parameter left="const QString &amp;" right="" name="contents" default=""/>
</function>
<function threadsafety="unspecified" name="aboutToUnmanageWidget" fullname="QDesignerFormWindowInterface::aboutToUnmanageWidget" href="qdesignerformwindowinterface.html#aboutToUnmanageWidget" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="174" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void aboutToUnmanageWidget(QWidget *widget)">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="activateResourceFilePaths" fullname="QDesignerFormWindowInterface::activateResourceFilePaths" href="qdesignerformwindowinterface.html#activateResourceFilePaths" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="160" since="5.0" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void activateResourceFilePaths(const QStringList &amp;paths, int *errorCount, QString *errorMessages)">
<parameter left="const QStringList &amp;" right="" name="paths" default=""/>
<parameter left="int *" right="" name="errorCount" default="Q_NULLPTR"/>
<parameter left="QString *" right="" name="errorMessages" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="activated" fullname="QDesignerFormWindowInterface::activated" href="qdesignerformwindowinterface.html#activated" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="175" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void activated(QWidget *widget)">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="addResourceFile" fullname="QDesignerFormWindowInterface::addResourceFile" href="qdesignerformwindowinterface.html#addResourceFile" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="142" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addResourceFile(const QString &amp;path) = 0">
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="beginCommand" fullname="QDesignerFormWindowInterface::beginCommand" href="qdesignerformwindowinterface.html#beginCommand" status="internal" access="private" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="133" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void beginCommand(const QString &amp;description) = 0">
<parameter left="const QString &amp;" right="" name="description" default=""/>
</function>
<function threadsafety="unspecified" name="changed" fullname="QDesignerFormWindowInterface::changed" href="qdesignerformwindowinterface.html#changed" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="177" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void changed()"/>
<function threadsafety="unspecified" name="clearSelection" fullname="QDesignerFormWindowInterface::clearSelection" href="qdesignerformwindowinterface.html#clearSelection" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="153" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearSelection(bool update) = 0">
<parameter left="bool" right="" name="update" default="true"/>
</function>
<function threadsafety="unspecified" name="editWidgets" fullname="QDesignerFormWindowInterface::editWidgets" href="qdesignerformwindowinterface.html#editWidgets" status="internal" access="private" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="159" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void editWidgets() = 0"/>
<function threadsafety="unspecified" name="emitSelectionChanged" fullname="QDesignerFormWindowInterface::emitSelectionChanged" href="qdesignerformwindowinterface.html#emitSelectionChanged" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="139" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void emitSelectionChanged() = 0"/>
<function threadsafety="unspecified" name="endCommand" fullname="QDesignerFormWindowInterface::endCommand" href="qdesignerformwindowinterface.html#endCommand" status="internal" access="private" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="134" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void endCommand() = 0"/>
<function threadsafety="unspecified" name="ensureUniqueObjectName" fullname="QDesignerFormWindowInterface::ensureUniqueObjectName" href="qdesignerformwindowinterface.html#ensureUniqueObjectName" status="internal" access="private" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="145" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void ensureUniqueObjectName(QObject *object) = 0">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="featureChanged" fullname="QDesignerFormWindowInterface::featureChanged" href="qdesignerformwindowinterface.html#featureChanged" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="166" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void featureChanged(Feature feature)">
<parameter left="Feature" right="" name="feature" default=""/>
</function>
<function threadsafety="unspecified" name="fileNameChanged" fullname="QDesignerFormWindowInterface::fileNameChanged" href="qdesignerformwindowinterface.html#fileNameChanged" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="165" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void fileNameChanged(const QString &amp;fileName)">
<parameter left="const QString &amp;" right="" name="fileName" default=""/>
</function>
<function threadsafety="unspecified" name="geometryChanged" fullname="QDesignerFormWindowInterface::geometryChanged" href="qdesignerformwindowinterface.html#geometryChanged" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="168" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void geometryChanged()"/>
<function threadsafety="unspecified" name="layoutDefault" fullname="QDesignerFormWindowInterface::layoutDefault" href="qdesignerformwindowinterface.html#layoutDefault" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="85" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void layoutDefault(int *margin, int *spacing) = 0">
<parameter left="int *" right="" name="margin" default=""/>
<parameter left="int *" right="" name="spacing" default=""/>
</function>
<function threadsafety="unspecified" name="layoutFunction" fullname="QDesignerFormWindowInterface::layoutFunction" href="qdesignerformwindowinterface.html#layoutFunction" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="88" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void layoutFunction(QString *margin, QString *spacing) = 0">
<parameter left="QString *" right="" name="margin" default=""/>
<parameter left="QString *" right="" name="spacing" default=""/>
</function>
<function threadsafety="unspecified" name="mainContainerChanged" fullname="QDesignerFormWindowInterface::mainContainerChanged" href="qdesignerformwindowinterface.html#mainContainerChanged" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="163" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void mainContainerChanged(QWidget *mainContainer)">
<parameter left="QWidget *" right="" name="mainContainer" default=""/>
</function>
<function threadsafety="unspecified" name="manageWidget" fullname="QDesignerFormWindowInterface::manageWidget" href="qdesignerformwindowinterface.html#manageWidget" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="148" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void manageWidget(QWidget *widget) = 0">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="objectRemoved" fullname="QDesignerFormWindowInterface::objectRemoved" href="qdesignerformwindowinterface.html#objectRemoved" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="179" since="4.5" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void objectRemoved(QObject *object)">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="registerTool" fullname="QDesignerFormWindowInterface::registerTool" href="qdesignerformwindowinterface.html#registerTool" status="internal" access="private" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="117" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void registerTool(QDesignerFormWindowToolInterface *tool) = 0">
<parameter left="QDesignerFormWindowToolInterface *" right="" name="tool" default=""/>
</function>
<function threadsafety="unspecified" name="removeResourceFile" fullname="QDesignerFormWindowInterface::removeResourceFile" href="qdesignerformwindowinterface.html#removeResourceFile" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="143" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeResourceFile(const QString &amp;path) = 0">
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="resourceFilesChanged" fullname="QDesignerFormWindowInterface::resourceFilesChanged" href="qdesignerformwindowinterface.html#resourceFilesChanged" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="170" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resourceFilesChanged()"/>
<function threadsafety="unspecified" name="selectWidget" fullname="QDesignerFormWindowInterface::selectWidget" href="qdesignerformwindowinterface.html#selectWidget" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="154" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void selectWidget(QWidget *widget, bool select) = 0">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="bool" right="" name="select" default="true"/>
</function>
<function threadsafety="unspecified" name="selectionChanged" fullname="QDesignerFormWindowInterface::selectionChanged" href="qdesignerformwindowinterface.html#selectionChanged" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="167" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void selectionChanged()"/>
<function threadsafety="unspecified" name="setAuthor" fullname="QDesignerFormWindowInterface::setAuthor" href="qdesignerformwindowinterface.html#setAuthor" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="80" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAuthor(const QString &amp;author) = 0">
<parameter left="const QString &amp;" right="" name="author" default=""/>
</function>
<function threadsafety="unspecified" name="setComment" fullname="QDesignerFormWindowInterface::setComment" href="qdesignerformwindowinterface.html#setComment" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="83" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setComment(const QString &amp;comment) = 0">
<parameter left="const QString &amp;" right="" name="comment" default=""/>
</function>
<function threadsafety="unspecified" name="setCurrentTool" fullname="QDesignerFormWindowInterface::setCurrentTool" href="qdesignerformwindowinterface.html#setCurrentTool" status="internal" access="private" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="114" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCurrentTool(int index) = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="setDirty" fullname="QDesignerFormWindowInterface::setDirty" href="qdesignerformwindowinterface.html#setDirty" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="152" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDirty(bool dirty) = 0">
<parameter left="bool" right="" name="dirty" default=""/>
</function>
<function threadsafety="unspecified" name="setExportMacro" fullname="QDesignerFormWindowInterface::setExportMacro" href="qdesignerformwindowinterface.html#setExportMacro" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="95" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setExportMacro(const QString &amp;exportMacro) = 0">
<parameter left="const QString &amp;" right="" name="exportMacro" default=""/>
</function>
<function threadsafety="unspecified" name="setFeatures" fullname="QDesignerFormWindowInterface::setFeatures" href="qdesignerformwindowinterface.html#setFeatures" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="151" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFeatures(Feature features) = 0">
<parameter left="Feature" right="" name="features" default=""/>
</function>
<function threadsafety="unspecified" name="setFileName" fullname="QDesignerFormWindowInterface::setFileName" href="qdesignerformwindowinterface.html#setFileName" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="156" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFileName(const QString &amp;fileName) = 0">
<parameter left="const QString &amp;" right="" name="fileName" default=""/>
</function>
<function threadsafety="unspecified" name="setGrid" fullname="QDesignerFormWindowInterface::setGrid" href="qdesignerformwindowinterface.html#setGrid" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="155" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setGrid(const QPoint &amp;grid) = 0">
<parameter left="const QPoint &amp;" right="" name="grid" default=""/>
</function>
<function threadsafety="unspecified" name="setIncludeHints" fullname="QDesignerFormWindowInterface::setIncludeHints" href="qdesignerformwindowinterface.html#setIncludeHints" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="98" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setIncludeHints(const QStringList &amp;includeHints) = 0">
<parameter left="const QStringList &amp;" right="" name="includeHints" default=""/>
</function>
<function threadsafety="unspecified" name="setLayoutDefault" fullname="QDesignerFormWindowInterface::setLayoutDefault" href="qdesignerformwindowinterface.html#setLayoutDefault" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="86" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setLayoutDefault(int margin, int spacing) = 0">
<parameter left="int" right="" name="margin" default=""/>
<parameter left="int" right="" name="spacing" default=""/>
</function>
<function threadsafety="unspecified" name="setLayoutFunction" fullname="QDesignerFormWindowInterface::setLayoutFunction" href="qdesignerformwindowinterface.html#setLayoutFunction" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="89" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setLayoutFunction(const QString &amp;margin, const QString &amp;spacing) = 0">
<parameter left="const QString &amp;" right="" name="margin" default=""/>
<parameter left="const QString &amp;" right="" name="spacing" default=""/>
</function>
<function threadsafety="unspecified" name="setMainContainer" fullname="QDesignerFormWindowInterface::setMainContainer" href="qdesignerformwindowinterface.html#setMainContainer" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="122" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setMainContainer(QWidget *mainContainer) = 0">
<parameter left="QWidget *" right="" name="mainContainer" default=""/>
</function>
<function threadsafety="unspecified" name="setPixmapFunction" fullname="QDesignerFormWindowInterface::setPixmapFunction" href="qdesignerformwindowinterface.html#setPixmapFunction" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="92" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPixmapFunction(const QString &amp;pixmapFunction) = 0">
<parameter left="const QString &amp;" right="" name="pixmapFunction" default=""/>
</function>
<function threadsafety="unspecified" name="setResourceFileSaveMode" fullname="QDesignerFormWindowInterface::setResourceFileSaveMode" href="qdesignerformwindowinterface.html#setResourceFileSaveMode" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="101" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setResourceFileSaveMode(ResourceFileSaveMode behaviour) = 0">
<parameter left="ResourceFileSaveMode" right="" name="behaviour" default=""/>
</function>
<function threadsafety="unspecified" name="setResourceSet" fullname="QDesignerFormWindowInterface::setResourceSet" href="qdesignerformwindowinterface.html#setResourceSet" status="internal" access="private" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="104" since="5.0" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setResourceSet(QtResourceSet *resourceSet) = 0">
<parameter left="QtResourceSet *" right="" name="resourceSet" default=""/>
</function>
<function threadsafety="unspecified" name="toolChanged" fullname="QDesignerFormWindowInterface::toolChanged" href="qdesignerformwindowinterface.html#toolChanged" status="internal" access="private" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="164" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void toolChanged(int toolIndex)">
<parameter left="int" right="" name="toolIndex" default=""/>
</function>
<function threadsafety="unspecified" name="unmanageWidget" fullname="QDesignerFormWindowInterface::unmanageWidget" href="qdesignerformwindowinterface.html#unmanageWidget" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="149" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void unmanageWidget(QWidget *widget) = 0">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="widgetManaged" fullname="QDesignerFormWindowInterface::widgetManaged" href="qdesignerformwindowinterface.html#widgetManaged" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="172" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void widgetManaged(QWidget *widget)">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="widgetRemoved" fullname="QDesignerFormWindowInterface::widgetRemoved" href="qdesignerformwindowinterface.html#widgetRemoved" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="178" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void widgetRemoved(QWidget *widget)">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="widgetUnmanaged" fullname="QDesignerFormWindowInterface::widgetUnmanaged" href="qdesignerformwindowinterface.html#widgetUnmanaged" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="173" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void widgetUnmanaged(QWidget *widget)">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerFormWindowInterface" fullname="QDesignerFormWindowInterface::~QDesignerFormWindowInterface" href="qdesignerformwindowinterface.html#dtor.QDesignerFormWindowInterface" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="67" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerFormWindowInterface()"/>
<function threadsafety="unspecified" name="features" fullname="QDesignerFormWindowInterface::features" href="qdesignerformwindowinterface.html#features" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="76" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Feature" signature="Feature features() const = 0"/>
<function threadsafety="unspecified" name="core" fullname="QDesignerFormWindowInterface::core" href="qdesignerformwindowinterface.html#core" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="108" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
<function threadsafety="unspecified" name="cursor" fullname="QDesignerFormWindowInterface::cursor" href="qdesignerformwindowinterface.html#cursor" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="109" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowCursorInterface *" signature="QDesignerFormWindowCursorInterface * cursor() const = 0"/>
<function threadsafety="unspecified" name="tool" fullname="QDesignerFormWindowInterface::tool" href="qdesignerformwindowinterface.html#tool" status="internal" access="private" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="116" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowToolInterface *" signature="QDesignerFormWindowToolInterface * tool(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="absoluteDir" fullname="QDesignerFormWindowInterface::absoluteDir" href="qdesignerformwindowinterface.html#absoluteDir" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="70" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDir" signature="QDir absoluteDir() const = 0"/>
<function threadsafety="unspecified" name="grid" fullname="QDesignerFormWindowInterface::grid" href="qdesignerformwindowinterface.html#grid" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="119" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPoint" signature="QPoint grid() const = 0"/>
<function threadsafety="unspecified" name="author" fullname="QDesignerFormWindowInterface::author" href="qdesignerformwindowinterface.html#author" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="79" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString author() const = 0"/>
<function threadsafety="unspecified" name="comment" fullname="QDesignerFormWindowInterface::comment" href="qdesignerformwindowinterface.html#comment" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="82" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString comment() const = 0"/>
<function threadsafety="unspecified" name="contents" fullname="QDesignerFormWindowInterface::contents" href="qdesignerformwindowinterface.html#contents" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="72" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString contents() const = 0"/>
<function threadsafety="unspecified" name="exportMacro" fullname="QDesignerFormWindowInterface::exportMacro" href="qdesignerformwindowinterface.html#exportMacro" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="94" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString exportMacro() const = 0"/>
<function threadsafety="unspecified" name="fileName" fullname="QDesignerFormWindowInterface::fileName" href="qdesignerformwindowinterface.html#fileName" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="69" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString fileName() const = 0"/>
<function threadsafety="unspecified" name="pixmapFunction" fullname="QDesignerFormWindowInterface::pixmapFunction" href="qdesignerformwindowinterface.html#pixmapFunction" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="91" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString pixmapFunction() const = 0"/>
<function threadsafety="unspecified" name="activeResourceFilePaths" fullname="QDesignerFormWindowInterface::activeResourceFilePaths" href="qdesignerformwindowinterface.html#activeResourceFilePaths" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="106" since="5.0" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList activeResourceFilePaths() const"/>
<function threadsafety="unspecified" name="checkContents" fullname="QDesignerFormWindowInterface::checkContents" href="qdesignerformwindowinterface.html#checkContents" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="73" since="5.0" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList checkContents() const = 0"/>
<function threadsafety="unspecified" name="includeHints" fullname="QDesignerFormWindowInterface::includeHints" href="qdesignerformwindowinterface.html#includeHints" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="97" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList includeHints() const = 0"/>
<function threadsafety="unspecified" name="resourceFiles" fullname="QDesignerFormWindowInterface::resourceFiles" href="qdesignerformwindowinterface.html#resourceFiles" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="141" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList resourceFiles() const = 0"/>
<function threadsafety="unspecified" name="commandHistory" fullname="QDesignerFormWindowInterface::commandHistory" href="qdesignerformwindowinterface.html#commandHistory" status="internal" access="private" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="132" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QUndoStack *" signature="QUndoStack * commandHistory() const = 0"/>
<function threadsafety="unspecified" name="formContainer" fullname="QDesignerFormWindowInterface::formContainer" href="qdesignerformwindowinterface.html#formContainer" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="123" since="5.0" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * formContainer() const = 0"/>
<function threadsafety="unspecified" name="mainContainer" fullname="QDesignerFormWindowInterface::mainContainer" href="qdesignerformwindowinterface.html#mainContainer" status="internal" access="private" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="121" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * mainContainer() const = 0"/>
<function threadsafety="unspecified" name="resourceSet" fullname="QDesignerFormWindowInterface::resourceSet" href="qdesignerformwindowinterface.html#resourceSet" status="internal" access="private" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="103" since="5.0" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QtResourceSet *" signature="QtResourceSet * resourceSet() const = 0"/>
<function threadsafety="unspecified" name="resourceFileSaveMode" fullname="QDesignerFormWindowInterface::resourceFileSaveMode" href="qdesignerformwindowinterface.html#resourceFileSaveMode" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="100" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="ResourceFileSaveMode" signature="ResourceFileSaveMode resourceFileSaveMode() const = 0"/>
<function threadsafety="unspecified" name="hasFeature" fullname="QDesignerFormWindowInterface::hasFeature" href="qdesignerformwindowinterface.html#hasFeature" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="77" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasFeature(Feature feature) const = 0">
<parameter left="Feature" right="" name="feature" default=""/>
</function>
<function threadsafety="unspecified" name="isDirty" fullname="QDesignerFormWindowInterface::isDirty" href="qdesignerformwindowinterface.html#isDirty" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="127" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isDirty() const = 0"/>
<function threadsafety="unspecified" name="isManaged" fullname="QDesignerFormWindowInterface::isManaged" href="qdesignerformwindowinterface.html#isManaged" status="active" access="public" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="125" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isManaged(QWidget *widget) const = 0">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="currentTool" fullname="QDesignerFormWindowInterface::currentTool" href="qdesignerformwindowinterface.html#currentTool" status="internal" access="private" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="113" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int currentTool() const = 0"/>
<function threadsafety="unspecified" name="toolCount" fullname="QDesignerFormWindowInterface::toolCount" href="qdesignerformwindowinterface.html#toolCount" status="internal" access="private" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="111" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int toolCount() const = 0"/>
<function threadsafety="unspecified" name="simplifySelection" fullname="QDesignerFormWindowInterface::simplifySelection" href="qdesignerformwindowinterface.html#simplifySelection" status="internal" access="private" location="abstractformwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindow.h" lineno="136" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void simplifySelection(QList&lt;QWidget *&gt; *widgets) const = 0">
<parameter left="QList&lt;QWidget *&gt; *" right="" name="widgets" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerFormWindowCursorInterface" href="qdesignerformwindowcursorinterface.html" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="41" module="QtDesigner" brief="Allows you to query and modify a form window's widget selection, and in addition modify the properties of all the form's widgets">
<enum threadsafety="unspecified" name="MoveMode" fullname="QDesignerFormWindowCursorInterface::MoveMode" href="qdesignerformwindowcursorinterface.html#MoveMode-enum" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="58">
<value name="MoveAnchor" value="0"/>
<value name="KeepAnchor" value="1"/>
</enum>
<enum threadsafety="unspecified" name="MoveOperation" fullname="QDesignerFormWindowCursorInterface::MoveOperation" href="qdesignerformwindowcursorinterface.html#MoveOperation-enum" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="44">
<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>
<function threadsafety="unspecified" name="movePosition" fullname="QDesignerFormWindowCursorInterface::movePosition" href="qdesignerformwindowcursorinterface.html#movePosition" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="69" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool movePosition(MoveOperation operation, MoveMode mode) = 0">
<parameter left="MoveOperation" right="" name="operation" default=""/>
<parameter left="MoveMode" right="" name="mode" default="MoveAnchor"/>
</function>
<function threadsafety="unspecified" name="resetWidgetProperty" fullname="QDesignerFormWindowCursorInterface::resetWidgetProperty" href="qdesignerformwindowcursorinterface.html#resetWidgetProperty" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="85" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resetWidgetProperty(QWidget *widget, const QString &amp;name) = 0">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="setPosition" fullname="QDesignerFormWindowCursorInterface::setPosition" href="qdesignerformwindowcursorinterface.html#setPosition" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="72" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPosition(int position, MoveMode mode) = 0">
<parameter left="int" right="" name="position" default=""/>
<parameter left="MoveMode" right="" name="mode" default="MoveAnchor"/>
</function>
<function threadsafety="unspecified" name="setProperty" fullname="QDesignerFormWindowCursorInterface::setProperty" href="qdesignerformwindowcursorinterface.html#setProperty" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="83" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setProperty(const QString &amp;name, const QVariant &amp;value) = 0">
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="setWidgetProperty" fullname="QDesignerFormWindowCursorInterface::setWidgetProperty" href="qdesignerformwindowcursorinterface.html#setWidgetProperty" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="84" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setWidgetProperty(QWidget *widget, const QString &amp;name, const QVariant &amp;value) = 0">
<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 threadsafety="unspecified" name="~QDesignerFormWindowCursorInterface" fullname="QDesignerFormWindowCursorInterface::~QDesignerFormWindowCursorInterface" href="qdesignerformwindowcursorinterface.html#dtor.QDesignerFormWindowCursorInterface" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="65" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerFormWindowCursorInterface()"/>
<function threadsafety="unspecified" name="formWindow" fullname="QDesignerFormWindowCursorInterface::formWindow" href="qdesignerformwindowcursorinterface.html#formWindow" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="67" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * formWindow() const = 0"/>
<function threadsafety="unspecified" name="current" fullname="QDesignerFormWindowCursorInterface::current" href="qdesignerformwindowcursorinterface.html#current" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="74" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * current() const = 0"/>
<function threadsafety="unspecified" name="selectedWidget" fullname="QDesignerFormWindowCursorInterface::selectedWidget" href="qdesignerformwindowcursorinterface.html#selectedWidget" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="81" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * selectedWidget(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="widget" fullname="QDesignerFormWindowCursorInterface::widget" href="qdesignerformwindowcursorinterface.html#widget" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="77" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * widget(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="hasSelection" fullname="QDesignerFormWindowCursorInterface::hasSelection" href="qdesignerformwindowcursorinterface.html#hasSelection" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="79" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasSelection() const = 0"/>
<function threadsafety="unspecified" name="isWidgetSelected" fullname="QDesignerFormWindowCursorInterface::isWidgetSelected" href="qdesignerformwindowcursorinterface.html#isWidgetSelected" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="87" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isWidgetSelected(QWidget *widget) const">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="position" fullname="QDesignerFormWindowCursorInterface::position" href="qdesignerformwindowcursorinterface.html#position" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="71" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int position() const = 0"/>
<function threadsafety="unspecified" name="selectedWidgetCount" fullname="QDesignerFormWindowCursorInterface::selectedWidgetCount" href="qdesignerformwindowcursorinterface.html#selectedWidgetCount" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="80" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int selectedWidgetCount() const = 0"/>
<function threadsafety="unspecified" name="widgetCount" fullname="QDesignerFormWindowCursorInterface::widgetCount" href="qdesignerformwindowcursorinterface.html#widgetCount" status="active" access="public" location="abstractformwindowcursor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowcursor.h" lineno="76" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int widgetCount() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerFormWindowManagerInterface" href="qdesignerformwindowmanagerinterface.html" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="48" module="QtDesigner" brief="Allows you to manipulate the collection of form windows in Qt Designer, and control Qt Designer's form editing actions">
<enum threadsafety="unspecified" name="Action" fullname="QDesignerFormWindowManagerInterface::Action" href="qdesignerformwindowmanagerinterface.html#Action-enum" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="55" since="5.0">
<value name="CutAction" value="100"/>
<value name="CopyAction" value="101"/>
<value name="PasteAction" value="102"/>
<value name="DeleteAction" value="103"/>
<value name="SelectAllAction" value="104"/>
<value name="LowerAction" value="200"/>
<value name="RaiseAction" value="201"/>
<value name="UndoAction" value="300"/>
<value name="RedoAction" value="301"/>
<value name="HorizontalLayoutAction" value="400"/>
<value name="VerticalLayoutAction" value="401"/>
<value name="SplitHorizontalAction" value="402"/>
<value name="SplitVerticalAction" value="403"/>
<value name="GridLayoutAction" value="404"/>
<value name="FormLayoutAction" value="405"/>
<value name="BreakLayoutAction" value="406"/>
<value name="AdjustSizeAction" value="407"/>
<value name="SimplifyLayoutAction" value="408"/>
<value name="DefaultPreviewAction" value="500"/>
<value name="FormWindowSettingsDialogAction" value="600"/>
</enum>
<enum threadsafety="unspecified" name="ActionGroup" fullname="QDesignerFormWindowManagerInterface::ActionGroup" href="qdesignerformwindowmanagerinterface.html#ActionGroup-enum" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="84" since="5.0">
<value name="StyledPreviewActionGroup" value="100"/>
</enum>
<function threadsafety="unspecified" name="createFormWindow" fullname="QDesignerFormWindowManagerInterface::createFormWindow" href="qdesignerformwindowmanagerinterface.html#createFormWindow" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="117" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * createFormWindow(QWidget *parent, Qt::WindowFlags flags) = 0">
<parameter left="QWidget *" right="" name="parent" default="Q_NULLPTR"/>
<parameter left="Qt::WindowFlags" right="" name="flags" default="Qt::WindowFlags()"/>
</function>
<function threadsafety="unspecified" name="QDesignerFormWindowManagerInterface" fullname="QDesignerFormWindowManagerInterface::QDesignerFormWindowManagerInterface" href="qdesignerformwindowmanagerinterface.html#QDesignerFormWindowManagerInterface" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="52" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerFormWindowManagerInterface(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="activeFormWindowChanged" fullname="QDesignerFormWindowManagerInterface::activeFormWindowChanged" href="qdesignerformwindowmanagerinterface.html#activeFormWindowChanged" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="128" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void activeFormWindowChanged(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="addFormWindow" fullname="QDesignerFormWindowManagerInterface::addFormWindow" href="qdesignerformwindowmanagerinterface.html#addFormWindow" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="132" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addFormWindow(QDesignerFormWindowInterface *formWindow) = 0">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="closeAllPreviews" fullname="QDesignerFormWindowManagerInterface::closeAllPreviews" href="qdesignerformwindowmanagerinterface.html#closeAllPreviews" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="136" since="5.0" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void closeAllPreviews() = 0"/>
<function threadsafety="unspecified" name="dragItems" fullname="QDesignerFormWindowManagerInterface::dragItems" href="qdesignerformwindowmanagerinterface.html#dragItems" status="internal" access="private" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="121" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dragItems(const QList&lt;QDesignerDnDItemInterface *&gt; &amp;item_list) = 0">
<parameter left="const QList&lt;QDesignerDnDItemInterface *&gt; &amp;" right="" name="item_list" default=""/>
</function>
<function threadsafety="unspecified" name="formWindowAdded" fullname="QDesignerFormWindowManagerInterface::formWindowAdded" href="qdesignerformwindowmanagerinterface.html#formWindowAdded" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="126" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void formWindowAdded(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="formWindowRemoved" fullname="QDesignerFormWindowManagerInterface::formWindowRemoved" href="qdesignerformwindowmanagerinterface.html#formWindowRemoved" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="127" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void formWindowRemoved(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="formWindowSettingsChanged" fullname="QDesignerFormWindowManagerInterface::formWindowSettingsChanged" href="qdesignerformwindowmanagerinterface.html#formWindowSettingsChanged" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="129" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void formWindowSettingsChanged(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="removeFormWindow" fullname="QDesignerFormWindowManagerInterface::removeFormWindow" href="qdesignerformwindowmanagerinterface.html#removeFormWindow" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="133" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeFormWindow(QDesignerFormWindowInterface *formWindow) = 0">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="setActiveFormWindow" fullname="QDesignerFormWindowManagerInterface::setActiveFormWindow" href="qdesignerformwindowmanagerinterface.html#setActiveFormWindow" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="134" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setActiveFormWindow(QDesignerFormWindowInterface *formWindow) = 0">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="showPluginDialog" fullname="QDesignerFormWindowManagerInterface::showPluginDialog" href="qdesignerformwindowmanagerinterface.html#showPluginDialog" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="137" since="5.0" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showPluginDialog() = 0"/>
<function threadsafety="unspecified" name="showPreview" fullname="QDesignerFormWindowManagerInterface::showPreview" href="qdesignerformwindowmanagerinterface.html#showPreview" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="135" since="5.0" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showPreview() = 0"/>
<function threadsafety="unspecified" name="~QDesignerFormWindowManagerInterface" fullname="QDesignerFormWindowManagerInterface::~QDesignerFormWindowManagerInterface" href="qdesignerformwindowmanagerinterface.html#dtor.QDesignerFormWindowManagerInterface" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="53" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerFormWindowManagerInterface()"/>
<function threadsafety="unspecified" name="action" fullname="QDesignerFormWindowManagerInterface::action" href="qdesignerformwindowmanagerinterface.html#action" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="89" since="5.0" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * action(Action action) const = 0">
<parameter left="Action" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="actionAdjustSize" fullname="QDesignerFormWindowManagerInterface::actionAdjustSize" href="qdesignerformwindowmanagerinterface-obsolete.html#actionAdjustSize" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="109" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionAdjustSize() const"/>
<function threadsafety="unspecified" name="actionBreakLayout" fullname="QDesignerFormWindowManagerInterface::actionBreakLayout" href="qdesignerformwindowmanagerinterface-obsolete.html#actionBreakLayout" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="108" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionBreakLayout() const"/>
<function threadsafety="unspecified" name="actionCopy" fullname="QDesignerFormWindowManagerInterface::actionCopy" href="qdesignerformwindowmanagerinterface-obsolete.html#actionCopy" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="93" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionCopy() const"/>
<function threadsafety="unspecified" name="actionCut" fullname="QDesignerFormWindowManagerInterface::actionCut" href="qdesignerformwindowmanagerinterface-obsolete.html#actionCut" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="92" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionCut() const"/>
<function threadsafety="unspecified" name="actionDelete" fullname="QDesignerFormWindowManagerInterface::actionDelete" href="qdesignerformwindowmanagerinterface-obsolete.html#actionDelete" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="95" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionDelete() const"/>
<function threadsafety="unspecified" name="actionFormLayout" fullname="QDesignerFormWindowManagerInterface::actionFormLayout" href="qdesignerformwindowmanagerinterface-obsolete.html#actionFormLayout" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="107" since="4.4" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionFormLayout() const"/>
<function threadsafety="unspecified" name="actionGridLayout" fullname="QDesignerFormWindowManagerInterface::actionGridLayout" href="qdesignerformwindowmanagerinterface-obsolete.html#actionGridLayout" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="106" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionGridLayout() const"/>
<function threadsafety="unspecified" name="actionHorizontalLayout" fullname="QDesignerFormWindowManagerInterface::actionHorizontalLayout" href="qdesignerformwindowmanagerinterface-obsolete.html#actionHorizontalLayout" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="102" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionHorizontalLayout() const"/>
<function threadsafety="unspecified" name="actionLower" fullname="QDesignerFormWindowManagerInterface::actionLower" href="qdesignerformwindowmanagerinterface-obsolete.html#actionLower" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="97" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionLower() const"/>
<function threadsafety="unspecified" name="actionPaste" fullname="QDesignerFormWindowManagerInterface::actionPaste" href="qdesignerformwindowmanagerinterface-obsolete.html#actionPaste" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="94" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionPaste() const"/>
<function threadsafety="unspecified" name="actionRaise" fullname="QDesignerFormWindowManagerInterface::actionRaise" href="qdesignerformwindowmanagerinterface-obsolete.html#actionRaise" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="98" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionRaise() const"/>
<function threadsafety="unspecified" name="actionRedo" fullname="QDesignerFormWindowManagerInterface::actionRedo" href="qdesignerformwindowmanagerinterface-obsolete.html#actionRedo" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="100" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionRedo() const"/>
<function threadsafety="unspecified" name="actionSelectAll" fullname="QDesignerFormWindowManagerInterface::actionSelectAll" href="qdesignerformwindowmanagerinterface-obsolete.html#actionSelectAll" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="96" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionSelectAll() const"/>
<function threadsafety="unspecified" name="actionSimplifyLayout" fullname="QDesignerFormWindowManagerInterface::actionSimplifyLayout" href="qdesignerformwindowmanagerinterface-obsolete.html#actionSimplifyLayout" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="110" since="4.4" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionSimplifyLayout() const"/>
<function threadsafety="unspecified" name="actionSplitHorizontal" fullname="QDesignerFormWindowManagerInterface::actionSplitHorizontal" href="qdesignerformwindowmanagerinterface-obsolete.html#actionSplitHorizontal" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="104" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionSplitHorizontal() const"/>
<function threadsafety="unspecified" name="actionSplitVertical" fullname="QDesignerFormWindowManagerInterface::actionSplitVertical" href="qdesignerformwindowmanagerinterface-obsolete.html#actionSplitVertical" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="105" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionSplitVertical() const"/>
<function threadsafety="unspecified" name="actionUndo" fullname="QDesignerFormWindowManagerInterface::actionUndo" href="qdesignerformwindowmanagerinterface-obsolete.html#actionUndo" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="99" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionUndo() const"/>
<function threadsafety="unspecified" name="actionVerticalLayout" fullname="QDesignerFormWindowManagerInterface::actionVerticalLayout" href="qdesignerformwindowmanagerinterface-obsolete.html#actionVerticalLayout" status="obsolete" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="103" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionVerticalLayout() const"/>
<function threadsafety="unspecified" name="actionGroup" fullname="QDesignerFormWindowManagerInterface::actionGroup" href="qdesignerformwindowmanagerinterface.html#actionGroup" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="90" since="5.0" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QActionGroup *" signature="QActionGroup * actionGroup(ActionGroup actionGroup) const = 0">
<parameter left="ActionGroup" right="" name="actionGroup" default=""/>
</function>
<function threadsafety="unspecified" name="core" fullname="QDesignerFormWindowManagerInterface::core" href="qdesignerformwindowmanagerinterface.html#core" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="119" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const = 0"/>
<function threadsafety="unspecified" name="activeFormWindow" fullname="QDesignerFormWindowManagerInterface::activeFormWindow" href="qdesignerformwindowmanagerinterface.html#activeFormWindow" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="112" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * activeFormWindow() const = 0"/>
<function threadsafety="unspecified" name="formWindow" fullname="QDesignerFormWindowManagerInterface::formWindow" href="qdesignerformwindowmanagerinterface.html#formWindow" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="115" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * formWindow(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="createPreviewPixmap" fullname="QDesignerFormWindowManagerInterface::createPreviewPixmap" href="qdesignerformwindowmanagerinterface.html#createPreviewPixmap" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="123" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPixmap" signature="QPixmap createPreviewPixmap() const = 0"/>
<function threadsafety="unspecified" name="formWindowCount" fullname="QDesignerFormWindowManagerInterface::formWindowCount" href="qdesignerformwindowmanagerinterface.html#formWindowCount" status="active" access="public" location="abstractformwindowmanager.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowmanager.h" lineno="114" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int formWindowCount() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerFormWindowToolInterface" href="qdesignerformwindowtoolinterface.html" status="internal" access="private" location="abstractformwindowtool.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowtool.h" lineno="44" module="QtDesigner" brief="Interface that enables tools to be used on items in a form window">
<function threadsafety="unspecified" name="QDesignerFormWindowToolInterface" fullname="QDesignerFormWindowToolInterface::QDesignerFormWindowToolInterface" href="qdesignerformwindowtoolinterface.html#QDesignerFormWindowToolInterface" status="active" access="public" location="abstractformwindowtool.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowtool.h" lineno="48" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerFormWindowToolInterface(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="handleEvent" fullname="QDesignerFormWindowToolInterface::handleEvent" href="qdesignerformwindowtoolinterface.html#handleEvent" status="active" access="public" location="abstractformwindowtool.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowtool.h" lineno="63" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleEvent(QWidget *widget, QWidget *managedWidget, QEvent *event) = 0">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QWidget *" right="" name="managedWidget" default=""/>
<parameter left="QEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="activated" fullname="QDesignerFormWindowToolInterface::activated" href="qdesignerformwindowtoolinterface.html#activated" status="active" access="public" location="abstractformwindowtool.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowtool.h" lineno="57" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void activated() = 0"/>
<function threadsafety="unspecified" name="deactivated" fullname="QDesignerFormWindowToolInterface::deactivated" href="qdesignerformwindowtoolinterface.html#deactivated" status="active" access="public" location="abstractformwindowtool.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowtool.h" lineno="58" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void deactivated() = 0"/>
<function threadsafety="unspecified" name="loadFromDom" fullname="QDesignerFormWindowToolInterface::loadFromDom" href="qdesignerformwindowtoolinterface.html#loadFromDom" status="active" access="public" location="abstractformwindowtool.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowtool.h" lineno="61" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void loadFromDom(DomUI *, QWidget *)">
<parameter left="DomUI *" right="" name="" default=""/>
<parameter left="QWidget *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="saveToDom" fullname="QDesignerFormWindowToolInterface::saveToDom" href="qdesignerformwindowtoolinterface.html#saveToDom" status="active" access="public" location="abstractformwindowtool.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowtool.h" lineno="60" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveToDom(DomUI *, QWidget *)">
<parameter left="DomUI *" right="" name="" default=""/>
<parameter left="QWidget *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerFormWindowToolInterface" fullname="QDesignerFormWindowToolInterface::~QDesignerFormWindowToolInterface" href="qdesignerformwindowtoolinterface.html#dtor.QDesignerFormWindowToolInterface" status="active" access="public" location="abstractformwindowtool.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowtool.h" lineno="49" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerFormWindowToolInterface()"/>
<function threadsafety="unspecified" name="action" fullname="QDesignerFormWindowToolInterface::action" href="qdesignerformwindowtoolinterface.html#action" status="active" access="public" location="abstractformwindowtool.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowtool.h" lineno="55" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * action() const = 0"/>
<function threadsafety="unspecified" name="core" fullname="QDesignerFormWindowToolInterface::core" href="qdesignerformwindowtoolinterface.html#core" status="active" access="public" location="abstractformwindowtool.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowtool.h" lineno="51" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const = 0"/>
<function threadsafety="unspecified" name="formWindow" fullname="QDesignerFormWindowToolInterface::formWindow" href="qdesignerformwindowtoolinterface.html#formWindow" status="active" access="public" location="abstractformwindowtool.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowtool.h" lineno="52" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * formWindow() const = 0"/>
<function threadsafety="unspecified" name="editor" fullname="QDesignerFormWindowToolInterface::editor" href="qdesignerformwindowtoolinterface.html#editor" status="active" access="public" location="abstractformwindowtool.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractformwindowtool.h" lineno="53" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * editor() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerIntegration" href="qdesignerintegration.html" status="internal" access="private" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="130" module="QtDesigner" brief="Qt Designer's implementation of QDesignerIntegrationInterface">
<function threadsafety="unspecified" name="QDesignerIntegration" fullname="QDesignerIntegration::QDesignerIntegration" href="qdesignerintegration.html#QDesignerIntegration" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="134" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerIntegration(QDesignerFormEditorInterface *core, QObject *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QObject *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="createResourceBrowser" fullname="QDesignerIntegration::createResourceBrowser" href="qdesignerintegration.html#createResourceBrowser" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="155" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerResourceBrowserInterface *" signature="QDesignerResourceBrowserInterface * createResourceBrowser(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="addDynamicProperty" fullname="QDesignerIntegration::addDynamicProperty" href="qdesignerintegration.html#addDynamicProperty" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="163" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addDynamicProperty(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 threadsafety="unspecified" name="initializePlugins" fullname="QDesignerIntegration::initializePlugins" href="qdesignerintegration.html#initializePlugins" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="152" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void initializePlugins(QDesignerFormEditorInterface *formEditor)">
<parameter left="QDesignerFormEditorInterface *" right="" name="formEditor" default=""/>
</function>
<function threadsafety="unspecified" name="removeDynamicProperty" fullname="QDesignerIntegration::removeDynamicProperty" href="qdesignerintegration.html#removeDynamicProperty" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="164" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeDynamicProperty(const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="resetProperty" fullname="QDesignerIntegration::resetProperty" href="qdesignerintegration.html#resetProperty" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="162" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resetProperty(const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="setFeatures" fullname="QDesignerIntegration::setFeatures" href="qdesignerintegration.html#setFeatures" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="144" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFeatures(Feature f)">
<parameter left="Feature" right="" name="f" default=""/>
</function>
<function threadsafety="unspecified" name="setHeaderLowercase" fullname="QDesignerIntegration::setHeaderLowercase" href="qdesignerintegration.html#setHeaderLowercase" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="141" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setHeaderLowercase(bool headerLowerCase)">
<parameter left="bool" right="" name="headerLowerCase" default=""/>
</function>
<function threadsafety="unspecified" name="setHeaderSuffix" fullname="QDesignerIntegration::setHeaderSuffix" href="qdesignerintegration.html#setHeaderSuffix" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="138" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setHeaderSuffix(const QString &amp;headerSuffix)">
<parameter left="const QString &amp;" right="" name="headerSuffix" default=""/>
</function>
<function threadsafety="unspecified" name="setResourceFileWatcherBehaviour" fullname="QDesignerIntegration::setResourceFileWatcherBehaviour" href="qdesignerintegration.html#setResourceFileWatcherBehaviour" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="147" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setResourceFileWatcherBehaviour(ResourceFileWatcherBehaviour behaviour)">
<parameter left="ResourceFileWatcherBehaviour" right="" name="behaviour" default=""/>
</function>
<function threadsafety="unspecified" name="setupFormWindow" fullname="QDesignerIntegration::setupFormWindow" href="qdesignerintegration.html#setupFormWindow" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="167" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setupFormWindow(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="updateActiveFormWindow" fullname="QDesignerIntegration::updateActiveFormWindow" href="qdesignerintegration.html#updateActiveFormWindow" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="166" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateActiveFormWindow(QDesignerFormWindowInterface *formWindow)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="updateCustomWidgetPlugins" fullname="QDesignerIntegration::updateCustomWidgetPlugins" href="qdesignerintegration.html#updateCustomWidgetPlugins" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="169" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateCustomWidgetPlugins()"/>
<function threadsafety="unspecified" name="updateProperty" fullname="QDesignerIntegration::updateProperty" href="qdesignerintegration.html#updateProperty-1" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="160" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateProperty(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 threadsafety="unspecified" name="updateProperty" fullname="QDesignerIntegration::updateProperty" href="qdesignerintegration.html#updateProperty" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="159" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateProperty(const QString &amp;name, const QVariant &amp;value, bool enableSubPropertyHandling)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
<parameter left="bool" right="" name="enableSubPropertyHandling" default=""/>
</function>
<function threadsafety="unspecified" name="updateSelection" fullname="QDesignerIntegration::updateSelection" href="qdesignerintegration.html#updateSelection" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="168" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateSelection()"/>
<function threadsafety="unspecified" name="~QDesignerIntegration" fullname="QDesignerIntegration::~QDesignerIntegration" href="qdesignerintegration.html#dtor.QDesignerIntegration" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="135" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerIntegration()"/>
<function threadsafety="unspecified" name="features" fullname="QDesignerIntegration::features" href="qdesignerintegration.html#features" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="143" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Feature" signature="Feature features() const"/>
<function threadsafety="unspecified" name="contextHelpId" fullname="QDesignerIntegration::contextHelpId" href="qdesignerintegration.html#contextHelpId" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="157" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString contextHelpId() const"/>
<function threadsafety="unspecified" name="headerSuffix" fullname="QDesignerIntegration::headerSuffix" href="qdesignerintegration.html#headerSuffix" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="137" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString headerSuffix() const"/>
<function threadsafety="unspecified" name="containerWindow" fullname="QDesignerIntegration::containerWindow" href="qdesignerintegration.html#containerWindow" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="149" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * containerWindow(QWidget *widget) const">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="resourceFileWatcherBehaviour" fullname="QDesignerIntegration::resourceFileWatcherBehaviour" href="qdesignerintegration.html#resourceFileWatcherBehaviour" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="146" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="ResourceFileWatcherBehaviour" signature="ResourceFileWatcherBehaviour resourceFileWatcherBehaviour() const"/>
<function threadsafety="unspecified" name="isHeaderLowercase" fullname="QDesignerIntegration::isHeaderLowercase" href="qdesignerintegration.html#isHeaderLowercase" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="140" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isHeaderLowercase() const"/>
</class>
<class threadsafety="unspecified" name="QDesignerIntegrationInterface" href="qdesignerintegrationinterface.html" status="internal" access="private" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="52" module="QtDesigner" brief="Glues together parts of Qt Designer and allows for overwriting functionality for IDE integration">
<function threadsafety="unspecified" name="QDesignerIntegrationInterface" fullname="QDesignerIntegrationInterface::QDesignerIntegrationInterface" href="qdesignerintegrationinterface.html#QDesignerIntegrationInterface" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="75" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerIntegrationInterface(QDesignerFormEditorInterface *core, QObject *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QObject *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="emitHelpRequested" fullname="QDesignerIntegrationInterface::emitHelpRequested" href="qdesignerintegrationinterface.html#emitHelpRequested" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="102" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void emitHelpRequested(const QString &amp;manual, const QString &amp;document)">
<parameter left="const QString &amp;" right="" name="manual" default=""/>
<parameter left="const QString &amp;" right="" name="document" default=""/>
</function>
<enum threadsafety="unspecified" name="FeatureFlag" fullname="QDesignerIntegrationInterface::FeatureFlag" href="qdesignerintegrationinterface.html#FeatureFlag-enum" status="internal" access="private" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="66" typedef="QDesignerIntegrationInterface::Feature">
<value name="ResourceEditorFeature" value="0x1"/>
<value name="SlotNavigationFeature" value="0x2"/>
<value name="DefaultWidgetActionFeature" value="0x4"/>
<value name="DefaultFeature" value="ResourceEditorFeature | DefaultWidgetActionFeature"/>
</enum>
<enum threadsafety="unspecified" name="ResourceFileWatcherBehaviour" fullname="QDesignerIntegrationInterface::ResourceFileWatcherBehaviour" href="qdesignerintegrationinterface.html#ResourceFileWatcherBehaviour-enum" status="internal" access="private" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="59">
<value name="NoResourceFileWatcher" value="0"/>
<value name="ReloadResourceFileSilently" value="1"/>
<value name="PromptToReloadResourceFile" value="2"/>
</enum>
<typedef threadsafety="unspecified" name="Feature" fullname="QDesignerIntegrationInterface::Feature" href="qdesignerintegrationinterface.html#FeatureFlag-enum" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="73" enum="QDesignerIntegrationInterface::FeatureFlag"/>
<function threadsafety="unspecified" name="createResourceBrowser" fullname="QDesignerIntegrationInterface::createResourceBrowser" href="qdesignerintegrationinterface.html#createResourceBrowser" status="internal" access="private" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="83" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerResourceBrowserInterface *" brief="Creates a resource browser depending on IDE integration" signature="QDesignerResourceBrowserInterface * createResourceBrowser(QWidget *parent) = 0">
<parameter left="QWidget *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="addDynamicProperty" fullname="QDesignerIntegrationInterface::addDynamicProperty" href="qdesignerintegrationinterface.html#addDynamicProperty" status="internal" access="private" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="118" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" brief="Triggered by the property editor to add a dynamic property value" signature="void addDynamicProperty(const QString &amp;name, const QVariant &amp;value) = 0">
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="emitNavigateToSlot" fullname="QDesignerIntegrationInterface::emitNavigateToSlot" href="qdesignerintegrationinterface.html#emitNavigateToSlot" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="100" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void emitNavigateToSlot(const QString &amp;objectName, const QString &amp;signalSignature, const QStringList &amp;parameterNames)">
<parameter left="const QString &amp;" right="" name="objectName" default=""/>
<parameter left="const QString &amp;" right="" name="signalSignature" default=""/>
<parameter left="const QStringList &amp;" right="" name="parameterNames" default=""/>
</function>
<function threadsafety="unspecified" name="emitNavigateToSlot" fullname="QDesignerIntegrationInterface::emitNavigateToSlot" href="qdesignerintegrationinterface.html#emitNavigateToSlot-1" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="101" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void emitNavigateToSlot(const QString &amp;slotSignature)">
<parameter left="const QString &amp;" right="" name="slotSignature" default=""/>
</function>
<function threadsafety="unspecified" name="emitObjectNameChanged" fullname="QDesignerIntegrationInterface::emitObjectNameChanged" href="qdesignerintegrationinterface.html#emitObjectNameChanged" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="98" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void emitObjectNameChanged(QDesignerFormWindowInterface *formWindow, QObject *object, const QString &amp;newName, const QString &amp;oldName)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="const QString &amp;" right="" name="newName" default=""/>
<parameter left="const QString &amp;" right="" name="oldName" default=""/>
</function>
<function threadsafety="unspecified" name="helpRequested" fullname="QDesignerIntegrationInterface::helpRequested" href="qdesignerintegrationinterface.html#helpRequested" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="107" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void helpRequested(const QString &amp;manual, const QString &amp;document)">
<parameter left="const QString &amp;" right="" name="manual" default=""/>
<parameter left="const QString &amp;" right="" name="document" default=""/>
</function>
<function threadsafety="unspecified" name="navigateToSlot" fullname="QDesignerIntegrationInterface::navigateToSlot" href="qdesignerintegrationinterface.html#navigateToSlot" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="109" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void navigateToSlot(const QString &amp;objectName, const QString &amp;signalSignature, const QStringList &amp;parameterNames)">
<parameter left="const QString &amp;" right="" name="objectName" default=""/>
<parameter left="const QString &amp;" right="" name="signalSignature" default=""/>
<parameter left="const QStringList &amp;" right="" name="parameterNames" default=""/>
</function>
<function threadsafety="unspecified" name="navigateToSlot" fullname="QDesignerIntegrationInterface::navigateToSlot" href="qdesignerintegrationinterface.html#navigateToSlot-1" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="110" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void navigateToSlot(const QString &amp;slotSignature)">
<parameter left="const QString &amp;" right="" name="slotSignature" default=""/>
</function>
<function threadsafety="unspecified" name="objectNameChanged" fullname="QDesignerIntegrationInterface::objectNameChanged" href="qdesignerintegrationinterface.html#objectNameChanged" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="106" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void objectNameChanged(QDesignerFormWindowInterface *formWindow, QObject *object, const QString &amp;newName, const QString &amp;oldName)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="const QString &amp;" right="" name="newName" default=""/>
<parameter left="const QString &amp;" right="" name="oldName" default=""/>
</function>
<function threadsafety="unspecified" name="propertyChanged" fullname="QDesignerIntegrationInterface::propertyChanged" href="qdesignerintegrationinterface.html#propertyChanged" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="105" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void propertyChanged(QDesignerFormWindowInterface *formWindow, const QString &amp;name, const QVariant &amp;value)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="removeDynamicProperty" fullname="QDesignerIntegrationInterface::removeDynamicProperty" href="qdesignerintegrationinterface.html#removeDynamicProperty" status="internal" access="private" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="119" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" brief="Triggered by the property editor to remove a dynamic property" signature="void removeDynamicProperty(const QString &amp;name) = 0">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="resetProperty" fullname="QDesignerIntegrationInterface::resetProperty" href="qdesignerintegrationinterface.html#resetProperty" status="internal" access="private" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="117" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" brief="Triggered by the property editor to reset a property value" signature="void resetProperty(const QString &amp;name) = 0">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="setFeatures" fullname="QDesignerIntegrationInterface::setFeatures" href="qdesignerintegrationinterface.html#setFeatures" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="113" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFeatures(Feature f) = 0">
<parameter left="Feature" right="" name="f" default=""/>
</function>
<function threadsafety="unspecified" name="setHeaderLowercase" fullname="QDesignerIntegrationInterface::setHeaderLowercase" href="qdesignerintegrationinterface.html#headerLowercase-prop" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="88" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" associated-property="headerLowercase" type="void" signature="void setHeaderLowercase(bool headerLowerCase) = 0">
<parameter left="bool" right="" name="headerLowerCase" default=""/>
</function>
<function threadsafety="unspecified" name="setHeaderSuffix" fullname="QDesignerIntegrationInterface::setHeaderSuffix" href="qdesignerintegrationinterface.html#headerSuffix-prop" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="85" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" associated-property="headerSuffix" type="void" signature="void setHeaderSuffix(const QString &amp;headerSuffix) = 0">
<parameter left="const QString &amp;" right="" name="headerSuffix" default=""/>
</function>
<function threadsafety="unspecified" name="setResourceFileWatcherBehaviour" fullname="QDesignerIntegrationInterface::setResourceFileWatcherBehaviour" href="qdesignerintegrationinterface.html#setResourceFileWatcherBehaviour" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="94" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setResourceFileWatcherBehaviour(ResourceFileWatcherBehaviour behaviour) = 0">
<parameter left="ResourceFileWatcherBehaviour" right="" name="behaviour" default=""/>
</function>
<function threadsafety="unspecified" name="setupFormWindow" fullname="QDesignerIntegrationInterface::setupFormWindow" href="qdesignerintegrationinterface.html#setupFormWindow" status="internal" access="private" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="122" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" brief="Sets up the new form window" signature="void setupFormWindow(QDesignerFormWindowInterface *formWindow) = 0">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="updateActiveFormWindow" fullname="QDesignerIntegrationInterface::updateActiveFormWindow" href="qdesignerintegrationinterface.html#updateActiveFormWindow" status="internal" access="private" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="121" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" brief="Sets up the active form window" signature="void updateActiveFormWindow(QDesignerFormWindowInterface *formWindow) = 0">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="updateCustomWidgetPlugins" fullname="QDesignerIntegrationInterface::updateCustomWidgetPlugins" href="qdesignerintegrationinterface.html#updateCustomWidgetPlugins" status="internal" access="private" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="124" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" brief="Triggers a reload of the custom widget plugins" signature="void updateCustomWidgetPlugins() = 0"/>
<function threadsafety="unspecified" name="updateProperty" fullname="QDesignerIntegrationInterface::updateProperty" href="qdesignerintegrationinterface.html#updateProperty-1" status="internal" access="private" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="115" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" brief="Triggered by the property editor to update a property value without subproperty handling" signature="void updateProperty(const QString &amp;name, const QVariant &amp;value) = 0">
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="updateProperty" fullname="QDesignerIntegrationInterface::updateProperty" href="qdesignerintegrationinterface.html#updateProperty" status="internal" access="private" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="114" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" brief="Triggered by the property editor to update a property value" signature="void updateProperty(const QString &amp;name, const QVariant &amp;value, bool enableSubPropertyHandling) = 0">
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
<parameter left="bool" right="" name="enableSubPropertyHandling" default=""/>
</function>
<function threadsafety="unspecified" name="updateSelection" fullname="QDesignerIntegrationInterface::updateSelection" href="qdesignerintegrationinterface.html#updateSelection" status="internal" access="private" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="123" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" brief="Sets the selected widget of the form window in various components" signature="void updateSelection() = 0"/>
<function threadsafety="unspecified" name="~QDesignerIntegrationInterface" fullname="QDesignerIntegrationInterface::~QDesignerIntegrationInterface" href="qdesignerintegrationinterface.html#dtor.QDesignerIntegrationInterface" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="76" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerIntegrationInterface()"/>
<function threadsafety="unspecified" name="features" fullname="QDesignerIntegrationInterface::features" href="qdesignerintegrationinterface.html#features" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="90" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Feature" signature="Feature features() const = 0"/>
<function threadsafety="unspecified" name="core" fullname="QDesignerIntegrationInterface::core" href="qdesignerintegrationinterface.html#core" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="78" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
<function threadsafety="unspecified" name="contextHelpId" fullname="QDesignerIntegrationInterface::contextHelpId" href="qdesignerintegrationinterface.html#contextHelpId" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="96" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString contextHelpId() const = 0"/>
<function threadsafety="unspecified" name="headerSuffix" fullname="QDesignerIntegrationInterface::headerSuffix" href="qdesignerintegrationinterface.html#headerSuffix-prop" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="84" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="headerSuffix" type="QString" signature="QString headerSuffix() const = 0"/>
<function threadsafety="unspecified" name="containerWindow" fullname="QDesignerIntegrationInterface::containerWindow" href="qdesignerintegrationinterface.html#containerWindow" status="internal" access="private" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="80" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" brief="Returns the outer window containing a form for applying main container geometries" signature="QWidget * containerWindow(QWidget *widget) const = 0">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="resourceFileWatcherBehaviour" fullname="QDesignerIntegrationInterface::resourceFileWatcherBehaviour" href="qdesignerintegrationinterface.html#resourceFileWatcherBehaviour" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="93" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="ResourceFileWatcherBehaviour" signature="ResourceFileWatcherBehaviour resourceFileWatcherBehaviour() const = 0"/>
<function threadsafety="unspecified" name="hasFeature" fullname="QDesignerIntegrationInterface::hasFeature" href="qdesignerintegrationinterface.html#hasFeature" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="91" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasFeature(Feature f) const">
<parameter left="Feature" right="" name="f" default=""/>
</function>
<function threadsafety="unspecified" name="isHeaderLowercase" fullname="QDesignerIntegrationInterface::isHeaderLowercase" href="qdesignerintegrationinterface.html#headerLowercase-prop" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="87" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="headerLowercase" type="bool" signature="bool isHeaderLowercase() const = 0"/>
<property threadsafety="unspecified" name="headerLowercase" fullname="QDesignerIntegrationInterface::headerLowercase" href="qdesignerintegrationinterface.html#headerLowercase-prop" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="56" type="bool">
<getter name="isHeaderLowercase"/>
<setter name="setHeaderLowercase"/>
</property>
<property threadsafety="unspecified" name="headerSuffix" fullname="QDesignerIntegrationInterface::headerSuffix" href="qdesignerintegrationinterface.html#headerSuffix-prop" status="active" access="public" location="abstractintegration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintegration.h" lineno="55" type="QString">
<getter name="headerSuffix"/>
<setter name="setHeaderSuffix"/>
</property>
</class>
<class threadsafety="unspecified" name="QDesignerIntrospectionInterface" href="qdesignerintrospectioninterface.html" status="internal" access="private" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="147" since="4.4" module="QtDesigner" brief="Access to a QDesignerMetaObjectInterface for a given Qt object">
<function threadsafety="unspecified" name="QDesignerIntrospectionInterface" fullname="QDesignerIntrospectionInterface::QDesignerIntrospectionInterface" href="qdesignerintrospectioninterface.html#QDesignerIntrospectionInterface" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="149" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerIntrospectionInterface()"/>
<function threadsafety="unspecified" name="~QDesignerIntrospectionInterface" fullname="QDesignerIntrospectionInterface::~QDesignerIntrospectionInterface" href="qdesignerintrospectioninterface.html#dtor.QDesignerIntrospectionInterface" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="150" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerIntrospectionInterface()"/>
<function threadsafety="unspecified" name="metaObject" fullname="QDesignerIntrospectionInterface::metaObject" href="qdesignerintrospectioninterface.html#metaObject" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="152" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QDesignerMetaObjectInterface *" signature="const QDesignerMetaObjectInterface * metaObject(const QObject *object) const = 0">
<parameter left="const QObject *" right="" name="object" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerMetaEnumInterface" href="qdesignermetaenuminterface.html" status="internal" access="private" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="49" since="4.4" module="QtDesigner" brief="Part of Qt Designer's introspection interface and represents an enumeration">
<function threadsafety="unspecified" name="QDesignerMetaEnumInterface" fullname="QDesignerMetaEnumInterface::QDesignerMetaEnumInterface" href="qdesignermetaenuminterface.html#QDesignerMetaEnumInterface" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="52" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerMetaEnumInterface()"/>
<function threadsafety="unspecified" name="~QDesignerMetaEnumInterface" fullname="QDesignerMetaEnumInterface::~QDesignerMetaEnumInterface" href="qdesignermetaenuminterface.html#dtor.QDesignerMetaEnumInterface" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="53" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerMetaEnumInterface()"/>
<function threadsafety="unspecified" name="key" fullname="QDesignerMetaEnumInterface::key" href="qdesignermetaenuminterface.html#key" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="55" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString key(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="name" fullname="QDesignerMetaEnumInterface::name" href="qdesignermetaenuminterface.html#name" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="59" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString name() const = 0"/>
<function threadsafety="unspecified" name="scope" fullname="QDesignerMetaEnumInterface::scope" href="qdesignermetaenuminterface.html#scope" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="60" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString scope() const = 0"/>
<function threadsafety="unspecified" name="separator" fullname="QDesignerMetaEnumInterface::separator" href="qdesignermetaenuminterface.html#separator" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="61" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString separator() const = 0"/>
<function threadsafety="unspecified" name="valueToKey" fullname="QDesignerMetaEnumInterface::valueToKey" href="qdesignermetaenuminterface.html#valueToKey" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="63" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString valueToKey(int value) const = 0">
<parameter left="int" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="valueToKeys" fullname="QDesignerMetaEnumInterface::valueToKeys" href="qdesignermetaenuminterface.html#valueToKeys" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="64" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString valueToKeys(int value) const = 0">
<parameter left="int" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="isFlag" fullname="QDesignerMetaEnumInterface::isFlag" href="qdesignermetaenuminterface.html#isFlag" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="54" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isFlag() const = 0"/>
<function threadsafety="unspecified" name="keyCount" fullname="QDesignerMetaEnumInterface::keyCount" href="qdesignermetaenuminterface.html#keyCount" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="56" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int keyCount() const = 0"/>
<function threadsafety="unspecified" name="keyToValue" fullname="QDesignerMetaEnumInterface::keyToValue" href="qdesignermetaenuminterface.html#keyToValue" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="57" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int keyToValue(const QString &amp;key) const = 0">
<parameter left="const QString &amp;" right="" name="key" default=""/>
</function>
<function threadsafety="unspecified" name="keysToValue" fullname="QDesignerMetaEnumInterface::keysToValue" href="qdesignermetaenuminterface.html#keysToValue" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="58" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int keysToValue(const QString &amp;keys) const = 0">
<parameter left="const QString &amp;" right="" name="keys" default=""/>
</function>
<function threadsafety="unspecified" name="value" fullname="QDesignerMetaEnumInterface::value" href="qdesignermetaenuminterface.html#value" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="62" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int value(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerMetaMethodInterface" href="qdesignermetamethodinterface.html" status="internal" access="private" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="99" since="4.4" module="QtDesigner" brief="Part of Qt Designer's introspection interface and represents a member function">
<enum threadsafety="unspecified" name="Access" fullname="QDesignerMetaMethodInterface::Access" href="qdesignermetamethodinterface.html#Access-enum" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="106">
<value name="Private" value="0"/>
<value name="Protected" value="1"/>
<value name="Public" value="2"/>
</enum>
<enum threadsafety="unspecified" name="MethodType" fullname="QDesignerMetaMethodInterface::MethodType" href="qdesignermetamethodinterface.html#MethodType-enum" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="105">
<value name="Method" value="0"/>
<value name="Signal" value="1"/>
<value name="Slot" value="2"/>
<value name="Constructor" value="3"/>
</enum>
<function threadsafety="unspecified" name="QDesignerMetaMethodInterface" fullname="QDesignerMetaMethodInterface::QDesignerMetaMethodInterface" href="qdesignermetamethodinterface.html#QDesignerMetaMethodInterface" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="102" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerMetaMethodInterface()"/>
<function threadsafety="unspecified" name="~QDesignerMetaMethodInterface" fullname="QDesignerMetaMethodInterface::~QDesignerMetaMethodInterface" href="qdesignermetamethodinterface.html#dtor.QDesignerMetaMethodInterface" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="103" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerMetaMethodInterface()"/>
<function threadsafety="unspecified" name="access" fullname="QDesignerMetaMethodInterface::access" href="qdesignermetamethodinterface.html#access" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="108" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Access" signature="Access access() const = 0"/>
<function threadsafety="unspecified" name="methodType" fullname="QDesignerMetaMethodInterface::methodType" href="qdesignermetamethodinterface.html#methodType" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="109" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="MethodType" signature="MethodType methodType() const = 0"/>
<function threadsafety="unspecified" name="normalizedSignature" fullname="QDesignerMetaMethodInterface::normalizedSignature" href="qdesignermetamethodinterface.html#normalizedSignature" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="113" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString normalizedSignature() const = 0"/>
<function threadsafety="unspecified" name="signature" fullname="QDesignerMetaMethodInterface::signature" href="qdesignermetamethodinterface.html#signature" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="112" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString signature() const = 0"/>
<function threadsafety="unspecified" name="tag" fullname="QDesignerMetaMethodInterface::tag" href="qdesignermetamethodinterface.html#tag" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="114" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString tag() const = 0"/>
<function threadsafety="unspecified" name="typeName" fullname="QDesignerMetaMethodInterface::typeName" href="qdesignermetamethodinterface.html#typeName" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="115" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString typeName() const = 0"/>
<function threadsafety="unspecified" name="parameterNames" fullname="QDesignerMetaMethodInterface::parameterNames" href="qdesignermetamethodinterface.html#parameterNames" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="110" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList parameterNames() const = 0"/>
<function threadsafety="unspecified" name="parameterTypes" fullname="QDesignerMetaMethodInterface::parameterTypes" href="qdesignermetamethodinterface.html#parameterTypes" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="111" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList parameterTypes() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerMetaObjectInterface" href="qdesignermetaobjectinterface.html" status="internal" access="private" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="118" since="4.4" module="QtDesigner" brief="Part of Qt Designer's introspection interface and provides meta-information about Qt objects">
<function threadsafety="unspecified" name="QDesignerMetaObjectInterface" fullname="QDesignerMetaObjectInterface::QDesignerMetaObjectInterface" href="qdesignermetaobjectinterface.html#QDesignerMetaObjectInterface" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="120" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerMetaObjectInterface()"/>
<function threadsafety="unspecified" name="~QDesignerMetaObjectInterface" fullname="QDesignerMetaObjectInterface::~QDesignerMetaObjectInterface" href="qdesignermetaobjectinterface.html#dtor.QDesignerMetaObjectInterface" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="121" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerMetaObjectInterface()"/>
<function threadsafety="unspecified" name="className" fullname="QDesignerMetaObjectInterface::className" href="qdesignermetaobjectinterface.html#className" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="123" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString className() const = 0"/>
<function threadsafety="unspecified" name="enumerator" fullname="QDesignerMetaObjectInterface::enumerator" href="qdesignermetaobjectinterface.html#enumerator" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="124" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QDesignerMetaEnumInterface *" signature="const QDesignerMetaEnumInterface * enumerator(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="method" fullname="QDesignerMetaObjectInterface::method" href="qdesignermetaobjectinterface.html#method" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="134" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QDesignerMetaMethodInterface *" signature="const QDesignerMetaMethodInterface * method(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="superClass" fullname="QDesignerMetaObjectInterface::superClass" href="qdesignermetaobjectinterface.html#superClass" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="142" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QDesignerMetaObjectInterface *" signature="const QDesignerMetaObjectInterface * superClass() const = 0"/>
<function threadsafety="unspecified" name="property" fullname="QDesignerMetaObjectInterface::property" href="qdesignermetaobjectinterface.html#property" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="138" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QDesignerMetaPropertyInterface *" signature="const QDesignerMetaPropertyInterface * property(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="userProperty" fullname="QDesignerMetaObjectInterface::userProperty" href="qdesignermetaobjectinterface.html#userProperty" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="143" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QDesignerMetaPropertyInterface *" signature="const QDesignerMetaPropertyInterface * userProperty() const = 0"/>
<function threadsafety="unspecified" name="enumeratorCount" fullname="QDesignerMetaObjectInterface::enumeratorCount" href="qdesignermetaobjectinterface.html#enumeratorCount" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="125" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int enumeratorCount() const = 0"/>
<function threadsafety="unspecified" name="enumeratorOffset" fullname="QDesignerMetaObjectInterface::enumeratorOffset" href="qdesignermetaobjectinterface.html#enumeratorOffset" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="126" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int enumeratorOffset() const = 0"/>
<function threadsafety="unspecified" name="indexOfEnumerator" fullname="QDesignerMetaObjectInterface::indexOfEnumerator" href="qdesignermetaobjectinterface.html#indexOfEnumerator" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="128" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOfEnumerator(const QString &amp;name) const = 0">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="indexOfMethod" fullname="QDesignerMetaObjectInterface::indexOfMethod" href="qdesignermetaobjectinterface.html#indexOfMethod" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="129" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOfMethod(const QString &amp;method) const = 0">
<parameter left="const QString &amp;" right="" name="method" default=""/>
</function>
<function threadsafety="unspecified" name="indexOfProperty" fullname="QDesignerMetaObjectInterface::indexOfProperty" href="qdesignermetaobjectinterface.html#indexOfProperty" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="130" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOfProperty(const QString &amp;name) const = 0">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="indexOfSignal" fullname="QDesignerMetaObjectInterface::indexOfSignal" href="qdesignermetaobjectinterface.html#indexOfSignal" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="131" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOfSignal(const QString &amp;signal) const = 0">
<parameter left="const QString &amp;" right="" name="signal" default=""/>
</function>
<function threadsafety="unspecified" name="indexOfSlot" fullname="QDesignerMetaObjectInterface::indexOfSlot" href="qdesignermetaobjectinterface.html#indexOfSlot" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="132" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOfSlot(const QString &amp;slot) const = 0">
<parameter left="const QString &amp;" right="" name="slot" default=""/>
</function>
<function threadsafety="unspecified" name="methodCount" fullname="QDesignerMetaObjectInterface::methodCount" href="qdesignermetaobjectinterface.html#methodCount" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="135" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int methodCount() const = 0"/>
<function threadsafety="unspecified" name="methodOffset" fullname="QDesignerMetaObjectInterface::methodOffset" href="qdesignermetaobjectinterface.html#methodOffset" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="136" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int methodOffset() const = 0"/>
<function threadsafety="unspecified" name="propertyCount" fullname="QDesignerMetaObjectInterface::propertyCount" href="qdesignermetaobjectinterface.html#propertyCount" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="139" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int propertyCount() const = 0"/>
<function threadsafety="unspecified" name="propertyOffset" fullname="QDesignerMetaObjectInterface::propertyOffset" href="qdesignermetaobjectinterface.html#propertyOffset" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="140" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int propertyOffset() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerMetaPropertyInterface" href="qdesignermetapropertyinterface.html" status="internal" access="private" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="67" since="4.4" module="QtDesigner" brief="Part of Qt Designer's introspection interface and represents a property">
<enum threadsafety="unspecified" name="AccessFlag" fullname="QDesignerMetaPropertyInterface::AccessFlag" href="qdesignermetapropertyinterface.html#AccessFlag-enum" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="71" typedef="QDesignerMetaPropertyInterface::AccessFlags">
<value name="ReadAccess" value="0x0001"/>
<value name="WriteAccess" value="0x0002"/>
<value name="ResetAccess" value="0x0004"/>
</enum>
<enum threadsafety="unspecified" name="Attribute" fullname="QDesignerMetaPropertyInterface::Attribute" href="qdesignermetapropertyinterface.html#Attribute-enum" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="72" typedef="QDesignerMetaPropertyInterface::Attributes">
<value name="DesignableAttribute" value="0x0001"/>
<value name="ScriptableAttribute" value="0x0002"/>
<value name="StoredAttribute" value="0x0004"/>
<value name="UserAttribute" value="0x0008"/>
</enum>
<enum threadsafety="unspecified" name="Kind" fullname="QDesignerMetaPropertyInterface::Kind" href="qdesignermetapropertyinterface.html#Kind-enum" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="70">
<value name="EnumKind" value="0"/>
<value name="FlagKind" value="1"/>
<value name="OtherKind" value="2"/>
</enum>
<typedef threadsafety="unspecified" name="AccessFlags" fullname="QDesignerMetaPropertyInterface::AccessFlags" href="qdesignermetapropertyinterface.html#AccessFlag-enum" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="74" enum="QDesignerMetaPropertyInterface::AccessFlag"/>
<typedef threadsafety="unspecified" name="Attributes" fullname="QDesignerMetaPropertyInterface::Attributes" href="qdesignermetapropertyinterface.html#Attribute-enum" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="73" enum="QDesignerMetaPropertyInterface::Attribute"/>
<function threadsafety="unspecified" name="QDesignerMetaPropertyInterface" fullname="QDesignerMetaPropertyInterface::QDesignerMetaPropertyInterface" href="qdesignermetapropertyinterface.html#QDesignerMetaPropertyInterface" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="76" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerMetaPropertyInterface()"/>
<function threadsafety="unspecified" name="~QDesignerMetaPropertyInterface" fullname="QDesignerMetaPropertyInterface::~QDesignerMetaPropertyInterface" href="qdesignermetapropertyinterface.html#dtor.QDesignerMetaPropertyInterface" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="77" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerMetaPropertyInterface()"/>
<function threadsafety="unspecified" name="accessFlags" fullname="QDesignerMetaPropertyInterface::accessFlags" href="qdesignermetapropertyinterface.html#accessFlags" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="82" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="AccessFlags" signature="AccessFlags accessFlags() const = 0"/>
<function threadsafety="unspecified" name="attributes" fullname="QDesignerMetaPropertyInterface::attributes" href="qdesignermetapropertyinterface.html#attributes" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="83" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Attributes" signature="Attributes attributes(const QObject *object) const = 0">
<parameter left="const QObject *" right="" name="object" default="0"/>
</function>
<function threadsafety="unspecified" name="kind" fullname="QDesignerMetaPropertyInterface::kind" href="qdesignermetapropertyinterface.html#kind" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="81" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Kind" signature="Kind kind() const = 0"/>
<function threadsafety="unspecified" name="name" fullname="QDesignerMetaPropertyInterface::name" href="qdesignermetapropertyinterface.html#name" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="86" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString name() const = 0"/>
<function threadsafety="unspecified" name="typeName" fullname="QDesignerMetaPropertyInterface::typeName" href="qdesignermetapropertyinterface.html#typeName" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="87" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString typeName() const = 0"/>
<function threadsafety="unspecified" name="read" fullname="QDesignerMetaPropertyInterface::read" href="qdesignermetapropertyinterface.html#read" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="91" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant read(const QObject *object) const = 0">
<parameter left="const QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="type" fullname="QDesignerMetaPropertyInterface::type" href="qdesignermetapropertyinterface.html#type" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="85" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant::Type" signature="QVariant::Type type() const = 0"/>
<function threadsafety="unspecified" name="hasSetter" fullname="QDesignerMetaPropertyInterface::hasSetter" href="qdesignermetapropertyinterface.html#hasSetter" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="89" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasSetter() const = 0"/>
<function threadsafety="unspecified" name="reset" fullname="QDesignerMetaPropertyInterface::reset" href="qdesignermetapropertyinterface.html#reset" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="92" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool reset(QObject *object) const = 0">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="write" fullname="QDesignerMetaPropertyInterface::write" href="qdesignermetapropertyinterface.html#write" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="93" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool write(QObject *object, const QVariant &amp;value) const = 0">
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="enumerator" fullname="QDesignerMetaPropertyInterface::enumerator" href="qdesignermetapropertyinterface.html#enumerator" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="79" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QDesignerMetaEnumInterface *" signature="const QDesignerMetaEnumInterface * enumerator() const = 0"/>
<function threadsafety="unspecified" name="userType" fullname="QDesignerMetaPropertyInterface::userType" href="qdesignermetapropertyinterface.html#userType" status="active" access="public" location="abstractintrospection_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractintrospection_p.h" lineno="88" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int userType() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerLanguageExtension" href="qdesignerlanguageextension.html" status="internal" access="private" location="abstractlanguage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractlanguage.h" lineno="53">
<function threadsafety="unspecified" name="createResourceBrowser" fullname="QDesignerLanguageExtension::createResourceBrowser" href="qdesignerlanguageextension.html#createResourceBrowser" status="active" access="public" location="abstractlanguage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractlanguage.h" lineno="67" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerResourceBrowserInterface *" signature="QDesignerResourceBrowserInterface * createResourceBrowser(QWidget *parentWidget) = 0">
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="createFormWindowSettingsDialog" fullname="QDesignerLanguageExtension::createFormWindowSettingsDialog" href="qdesignerlanguageextension.html#createFormWindowSettingsDialog" status="active" access="public" location="abstractlanguage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractlanguage.h" lineno="66" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDialog *" signature="QDialog * createFormWindowSettingsDialog(QDesignerFormWindowInterface *formWindow, QWidget *parentWidget) = 0">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="createPromotionDialog" fullname="QDesignerLanguageExtension::createPromotionDialog" href="qdesignerlanguageextension.html#createPromotionDialog" status="active" access="public" location="abstractlanguage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractlanguage.h" lineno="69" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDialog *" signature="QDialog * createPromotionDialog(QDesignerFormEditorInterface *formEditor, QWidget *parentWidget) = 0">
<parameter left="QDesignerFormEditorInterface *" right="" name="formEditor" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="createPromotionDialog" fullname="QDesignerLanguageExtension::createPromotionDialog" href="qdesignerlanguageextension.html#createPromotionDialog-1" status="active" access="public" location="abstractlanguage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractlanguage.h" lineno="71" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDialog *" signature="QDialog * createPromotionDialog(QDesignerFormEditorInterface *formEditor, const QString &amp;promotableWidgetClassName, QString *promoteToClassName, QWidget *parentWidget) = 0">
<parameter left="QDesignerFormEditorInterface *" right="" name="formEditor" default=""/>
<parameter left="const QString &amp;" right="" name="promotableWidgetClassName" default=""/>
<parameter left="QString *" right="" name="promoteToClassName" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="~QDesignerLanguageExtension" fullname="QDesignerLanguageExtension::~QDesignerLanguageExtension" href="qdesignerlanguageextension.html#dtor.QDesignerLanguageExtension" status="active" access="public" location="abstractlanguage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractlanguage.h" lineno="56" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerLanguageExtension()"/>
<function threadsafety="unspecified" name="classNameOf" fullname="QDesignerLanguageExtension::classNameOf" href="qdesignerlanguageextension.html#classNameOf" status="active" access="public" location="abstractlanguage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractlanguage.h" lineno="78" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString classNameOf(QObject *object) const = 0">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="uiExtension" fullname="QDesignerLanguageExtension::uiExtension" href="qdesignerlanguageextension.html#uiExtension" status="active" access="public" location="abstractlanguage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractlanguage.h" lineno="84" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString uiExtension() const = 0"/>
<function threadsafety="unspecified" name="widgetBoxContents" fullname="QDesignerLanguageExtension::widgetBoxContents" href="qdesignerlanguageextension.html#widgetBoxContents" status="active" access="public" location="abstractlanguage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractlanguage.h" lineno="82" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString widgetBoxContents() const = 0"/>
<function threadsafety="unspecified" name="isLanguageResource" fullname="QDesignerLanguageExtension::isLanguageResource" href="qdesignerlanguageextension.html#isLanguageResource" status="active" access="public" location="abstractlanguage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractlanguage.h" lineno="76" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isLanguageResource(const QString &amp;path) const = 0">
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="signalMatchesSlot" fullname="QDesignerLanguageExtension::signalMatchesSlot" href="qdesignerlanguageextension.html#signalMatchesSlot" status="active" access="public" location="abstractlanguage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractlanguage.h" lineno="80" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool signalMatchesSlot(const QString &amp;signal, const QString &amp;slot) const = 0">
<parameter left="const QString &amp;" right="" name="signal" default=""/>
<parameter left="const QString &amp;" right="" name="slot" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerMetaDataBaseInterface" href="qdesignermetadatabaseinterface.html" status="internal" access="private" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="61" module="QtDesigner" brief="Interface to Qt Designer's object meta database">
<function threadsafety="unspecified" name="QDesignerMetaDataBaseInterface" fullname="QDesignerMetaDataBaseInterface::QDesignerMetaDataBaseInterface" href="qdesignermetadatabaseinterface.html#QDesignerMetaDataBaseInterface" status="active" access="public" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="65" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerMetaDataBaseInterface(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="add" fullname="QDesignerMetaDataBaseInterface::add" href="qdesignermetadatabaseinterface.html#add" status="active" access="public" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="69" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void add(QObject *object) = 0">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="changed" fullname="QDesignerMetaDataBaseInterface::changed" href="qdesignermetadatabaseinterface.html#changed" status="active" access="public" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="77" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void changed()"/>
<function threadsafety="unspecified" name="remove" fullname="QDesignerMetaDataBaseInterface::remove" href="qdesignermetadatabaseinterface.html#remove" status="active" access="public" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="70" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void remove(QObject *object) = 0">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerMetaDataBaseInterface" fullname="QDesignerMetaDataBaseInterface::~QDesignerMetaDataBaseInterface" href="qdesignermetadatabaseinterface.html#dtor.QDesignerMetaDataBaseInterface" status="active" access="public" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="66" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerMetaDataBaseInterface()"/>
<function threadsafety="unspecified" name="core" fullname="QDesignerMetaDataBaseInterface::core" href="qdesignermetadatabaseinterface.html#core" status="active" access="public" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="74" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const = 0"/>
<function threadsafety="unspecified" name="item" fullname="QDesignerMetaDataBaseInterface::item" href="qdesignermetadatabaseinterface.html#item" status="active" access="public" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="68" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerMetaDataBaseItemInterface *" signature="QDesignerMetaDataBaseItemInterface * item(QObject *object) const = 0">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="objects" fullname="QDesignerMetaDataBaseInterface::objects" href="qdesignermetadatabaseinterface.html#objects" status="active" access="public" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="72" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QObject *&gt;" signature="QList&lt;QObject *&gt; objects() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerMetaDataBaseItemInterface" href="qdesignermetadatabaseiteminterface.html" status="internal" access="private" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="45" module="QtDesigner" brief="Interface to individual items in Qt Designer's meta database">
<function threadsafety="unspecified" name="setEnabled" fullname="QDesignerMetaDataBaseItemInterface::setEnabled" href="qdesignermetadatabaseiteminterface.html#setEnabled" status="active" access="public" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="57" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setEnabled(bool enabled) = 0">
<parameter left="bool" right="" name="enabled" default=""/>
</function>
<function threadsafety="unspecified" name="setName" fullname="QDesignerMetaDataBaseItemInterface::setName" href="qdesignermetadatabaseiteminterface.html#setName" status="active" access="public" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="51" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setName(const QString &amp;name) = 0">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="setTabOrder" fullname="QDesignerMetaDataBaseItemInterface::setTabOrder" href="qdesignermetadatabaseiteminterface.html#setTabOrder" status="active" access="public" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="54" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setTabOrder(const QList&lt;QWidget *&gt; &amp;tabOrder) = 0">
<parameter left="const QList&lt;QWidget *&gt; &amp;" right="" name="tabOrder" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerMetaDataBaseItemInterface" fullname="QDesignerMetaDataBaseItemInterface::~QDesignerMetaDataBaseItemInterface" href="qdesignermetadatabaseiteminterface.html#dtor.QDesignerMetaDataBaseItemInterface" status="active" access="public" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="48" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerMetaDataBaseItemInterface()"/>
<function threadsafety="unspecified" name="tabOrder" fullname="QDesignerMetaDataBaseItemInterface::tabOrder" href="qdesignermetadatabaseiteminterface.html#tabOrder" status="active" access="public" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="53" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QWidget *&gt;" signature="QList&lt;QWidget *&gt; tabOrder() const = 0"/>
<function threadsafety="unspecified" name="name" fullname="QDesignerMetaDataBaseItemInterface::name" href="qdesignermetadatabaseiteminterface.html#name" status="active" access="public" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="50" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString name() const = 0"/>
<function threadsafety="unspecified" name="enabled" fullname="QDesignerMetaDataBaseItemInterface::enabled" href="qdesignermetadatabaseiteminterface.html#enabled" status="active" access="public" location="abstractmetadatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractmetadatabase.h" lineno="56" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool enabled() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerNewFormWidgetInterface" href="qdesignernewformwidgetinterface.html" status="internal" access="private" location="abstractnewformwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractnewformwidget.h" lineno="40" since="4.5" module="QtDesigner" brief="Interface for chooser widgets that can be used within &quot;New Form&quot; dialogs and wizards. It presents the user with a list of choices taken from built-in templates, pre-defined template paths and suitable custom widgets. It provides a static creation function that returns Qt Designer's implementation">
<function threadsafety="unspecified" name="createNewFormWidget" fullname="QDesignerNewFormWidgetInterface::createNewFormWidget" href="qdesignernewformwidgetinterface.html#createNewFormWidget" status="active" access="public" location="abstractnewformwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractnewformwidget.h" lineno="51" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QDesignerNewFormWidgetInterface *" signature="QDesignerNewFormWidgetInterface * createNewFormWidget(QDesignerFormEditorInterface *core, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="QDesignerNewFormWidgetInterface" fullname="QDesignerNewFormWidgetInterface::QDesignerNewFormWidgetInterface" href="qdesignernewformwidgetinterface.html#QDesignerNewFormWidgetInterface" status="active" access="public" location="abstractnewformwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractnewformwidget.h" lineno="45" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerNewFormWidgetInterface(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="currentTemplate" fullname="QDesignerNewFormWidgetInterface::currentTemplate" href="qdesignernewformwidgetinterface.html#currentTemplate" status="active" access="public" location="abstractnewformwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractnewformwidget.h" lineno="49" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString currentTemplate(QString *errorMessage) = 0">
<parameter left="QString *" right="" name="errorMessage" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="currentTemplateChanged" fullname="QDesignerNewFormWidgetInterface::currentTemplateChanged" href="qdesignernewformwidgetinterface.html#currentTemplateChanged" status="active" access="public" location="abstractnewformwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractnewformwidget.h" lineno="55" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void currentTemplateChanged(bool templateSelected)">
<parameter left="bool" right="" name="templateSelected" default=""/>
</function>
<function threadsafety="unspecified" name="templateActivated" fullname="QDesignerNewFormWidgetInterface::templateActivated" href="qdesignernewformwidgetinterface.html#templateActivated" status="active" access="public" location="abstractnewformwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractnewformwidget.h" lineno="54" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void templateActivated()"/>
<function threadsafety="unspecified" name="~QDesignerNewFormWidgetInterface" fullname="QDesignerNewFormWidgetInterface::~QDesignerNewFormWidgetInterface" href="qdesignernewformwidgetinterface.html#dtor.QDesignerNewFormWidgetInterface" status="active" access="public" location="abstractnewformwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractnewformwidget.h" lineno="46" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerNewFormWidgetInterface()"/>
<function threadsafety="unspecified" name="hasCurrentTemplate" fullname="QDesignerNewFormWidgetInterface::hasCurrentTemplate" href="qdesignernewformwidgetinterface.html#hasCurrentTemplate" status="active" access="public" location="abstractnewformwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractnewformwidget.h" lineno="48" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasCurrentTemplate() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerObjectInspectorInterface" href="qdesignerobjectinspectorinterface.html" status="active" access="public" location="abstractobjectinspector.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractobjectinspector.h" lineno="41" module="QtDesigner" brief="Allows you to change the focus of Qt Designer's object inspector">
<function threadsafety="unspecified" name="QDesignerObjectInspectorInterface" fullname="QDesignerObjectInspectorInterface::QDesignerObjectInspectorInterface" href="qdesignerobjectinspectorinterface.html#QDesignerObjectInspectorInterface" status="active" access="public" location="abstractobjectinspector.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractobjectinspector.h" lineno="45" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerObjectInspectorInterface(QWidget *parent, Qt::WindowFlags flags)">
<parameter left="QWidget *" right="" name="parent" default=""/>
<parameter left="Qt::WindowFlags" right="" name="flags" default="Qt::WindowFlags()"/>
</function>
<function threadsafety="unspecified" name="setFormWindow" fullname="QDesignerObjectInspectorInterface::setFormWindow" href="qdesignerobjectinspectorinterface.html#setFormWindow" status="active" access="public" location="abstractobjectinspector.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractobjectinspector.h" lineno="51" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFormWindow(QDesignerFormWindowInterface *formWindow) = 0">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerObjectInspectorInterface" fullname="QDesignerObjectInspectorInterface::~QDesignerObjectInspectorInterface" href="qdesignerobjectinspectorinterface.html#dtor.QDesignerObjectInspectorInterface" status="active" access="public" location="abstractobjectinspector.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractobjectinspector.h" lineno="46" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerObjectInspectorInterface()"/>
<function threadsafety="unspecified" name="core" fullname="QDesignerObjectInspectorInterface::core" href="qdesignerobjectinspectorinterface.html#core" status="active" access="public" location="abstractobjectinspector.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractobjectinspector.h" lineno="48" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
</class>
<class threadsafety="unspecified" name="QDesignerOptionsPageInterface" href="qdesigneroptionspageinterface.html" status="internal" access="private" location="abstractoptionspage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractoptionspage.h" lineno="39" since="5.0" module="QtDesigner" brief="Interface for integrating Qt Designer's options pages into IDE option dialogs">
<function threadsafety="unspecified" name="createPage" fullname="QDesignerOptionsPageInterface::createPage" href="qdesigneroptionspageinterface.html#createPage" status="active" access="public" location="abstractoptionspage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractoptionspage.h" lineno="44" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createPage(QWidget *parent) = 0">
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="apply" fullname="QDesignerOptionsPageInterface::apply" href="qdesigneroptionspageinterface.html#apply" status="active" access="public" location="abstractoptionspage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractoptionspage.h" lineno="45" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void apply() = 0"/>
<function threadsafety="unspecified" name="finish" fullname="QDesignerOptionsPageInterface::finish" href="qdesigneroptionspageinterface.html#finish" status="active" access="public" location="abstractoptionspage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractoptionspage.h" lineno="46" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void finish() = 0"/>
<function threadsafety="unspecified" name="~QDesignerOptionsPageInterface" fullname="QDesignerOptionsPageInterface::~QDesignerOptionsPageInterface" href="qdesigneroptionspageinterface.html#dtor.QDesignerOptionsPageInterface" status="active" access="public" location="abstractoptionspage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractoptionspage.h" lineno="42" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerOptionsPageInterface()"/>
<function threadsafety="unspecified" name="name" fullname="QDesignerOptionsPageInterface::name" href="qdesigneroptionspageinterface.html#name" status="active" access="public" location="abstractoptionspage.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractoptionspage.h" lineno="43" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString name() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerPromotionInterface" href="qdesignerpromotioninterface.html" status="internal" access="private" location="abstractpromotioninterface.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpromotioninterface.h" lineno="42" since="4.3" module="QtDesigner" brief="Functions for modifying the promoted classes in Designer">
<function threadsafety="unspecified" name="addPromotedClass" fullname="QDesignerPromotionInterface::addPromotedClass" href="qdesignerpromotioninterface.html#addPromotedClass" status="active" access="public" location="abstractpromotioninterface.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpromotioninterface.h" lineno="58" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool addPromotedClass(const QString &amp;baseClass, const QString &amp;className, const QString &amp;includeFile, QString *errorMessage) = 0">
<parameter left="const QString &amp;" right="" name="baseClass" default=""/>
<parameter left="const QString &amp;" right="" name="className" default=""/>
<parameter left="const QString &amp;" right="" name="includeFile" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerPromotionInterface" fullname="QDesignerPromotionInterface::~QDesignerPromotionInterface" href="qdesignerpromotioninterface.html#dtor.QDesignerPromotionInterface" status="active" access="public" location="abstractpromotioninterface.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpromotioninterface.h" lineno="45" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerPromotionInterface()"/>
<class threadsafety="unspecified" name="PromotedClass" fullname="QDesignerPromotionInterface::PromotedClass" href="qdesignerpromotioninterface-promotedclass.html" status="active" access="public" location="abstractpromotioninterface.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpromotioninterface.h" lineno="47" module="QtDesigner">
<variable threadsafety="unspecified" name="baseItem" fullname="QDesignerPromotionInterface::PromotedClass::baseItem" href="qdesignerpromotioninterface-promotedclass.html#baseItem-var" status="active" access="public" location="abstractpromotioninterface.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpromotioninterface.h" lineno="48" type="QDesignerWidgetDataBaseItemInterface *" static="false"/>
<variable threadsafety="unspecified" name="promotedItem" fullname="QDesignerPromotionInterface::PromotedClass::promotedItem" href="qdesignerpromotioninterface-promotedclass.html#promotedItem-var" status="active" access="public" location="abstractpromotioninterface.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpromotioninterface.h" lineno="49" type="QDesignerWidgetDataBaseItemInterface *" static="false"/>
</class>
<typedef threadsafety="unspecified" name="PromotedClasses" fullname="QDesignerPromotionInterface::PromotedClasses" href="qdesignerpromotioninterface.html#PromotedClasses-typedef" status="active" access="public" location="abstractpromotioninterface.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpromotioninterface.h" lineno="52"/>
<function threadsafety="unspecified" name="changePromotedClassName" fullname="QDesignerPromotionInterface::changePromotedClassName" href="qdesignerpromotioninterface.html#changePromotedClassName" status="active" access="public" location="abstractpromotioninterface.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpromotioninterface.h" lineno="65" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool changePromotedClassName(const QString &amp;oldClassName, const QString &amp;newClassName, QString *errorMessage) = 0">
<parameter left="const QString &amp;" right="" name="oldClassName" default=""/>
<parameter left="const QString &amp;" right="" name="newClassName" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="removePromotedClass" fullname="QDesignerPromotionInterface::removePromotedClass" href="qdesignerpromotioninterface.html#removePromotedClass" status="active" access="public" location="abstractpromotioninterface.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpromotioninterface.h" lineno="63" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool removePromotedClass(const QString &amp;className, QString *errorMessage) = 0">
<parameter left="const QString &amp;" right="" name="className" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="setPromotedClassIncludeFile" fullname="QDesignerPromotionInterface::setPromotedClassIncludeFile" href="qdesignerpromotioninterface.html#setPromotedClassIncludeFile" status="active" access="public" location="abstractpromotioninterface.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpromotioninterface.h" lineno="67" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool setPromotedClassIncludeFile(const QString &amp;className, const QString &amp;includeFile, QString *errorMessage) = 0">
<parameter left="const QString &amp;" right="" name="className" default=""/>
<parameter left="const QString &amp;" right="" name="includeFile" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="promotedClasses" fullname="QDesignerPromotionInterface::promotedClasses" href="qdesignerpromotioninterface.html#promotedClasses" status="active" access="public" location="abstractpromotioninterface.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpromotioninterface.h" lineno="54" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="PromotedClasses" signature="PromotedClasses promotedClasses() const = 0"/>
<function threadsafety="unspecified" name="promotionBaseClasses" fullname="QDesignerPromotionInterface::promotionBaseClasses" href="qdesignerpromotioninterface.html#promotionBaseClasses" status="active" access="public" location="abstractpromotioninterface.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpromotioninterface.h" lineno="69" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QDesignerWidgetDataBaseItemInterface *&gt;" signature="QList&lt;QDesignerWidgetDataBaseItemInterface *&gt; promotionBaseClasses() const = 0"/>
<function threadsafety="unspecified" name="referencedPromotedClassNames" fullname="QDesignerPromotionInterface::referencedPromotedClassNames" href="qdesignerpromotioninterface.html#referencedPromotedClassNames" status="active" access="public" location="abstractpromotioninterface.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpromotioninterface.h" lineno="56" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSet&lt;QString&gt;" signature="QSet&lt;QString&gt; referencedPromotedClassNames() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerPropertyEditorInterface" href="qdesignerpropertyeditorinterface.html" status="active" access="public" location="abstractpropertyeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpropertyeditor.h" lineno="42" module="QtDesigner" brief="Allows you to query and manipulate the current state of Qt Designer's property editor">
<function threadsafety="unspecified" name="QDesignerPropertyEditorInterface" fullname="QDesignerPropertyEditorInterface::QDesignerPropertyEditorInterface" href="qdesignerpropertyeditorinterface.html#QDesignerPropertyEditorInterface" status="active" access="public" location="abstractpropertyeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpropertyeditor.h" lineno="46" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerPropertyEditorInterface(QWidget *parent, Qt::WindowFlags flags)">
<parameter left="QWidget *" right="" name="parent" default=""/>
<parameter left="Qt::WindowFlags" right="" name="flags" default="Qt::WindowFlags()"/>
</function>
<function threadsafety="unspecified" name="propertyChanged" fullname="QDesignerPropertyEditorInterface::propertyChanged" href="qdesignerpropertyeditorinterface.html#propertyChanged" status="active" access="public" location="abstractpropertyeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpropertyeditor.h" lineno="57" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void 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 threadsafety="unspecified" name="setObject" fullname="QDesignerPropertyEditorInterface::setObject" href="qdesignerpropertyeditorinterface.html#setObject" status="active" access="public" location="abstractpropertyeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpropertyeditor.h" lineno="60" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setObject(QObject *object) = 0">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="setPropertyValue" fullname="QDesignerPropertyEditorInterface::setPropertyValue" href="qdesignerpropertyeditorinterface.html#setPropertyValue" status="active" access="public" location="abstractpropertyeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpropertyeditor.h" lineno="61" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPropertyValue(const QString &amp;name, const QVariant &amp;value, bool changed) = 0">
<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 threadsafety="unspecified" name="setReadOnly" fullname="QDesignerPropertyEditorInterface::setReadOnly" href="qdesignerpropertyeditorinterface.html#setReadOnly" status="active" access="public" location="abstractpropertyeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpropertyeditor.h" lineno="62" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setReadOnly(bool readOnly) = 0">
<parameter left="bool" right="" name="readOnly" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerPropertyEditorInterface" fullname="QDesignerPropertyEditorInterface::~QDesignerPropertyEditorInterface" href="qdesignerpropertyeditorinterface.html#dtor.QDesignerPropertyEditorInterface" status="active" access="public" location="abstractpropertyeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpropertyeditor.h" lineno="47" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerPropertyEditorInterface()"/>
<function threadsafety="unspecified" name="core" fullname="QDesignerPropertyEditorInterface::core" href="qdesignerpropertyeditorinterface.html#core" status="active" access="public" location="abstractpropertyeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpropertyeditor.h" lineno="49" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
<function threadsafety="unspecified" name="object" fullname="QDesignerPropertyEditorInterface::object" href="qdesignerpropertyeditorinterface.html#object" status="active" access="public" location="abstractpropertyeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpropertyeditor.h" lineno="52" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * object() const = 0"/>
<function threadsafety="unspecified" name="currentPropertyName" fullname="QDesignerPropertyEditorInterface::currentPropertyName" href="qdesignerpropertyeditorinterface.html#currentPropertyName" status="active" access="public" location="abstractpropertyeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpropertyeditor.h" lineno="54" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString currentPropertyName() const = 0"/>
<function threadsafety="unspecified" name="isReadOnly" fullname="QDesignerPropertyEditorInterface::isReadOnly" href="qdesignerpropertyeditorinterface.html#isReadOnly" status="active" access="public" location="abstractpropertyeditor.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractpropertyeditor.h" lineno="51" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isReadOnly() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerResourceBrowserInterface" href="qdesignerresourcebrowserinterface.html" status="internal" access="private" location="abstractresourcebrowser.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractresourcebrowser.h" lineno="40">
<function threadsafety="unspecified" name="QDesignerResourceBrowserInterface" fullname="QDesignerResourceBrowserInterface::QDesignerResourceBrowserInterface" href="qdesignerresourcebrowserinterface.html#QDesignerResourceBrowserInterface" status="active" access="public" location="abstractresourcebrowser.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractresourcebrowser.h" lineno="44" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerResourceBrowserInterface(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="currentPathChanged" fullname="QDesignerResourceBrowserInterface::currentPathChanged" href="qdesignerresourcebrowserinterface.html#currentPathChanged" status="active" access="public" location="abstractresourcebrowser.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractresourcebrowser.h" lineno="51" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void currentPathChanged(const QString &amp;filePath)">
<parameter left="const QString &amp;" right="" name="filePath" default=""/>
</function>
<function threadsafety="unspecified" name="pathActivated" fullname="QDesignerResourceBrowserInterface::pathActivated" href="qdesignerresourcebrowserinterface.html#pathActivated" status="active" access="public" location="abstractresourcebrowser.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractresourcebrowser.h" lineno="52" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void pathActivated(const QString &amp;filePath)">
<parameter left="const QString &amp;" right="" name="filePath" default=""/>
</function>
<function threadsafety="unspecified" name="setCurrentPath" fullname="QDesignerResourceBrowserInterface::setCurrentPath" href="qdesignerresourcebrowserinterface.html#setCurrentPath" status="active" access="public" location="abstractresourcebrowser.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractresourcebrowser.h" lineno="47" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCurrentPath(const QString &amp;filePath) = 0">
<parameter left="const QString &amp;" right="" name="filePath" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerResourceBrowserInterface" fullname="QDesignerResourceBrowserInterface::~QDesignerResourceBrowserInterface" href="qdesignerresourcebrowserinterface.html#dtor.QDesignerResourceBrowserInterface" status="active" access="public" location="abstractresourcebrowser.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractresourcebrowser.h" lineno="45" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerResourceBrowserInterface()"/>
<function threadsafety="unspecified" name="currentPath" fullname="QDesignerResourceBrowserInterface::currentPath" href="qdesignerresourcebrowserinterface.html#currentPath" status="active" access="public" location="abstractresourcebrowser.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractresourcebrowser.h" lineno="48" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString currentPath() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerSettingsInterface" href="qdesignersettingsinterface.html" status="internal" access="private" location="abstractsettings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractsettings.h" lineno="40" since="5.0" module="QtDesigner" brief="Abstraction of QSettings to be used in Qt Designer">
<function threadsafety="unspecified" name="beginGroup" fullname="QDesignerSettingsInterface::beginGroup" href="qdesignersettingsinterface.html#beginGroup" status="active" access="public" location="abstractsettings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractsettings.h" lineno="45" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void beginGroup(const QString &amp;prefix) = 0">
<parameter left="const QString &amp;" right="" name="prefix" default=""/>
</function>
<function threadsafety="unspecified" name="endGroup" fullname="QDesignerSettingsInterface::endGroup" href="qdesignersettingsinterface.html#endGroup" status="active" access="public" location="abstractsettings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractsettings.h" lineno="46" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void endGroup() = 0"/>
<function threadsafety="unspecified" name="remove" fullname="QDesignerSettingsInterface::remove" href="qdesignersettingsinterface.html#remove" status="active" access="public" location="abstractsettings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractsettings.h" lineno="51" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void remove(const QString &amp;key) = 0">
<parameter left="const QString &amp;" right="" name="key" default=""/>
</function>
<function threadsafety="unspecified" name="setValue" fullname="QDesignerSettingsInterface::setValue" href="qdesignersettingsinterface.html#setValue" status="active" access="public" location="abstractsettings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractsettings.h" lineno="49" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setValue(const QString &amp;key, const QVariant &amp;value) = 0">
<parameter left="const QString &amp;" right="" name="key" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerSettingsInterface" fullname="QDesignerSettingsInterface::~QDesignerSettingsInterface" href="qdesignersettingsinterface.html#dtor.QDesignerSettingsInterface" status="active" access="public" location="abstractsettings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractsettings.h" lineno="43" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerSettingsInterface()"/>
<function threadsafety="unspecified" name="value" fullname="QDesignerSettingsInterface::value" href="qdesignersettingsinterface.html#value" status="active" access="public" location="abstractsettings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractsettings.h" lineno="50" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant value(const QString &amp;key, const QVariant &amp;defaultValue) const = 0">
<parameter left="const QString &amp;" right="" name="key" default=""/>
<parameter left="const QVariant &amp;" right="" name="defaultValue" default="QVariant()"/>
</function>
<function threadsafety="unspecified" name="contains" fullname="QDesignerSettingsInterface::contains" href="qdesignersettingsinterface.html#contains" status="active" access="public" location="abstractsettings.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractsettings.h" lineno="48" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool contains(const QString &amp;key) const = 0">
<parameter left="const QString &amp;" right="" name="key" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerWidgetBoxInterface" href="qdesignerwidgetboxinterface.html" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="46" module="QtDesigner" brief="Allows you to control the contents of Qt Designer's widget box">
<class threadsafety="unspecified" name="Category" fullname="QDesignerWidgetBoxInterface::Category" href="qdesignerwidgetboxinterface-category.html" status="internal" access="private" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="76" module="QtDesigner" brief="Specifies a category in Qt Designer's widget box component">
<enum threadsafety="unspecified" name="Type" fullname="QDesignerWidgetBoxInterface::Category::Type" href="qdesignerwidgetboxinterface-category.html#Type-enum" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="78">
<value name="Default" value="0"/>
<value name="Scratchpad" value="1"/>
</enum>
<function threadsafety="unspecified" name="Category" fullname="QDesignerWidgetBoxInterface::Category::Category" href="qdesignerwidgetboxinterface-category.html#Category" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="80" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="Category(const QString &amp;aname, Type atype)">
<parameter left="const QString &amp;" right="" name="aname" default="QString()"/>
<parameter left="Type" right="" name="atype" default="Default"/>
</function>
<function threadsafety="unspecified" name="addWidget" fullname="QDesignerWidgetBoxInterface::Category::addWidget" href="qdesignerwidgetboxinterface-category.html#addWidget" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="88" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addWidget(const Widget &amp;awidget)">
<parameter left="const Widget &amp;" right="" name="awidget" default=""/>
</function>
<function threadsafety="unspecified" name="removeWidget" fullname="QDesignerWidgetBoxInterface::Category::removeWidget" href="qdesignerwidgetboxinterface-category.html#removeWidget" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="87" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeWidget(int idx)">
<parameter left="int" right="" name="idx" default=""/>
</function>
<function threadsafety="unspecified" name="setName" fullname="QDesignerWidgetBoxInterface::Category::setName" href="qdesignerwidgetboxinterface-category.html#setName" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="84" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setName(const QString &amp;aname)">
<parameter left="const QString &amp;" right="" name="aname" default=""/>
</function>
<function threadsafety="unspecified" name="setType" fullname="QDesignerWidgetBoxInterface::Category::setType" href="qdesignerwidgetboxinterface-category.html#setType" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="90" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setType(Type atype)">
<parameter left="Type" right="" name="atype" default=""/>
</function>
<function threadsafety="unspecified" name="name" fullname="QDesignerWidgetBoxInterface::Category::name" href="qdesignerwidgetboxinterface-category.html#name" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="83" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString name() const"/>
<function threadsafety="unspecified" name="type" fullname="QDesignerWidgetBoxInterface::Category::type" href="qdesignerwidgetboxinterface-category.html#type" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="89" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Type" signature="Type type() const"/>
<function threadsafety="unspecified" name="widget" fullname="QDesignerWidgetBoxInterface::Category::widget" href="qdesignerwidgetboxinterface-category.html#widget" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="86" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Widget" signature="Widget widget(int idx) const">
<parameter left="int" right="" name="idx" default=""/>
</function>
<function threadsafety="unspecified" name="isNull" fullname="QDesignerWidgetBoxInterface::Category::isNull" href="qdesignerwidgetboxinterface-category.html#isNull" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="92" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isNull() const"/>
<function threadsafety="unspecified" name="widgetCount" fullname="QDesignerWidgetBoxInterface::Category::widgetCount" href="qdesignerwidgetboxinterface-category.html#widgetCount" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="85" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int widgetCount() const"/>
</class>
<class threadsafety="unspecified" name="Widget" fullname="QDesignerWidgetBoxInterface::Widget" href="qdesignerwidgetboxinterface-widget.html" status="internal" access="private" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="50" module="QtDesigner" brief="Specified a widget in Qt Designer's widget box component">
<enum threadsafety="unspecified" name="Type" fullname="QDesignerWidgetBoxInterface::Widget::Type" href="qdesignerwidgetboxinterface-widget.html#Type-enum" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="52">
<value name="Default" value="0"/>
<value name="Custom" value="1"/>
</enum>
<function threadsafety="unspecified" name="operator=" fullname="QDesignerWidgetBoxInterface::Widget::operator=" href="qdesignerwidgetboxinterface-widget.html#operator-eq" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="57" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="Widget &amp;" signature="Widget &amp; operator=(const Widget &amp;w)">
<parameter left="const Widget &amp;" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="Widget" fullname="QDesignerWidgetBoxInterface::Widget::Widget" href="qdesignerwidgetboxinterface-widget.html#Widget" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="53" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="Widget(const QString &amp;aname, const QString &amp;xml, const QString &amp;icon_name, Type atype)">
<parameter left="const QString &amp;" right="" name="aname" default="QString()"/>
<parameter left="const QString &amp;" right="" name="xml" default="QString()"/>
<parameter left="const QString &amp;" right="" name="icon_name" default="QString()"/>
<parameter left="Type" right="" name="atype" default="Default"/>
</function>
<function threadsafety="unspecified" name="Widget" fullname="QDesignerWidgetBoxInterface::Widget::Widget" href="qdesignerwidgetboxinterface-widget.html#Widget-1" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="56" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="Widget(const Widget &amp;w)">
<parameter left="const Widget &amp;" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="setDomXml" fullname="QDesignerWidgetBoxInterface::Widget::setDomXml" href="qdesignerwidgetboxinterface-widget.html#setDomXml" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="62" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDomXml(const QString &amp;xml)">
<parameter left="const QString &amp;" right="" name="xml" default=""/>
</function>
<function threadsafety="unspecified" name="setIconName" fullname="QDesignerWidgetBoxInterface::Widget::setIconName" href="qdesignerwidgetboxinterface-widget.html#setIconName" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="64" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setIconName(const QString &amp;icon_name)">
<parameter left="const QString &amp;" right="" name="icon_name" default=""/>
</function>
<function threadsafety="unspecified" name="setName" fullname="QDesignerWidgetBoxInterface::Widget::setName" href="qdesignerwidgetboxinterface-widget.html#setName" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="60" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setName(const QString &amp;aname)">
<parameter left="const QString &amp;" right="" name="aname" default=""/>
</function>
<function threadsafety="unspecified" name="setType" fullname="QDesignerWidgetBoxInterface::Widget::setType" href="qdesignerwidgetboxinterface-widget.html#setType" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="66" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setType(Type atype)">
<parameter left="Type" right="" name="atype" default=""/>
</function>
<function threadsafety="unspecified" name="~Widget" fullname="QDesignerWidgetBoxInterface::Widget::~Widget" href="qdesignerwidgetboxinterface-widget.html#dtor.Widget" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="55" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~Widget()"/>
<function threadsafety="unspecified" name="domXml" fullname="QDesignerWidgetBoxInterface::Widget::domXml" href="qdesignerwidgetboxinterface-widget.html#domXml" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="61" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString domXml() const"/>
<function threadsafety="unspecified" name="iconName" fullname="QDesignerWidgetBoxInterface::Widget::iconName" href="qdesignerwidgetboxinterface-widget.html#iconName" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="63" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString iconName() const"/>
<function threadsafety="unspecified" name="name" fullname="QDesignerWidgetBoxInterface::Widget::name" href="qdesignerwidgetboxinterface-widget.html#name" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="59" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString name() const"/>
<function threadsafety="unspecified" name="type" fullname="QDesignerWidgetBoxInterface::Widget::type" href="qdesignerwidgetboxinterface-widget.html#type" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="65" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Type" signature="Type type() const"/>
<function threadsafety="unspecified" name="isNull" fullname="QDesignerWidgetBoxInterface::Widget::isNull" href="qdesignerwidgetboxinterface-widget.html#isNull" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="68" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isNull() const"/>
</class>
<typedef threadsafety="unspecified" name="CategoryList" fullname="QDesignerWidgetBoxInterface::CategoryList" href="qdesignerwidgetboxinterface.html#CategoryList-typedef" status="internal" access="private" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="99"/>
<typedef threadsafety="unspecified" name="WidgetList" fullname="QDesignerWidgetBoxInterface::WidgetList" href="qdesignerwidgetboxinterface.html#WidgetList-typedef" status="internal" access="private" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="74"/>
<function threadsafety="unspecified" name="QDesignerWidgetBoxInterface" fullname="QDesignerWidgetBoxInterface::QDesignerWidgetBoxInterface" href="qdesignerwidgetboxinterface.html#QDesignerWidgetBoxInterface" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="101" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerWidgetBoxInterface(QWidget *parent, Qt::WindowFlags flags)">
<parameter left="QWidget *" right="" name="parent" default="Q_NULLPTR"/>
<parameter left="Qt::WindowFlags" right="" name="flags" default="Qt::WindowFlags()"/>
</function>
<function threadsafety="unspecified" name="load" fullname="QDesignerWidgetBoxInterface::load" href="qdesignerwidgetboxinterface.html#load" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="121" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool load() = 0"/>
<function threadsafety="unspecified" name="save" fullname="QDesignerWidgetBoxInterface::save" href="qdesignerwidgetboxinterface.html#save" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="122" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool save() = 0"/>
<function threadsafety="unspecified" name="findOrInsertCategory" fullname="QDesignerWidgetBoxInterface::findOrInsertCategory" href="qdesignerwidgetboxinterface.html#findOrInsertCategory" status="internal" access="private" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="114" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int findOrInsertCategory(const QString &amp;categoryName)">
<parameter left="const QString &amp;" right="" name="categoryName" default=""/>
</function>
<function threadsafety="unspecified" name="addCategory" fullname="QDesignerWidgetBoxInterface::addCategory" href="qdesignerwidgetboxinterface.html#addCategory" status="internal" access="private" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="106" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addCategory(const Category &amp;cat) = 0">
<parameter left="const Category &amp;" right="" name="cat" default=""/>
</function>
<function threadsafety="unspecified" name="addWidget" fullname="QDesignerWidgetBoxInterface::addWidget" href="qdesignerwidgetboxinterface.html#addWidget" status="internal" access="private" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="111" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addWidget(int cat_idx, const Widget &amp;wgt) = 0">
<parameter left="int" right="" name="cat_idx" default=""/>
<parameter left="const Widget &amp;" right="" name="wgt" default=""/>
</function>
<function threadsafety="unspecified" name="dropWidgets" fullname="QDesignerWidgetBoxInterface::dropWidgets" href="qdesignerwidgetboxinterface.html#dropWidgets" status="internal" access="private" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="116" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dropWidgets(const QList&lt;QDesignerDnDItemInterface *&gt; &amp;item_list, const QPoint &amp;global_mouse_pos) = 0">
<parameter left="const QList&lt;QDesignerDnDItemInterface *&gt; &amp;" right="" name="item_list" default=""/>
<parameter left="const QPoint &amp;" right="" name="global_mouse_pos" default=""/>
</function>
<function threadsafety="unspecified" name="removeCategory" fullname="QDesignerWidgetBoxInterface::removeCategory" href="qdesignerwidgetboxinterface.html#removeCategory" status="internal" access="private" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="107" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeCategory(int cat_idx) = 0">
<parameter left="int" right="" name="cat_idx" default=""/>
</function>
<function threadsafety="unspecified" name="removeWidget" fullname="QDesignerWidgetBoxInterface::removeWidget" href="qdesignerwidgetboxinterface.html#removeWidget" status="internal" access="private" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="112" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeWidget(int cat_idx, int wgt_idx) = 0">
<parameter left="int" right="" name="cat_idx" default=""/>
<parameter left="int" right="" name="wgt_idx" default=""/>
</function>
<function threadsafety="unspecified" name="setFileName" fullname="QDesignerWidgetBoxInterface::setFileName" href="qdesignerwidgetboxinterface.html#setFileName" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="119" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFileName(const QString &amp;fileName) = 0">
<parameter left="const QString &amp;" right="" name="fileName" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerWidgetBoxInterface" fullname="QDesignerWidgetBoxInterface::~QDesignerWidgetBoxInterface" href="qdesignerwidgetboxinterface.html#dtor.QDesignerWidgetBoxInterface" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="102" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerWidgetBoxInterface()"/>
<function threadsafety="unspecified" name="category" fullname="QDesignerWidgetBoxInterface::category" href="qdesignerwidgetboxinterface.html#category" status="internal" access="private" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="105" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Category" signature="Category category(int cat_idx) const = 0">
<parameter left="int" right="" name="cat_idx" default=""/>
</function>
<function threadsafety="unspecified" name="fileName" fullname="QDesignerWidgetBoxInterface::fileName" href="qdesignerwidgetboxinterface.html#fileName" status="active" access="public" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="120" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString fileName() const = 0"/>
<function threadsafety="unspecified" name="widget" fullname="QDesignerWidgetBoxInterface::widget" href="qdesignerwidgetboxinterface.html#widget" status="internal" access="private" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="110" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Widget" signature="Widget widget(int cat_idx, int wgt_idx) const = 0">
<parameter left="int" right="" name="cat_idx" default=""/>
<parameter left="int" right="" name="wgt_idx" default=""/>
</function>
<function threadsafety="unspecified" name="categoryCount" fullname="QDesignerWidgetBoxInterface::categoryCount" href="qdesignerwidgetboxinterface.html#categoryCount" status="internal" access="private" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="104" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int categoryCount() const = 0"/>
<function threadsafety="unspecified" name="widgetCount" fullname="QDesignerWidgetBoxInterface::widgetCount" href="qdesignerwidgetboxinterface.html#widgetCount" status="internal" access="private" location="abstractwidgetbox.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetbox.h" lineno="109" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int widgetCount(int cat_idx) const = 0">
<parameter left="int" right="" name="cat_idx" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerWidgetDataBaseInterface" href="qdesignerwidgetdatabaseinterface.html" status="internal" access="private" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="89" module="QtDesigner" brief="Interface that is used to access and modify Qt Designer's widget database">
<function threadsafety="unspecified" name="QDesignerWidgetDataBaseInterface" fullname="QDesignerWidgetDataBaseInterface::QDesignerWidgetDataBaseInterface" href="qdesignerwidgetdatabaseinterface.html#QDesignerWidgetDataBaseInterface" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="93" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerWidgetDataBaseInterface(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="append" fullname="QDesignerWidgetDataBaseInterface::append" href="qdesignerwidgetdatabaseinterface.html#append" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="101" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void append(QDesignerWidgetDataBaseItemInterface *item)">
<parameter left="QDesignerWidgetDataBaseItemInterface *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="changed" fullname="QDesignerWidgetDataBaseInterface::changed" href="qdesignerwidgetdatabaseinterface.html#changed" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="112" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void changed()"/>
<function threadsafety="unspecified" name="insert" fullname="QDesignerWidgetDataBaseInterface::insert" href="qdesignerwidgetdatabaseinterface.html#insert" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="100" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void insert(int index, QDesignerWidgetDataBaseItemInterface *item)">
<parameter left="int" right="" name="index" default=""/>
<parameter left="QDesignerWidgetDataBaseItemInterface *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerWidgetDataBaseInterface" fullname="QDesignerWidgetDataBaseInterface::~QDesignerWidgetDataBaseInterface" href="qdesignerwidgetdatabaseinterface.html#dtor.QDesignerWidgetDataBaseInterface" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="94" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerWidgetDataBaseInterface()"/>
<function threadsafety="unspecified" name="core" fullname="QDesignerWidgetDataBaseInterface::core" href="qdesignerwidgetdatabaseinterface.html#core" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="106" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
<function threadsafety="unspecified" name="item" fullname="QDesignerWidgetDataBaseInterface::item" href="qdesignerwidgetdatabaseinterface.html#item" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="97" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerWidgetDataBaseItemInterface *" signature="QDesignerWidgetDataBaseItemInterface * item(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isContainer" fullname="QDesignerWidgetDataBaseInterface::isContainer" href="qdesignerwidgetdatabaseinterface.html#isContainer" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="108" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isContainer(QObject *object, bool resolveName) const">
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="bool" right="" name="resolveName" default="true"/>
</function>
<function threadsafety="unspecified" name="isCustom" fullname="QDesignerWidgetDataBaseInterface::isCustom" href="qdesignerwidgetdatabaseinterface.html#isCustom" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="109" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isCustom(QObject *object, bool resolveName) const">
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="bool" right="" name="resolveName" default="true"/>
</function>
<function threadsafety="unspecified" name="count" fullname="QDesignerWidgetDataBaseInterface::count" href="qdesignerwidgetdatabaseinterface.html#count" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="96" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int count() const"/>
<function threadsafety="unspecified" name="indexOf" fullname="QDesignerWidgetDataBaseInterface::indexOf" href="qdesignerwidgetdatabaseinterface.html#indexOf" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="99" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOf(QDesignerWidgetDataBaseItemInterface *item) const">
<parameter left="QDesignerWidgetDataBaseItemInterface *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="indexOfClassName" fullname="QDesignerWidgetDataBaseInterface::indexOfClassName" href="qdesignerwidgetdatabaseinterface.html#indexOfClassName" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="104" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOfClassName(const QString &amp;name, bool resolveName) const">
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="bool" right="" name="resolveName" default="true"/>
</function>
<function threadsafety="unspecified" name="indexOfObject" fullname="QDesignerWidgetDataBaseInterface::indexOfObject" href="qdesignerwidgetdatabaseinterface.html#indexOfObject" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="103" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOfObject(QObject *object, bool resolveName) const">
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="bool" right="" name="resolveName" default="true"/>
</function>
<variable threadsafety="unspecified" name="m_items" fullname="QDesignerWidgetDataBaseInterface::m_items" href="qdesignerwidgetdatabaseinterface.html#m_items-var" status="active" access="protected" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="115" type="QList&lt;QDesignerWidgetDataBaseItemInterface *&gt;" static="false"/>
</class>
<class threadsafety="unspecified" name="QDesignerWidgetDataBaseItemInterface" href="qdesignerwidgetdatabaseiteminterface.html" status="internal" access="private" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="44" module="QtDesigner" brief="Interface that is used to access individual items in Qt Designer's widget database">
<function threadsafety="unspecified" name="setCompat" fullname="QDesignerWidgetDataBaseItemInterface::setCompat" href="qdesignerwidgetdatabaseiteminterface.html#setCompat" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="68" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCompat(bool compat) = 0">
<parameter left="bool" right="" name="compat" default=""/>
</function>
<function threadsafety="unspecified" name="setContainer" fullname="QDesignerWidgetDataBaseItemInterface::setContainer" href="qdesignerwidgetdatabaseiteminterface.html#setContainer" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="71" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setContainer(bool container) = 0">
<parameter left="bool" right="" name="container" default=""/>
</function>
<function threadsafety="unspecified" name="setCustom" fullname="QDesignerWidgetDataBaseItemInterface::setCustom" href="qdesignerwidgetdatabaseiteminterface.html#setCustom" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="74" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCustom(bool custom) = 0">
<parameter left="bool" right="" name="custom" default=""/>
</function>
<function threadsafety="unspecified" name="setDefaultPropertyValues" fullname="QDesignerWidgetDataBaseItemInterface::setDefaultPropertyValues" href="qdesignerwidgetdatabaseiteminterface.html#setDefaultPropertyValues" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="85" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDefaultPropertyValues(const QList&lt;QVariant&gt; &amp;list) = 0">
<parameter left="const QList&lt;QVariant&gt; &amp;" right="" name="list" default=""/>
</function>
<function threadsafety="unspecified" name="setExtends" fullname="QDesignerWidgetDataBaseItemInterface::setExtends" href="qdesignerwidgetdatabaseiteminterface.html#setExtends" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="83" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setExtends(const QString &amp;s) = 0">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="setGroup" fullname="QDesignerWidgetDataBaseItemInterface::setGroup" href="qdesignerwidgetdatabaseiteminterface.html#setGroup" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="53" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setGroup(const QString &amp;group) = 0">
<parameter left="const QString &amp;" right="" name="group" default=""/>
</function>
<function threadsafety="unspecified" name="setIcon" fullname="QDesignerWidgetDataBaseItemInterface::setIcon" href="qdesignerwidgetdatabaseiteminterface.html#setIcon" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="65" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setIcon(const QIcon &amp;icon) = 0">
<parameter left="const QIcon &amp;" right="" name="icon" default=""/>
</function>
<function threadsafety="unspecified" name="setIncludeFile" fullname="QDesignerWidgetDataBaseItemInterface::setIncludeFile" href="qdesignerwidgetdatabaseiteminterface.html#setIncludeFile" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="62" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setIncludeFile(const QString &amp;includeFile) = 0">
<parameter left="const QString &amp;" right="" name="includeFile" default=""/>
</function>
<function threadsafety="unspecified" name="setName" fullname="QDesignerWidgetDataBaseItemInterface::setName" href="qdesignerwidgetdatabaseiteminterface.html#setName" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="50" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setName(const QString &amp;name) = 0">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="setPluginPath" fullname="QDesignerWidgetDataBaseItemInterface::setPluginPath" href="qdesignerwidgetdatabaseiteminterface.html#setPluginPath" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="77" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPluginPath(const QString &amp;path) = 0">
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="setPromoted" fullname="QDesignerWidgetDataBaseItemInterface::setPromoted" href="qdesignerwidgetdatabaseiteminterface.html#setPromoted" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="80" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPromoted(bool promoted) = 0">
<parameter left="bool" right="" name="promoted" default=""/>
</function>
<function threadsafety="unspecified" name="setToolTip" fullname="QDesignerWidgetDataBaseItemInterface::setToolTip" href="qdesignerwidgetdatabaseiteminterface.html#setToolTip" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="56" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setToolTip(const QString &amp;toolTip) = 0">
<parameter left="const QString &amp;" right="" name="toolTip" default=""/>
</function>
<function threadsafety="unspecified" name="setWhatsThis" fullname="QDesignerWidgetDataBaseItemInterface::setWhatsThis" href="qdesignerwidgetdatabaseiteminterface.html#setWhatsThis" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="59" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setWhatsThis(const QString &amp;whatsThis) = 0">
<parameter left="const QString &amp;" right="" name="whatsThis" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerWidgetDataBaseItemInterface" fullname="QDesignerWidgetDataBaseItemInterface::~QDesignerWidgetDataBaseItemInterface" href="qdesignerwidgetdatabaseiteminterface.html#dtor.QDesignerWidgetDataBaseItemInterface" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="47" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerWidgetDataBaseItemInterface()"/>
<function threadsafety="unspecified" name="icon" fullname="QDesignerWidgetDataBaseItemInterface::icon" href="qdesignerwidgetdatabaseiteminterface.html#icon" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="64" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QIcon" signature="QIcon icon() const = 0"/>
<function threadsafety="unspecified" name="defaultPropertyValues" fullname="QDesignerWidgetDataBaseItemInterface::defaultPropertyValues" href="qdesignerwidgetdatabaseiteminterface.html#defaultPropertyValues" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="86" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QVariant&gt;" signature="QList&lt;QVariant&gt; defaultPropertyValues() const = 0"/>
<function threadsafety="unspecified" name="extends" fullname="QDesignerWidgetDataBaseItemInterface::extends" href="qdesignerwidgetdatabaseiteminterface.html#extends" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="82" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString extends() const = 0"/>
<function threadsafety="unspecified" name="group" fullname="QDesignerWidgetDataBaseItemInterface::group" href="qdesignerwidgetdatabaseiteminterface.html#group" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="52" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString group() const = 0"/>
<function threadsafety="unspecified" name="includeFile" fullname="QDesignerWidgetDataBaseItemInterface::includeFile" href="qdesignerwidgetdatabaseiteminterface.html#includeFile" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="61" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString includeFile() const = 0"/>
<function threadsafety="unspecified" name="name" fullname="QDesignerWidgetDataBaseItemInterface::name" href="qdesignerwidgetdatabaseiteminterface.html#name" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="49" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString name() const = 0"/>
<function threadsafety="unspecified" name="pluginPath" fullname="QDesignerWidgetDataBaseItemInterface::pluginPath" href="qdesignerwidgetdatabaseiteminterface.html#pluginPath" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="76" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString pluginPath() const = 0"/>
<function threadsafety="unspecified" name="toolTip" fullname="QDesignerWidgetDataBaseItemInterface::toolTip" href="qdesignerwidgetdatabaseiteminterface.html#toolTip" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="55" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString toolTip() const = 0"/>
<function threadsafety="unspecified" name="whatsThis" fullname="QDesignerWidgetDataBaseItemInterface::whatsThis" href="qdesignerwidgetdatabaseiteminterface.html#whatsThis" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="58" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString whatsThis() const = 0"/>
<function threadsafety="unspecified" name="isCompat" fullname="QDesignerWidgetDataBaseItemInterface::isCompat" href="qdesignerwidgetdatabaseiteminterface.html#isCompat" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="67" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isCompat() const = 0"/>
<function threadsafety="unspecified" name="isContainer" fullname="QDesignerWidgetDataBaseItemInterface::isContainer" href="qdesignerwidgetdatabaseiteminterface.html#isContainer" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="70" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isContainer() const = 0"/>
<function threadsafety="unspecified" name="isCustom" fullname="QDesignerWidgetDataBaseItemInterface::isCustom" href="qdesignerwidgetdatabaseiteminterface.html#isCustom" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="73" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isCustom() const = 0"/>
<function threadsafety="unspecified" name="isPromoted" fullname="QDesignerWidgetDataBaseItemInterface::isPromoted" href="qdesignerwidgetdatabaseiteminterface.html#isPromoted" status="active" access="public" location="abstractwidgetdatabase.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetdatabase.h" lineno="79" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isPromoted() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerWidgetFactoryInterface" href="qdesignerwidgetfactoryinterface.html" status="internal" access="private" location="abstractwidgetfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetfactory.h" lineno="41" module="QtDesigner" brief="Interface that is used to control the widget factory used by Qt Designer">
<function threadsafety="unspecified" name="QDesignerWidgetFactoryInterface" fullname="QDesignerWidgetFactoryInterface::QDesignerWidgetFactoryInterface" href="qdesignerwidgetfactoryinterface.html#QDesignerWidgetFactoryInterface" status="active" access="public" location="abstractwidgetfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetfactory.h" lineno="45" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerWidgetFactoryInterface(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="isPassiveInteractor" fullname="QDesignerWidgetFactoryInterface::isPassiveInteractor" href="qdesignerwidgetfactoryinterface.html#isPassiveInteractor" status="active" access="public" location="abstractwidgetfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetfactory.h" lineno="56" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isPassiveInteractor(QWidget *widget) = 0">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerWidgetFactoryInterface" fullname="QDesignerWidgetFactoryInterface::~QDesignerWidgetFactoryInterface" href="qdesignerwidgetfactoryinterface.html#dtor.QDesignerWidgetFactoryInterface" status="active" access="public" location="abstractwidgetfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetfactory.h" lineno="46" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerWidgetFactoryInterface()"/>
<function threadsafety="unspecified" name="core" fullname="QDesignerWidgetFactoryInterface::core" href="qdesignerwidgetfactoryinterface.html#core" status="active" access="public" location="abstractwidgetfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetfactory.h" lineno="48" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const = 0"/>
<function threadsafety="unspecified" name="createLayout" fullname="QDesignerWidgetFactoryInterface::createLayout" href="qdesignerwidgetfactoryinterface.html#createLayout" status="active" access="public" location="abstractwidgetfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetfactory.h" lineno="54" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QLayout *" signature="QLayout * createLayout(QWidget *widget, QLayout *layout, int type) const = 0">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QLayout *" right="" name="layout" default=""/>
<parameter left="int" right="" name="type" default=""/>
</function>
<function threadsafety="unspecified" name="containerOfWidget" fullname="QDesignerWidgetFactoryInterface::containerOfWidget" href="qdesignerwidgetfactoryinterface.html#containerOfWidget" status="active" access="public" location="abstractwidgetfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetfactory.h" lineno="50" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * containerOfWidget(QWidget *child) const = 0">
<parameter left="QWidget *" right="" name="child" default=""/>
</function>
<function threadsafety="unspecified" name="createWidget" fullname="QDesignerWidgetFactoryInterface::createWidget" href="qdesignerwidgetfactoryinterface.html#createWidget" status="active" access="public" location="abstractwidgetfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetfactory.h" lineno="53" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createWidget(const QString &amp;name, QWidget *parent) const = 0">
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="QWidget *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="widgetOfContainer" fullname="QDesignerWidgetFactoryInterface::widgetOfContainer" href="qdesignerwidgetfactoryinterface.html#widgetOfContainer" status="active" access="public" location="abstractwidgetfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetfactory.h" lineno="51" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * widgetOfContainer(QWidget *container) const = 0">
<parameter left="QWidget *" right="" name="container" default=""/>
</function>
<function threadsafety="unspecified" name="initialize" fullname="QDesignerWidgetFactoryInterface::initialize" href="qdesignerwidgetfactoryinterface.html#initialize" status="active" access="public" location="abstractwidgetfactory.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/abstractwidgetfactory.h" lineno="57" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void initialize(QObject *object) const = 0">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerContainerExtension" href="qdesignercontainerextension.html" status="active" access="public" location="container.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/container.h" lineno="39" module="QtDesigner" brief="Allows you to add pages to a custom multi-page container in Qt Designer's workspace">
<function threadsafety="unspecified" name="addWidget" fullname="QDesignerContainerExtension::addWidget" href="qdesignercontainerextension.html#addWidget" status="active" access="public" location="container.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/container.h" lineno="50" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addWidget(QWidget *page) = 0">
<parameter left="QWidget *" right="" name="page" default=""/>
</function>
<function threadsafety="unspecified" name="insertWidget" fullname="QDesignerContainerExtension::insertWidget" href="qdesignercontainerextension.html#insertWidget" status="active" access="public" location="container.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/container.h" lineno="51" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void insertWidget(int index, QWidget *page) = 0">
<parameter left="int" right="" name="index" default=""/>
<parameter left="QWidget *" right="" name="page" default=""/>
</function>
<function threadsafety="unspecified" name="remove" fullname="QDesignerContainerExtension::remove" href="qdesignercontainerextension.html#remove" status="active" access="public" location="container.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/container.h" lineno="52" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void remove(int index) = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="setCurrentIndex" fullname="QDesignerContainerExtension::setCurrentIndex" href="qdesignercontainerextension.html#setCurrentIndex" status="active" access="public" location="container.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/container.h" lineno="48" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCurrentIndex(int index) = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerContainerExtension" fullname="QDesignerContainerExtension::~QDesignerContainerExtension" href="qdesignercontainerextension.html#dtor.QDesignerContainerExtension" status="active" access="public" location="container.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/container.h" lineno="42" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerContainerExtension()"/>
<function threadsafety="unspecified" name="widget" fullname="QDesignerContainerExtension::widget" href="qdesignercontainerextension.html#widget" status="active" access="public" location="container.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/container.h" lineno="45" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * widget(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="canAddWidget" fullname="QDesignerContainerExtension::canAddWidget" href="qdesignercontainerextension.html#canAddWidget" status="active" access="public" location="container.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/container.h" lineno="54" since="5.0" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool canAddWidget() const"/>
<function threadsafety="unspecified" name="canRemove" fullname="QDesignerContainerExtension::canRemove" href="qdesignercontainerextension.html#canRemove" status="active" access="public" location="container.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/container.h" lineno="57" since="5.0" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool canRemove(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="count" fullname="QDesignerContainerExtension::count" href="qdesignercontainerextension.html#count" status="active" access="public" location="container.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/container.h" lineno="44" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int count() const = 0"/>
<function threadsafety="unspecified" name="currentIndex" fullname="QDesignerContainerExtension::currentIndex" href="qdesignercontainerextension.html#currentIndex" status="active" access="public" location="container.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/container.h" lineno="47" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int currentIndex() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerDynamicPropertySheetExtension" href="qdesignerdynamicpropertysheetextension.html" status="active" access="public" location="dynamicpropertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/dynamicpropertysheet.h" lineno="49" since="4.3" module="QtDesigner" brief="Allows you to manipulate a widget's dynamic properties in Qt Designer's property editor">
<function threadsafety="unspecified" name="removeDynamicProperty" fullname="QDesignerDynamicPropertySheetExtension::removeDynamicProperty" href="qdesignerdynamicpropertysheetextension.html#removeDynamicProperty" status="active" access="public" location="dynamicpropertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/dynamicpropertysheet.h" lineno="56" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool removeDynamicProperty(int index) = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="addDynamicProperty" fullname="QDesignerDynamicPropertySheetExtension::addDynamicProperty" href="qdesignerdynamicpropertysheetextension.html#addDynamicProperty" status="active" access="public" location="dynamicpropertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/dynamicpropertysheet.h" lineno="55" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int addDynamicProperty(const QString &amp;propertyName, const QVariant &amp;value) = 0">
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerDynamicPropertySheetExtension" fullname="QDesignerDynamicPropertySheetExtension::~QDesignerDynamicPropertySheetExtension" href="qdesignerdynamicpropertysheetextension.html#dtor.QDesignerDynamicPropertySheetExtension" status="active" access="public" location="dynamicpropertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/dynamicpropertysheet.h" lineno="52" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerDynamicPropertySheetExtension()"/>
<function threadsafety="unspecified" name="canAddDynamicProperty" fullname="QDesignerDynamicPropertySheetExtension::canAddDynamicProperty" href="qdesignerdynamicpropertysheetextension.html#canAddDynamicProperty" status="active" access="public" location="dynamicpropertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/dynamicpropertysheet.h" lineno="58" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool canAddDynamicProperty(const QString &amp;propertyName) const = 0">
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
</function>
<function threadsafety="unspecified" name="dynamicPropertiesAllowed" fullname="QDesignerDynamicPropertySheetExtension::dynamicPropertiesAllowed" href="qdesignerdynamicpropertysheetextension.html#dynamicPropertiesAllowed" status="active" access="public" location="dynamicpropertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/dynamicpropertysheet.h" lineno="54" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool dynamicPropertiesAllowed() const = 0"/>
<function threadsafety="unspecified" name="isDynamicProperty" fullname="QDesignerDynamicPropertySheetExtension::isDynamicProperty" href="qdesignerdynamicpropertysheetextension.html#isDynamicProperty" status="active" access="public" location="dynamicpropertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/dynamicpropertysheet.h" lineno="57" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isDynamicProperty(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerExtraInfoExtension" href="qdesignerextrainfoextension.html" status="internal" access="private" location="extrainfo.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/extrainfo.h" lineno="43" module="QtDesigner" brief="Extra information about a widget in Qt Designer">
<function threadsafety="unspecified" name="loadUiExtraInfo" fullname="QDesignerExtraInfoExtension::loadUiExtraInfo" href="qdesignerextrainfoextension.html#loadUiExtraInfo" status="active" access="public" location="extrainfo.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/extrainfo.h" lineno="52" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool loadUiExtraInfo(DomUI *ui) = 0">
<parameter left="DomUI *" right="" name="ui" default=""/>
</function>
<function threadsafety="unspecified" name="loadWidgetExtraInfo" fullname="QDesignerExtraInfoExtension::loadWidgetExtraInfo" href="qdesignerextrainfoextension.html#loadWidgetExtraInfo" status="active" access="public" location="extrainfo.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/extrainfo.h" lineno="55" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool loadWidgetExtraInfo(DomWidget *widget) = 0">
<parameter left="DomWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="saveUiExtraInfo" fullname="QDesignerExtraInfoExtension::saveUiExtraInfo" href="qdesignerextrainfoextension.html#saveUiExtraInfo" status="active" access="public" location="extrainfo.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/extrainfo.h" lineno="51" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool saveUiExtraInfo(DomUI *ui) = 0">
<parameter left="DomUI *" right="" name="ui" default=""/>
</function>
<function threadsafety="unspecified" name="saveWidgetExtraInfo" fullname="QDesignerExtraInfoExtension::saveWidgetExtraInfo" href="qdesignerextrainfoextension.html#saveWidgetExtraInfo" status="active" access="public" location="extrainfo.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/extrainfo.h" lineno="54" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool saveWidgetExtraInfo(DomWidget *widget) = 0">
<parameter left="DomWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="setWorkingDirectory" fullname="QDesignerExtraInfoExtension::setWorkingDirectory" href="qdesignerextrainfoextension.html#setWorkingDirectory" status="active" access="public" location="extrainfo.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/extrainfo.h" lineno="58" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setWorkingDirectory(const QString &amp;workingDirectory)">
<parameter left="const QString &amp;" right="" name="workingDirectory" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerExtraInfoExtension" fullname="QDesignerExtraInfoExtension::~QDesignerExtraInfoExtension" href="qdesignerextrainfoextension.html#dtor.QDesignerExtraInfoExtension" status="active" access="public" location="extrainfo.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/extrainfo.h" lineno="46" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerExtraInfoExtension()"/>
<function threadsafety="unspecified" name="core" fullname="QDesignerExtraInfoExtension::core" href="qdesignerextrainfoextension.html#core" status="active" access="public" location="extrainfo.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/extrainfo.h" lineno="48" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const = 0"/>
<function threadsafety="unspecified" name="workingDirectory" fullname="QDesignerExtraInfoExtension::workingDirectory" href="qdesignerextrainfoextension.html#workingDirectory" status="active" access="public" location="extrainfo.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/extrainfo.h" lineno="57" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString workingDirectory() const"/>
<function threadsafety="unspecified" name="widget" fullname="QDesignerExtraInfoExtension::widget" href="qdesignerextrainfoextension.html#widget" status="active" access="public" location="extrainfo.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/extrainfo.h" lineno="49" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * widget() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerLayoutDecorationExtension" href="qdesignerlayoutdecorationextension.html" status="internal" access="private" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="45" module="QtDesigner" brief="Extension to a layout in Qt Designer">
<enum threadsafety="unspecified" name="InsertMode" fullname="QDesignerLayoutDecorationExtension::InsertMode" href="qdesignerlayoutdecorationextension.html#InsertMode-enum" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="48">
<value name="InsertWidgetMode" value="0"/>
<value name="InsertRowMode" value="1"/>
<value name="InsertColumnMode" value="2"/>
</enum>
<function threadsafety="unspecified" name="adjustIndicator" fullname="QDesignerLayoutDecorationExtension::adjustIndicator" href="qdesignerlayoutdecorationextension.html#adjustIndicator" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="76" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void adjustIndicator(const QPoint &amp;position, int index) = 0">
<parameter left="const QPoint &amp;" right="" name="position" default=""/>
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="insertColumn" fullname="QDesignerLayoutDecorationExtension::insertColumn" href="qdesignerlayoutdecorationextension.html#insertColumn" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="70" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void insertColumn(int column) = 0">
<parameter left="int" right="" name="column" default=""/>
</function>
<function threadsafety="unspecified" name="insertRow" fullname="QDesignerLayoutDecorationExtension::insertRow" href="qdesignerlayoutdecorationextension.html#insertRow" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="69" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void insertRow(int row) = 0">
<parameter left="int" right="" name="row" default=""/>
</function>
<function threadsafety="unspecified" name="insertWidget" fullname="QDesignerLayoutDecorationExtension::insertWidget" href="qdesignerlayoutdecorationextension.html#insertWidget" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="66" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void insertWidget(QWidget *widget, const QPair&lt;int, int&gt; &amp;cell) = 0">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="const QPair&lt;int, int&gt; &amp;" right="" name="cell" default=""/>
</function>
<function threadsafety="unspecified" name="removeWidget" fullname="QDesignerLayoutDecorationExtension::removeWidget" href="qdesignerlayoutdecorationextension.html#removeWidget" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="67" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeWidget(QWidget *widget) = 0">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="simplify" fullname="QDesignerLayoutDecorationExtension::simplify" href="qdesignerlayoutdecorationextension.html#simplify" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="71" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void simplify() = 0"/>
<function threadsafety="unspecified" name="~QDesignerLayoutDecorationExtension" fullname="QDesignerLayoutDecorationExtension::~QDesignerLayoutDecorationExtension" href="qdesignerlayoutdecorationextension.html#dtor.QDesignerLayoutDecorationExtension" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="55" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerLayoutDecorationExtension()"/>
<function threadsafety="unspecified" name="currentInsertMode" fullname="QDesignerLayoutDecorationExtension::currentInsertMode" href="qdesignerlayoutdecorationextension.html#currentInsertMode" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="63" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="InsertMode" signature="InsertMode currentInsertMode() const = 0"/>
<function threadsafety="unspecified" name="widgets" fullname="QDesignerLayoutDecorationExtension::widgets" href="qdesignerlayoutdecorationextension.html#widgets" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="57" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QWidget *&gt;" signature="QList&lt;QWidget *&gt; widgets(QLayout *layout) const = 0">
<parameter left="QLayout *" right="" name="layout" default=""/>
</function>
<function threadsafety="unspecified" name="currentCell" fullname="QDesignerLayoutDecorationExtension::currentCell" href="qdesignerlayoutdecorationextension.html#currentCell" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="65" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPair&lt;int, int&gt;" signature="QPair&lt;int, int&gt; currentCell() const = 0"/>
<function threadsafety="unspecified" name="itemInfo" fullname="QDesignerLayoutDecorationExtension::itemInfo" href="qdesignerlayoutdecorationextension.html#itemInfo" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="59" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect itemInfo(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="currentIndex" fullname="QDesignerLayoutDecorationExtension::currentIndex" href="qdesignerlayoutdecorationextension.html#currentIndex" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="64" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int currentIndex() const = 0"/>
<function threadsafety="unspecified" name="findItemAt" fullname="QDesignerLayoutDecorationExtension::findItemAt" href="qdesignerlayoutdecorationextension.html#findItemAt" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="73" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int findItemAt(const QPoint &amp;position) const = 0">
<parameter left="const QPoint &amp;" right="" name="position" default=""/>
</function>
<function threadsafety="unspecified" name="findItemAt" fullname="QDesignerLayoutDecorationExtension::findItemAt" href="qdesignerlayoutdecorationextension.html#findItemAt-1" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="74" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int findItemAt(int row, int column) const = 0">
<parameter left="int" right="" name="row" default=""/>
<parameter left="int" right="" name="column" default=""/>
</function>
<function threadsafety="unspecified" name="indexOf" fullname="QDesignerLayoutDecorationExtension::indexOf" href="qdesignerlayoutdecorationextension.html#indexOf-1" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="61" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOf(QLayoutItem *item) const = 0">
<parameter left="QLayoutItem *" right="" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="indexOf" fullname="QDesignerLayoutDecorationExtension::indexOf" href="qdesignerlayoutdecorationextension.html#indexOf" status="active" access="public" location="layoutdecoration.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/layoutdecoration.h" lineno="60" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOf(QWidget *widget) const = 0">
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerMemberSheetExtension" href="qdesignermembersheetextension.html" status="active" access="public" location="membersheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/membersheet.h" lineno="41" module="QtDesigner" brief="Allows you to manipulate a widget's member functions which is displayed when configuring connections using Qt Designer's mode for editing signals and slots">
<function threadsafety="unspecified" name="setMemberGroup" fullname="QDesignerMemberSheetExtension::setMemberGroup" href="qdesignermembersheetextension.html#setMemberGroup" status="active" access="public" location="membersheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/membersheet.h" lineno="52" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setMemberGroup(int index, const QString &amp;group) = 0">
<parameter left="int" right="" name="index" default=""/>
<parameter left="const QString &amp;" right="" name="group" default=""/>
</function>
<function threadsafety="unspecified" name="setVisible" fullname="QDesignerMemberSheetExtension::setVisible" href="qdesignermembersheetextension.html#setVisible" status="active" access="public" location="membersheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/membersheet.h" lineno="55" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setVisible(int index, bool visible) = 0">
<parameter left="int" right="" name="index" default=""/>
<parameter left="bool" right="" name="visible" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerMemberSheetExtension" fullname="QDesignerMemberSheetExtension::~QDesignerMemberSheetExtension" href="qdesignermembersheetextension.html#dtor.QDesignerMemberSheetExtension" status="active" access="public" location="membersheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/membersheet.h" lineno="44" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerMemberSheetExtension()"/>
<function threadsafety="unspecified" name="parameterNames" fullname="QDesignerMemberSheetExtension::parameterNames" href="qdesignermembersheetextension.html#parameterNames" status="active" access="public" location="membersheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/membersheet.h" lineno="66" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QByteArray&gt;" signature="QList&lt;QByteArray&gt; parameterNames(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="parameterTypes" fullname="QDesignerMemberSheetExtension::parameterTypes" href="qdesignermembersheetextension.html#parameterTypes" status="active" access="public" location="membersheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/membersheet.h" lineno="65" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QByteArray&gt;" signature="QList&lt;QByteArray&gt; parameterTypes(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="declaredInClass" fullname="QDesignerMemberSheetExtension::declaredInClass" href="qdesignermembersheetextension.html#declaredInClass" status="active" access="public" location="membersheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/membersheet.h" lineno="62" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString declaredInClass(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="memberGroup" fullname="QDesignerMemberSheetExtension::memberGroup" href="qdesignermembersheetextension.html#memberGroup" status="active" access="public" location="membersheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/membersheet.h" lineno="51" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString memberGroup(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="memberName" fullname="QDesignerMemberSheetExtension::memberName" href="qdesignermembersheetextension.html#memberName" status="active" access="public" location="membersheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/membersheet.h" lineno="50" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString memberName(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="signature" fullname="QDesignerMemberSheetExtension::signature" href="qdesignermembersheetextension.html#signature" status="active" access="public" location="membersheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/membersheet.h" lineno="64" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString signature(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="inheritedFromWidget" fullname="QDesignerMemberSheetExtension::inheritedFromWidget" href="qdesignermembersheetextension.html#inheritedFromWidget" status="active" access="public" location="membersheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/membersheet.h" lineno="60" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool inheritedFromWidget(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isSignal" fullname="QDesignerMemberSheetExtension::isSignal" href="qdesignermembersheetextension.html#isSignal" status="active" access="public" location="membersheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/membersheet.h" lineno="57" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isSignal(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isSlot" fullname="QDesignerMemberSheetExtension::isSlot" href="qdesignermembersheetextension.html#isSlot" status="active" access="public" location="membersheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/membersheet.h" lineno="58" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isSlot(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isVisible" fullname="QDesignerMemberSheetExtension::isVisible" href="qdesignermembersheetextension.html#isVisible" status="active" access="public" location="membersheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/membersheet.h" lineno="54" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isVisible(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="count" fullname="QDesignerMemberSheetExtension::count" href="qdesignermembersheetextension.html#count" status="active" access="public" location="membersheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/membersheet.h" lineno="46" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int count() const = 0"/>
<function threadsafety="unspecified" name="indexOf" fullname="QDesignerMemberSheetExtension::indexOf" href="qdesignermembersheetextension.html#indexOf" status="active" access="public" location="membersheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/membersheet.h" lineno="48" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOf(const QString &amp;name) const = 0">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerPropertySheetExtension" href="qdesignerpropertysheetextension.html" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="38" module="QtDesigner" brief="Allows you to manipulate a widget's properties which is displayed in Qt Designer's property editor">
<function threadsafety="unspecified" name="reset" fullname="QDesignerPropertySheetExtension::reset" href="qdesignerpropertysheetextension.html#reset" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="52" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool reset(int index) = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="setAttribute" fullname="QDesignerPropertySheetExtension::setAttribute" href="qdesignerpropertysheetextension.html#setAttribute" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="58" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttribute(int index, bool attribute) = 0">
<parameter left="int" right="" name="index" default=""/>
<parameter left="bool" right="" name="attribute" default=""/>
</function>
<function threadsafety="unspecified" name="setChanged" fullname="QDesignerPropertySheetExtension::setChanged" href="qdesignerpropertysheetextension.html#setChanged" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="64" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setChanged(int index, bool changed) = 0">
<parameter left="int" right="" name="index" default=""/>
<parameter left="bool" right="" name="changed" default=""/>
</function>
<function threadsafety="unspecified" name="setProperty" fullname="QDesignerPropertySheetExtension::setProperty" href="qdesignerpropertysheetextension.html#setProperty" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="61" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setProperty(int index, const QVariant &amp;value) = 0">
<parameter left="int" right="" name="index" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="setPropertyGroup" fullname="QDesignerPropertySheetExtension::setPropertyGroup" href="qdesignerpropertysheetextension.html#setPropertyGroup" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="49" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPropertyGroup(int index, const QString &amp;group) = 0">
<parameter left="int" right="" name="index" default=""/>
<parameter left="const QString &amp;" right="" name="group" default=""/>
</function>
<function threadsafety="unspecified" name="setVisible" fullname="QDesignerPropertySheetExtension::setVisible" href="qdesignerpropertysheetextension.html#setVisible" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="55" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setVisible(int index, bool visible) = 0">
<parameter left="int" right="" name="index" default=""/>
<parameter left="bool" right="" name="visible" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerPropertySheetExtension" fullname="QDesignerPropertySheetExtension::~QDesignerPropertySheetExtension" href="qdesignerpropertysheetextension.html#dtor.QDesignerPropertySheetExtension" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="41" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerPropertySheetExtension()"/>
<function threadsafety="unspecified" name="propertyGroup" fullname="QDesignerPropertySheetExtension::propertyGroup" href="qdesignerpropertysheetextension.html#propertyGroup" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="48" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString propertyGroup(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="propertyName" fullname="QDesignerPropertySheetExtension::propertyName" href="qdesignerpropertysheetextension.html#propertyName" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="47" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString propertyName(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="property" fullname="QDesignerPropertySheetExtension::property" href="qdesignerpropertysheetextension.html#property" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="60" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant property(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="hasReset" fullname="QDesignerPropertySheetExtension::hasReset" href="qdesignerpropertysheetextension.html#hasReset" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="51" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasReset(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isAttribute" fullname="QDesignerPropertySheetExtension::isAttribute" href="qdesignerpropertysheetextension.html#isAttribute" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="57" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isAttribute(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isChanged" fullname="QDesignerPropertySheetExtension::isChanged" href="qdesignerpropertysheetextension.html#isChanged" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="63" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isChanged(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isEnabled" fullname="QDesignerPropertySheetExtension::isEnabled" href="qdesignerpropertysheetextension.html#isEnabled" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="66" since="5.0" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isEnabled(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isVisible" fullname="QDesignerPropertySheetExtension::isVisible" href="qdesignerpropertysheetextension.html#isVisible" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="54" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isVisible(int index) const = 0">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="count" fullname="QDesignerPropertySheetExtension::count" href="qdesignerpropertysheetextension.html#count" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="43" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int count() const = 0"/>
<function threadsafety="unspecified" name="indexOf" fullname="QDesignerPropertySheetExtension::indexOf" href="qdesignerpropertysheetextension.html#indexOf" status="active" access="public" location="propertysheet.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/propertysheet.h" lineno="45" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOf(const QString &amp;name) const = 0">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerTaskMenuExtension" href="qdesignertaskmenuextension.html" status="active" access="public" location="taskmenu.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/taskmenu.h" lineno="38" module="QtDesigner" brief="Allows you to add custom menu entries to Qt Designer's task menu">
<function threadsafety="unspecified" name="~QDesignerTaskMenuExtension" fullname="QDesignerTaskMenuExtension::~QDesignerTaskMenuExtension" href="qdesignertaskmenuextension.html#dtor.QDesignerTaskMenuExtension" status="active" access="public" location="taskmenu.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/taskmenu.h" lineno="41" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerTaskMenuExtension()"/>
<function threadsafety="unspecified" name="preferredEditAction" fullname="QDesignerTaskMenuExtension::preferredEditAction" href="qdesignertaskmenuextension.html#preferredEditAction" status="active" access="public" location="taskmenu.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/taskmenu.h" lineno="43" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * preferredEditAction() const"/>
<function threadsafety="unspecified" name="taskActions" fullname="QDesignerTaskMenuExtension::taskActions" href="qdesignertaskmenuextension.html#taskActions" status="active" access="public" location="taskmenu.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/sdk/taskmenu.h" lineno="45" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QAction *&gt;" signature="QList&lt;QAction *&gt; taskActions() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerActionProviderExtension" href="qdesigneractionproviderextension.html" status="internal" access="private" location="actionprovider_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionprovider_p.h" lineno="52">
<function threadsafety="unspecified" name="adjustIndicator" fullname="QDesignerActionProviderExtension::adjustIndicator" href="qdesigneractionproviderextension.html#adjustIndicator" status="active" access="public" location="actionprovider_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionprovider_p.h" lineno="60" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void adjustIndicator(const QPoint &amp;pos) = 0">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerActionProviderExtension" fullname="QDesignerActionProviderExtension::~QDesignerActionProviderExtension" href="qdesigneractionproviderextension.html#dtor.QDesignerActionProviderExtension" status="active" access="public" location="actionprovider_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionprovider_p.h" lineno="55" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerActionProviderExtension()"/>
<function threadsafety="unspecified" name="actionAt" fullname="QDesignerActionProviderExtension::actionAt" href="qdesigneractionproviderextension.html#actionAt" status="active" access="public" location="actionprovider_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionprovider_p.h" lineno="58" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * actionAt(const QPoint &amp;pos) const = 0">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="actionGeometry" fullname="QDesignerActionProviderExtension::actionGeometry" href="qdesigneractionproviderextension.html#actionGeometry" status="active" access="public" location="actionprovider_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionprovider_p.h" lineno="57" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect actionGeometry(QAction *action) const = 0">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerCustomWidgetData" href="qdesignercustomwidgetdata.html" status="internal" access="private" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="61">
<function threadsafety="unspecified" name="parseXml" fullname="QDesignerCustomWidgetData::parseXml" href="qdesignercustomwidgetdata.html#parseXml" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="69" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="ParseResult" signature="ParseResult parseXml(const QString &amp;xml, const QString &amp;name, QString *errorMessage)">
<parameter left="const QString &amp;" right="" name="xml" default=""/>
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="QString *" right="" name="errorMessage" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="QDesignerCustomWidgetData::operator=" href="qdesignercustomwidgetdata.html#operator-eq" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="72" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerCustomWidgetData &amp;" signature="QDesignerCustomWidgetData &amp; operator=(const QDesignerCustomWidgetData &amp;)">
<parameter left="const QDesignerCustomWidgetData &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="QDesignerCustomWidgetData" fullname="QDesignerCustomWidgetData::QDesignerCustomWidgetData" href="qdesignercustomwidgetdata.html#QDesignerCustomWidgetData-1" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="71" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerCustomWidgetData(const QDesignerCustomWidgetData &amp;)">
<parameter left="const QDesignerCustomWidgetData &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="QDesignerCustomWidgetData" fullname="QDesignerCustomWidgetData::QDesignerCustomWidgetData" href="qdesignercustomwidgetdata.html#QDesignerCustomWidgetData" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="66" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerCustomWidgetData(const QString &amp;pluginPath)">
<parameter left="const QString &amp;" right="" name="pluginPath" default="QString()"/>
</function>
<function threadsafety="unspecified" name="~QDesignerCustomWidgetData" fullname="QDesignerCustomWidgetData::~QDesignerCustomWidgetData" href="qdesignercustomwidgetdata.html#dtor.QDesignerCustomWidgetData" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="73" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerCustomWidgetData()"/>
<function threadsafety="unspecified" name="pluginPath" fullname="QDesignerCustomWidgetData::pluginPath" href="qdesignercustomwidgetdata.html#pluginPath" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="77" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString pluginPath() const"/>
<function threadsafety="unspecified" name="propertyToolTip" fullname="QDesignerCustomWidgetData::propertyToolTip" href="qdesignercustomwidgetdata.html#propertyToolTip" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="92" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString propertyToolTip(const QString &amp;name) const">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="xmlAddPageMethod" fullname="QDesignerCustomWidgetData::xmlAddPageMethod" href="qdesignercustomwidgetdata.html#xmlAddPageMethod" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="84" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString xmlAddPageMethod() const"/>
<function threadsafety="unspecified" name="xmlClassName" fullname="QDesignerCustomWidgetData::xmlClassName" href="qdesignercustomwidgetdata.html#xmlClassName" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="80" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString xmlClassName() const"/>
<function threadsafety="unspecified" name="xmlDisplayName" fullname="QDesignerCustomWidgetData::xmlDisplayName" href="qdesignercustomwidgetdata.html#xmlDisplayName" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="88" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString xmlDisplayName() const"/>
<function threadsafety="unspecified" name="xmlExtends" fullname="QDesignerCustomWidgetData::xmlExtends" href="qdesignercustomwidgetdata.html#xmlExtends" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="86" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString xmlExtends() const"/>
<function threadsafety="unspecified" name="xmlLanguage" fullname="QDesignerCustomWidgetData::xmlLanguage" href="qdesignercustomwidgetdata.html#xmlLanguage" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="82" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString xmlLanguage() const"/>
<function threadsafety="unspecified" name="isNull" fullname="QDesignerCustomWidgetData::isNull" href="qdesignercustomwidgetdata.html#isNull" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="75" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isNull() const"/>
<function threadsafety="unspecified" name="xmlStringPropertyType" fullname="QDesignerCustomWidgetData::xmlStringPropertyType" href="qdesignercustomwidgetdata.html#xmlStringPropertyType" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="90" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool xmlStringPropertyType(const QString &amp;name, StringPropertyType *type) const">
<parameter left="const QString &amp;" right="" name="name" default=""/>
<parameter left="StringPropertyType *" right="" name="type" default=""/>
</function>
<enum threadsafety="unspecified" name="ParseResult" fullname="QDesignerCustomWidgetData::ParseResult" href="qdesignercustomwidgetdata.html#ParseResult-enum" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="68">
<value name="ParseOk" value="0"/>
<value name="ParseWarning" value="1"/>
<value name="ParseError" value="2"/>
</enum>
<typedef threadsafety="unspecified" name="StringPropertyType" fullname="QDesignerCustomWidgetData::StringPropertyType" href="qdesignercustomwidgetdata.html#StringPropertyType-typedef" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="64"/>
</class>
<class threadsafety="unspecified" name="QDesignerPluginManager" href="qdesignerpluginmanager.html" status="internal" access="private" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="98">
<function threadsafety="unspecified" name="QDesignerPluginManager" fullname="QDesignerPluginManager::QDesignerPluginManager" href="qdesignerpluginmanager.html#QDesignerPluginManager" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="104" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerPluginManager(QDesignerFormEditorInterface *core)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
</function>
<function threadsafety="unspecified" name="defaultPluginPaths" fullname="QDesignerPluginManager::defaultPluginPaths" href="qdesignerpluginmanager.html#defaultPluginPaths" status="active" access="private" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="142" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList defaultPluginPaths()"/>
<function threadsafety="unspecified" name="findPlugins" fullname="QDesignerPluginManager::findPlugins" href="qdesignerpluginmanager.html#findPlugins" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="113" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList findPlugins(const QString &amp;path)">
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="registerNewPlugins" fullname="QDesignerPluginManager::registerNewPlugins" href="qdesignerpluginmanager.html#registerNewPlugins" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="130" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool registerNewPlugins()"/>
<function threadsafety="unspecified" name="syncSettings" fullname="QDesignerPluginManager::syncSettings" href="qdesignerpluginmanager.html#syncSettings" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="133" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool syncSettings()"/>
<function threadsafety="unspecified" name="ensureInitialized" fullname="QDesignerPluginManager::ensureInitialized" href="qdesignerpluginmanager.html#ensureInitialized" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="134" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void ensureInitialized()"/>
<function threadsafety="unspecified" name="registerPath" fullname="QDesignerPluginManager::registerPath" href="qdesignerpluginmanager.html#registerPath" status="active" access="private" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="138" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void registerPath(const QString &amp;path)">
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="registerPlugin" fullname="QDesignerPluginManager::registerPlugin" href="qdesignerpluginmanager.html#registerPlugin" status="active" access="private" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="139" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void registerPlugin(const QString &amp;plugin)">
<parameter left="const QString &amp;" right="" name="plugin" default=""/>
</function>
<function threadsafety="unspecified" name="setDisabledPlugins" fullname="QDesignerPluginManager::setDisabledPlugins" href="qdesignerpluginmanager.html#setDisabledPlugins" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="119" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDisabledPlugins(const QStringList &amp;disabled_plugins)">
<parameter left="const QStringList &amp;" right="" name="disabled_plugins" default=""/>
</function>
<function threadsafety="unspecified" name="setPluginPaths" fullname="QDesignerPluginManager::setPluginPaths" href="qdesignerpluginmanager.html#setPluginPaths" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="116" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPluginPaths(const QStringList &amp;plugin_paths)">
<parameter left="const QStringList &amp;" right="" name="plugin_paths" default=""/>
</function>
<function threadsafety="unspecified" name="updateRegisteredPlugins" fullname="QDesignerPluginManager::updateRegisteredPlugins" href="qdesignerpluginmanager.html#updateRegisteredPlugins" status="active" access="private" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="137" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateRegisteredPlugins()"/>
<function threadsafety="unspecified" name="~QDesignerPluginManager" fullname="QDesignerPluginManager::~QDesignerPluginManager" href="qdesignerpluginmanager.html#dtor.QDesignerPluginManager" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="105" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerPluginManager()"/>
<function threadsafety="unspecified" name="registeredCustomWidgets" fullname="QDesignerPluginManager::registeredCustomWidgets" href="qdesignerpluginmanager.html#registeredCustomWidgets" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="126" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="CustomWidgetList" signature="CustomWidgetList registeredCustomWidgets() const"/>
<function threadsafety="unspecified" name="customWidgetData" fullname="QDesignerPluginManager::customWidgetData" href="qdesignerpluginmanager.html#customWidgetData" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="127" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerCustomWidgetData" signature="QDesignerCustomWidgetData customWidgetData(QDesignerCustomWidgetInterface *w) const">
<parameter left="QDesignerCustomWidgetInterface *" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="customWidgetData" fullname="QDesignerPluginManager::customWidgetData" href="qdesignerpluginmanager.html#customWidgetData-1" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="128" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerCustomWidgetData" signature="QDesignerCustomWidgetData customWidgetData(const QString &amp;className) const">
<parameter left="const QString &amp;" right="" name="className" default=""/>
</function>
<function threadsafety="unspecified" name="core" fullname="QDesignerPluginManager::core" href="qdesignerpluginmanager.html#core" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="107" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
<function threadsafety="unspecified" name="instance" fullname="QDesignerPluginManager::instance" href="qdesignerpluginmanager.html#instance" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="109" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * instance(const QString &amp;plugin) const">
<parameter left="const QString &amp;" right="" name="plugin" default=""/>
</function>
<function threadsafety="unspecified" name="instances" fullname="QDesignerPluginManager::instances" href="qdesignerpluginmanager.html#instances" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="124" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObjectList" signature="QObjectList instances() const"/>
<function threadsafety="unspecified" name="failureReason" fullname="QDesignerPluginManager::failureReason" href="qdesignerpluginmanager.html#failureReason" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="122" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString failureReason(const QString &amp;pluginName) const">
<parameter left="const QString &amp;" right="" name="pluginName" default=""/>
</function>
<function threadsafety="unspecified" name="disabledPlugins" fullname="QDesignerPluginManager::disabledPlugins" href="qdesignerpluginmanager.html#disabledPlugins" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="118" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList disabledPlugins() const"/>
<function threadsafety="unspecified" name="failedPlugins" fullname="QDesignerPluginManager::failedPlugins" href="qdesignerpluginmanager.html#failedPlugins" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="121" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList failedPlugins() const"/>
<function threadsafety="unspecified" name="pluginPaths" fullname="QDesignerPluginManager::pluginPaths" href="qdesignerpluginmanager.html#pluginPaths" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="115" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList pluginPaths() const"/>
<function threadsafety="unspecified" name="registeredPlugins" fullname="QDesignerPluginManager::registeredPlugins" href="qdesignerpluginmanager.html#registeredPlugins" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="111" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList registeredPlugins() const"/>
<typedef threadsafety="unspecified" name="CustomWidgetList" fullname="QDesignerPluginManager::CustomWidgetList" href="qdesignerpluginmanager.html#CustomWidgetList-typedef" status="active" access="public" location="pluginmanager_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/pluginmanager_p.h" lineno="102"/>
</class>
<class threadsafety="unspecified" name="QDesignerDockWidget" href="qdesignerdockwidget.html" status="internal" access="private" location="qdesigner_dockwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dockwidget_p.h" lineno="50">
<function threadsafety="unspecified" name="QDesignerDockWidget" fullname="QDesignerDockWidget::QDesignerDockWidget" href="qdesignerdockwidget.html#QDesignerDockWidget" status="active" access="public" location="qdesigner_dockwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dockwidget_p.h" lineno="56" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerDockWidget(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="setDockWidgetArea" fullname="QDesignerDockWidget::setDockWidgetArea" href="qdesignerdockwidget.html#dockWidgetArea-prop" status="active" access="public" location="qdesigner_dockwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dockwidget_p.h" lineno="63" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" associated-property="dockWidgetArea" type="void" signature="void setDockWidgetArea(Qt::DockWidgetArea dockWidgetArea)">
<parameter left="Qt::DockWidgetArea" right="" name="dockWidgetArea" default=""/>
</function>
<function threadsafety="unspecified" name="setDocked" fullname="QDesignerDockWidget::setDocked" href="qdesignerdockwidget.html#docked-prop" status="active" access="public" location="qdesigner_dockwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dockwidget_p.h" lineno="60" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" associated-property="docked" type="void" signature="void setDocked(bool b)">
<parameter left="bool" right="" name="b" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerDockWidget" fullname="QDesignerDockWidget::~QDesignerDockWidget" href="qdesignerdockwidget.html#dtor.QDesignerDockWidget" status="active" access="public" location="qdesigner_dockwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dockwidget_p.h" lineno="57" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerDockWidget()"/>
<function threadsafety="unspecified" name="formWindow" fullname="QDesignerDockWidget::formWindow" href="qdesignerdockwidget.html#formWindow" status="active" access="private" location="qdesigner_dockwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dockwidget_p.h" lineno="68" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * formWindow() const"/>
<function threadsafety="unspecified" name="findMainWindow" fullname="QDesignerDockWidget::findMainWindow" href="qdesignerdockwidget.html#findMainWindow" status="active" access="private" location="qdesigner_dockwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dockwidget_p.h" lineno="69" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QMainWindow *" signature="QMainWindow * findMainWindow() const"/>
<function threadsafety="unspecified" name="dockWidgetArea" fullname="QDesignerDockWidget::dockWidgetArea" href="qdesignerdockwidget.html#dockWidgetArea-prop" status="active" access="public" location="qdesigner_dockwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dockwidget_p.h" lineno="62" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="dockWidgetArea" type="Qt::DockWidgetArea" signature="Qt::DockWidgetArea dockWidgetArea() const"/>
<function threadsafety="unspecified" name="docked" fullname="QDesignerDockWidget::docked" href="qdesignerdockwidget.html#docked-prop" status="active" access="public" location="qdesigner_dockwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dockwidget_p.h" lineno="59" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="docked" type="bool" signature="bool docked() const"/>
<function threadsafety="unspecified" name="inMainWindow" fullname="QDesignerDockWidget::inMainWindow" href="qdesignerdockwidget.html#inMainWindow" status="active" access="public" location="qdesigner_dockwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dockwidget_p.h" lineno="65" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool inMainWindow() const"/>
<property threadsafety="unspecified" name="dockWidgetArea" fullname="QDesignerDockWidget::dockWidgetArea" href="qdesignerdockwidget.html#dockWidgetArea-prop" status="active" access="public" location="qdesigner_dockwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dockwidget_p.h" lineno="53" type="Qt::DockWidgetArea">
<getter name="dockWidgetArea"/>
<setter name="setDockWidgetArea"/>
</property>
<property threadsafety="unspecified" name="docked" fullname="QDesignerDockWidget::docked" href="qdesignerdockwidget.html#docked-prop" status="active" access="public" location="qdesigner_dockwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_dockwidget_p.h" lineno="54" type="bool">
<getter name="docked"/>
<setter name="setDocked"/>
</property>
</class>
<class threadsafety="unspecified" name="QDesignerMemberSheet" href="qdesignermembersheet.html" status="internal" access="private" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="53" bases="QDesignerMemberSheetExtension">
<function threadsafety="unspecified" name="QDesignerMemberSheet" fullname="QDesignerMemberSheet::QDesignerMemberSheet" href="qdesignermembersheet.html#QDesignerMemberSheet" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="59" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerMemberSheet(QObject *object, QObject *parent)">
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="signalMatchesSlot" fullname="QDesignerMemberSheet::signalMatchesSlot" href="qdesignermembersheet.html#signalMatchesSlot" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="78" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool signalMatchesSlot(const QString &amp;signal, const QString &amp;slot)">
<parameter left="const QString &amp;" right="" name="signal" default=""/>
<parameter left="const QString &amp;" right="" name="slot" default=""/>
</function>
<function threadsafety="unspecified" name="setMemberGroup" fullname="QDesignerMemberSheet::setMemberGroup" href="qdesignermembersheet.html#setMemberGroup" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="68" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void 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 threadsafety="unspecified" name="setVisible" fullname="QDesignerMemberSheet::setVisible" href="qdesignermembersheet.html#setVisible" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="71" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setVisible(int index, bool b)">
<parameter left="int" right="" name="index" default=""/>
<parameter left="bool" right="" name="b" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerMemberSheet" fullname="QDesignerMemberSheet::~QDesignerMemberSheet" href="qdesignermembersheet.html#dtor.QDesignerMemberSheet" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="60" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerMemberSheet()"/>
<function threadsafety="unspecified" name="parameterNames" fullname="QDesignerMemberSheet::parameterNames" href="qdesignermembersheet.html#parameterNames" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="84" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QByteArray&gt;" signature="QList&lt;QByteArray&gt; parameterNames(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="parameterTypes" fullname="QDesignerMemberSheet::parameterTypes" href="qdesignermembersheet.html#parameterTypes" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="83" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QByteArray&gt;" signature="QList&lt;QByteArray&gt; parameterTypes(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="declaredInClass" fullname="QDesignerMemberSheet::declaredInClass" href="qdesignermembersheet.html#declaredInClass" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="80" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString declaredInClass(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="memberGroup" fullname="QDesignerMemberSheet::memberGroup" href="qdesignermembersheet.html#memberGroup" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="67" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString memberGroup(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="memberName" fullname="QDesignerMemberSheet::memberName" href="qdesignermembersheet.html#memberName" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="65" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString memberName(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="signature" fullname="QDesignerMemberSheet::signature" href="qdesignermembersheet.html#signature" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="82" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString signature(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="inheritedFromWidget" fullname="QDesignerMemberSheet::inheritedFromWidget" href="qdesignermembersheet.html#inheritedFromWidget" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="76" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool inheritedFromWidget(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isSignal" fullname="QDesignerMemberSheet::isSignal" href="qdesignermembersheet.html#isSignal" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="73" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isSignal(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isSlot" fullname="QDesignerMemberSheet::isSlot" href="qdesignermembersheet.html#isSlot" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="74" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isSlot(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isVisible" fullname="QDesignerMemberSheet::isVisible" href="qdesignermembersheet.html#isVisible" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="70" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isVisible(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="count" fullname="QDesignerMemberSheet::count" href="qdesignermembersheet.html#count" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="64" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int count() const"/>
<function threadsafety="unspecified" name="indexOf" fullname="QDesignerMemberSheet::indexOf" href="qdesignermembersheet.html#indexOf" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="62" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOf(const QString &amp;name) const">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerMemberSheetFactory" href="qdesignermembersheetfactory.html" status="internal" access="private" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="90" bases="QExtensionFactory">
<function threadsafety="unspecified" name="QDesignerMemberSheetFactory" fullname="QDesignerMemberSheetFactory::QDesignerMemberSheetFactory" href="qdesignermembersheetfactory.html#QDesignerMemberSheetFactory" status="active" access="public" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="96" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerMemberSheetFactory(QExtensionManager *parent)">
<parameter left="QExtensionManager *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="createExtension" fullname="QDesignerMemberSheetFactory::createExtension" href="qdesignermembersheetfactory.html#createExtension" status="active" access="protected" location="qdesigner_membersheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_membersheet_p.h" lineno="99" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * 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 threadsafety="unspecified" name="QDesignerMenu" href="qdesignermenu.html" status="internal" access="private" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="67">
<function threadsafety="unspecified" name="createAction" fullname="QDesignerMenu::createAction" href="qdesignermenu.html#createAction" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="151" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * createAction(const QString &amp;text, bool separator)">
<parameter left="const QString &amp;" right="" name="text" default=""/>
<parameter left="bool" right="" name="separator" default="false"/>
</function>
<function threadsafety="unspecified" name="actionProvider" fullname="QDesignerMenu::actionProvider" href="qdesignermenu.html#actionProvider" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="77" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerActionProviderExtension *" signature="QDesignerActionProviderExtension * actionProvider()"/>
<function threadsafety="unspecified" name="findOrCreateSubMenu" fullname="QDesignerMenu::findOrCreateSubMenu" href="qdesignermenu.html#findOrCreateSubMenu" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="152" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerMenu *" signature="QDesignerMenu * findOrCreateSubMenu(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="QDesignerMenu" fullname="QDesignerMenu::QDesignerMenu" href="qdesignermenu.html#QDesignerMenu" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="71" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerMenu(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="eventFilter" fullname="QDesignerMenu::eventFilter" href="qdesignermenu.html#eventFilter" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="74" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool eventFilter(QObject *object, QEvent *event)">
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="QEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleContextMenuEvent" fullname="QDesignerMenu::handleContextMenuEvent" href="qdesignermenu.html#handleContextMenuEvent" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="127" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleContextMenuEvent(QWidget *widget, QContextMenuEvent *event)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QContextMenuEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleEvent" fullname="QDesignerMenu::handleEvent" href="qdesignermenu.html#handleEvent" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="122" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleEvent(QWidget *widget, QEvent *event)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleKeyPressEvent" fullname="QDesignerMenu::handleKeyPressEvent" href="qdesignermenu.html#handleKeyPressEvent" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="128" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleKeyPressEvent(QWidget *widget, QKeyEvent *event)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QKeyEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleMouseDoubleClickEvent" fullname="QDesignerMenu::handleMouseDoubleClickEvent" href="qdesignermenu.html#handleMouseDoubleClickEvent" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="123" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleMouseDoubleClickEvent(QWidget *widget, QMouseEvent *event)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QMouseEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleMouseMoveEvent" fullname="QDesignerMenu::handleMouseMoveEvent" href="qdesignermenu.html#handleMouseMoveEvent" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="126" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleMouseMoveEvent(QWidget *widget, QMouseEvent *event)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QMouseEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleMousePressEvent" fullname="QDesignerMenu::handleMousePressEvent" href="qdesignermenu.html#handleMousePressEvent" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="124" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleMousePressEvent(QWidget *widget, QMouseEvent *event)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QMouseEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleMouseReleaseEvent" fullname="QDesignerMenu::handleMouseReleaseEvent" href="qdesignermenu.html#handleMouseReleaseEvent" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="125" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleMouseReleaseEvent(QWidget *widget, QMouseEvent *event)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QMouseEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="hideSubMenuOnCursorKey" fullname="QDesignerMenu::hideSubMenuOnCursorKey" href="qdesignermenu.html#hideSubMenuOnCursorKey" status="active" access="private" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="172" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hideSubMenuOnCursorKey()"/>
<function threadsafety="unspecified" name="interactive" fullname="QDesignerMenu::interactive" href="qdesignermenu.html#interactive" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="86" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool interactive(bool i)">
<parameter left="bool" right="" name="i" default=""/>
</function>
<function threadsafety="unspecified" name="showSubMenuOnCursorKey" fullname="QDesignerMenu::showSubMenuOnCursorKey" href="qdesignermenu.html#showSubMenuOnCursorKey" status="active" access="private" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="173" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool showSubMenuOnCursorKey()"/>
<function threadsafety="unspecified" name="swap" fullname="QDesignerMenu::swap" href="qdesignermenu.html#swap" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="156" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool swap(int a, int b)">
<parameter left="int" right="" name="a" default=""/>
<parameter left="int" right="" name="b" default=""/>
</function>
<function threadsafety="unspecified" name="actionEvent" fullname="QDesignerMenu::actionEvent" href="qdesignermenu.html#actionEvent" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="112" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void actionEvent(QActionEvent *event)">
<parameter left="QActionEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="adjustIndicator" fullname="QDesignerMenu::adjustIndicator" href="qdesignermenu.html#adjustIndicator" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="132" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void adjustIndicator(const QPoint &amp;pos)">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="adjustSpecialActions" fullname="QDesignerMenu::adjustSpecialActions" href="qdesignermenu.html#adjustSpecialActions" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="84" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void adjustSpecialActions()"/>
<function threadsafety="unspecified" name="closeMenuChain" fullname="QDesignerMenu::closeMenuChain" href="qdesignermenu.html#closeMenuChain" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="94" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void closeMenuChain()"/>
<function threadsafety="unspecified" name="createRealMenuAction" fullname="QDesignerMenu::createRealMenuAction" href="qdesignermenu.html#createRealMenuAction" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="87" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void createRealMenuAction(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="deactivateMenu" fullname="QDesignerMenu::deactivateMenu" href="qdesignermenu.html#deactivateMenu" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="160" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void deactivateMenu()"/>
<function threadsafety="unspecified" name="deleteAction" fullname="QDesignerMenu::deleteAction" href="qdesignermenu.html#deleteAction-1" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="159" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void deleteAction()"/>
<function threadsafety="unspecified" name="deleteAction" fullname="QDesignerMenu::deleteAction" href="qdesignermenu.html#deleteAction" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="102" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void deleteAction(QAction *a)">
<parameter left="QAction *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="dragEnterEvent" fullname="QDesignerMenu::dragEnterEvent" href="qdesignermenu.html#dragEnterEvent" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="113" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dragEnterEvent(QDragEnterEvent *event)">
<parameter left="QDragEnterEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="dragLeaveEvent" fullname="QDesignerMenu::dragLeaveEvent" href="qdesignermenu.html#dragLeaveEvent" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="115" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dragLeaveEvent(QDragLeaveEvent *event)">
<parameter left="QDragLeaveEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="dragMoveEvent" fullname="QDesignerMenu::dragMoveEvent" href="qdesignermenu.html#dragMoveEvent" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="114" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dragMoveEvent(QDragMoveEvent *event)">
<parameter left="QDragMoveEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="drawSelection" fullname="QDesignerMenu::drawSelection" href="qdesignermenu.html#drawSelection" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="90" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void drawSelection(QPainter *p, const QRect &amp;r)">
<parameter left="QPainter *" right="" name="p" default=""/>
<parameter left="const QRect &amp;" right="" name="r" default=""/>
</function>
<function threadsafety="unspecified" name="dropEvent" fullname="QDesignerMenu::dropEvent" href="qdesignermenu.html#dropEvent" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="116" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dropEvent(QDropEvent *event)">
<parameter left="QDropEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="enterEditMode" fullname="QDesignerMenu::enterEditMode" href="qdesignermenu.html#enterEditMode" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="147" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void enterEditMode()"/>
<function threadsafety="unspecified" name="hideSubMenu" fullname="QDesignerMenu::hideSubMenu" href="qdesignermenu.html#hideSubMenu" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="158" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void hideSubMenu()"/>
<function threadsafety="unspecified" name="keyPressEvent" fullname="QDesignerMenu::keyPressEvent" href="qdesignermenu.html#keyPressEvent" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="118" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void keyPressEvent(QKeyEvent *event)">
<parameter left="QKeyEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="keyReleaseEvent" fullname="QDesignerMenu::keyReleaseEvent" href="qdesignermenu.html#keyReleaseEvent" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="119" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void keyReleaseEvent(QKeyEvent *event)">
<parameter left="QKeyEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="leaveEditMode" fullname="QDesignerMenu::leaveEditMode" href="qdesignermenu.html#leaveEditMode" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="148" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void leaveEditMode(LeaveEditMode mode)">
<parameter left="LeaveEditMode" right="" name="mode" default=""/>
</function>
<function threadsafety="unspecified" name="moveDown" fullname="QDesignerMenu::moveDown" href="qdesignermenu.html#moveDown" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="99" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void moveDown(bool ctrl)">
<parameter left="bool" right="" name="ctrl" default=""/>
</function>
<function threadsafety="unspecified" name="moveLeft" fullname="QDesignerMenu::moveLeft" href="qdesignermenu.html#moveLeft" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="96" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void moveLeft()"/>
<function threadsafety="unspecified" name="moveRight" fullname="QDesignerMenu::moveRight" href="qdesignermenu.html#moveRight" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="97" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void moveRight()"/>
<function threadsafety="unspecified" name="moveUp" fullname="QDesignerMenu::moveUp" href="qdesignermenu.html#moveUp" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="98" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void moveUp(bool ctrl)">
<parameter left="bool" right="" name="ctrl" default=""/>
</function>
<function threadsafety="unspecified" name="paintEvent" fullname="QDesignerMenu::paintEvent" href="qdesignermenu.html#paintEvent" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="117" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void paintEvent(QPaintEvent *event)">
<parameter left="QPaintEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="removeRealMenu" fullname="QDesignerMenu::removeRealMenu" href="qdesignermenu.html#removeRealMenu" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="88" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeRealMenu(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="selectCurrentAction" fullname="QDesignerMenu::selectCurrentAction" href="qdesignermenu.html#selectCurrentAction" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="169" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void selectCurrentAction()"/>
<function threadsafety="unspecified" name="setVisible" fullname="QDesignerMenu::setVisible" href="qdesignermenu.html#setVisible" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="82" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setVisible(bool visible)">
<parameter left="bool" right="" name="visible" default=""/>
</function>
<function threadsafety="unspecified" name="showEvent" fullname="QDesignerMenu::showEvent" href="qdesignermenu.html#showEvent" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="120" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showEvent(QShowEvent *event)">
<parameter left="QShowEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="showLineEdit" fullname="QDesignerMenu::showLineEdit" href="qdesignermenu.html#showLineEdit" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="149" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showLineEdit()"/>
<function threadsafety="unspecified" name="showSubMenu" fullname="QDesignerMenu::showSubMenu" href="qdesignermenu.html#showSubMenu" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="140" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showSubMenu(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="slotAddSeparator" fullname="QDesignerMenu::slotAddSeparator" href="qdesignermenu.html#slotAddSeparator" status="active" access="private" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="105" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotAddSeparator()"/>
<function threadsafety="unspecified" name="slotAdjustSizeNow" fullname="QDesignerMenu::slotAdjustSizeNow" href="qdesignermenu.html#slotAdjustSizeNow" status="active" access="private" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="109" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotAdjustSizeNow()"/>
<function threadsafety="unspecified" name="slotDeactivateNow" fullname="QDesignerMenu::slotDeactivateNow" href="qdesignermenu.html#slotDeactivateNow" status="active" access="private" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="108" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotDeactivateNow()"/>
<function threadsafety="unspecified" name="slotRemoveSelectedAction" fullname="QDesignerMenu::slotRemoveSelectedAction" href="qdesignermenu.html#slotRemoveSelectedAction" status="active" access="private" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="106" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotRemoveSelectedAction()"/>
<function threadsafety="unspecified" name="slotShowSubMenuNow" fullname="QDesignerMenu::slotShowSubMenuNow" href="qdesignermenu.html#slotShowSubMenuNow" status="active" access="private" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="107" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotShowSubMenuNow()"/>
<function threadsafety="unspecified" name="startDrag" fullname="QDesignerMenu::startDrag" href="qdesignermenu.html#startDrag" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="130" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void startDrag(const QPoint &amp;pos, Qt::KeyboardModifiers modifiers)">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
<parameter left="Qt::KeyboardModifiers" right="" name="modifiers" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerMenu" fullname="QDesignerMenu::~QDesignerMenu" href="qdesignermenu.html#dtor.QDesignerMenu" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="72" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerMenu()"/>
<function threadsafety="unspecified" name="checkAction" fullname="QDesignerMenu::checkAction" href="qdesignermenu.html#checkAction" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="138" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="ActionDragCheck" signature="ActionDragCheck checkAction(QAction *action) const">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="currentAction" fullname="QDesignerMenu::currentAction" href="qdesignermenu.html#currentAction" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="135" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * currentAction() const"/>
<function threadsafety="unspecified" name="safeActionAt" fullname="QDesignerMenu::safeActionAt" href="qdesignermenu.html#safeActionAt" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="154" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * safeActionAt(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="safeMenuAction" fullname="QDesignerMenu::safeMenuAction" href="qdesignermenu.html#safeMenuAction" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="155" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * safeMenuAction(QDesignerMenu *menu) const">
<parameter left="QDesignerMenu *" right="" name="menu" default=""/>
</function>
<function threadsafety="unspecified" name="formWindow" fullname="QDesignerMenu::formWindow" href="qdesignermenu.html#formWindow" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="76" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * formWindow() const"/>
<function threadsafety="unspecified" name="findActivatedMenu" fullname="QDesignerMenu::findActivatedMenu" href="qdesignermenu.html#findActivatedMenu" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="164" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerMenu *" signature="QDesignerMenu * findActivatedMenu() const"/>
<function threadsafety="unspecified" name="findRootMenu" fullname="QDesignerMenu::findRootMenu" href="qdesignermenu.html#findRootMenu" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="163" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerMenu *" signature="QDesignerMenu * findRootMenu() const"/>
<function threadsafety="unspecified" name="parentMenu" fullname="QDesignerMenu::parentMenu" href="qdesignermenu.html#parentMenu" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="79" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerMenu *" signature="QDesignerMenu * parentMenu() const"/>
<function threadsafety="unspecified" name="parentMenuBar" fullname="QDesignerMenu::parentMenuBar" href="qdesignermenu.html#parentMenuBar" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="80" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerMenuBar *" signature="QDesignerMenuBar * parentMenuBar() const"/>
<function threadsafety="unspecified" name="subMenuPixmapRect" fullname="QDesignerMenu::subMenuPixmapRect" href="qdesignermenu.html#subMenuPixmapRect" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="166" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QRect" signature="QRect subMenuPixmapRect(QAction *action) const">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="canCreateSubMenu" fullname="QDesignerMenu::canCreateSubMenu" href="qdesignermenu.html#canCreateSubMenu" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="162" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool canCreateSubMenu(QAction *action) const">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="dragging" fullname="QDesignerMenu::dragging" href="qdesignermenu.html#dragging" status="active" access="public" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="92" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool dragging() const"/>
<function threadsafety="unspecified" name="hasSubMenuPixmap" fullname="QDesignerMenu::hasSubMenuPixmap" href="qdesignermenu.html#hasSubMenuPixmap" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="167" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasSubMenuPixmap(QAction *action) const">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="findAction" fullname="QDesignerMenu::findAction" href="qdesignermenu.html#findAction" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="133" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int findAction(const QPoint &amp;pos) const">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="realActionCount" fullname="QDesignerMenu::realActionCount" href="qdesignermenu.html#realActionCount" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="136" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int realActionCount() const"/>
<enum threadsafety="unspecified" name="ActionDragCheck" fullname="QDesignerMenu::ActionDragCheck" href="qdesignermenu.html#ActionDragCheck-enum" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="137">
<value name="NoActionDrag" value="0"/>
<value name="ActionDragOnSubMenu" value="1"/>
<value name="AcceptActionDrag" value="2"/>
</enum>
<enum threadsafety="unspecified" name="LeaveEditMode" fullname="QDesignerMenu::LeaveEditMode" href="qdesignermenu.html#LeaveEditMode-enum" status="active" access="protected" location="qdesigner_menu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menu_p.h" lineno="142">
<value name="Default" value="0"/>
<value name="ForceAccept" value="1"/>
</enum>
</class>
<class threadsafety="unspecified" name="QDesignerMenuBar" href="qdesignermenubar.html" status="internal" access="private" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="72">
<function threadsafety="unspecified" name="actionProvider" fullname="QDesignerMenuBar::actionProvider" href="qdesignermenubar.html#actionProvider" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="82" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerActionProviderExtension *" signature="QDesignerActionProviderExtension * actionProvider()"/>
<function threadsafety="unspecified" name="QDesignerMenuBar" fullname="QDesignerMenuBar::QDesignerMenuBar" href="qdesignermenubar.html#QDesignerMenuBar" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="76" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerMenuBar(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="contextMenuActions" fullname="QDesignerMenuBar::contextMenuActions" href="qdesignermenubar.html#contextMenuActions" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="94" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QAction *&gt;" signature="QList&lt;QAction *&gt; contextMenuActions()"/>
<function threadsafety="unspecified" name="eventFilter" fullname="QDesignerMenuBar::eventFilter" href="qdesignermenubar.html#eventFilter" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="79" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool eventFilter(QObject *object, QEvent *event)">
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="QEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleContextMenuEvent" fullname="QDesignerMenuBar::handleContextMenuEvent" href="qdesignermenubar.html#handleContextMenuEvent" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="117" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleContextMenuEvent(QWidget *widget, QContextMenuEvent *event)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QContextMenuEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleEvent" fullname="QDesignerMenuBar::handleEvent" href="qdesignermenubar.html#handleEvent" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="112" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleEvent(QWidget *widget, QEvent *event)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleKeyPressEvent" fullname="QDesignerMenuBar::handleKeyPressEvent" href="qdesignermenubar.html#handleKeyPressEvent" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="118" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleKeyPressEvent(QWidget *widget, QKeyEvent *event)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QKeyEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleMouseDoubleClickEvent" fullname="QDesignerMenuBar::handleMouseDoubleClickEvent" href="qdesignermenubar.html#handleMouseDoubleClickEvent" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="113" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleMouseDoubleClickEvent(QWidget *widget, QMouseEvent *event)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QMouseEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleMouseMoveEvent" fullname="QDesignerMenuBar::handleMouseMoveEvent" href="qdesignermenubar.html#handleMouseMoveEvent" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="116" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleMouseMoveEvent(QWidget *widget, QMouseEvent *event)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QMouseEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleMousePressEvent" fullname="QDesignerMenuBar::handleMousePressEvent" href="qdesignermenubar.html#handleMousePressEvent" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="114" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleMousePressEvent(QWidget *widget, QMouseEvent *event)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QMouseEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="handleMouseReleaseEvent" fullname="QDesignerMenuBar::handleMouseReleaseEvent" href="qdesignermenubar.html#handleMouseReleaseEvent" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="115" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool handleMouseReleaseEvent(QWidget *widget, QMouseEvent *event)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QMouseEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="interactive" fullname="QDesignerMenuBar::interactive" href="qdesignermenubar.html#interactive" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="85" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool interactive(bool i)">
<parameter left="bool" right="" name="i" default=""/>
</function>
<function threadsafety="unspecified" name="swapActions" fullname="QDesignerMenuBar::swapActions" href="qdesignermenubar.html#swapActions" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="145" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool swapActions(int a, int b)">
<parameter left="int" right="" name="a" default=""/>
<parameter left="int" right="" name="b" default=""/>
</function>
<function threadsafety="unspecified" name="actionEvent" fullname="QDesignerMenuBar::actionEvent" href="qdesignermenubar.html#actionEvent" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="102" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void actionEvent(QActionEvent *event)">
<parameter left="QActionEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="adjustIndicator" fullname="QDesignerMenuBar::adjustIndicator" href="qdesignermenubar.html#adjustIndicator" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="125" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void adjustIndicator(const QPoint &amp;pos)">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="adjustSpecialActions" fullname="QDesignerMenuBar::adjustSpecialActions" href="qdesignermenubar.html#adjustSpecialActions" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="84" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void adjustSpecialActions()"/>
<function threadsafety="unspecified" name="deleteMenu" fullname="QDesignerMenuBar::deleteMenu" href="qdesignermenubar.html#deleteMenu" status="active" access="private" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="98" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void deleteMenu()"/>
<function threadsafety="unspecified" name="deleteMenuAction" fullname="QDesignerMenuBar::deleteMenuAction" href="qdesignermenubar.html#deleteMenuAction" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="95" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void deleteMenuAction(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="dragEnterEvent" fullname="QDesignerMenuBar::dragEnterEvent" href="qdesignermenubar.html#dragEnterEvent" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="103" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dragEnterEvent(QDragEnterEvent *event)">
<parameter left="QDragEnterEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="dragLeaveEvent" fullname="QDesignerMenuBar::dragLeaveEvent" href="qdesignermenubar.html#dragLeaveEvent" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="105" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dragLeaveEvent(QDragLeaveEvent *event)">
<parameter left="QDragLeaveEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="dragMoveEvent" fullname="QDesignerMenuBar::dragMoveEvent" href="qdesignermenubar.html#dragMoveEvent" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="104" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dragMoveEvent(QDragMoveEvent *event)">
<parameter left="QDragMoveEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="dropEvent" fullname="QDesignerMenuBar::dropEvent" href="qdesignermenubar.html#dropEvent" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="106" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void dropEvent(QDropEvent *event)">
<parameter left="QDropEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="enterEditMode" fullname="QDesignerMenuBar::enterEditMode" href="qdesignermenubar.html#enterEditMode" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="136" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void enterEditMode()"/>
<function threadsafety="unspecified" name="focusOutEvent" fullname="QDesignerMenuBar::focusOutEvent" href="qdesignermenubar.html#focusOutEvent" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="108" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void focusOutEvent(QFocusEvent *event)">
<parameter left="QFocusEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="hideMenu" fullname="QDesignerMenuBar::hideMenu" href="qdesignermenubar.html#hideMenu" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="141" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void hideMenu(int index)">
<parameter left="int" right="" name="index" default="-1"/>
</function>
<function threadsafety="unspecified" name="keyPressEvent" fullname="QDesignerMenuBar::keyPressEvent" href="qdesignermenubar.html#keyPressEvent" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="109" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void keyPressEvent(QKeyEvent *event)">
<parameter left="QKeyEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="keyReleaseEvent" fullname="QDesignerMenuBar::keyReleaseEvent" href="qdesignermenubar.html#keyReleaseEvent" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="110" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void keyReleaseEvent(QKeyEvent *event)">
<parameter left="QKeyEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="leaveEditMode" fullname="QDesignerMenuBar::leaveEditMode" href="qdesignermenubar.html#leaveEditMode" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="137" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void leaveEditMode(LeaveEditMode mode)">
<parameter left="LeaveEditMode" right="" name="mode" default=""/>
</function>
<function threadsafety="unspecified" name="moveDown" fullname="QDesignerMenuBar::moveDown" href="qdesignermenubar.html#moveDown" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="91" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void moveDown()"/>
<function threadsafety="unspecified" name="moveLeft" fullname="QDesignerMenuBar::moveLeft" href="qdesignermenubar.html#moveLeft" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="88" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void moveLeft(bool ctrl)">
<parameter left="bool" right="" name="ctrl" default="false"/>
</function>
<function threadsafety="unspecified" name="moveNext" fullname="QDesignerMenuBar::moveNext" href="qdesignermenubar.html#moveNext" status="active" access="private" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="150" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void moveNext(bool ctrl)">
<parameter left="bool" right="" name="ctrl" default=""/>
</function>
<function threadsafety="unspecified" name="movePrevious" fullname="QDesignerMenuBar::movePrevious" href="qdesignermenubar.html#movePrevious" status="active" access="private" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="149" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void movePrevious(bool ctrl)">
<parameter left="bool" right="" name="ctrl" default=""/>
</function>
<function threadsafety="unspecified" name="moveRight" fullname="QDesignerMenuBar::moveRight" href="qdesignermenubar.html#moveRight" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="89" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void moveRight(bool ctrl)">
<parameter left="bool" right="" name="ctrl" default="false"/>
</function>
<function threadsafety="unspecified" name="moveUp" fullname="QDesignerMenuBar::moveUp" href="qdesignermenubar.html#moveUp" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="90" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void moveUp()"/>
<function threadsafety="unspecified" name="paintEvent" fullname="QDesignerMenuBar::paintEvent" href="qdesignermenubar.html#paintEvent" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="107" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void paintEvent(QPaintEvent *event)">
<parameter left="QPaintEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="showLineEdit" fullname="QDesignerMenuBar::showLineEdit" href="qdesignermenubar.html#showLineEdit" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="138" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showLineEdit()"/>
<function threadsafety="unspecified" name="showMenu" fullname="QDesignerMenuBar::showMenu" href="qdesignermenubar.html#showMenu" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="140" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void showMenu(int index)">
<parameter left="int" right="" name="index" default="-1"/>
</function>
<function threadsafety="unspecified" name="slotRemoveMenuBar" fullname="QDesignerMenuBar::slotRemoveMenuBar" href="qdesignermenubar.html#slotRemoveMenuBar" status="active" access="private" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="99" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void slotRemoveMenuBar()"/>
<function threadsafety="unspecified" name="startDrag" fullname="QDesignerMenuBar::startDrag" href="qdesignermenubar.html#startDrag" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="120" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void startDrag(const QPoint &amp;pos)">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="updateCurrentAction" fullname="QDesignerMenuBar::updateCurrentAction" href="qdesignermenubar.html#updateCurrentAction" status="active" access="private" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="148" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateCurrentAction(bool selectAction)">
<parameter left="bool" right="" name="selectAction" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerMenuBar" fullname="QDesignerMenuBar::~QDesignerMenuBar" href="qdesignermenubar.html#dtor.QDesignerMenuBar" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="77" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerMenuBar()"/>
<function threadsafety="unspecified" name="checkAction" fullname="QDesignerMenuBar::checkAction" href="qdesignermenubar.html#checkAction" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="123" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="ActionDragCheck" signature="ActionDragCheck checkAction(QAction *action) const">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="currentAction" fullname="QDesignerMenuBar::currentAction" href="qdesignermenubar.html#currentAction" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="128" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * currentAction() const"/>
<function threadsafety="unspecified" name="safeActionAt" fullname="QDesignerMenuBar::safeActionAt" href="qdesignermenubar.html#safeActionAt" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="143" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * safeActionAt(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="formWindow" fullname="QDesignerMenuBar::formWindow" href="qdesignermenubar.html#formWindow" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * formWindow() const"/>
<function threadsafety="unspecified" name="dragging" fullname="QDesignerMenuBar::dragging" href="qdesignermenubar.html#dragging" status="active" access="public" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="86" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool dragging() const"/>
<function threadsafety="unspecified" name="findAction" fullname="QDesignerMenuBar::findAction" href="qdesignermenubar.html#findAction" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="126" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int findAction(const QPoint &amp;pos) const">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="realActionCount" fullname="QDesignerMenuBar::realActionCount" href="qdesignermenubar.html#realActionCount" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="129" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int realActionCount() const"/>
<enum threadsafety="unspecified" name="ActionDragCheck" fullname="QDesignerMenuBar::ActionDragCheck" href="qdesignermenubar.html#ActionDragCheck-enum" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="122">
<value name="NoActionDrag" value="0"/>
<value name="ActionDragOnSubMenu" value="1"/>
<value name="AcceptActionDrag" value="2"/>
</enum>
<enum threadsafety="unspecified" name="LeaveEditMode" fullname="QDesignerMenuBar::LeaveEditMode" href="qdesignermenubar.html#LeaveEditMode-enum" status="active" access="protected" location="qdesigner_menubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_menubar_p.h" lineno="131">
<value name="Default" value="0"/>
<value name="ForceAccept" value="1"/>
</enum>
</class>
<class threadsafety="unspecified" name="QDesignerAbstractPropertySheetFactory" href="qdesignerabstractpropertysheetfactory.html" status="internal" access="private" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="188" bases="QExtensionFactory">
<function threadsafety="unspecified" name="QDesignerAbstractPropertySheetFactory" fullname="QDesignerAbstractPropertySheetFactory::QDesignerAbstractPropertySheetFactory" href="qdesignerabstractpropertysheetfactory.html#QDesignerAbstractPropertySheetFactory" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="193" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerAbstractPropertySheetFactory(QExtensionManager *parent)">
<parameter left="QExtensionManager *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="objectDestroyed" fullname="QDesignerAbstractPropertySheetFactory::objectDestroyed" href="qdesignerabstractpropertysheetfactory.html#objectDestroyed" status="active" access="private" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="199" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void objectDestroyed(QObject *object)">
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerAbstractPropertySheetFactory" fullname="QDesignerAbstractPropertySheetFactory::~QDesignerAbstractPropertySheetFactory" href="qdesignerabstractpropertysheetfactory.html#dtor.QDesignerAbstractPropertySheetFactory" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="194" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerAbstractPropertySheetFactory()"/>
<function threadsafety="unspecified" name="createPropertySheet" fullname="QDesignerAbstractPropertySheetFactory::createPropertySheet" href="qdesignerabstractpropertysheetfactory.html#createPropertySheet" status="active" access="private" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="202" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * createPropertySheet(QObject *qObject, QObject *parent) const = 0">
<parameter left="QObject *" right="" name="qObject" default=""/>
<parameter left="QObject *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="extension" fullname="QDesignerAbstractPropertySheetFactory::extension" href="qdesignerabstractpropertysheetfactory.html#extension" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="196" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * 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 threadsafety="unspecified" name="QDesignerPropertySheet" href="qdesignerpropertysheet.html" status="internal" access="private" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="67" bases="QDesignerDynamicPropertySheetExtension,QDesignerPropertySheetExtension">
<function threadsafety="unspecified" name="objectTypeFromObject" fullname="QDesignerPropertySheet::objectTypeFromObject" href="qdesignerpropertysheet.html#objectTypeFromObject" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="172" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="ObjectType" signature="ObjectType objectTypeFromObject(const QObject *o)">
<parameter left="const QObject *" right="" name="o" default=""/>
</function>
<function threadsafety="unspecified" name="propertyTypeFromName" fullname="QDesignerPropertySheet::propertyTypeFromName" href="qdesignerpropertysheet.html#propertyTypeFromName" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="173" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="PropertyType" signature="PropertyType propertyTypeFromName(const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="QDesignerPropertySheet" fullname="QDesignerPropertySheet::QDesignerPropertySheet" href="qdesignerpropertysheet.html#QDesignerPropertySheet" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="72" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerPropertySheet(QObject *object, QObject *parent)">
<parameter left="QObject *" right="" name="object" default=""/>
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="internalDynamicPropertiesEnabled" fullname="QDesignerPropertySheet::internalDynamicPropertiesEnabled" href="qdesignerpropertysheet.html#internalDynamicPropertiesEnabled" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="119" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool internalDynamicPropertiesEnabled()"/>
<function threadsafety="unspecified" name="removeDynamicProperty" fullname="QDesignerPropertySheet::removeDynamicProperty" href="qdesignerpropertysheet.html#removeDynamicProperty" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="101" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool removeDynamicProperty(int index)">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="reset" fullname="QDesignerPropertySheet::reset" href="qdesignerpropertysheet.html#reset" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="84" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool reset(int index)">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="addDynamicProperty" fullname="QDesignerPropertySheet::addDynamicProperty" href="qdesignerpropertysheet.html#addDynamicProperty" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="100" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int 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 threadsafety="unspecified" name="createFakeProperty" fullname="QDesignerPropertySheet::createFakeProperty" href="qdesignerpropertysheet.html#createFakeProperty" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="114" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int createFakeProperty(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="QVariant()"/>
</function>
<function threadsafety="unspecified" name="clearFakeProperties" fullname="QDesignerPropertySheet::clearFakeProperties" href="qdesignerpropertysheet.html#clearFakeProperties" status="active" access="protected" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="128" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearFakeProperties()"/>
<function threadsafety="unspecified" name="setAttribute" fullname="QDesignerPropertySheet::setAttribute" href="qdesignerpropertysheet.html#setAttribute" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="87" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttribute(int index, bool b)">
<parameter left="int" right="" name="index" default=""/>
<parameter left="bool" right="" name="b" default=""/>
</function>
<function threadsafety="unspecified" name="setChanged" fullname="QDesignerPropertySheet::setChanged" href="qdesignerpropertysheet.html#setChanged" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="97" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setChanged(int index, bool changed)">
<parameter left="int" right="" name="index" default=""/>
<parameter left="bool" right="" name="changed" default=""/>
</function>
<function threadsafety="unspecified" name="setFakeProperty" fullname="QDesignerPropertySheet::setFakeProperty" href="qdesignerpropertysheet.html#setFakeProperty" status="active" access="protected" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="127" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFakeProperty(int index, const QVariant &amp;value)">
<parameter left="int" right="" name="index" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="setIconCache" fullname="QDesignerPropertySheet::setIconCache" href="qdesignerpropertysheet.html#setIconCache" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="113" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setIconCache(qdesigner_internal::DesignerIconCache *cache)">
<parameter left="qdesigner_internal::DesignerIconCache *" right="" name="cache" default=""/>
</function>
<function threadsafety="unspecified" name="setInternalDynamicPropertiesEnabled" fullname="QDesignerPropertySheet::setInternalDynamicPropertiesEnabled" href="qdesignerpropertysheet.html#setInternalDynamicPropertiesEnabled" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="120" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void setInternalDynamicPropertiesEnabled(bool v)">
<parameter left="bool" right="" name="v" default=""/>
</function>
<function threadsafety="unspecified" name="setPixmapCache" fullname="QDesignerPropertySheet::setPixmapCache" href="qdesignerpropertysheet.html#setPixmapCache" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="111" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPixmapCache(qdesigner_internal::DesignerPixmapCache *cache)">
<parameter left="qdesigner_internal::DesignerPixmapCache *" right="" name="cache" default=""/>
</function>
<function threadsafety="unspecified" name="setProperty" fullname="QDesignerPropertySheet::setProperty" href="qdesignerpropertysheet.html#setProperty" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="93" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void 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 threadsafety="unspecified" name="setPropertyGroup" fullname="QDesignerPropertySheet::setPropertyGroup" href="qdesignerpropertysheet.html#setPropertyGroup" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="81" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void 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 threadsafety="unspecified" name="setVisible" fullname="QDesignerPropertySheet::setVisible" href="qdesignerpropertysheet.html#setVisible" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="90" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setVisible(int index, bool b)">
<parameter left="int" right="" name="index" default=""/>
<parameter left="bool" right="" name="b" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerPropertySheet" fullname="QDesignerPropertySheet::~QDesignerPropertySheet" href="qdesignerpropertysheet.html#dtor.QDesignerPropertySheet" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="73" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerPropertySheet()"/>
<function threadsafety="unspecified" name="objectType" fullname="QDesignerPropertySheet::objectType" href="qdesignerpropertysheet.html#objectType" status="active" access="protected" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="177" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="ObjectType" signature="ObjectType objectType() const"/>
<function threadsafety="unspecified" name="propertyType" fullname="QDesignerPropertySheet::propertyType" href="qdesignerpropertysheet.html#propertyType" status="active" access="protected" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="176" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="PropertyType" signature="PropertyType propertyType(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="core" fullname="QDesignerPropertySheet::core" href="qdesignerpropertysheet.html#core" status="active" access="protected" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="133" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormEditorInterface *" signature="QDesignerFormEditorInterface * core() const"/>
<function threadsafety="unspecified" name="object" fullname="QDesignerPropertySheet::object" href="qdesignerpropertysheet.html#object" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="117" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * object() const"/>
<function threadsafety="unspecified" name="propertyGroup" fullname="QDesignerPropertySheet::propertyGroup" href="qdesignerpropertysheet.html#propertyGroup" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="80" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString propertyGroup(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="propertyName" fullname="QDesignerPropertySheet::propertyName" href="qdesignerpropertysheet.html#propertyName" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="78" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString propertyName(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="defaultResourceProperty" fullname="QDesignerPropertySheet::defaultResourceProperty" href="qdesignerpropertysheet.html#defaultResourceProperty" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="108" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant defaultResourceProperty(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="metaProperty" fullname="QDesignerPropertySheet::metaProperty" href="qdesignerpropertysheet.html#metaProperty" status="active" access="protected" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="126" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant metaProperty(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="property" fullname="QDesignerPropertySheet::property" href="qdesignerpropertysheet.html#property" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="92" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant property(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="resolvePropertyValue" fullname="QDesignerPropertySheet::resolvePropertyValue" href="qdesignerpropertysheet.html#resolvePropertyValue" status="active" access="protected" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="125" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant resolvePropertyValue(int index, const QVariant &amp;value) const">
<parameter left="int" right="" name="index" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="canAddDynamicProperty" fullname="QDesignerPropertySheet::canAddDynamicProperty" href="qdesignerpropertysheet.html#canAddDynamicProperty" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="103" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool canAddDynamicProperty(const QString &amp;propertyName) const">
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
</function>
<function threadsafety="unspecified" name="dynamicPropertiesAllowed" fullname="QDesignerPropertySheet::dynamicPropertiesAllowed" href="qdesignerpropertysheet.html#dynamicPropertiesAllowed" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="99" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool dynamicPropertiesAllowed() const"/>
<function threadsafety="unspecified" name="hasReset" fullname="QDesignerPropertySheet::hasReset" href="qdesignerpropertysheet.html#hasReset" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="83" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasReset(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isAdditionalProperty" fullname="QDesignerPropertySheet::isAdditionalProperty" href="qdesignerpropertysheet.html#isAdditionalProperty" status="active" access="protected" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="123" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isAdditionalProperty(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isAttribute" fullname="QDesignerPropertySheet::isAttribute" href="qdesignerpropertysheet.html#isAttribute" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="86" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isAttribute(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isChanged" fullname="QDesignerPropertySheet::isChanged" href="qdesignerpropertysheet.html#isChanged" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="95" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isChanged(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isDefaultDynamicProperty" fullname="QDesignerPropertySheet::isDefaultDynamicProperty" href="qdesignerpropertysheet.html#isDefaultDynamicProperty" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="105" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isDefaultDynamicProperty(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isDynamic" fullname="QDesignerPropertySheet::isDynamic" href="qdesignerpropertysheet.html#isDynamic" status="active" access="protected" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="131" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isDynamic(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isDynamicProperty" fullname="QDesignerPropertySheet::isDynamicProperty" href="qdesignerpropertysheet.html#isDynamicProperty" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="102" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isDynamicProperty(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isEnabled" fullname="QDesignerPropertySheet::isEnabled" href="qdesignerpropertysheet.html#isEnabled" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="116" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isEnabled(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isFakeLayoutProperty" fullname="QDesignerPropertySheet::isFakeLayoutProperty" href="qdesignerpropertysheet.html#isFakeLayoutProperty" status="active" access="protected" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="130" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isFakeLayoutProperty(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isFakeProperty" fullname="QDesignerPropertySheet::isFakeProperty" href="qdesignerpropertysheet.html#isFakeProperty" status="active" access="protected" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="124" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isFakeProperty(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isResourceProperty" fullname="QDesignerPropertySheet::isResourceProperty" href="qdesignerpropertysheet.html#isResourceProperty" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="107" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isResourceProperty(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isVisible" fullname="QDesignerPropertySheet::isVisible" href="qdesignerpropertysheet.html#isVisible" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="89" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isVisible(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="count" fullname="QDesignerPropertySheet::count" href="qdesignerpropertysheet.html#count" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="77" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int count() const"/>
<function threadsafety="unspecified" name="indexOf" fullname="QDesignerPropertySheet::indexOf" href="qdesignerpropertysheet.html#indexOf" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="75" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int indexOf(const QString &amp;name) const">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="iconCache" fullname="QDesignerPropertySheet::iconCache" href="qdesignerpropertysheet.html#iconCache" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="112" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="qdesigner_internal::DesignerIconCache *" signature="qdesigner_internal::DesignerIconCache * iconCache() const"/>
<function threadsafety="unspecified" name="pixmapCache" fullname="QDesignerPropertySheet::pixmapCache" href="qdesignerpropertysheet.html#pixmapCache" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="110" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="qdesigner_internal::DesignerPixmapCache *" signature="qdesigner_internal::DesignerPixmapCache * pixmapCache() const"/>
<function threadsafety="unspecified" name="formWindowBase" fullname="QDesignerPropertySheet::formWindowBase" href="qdesignerpropertysheet.html#formWindowBase" status="active" access="protected" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="132" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="qdesigner_internal::FormWindowBase *" signature="qdesigner_internal::FormWindowBase * formWindowBase() const"/>
<enum threadsafety="unspecified" name="ObjectType" fullname="QDesignerPropertySheet::ObjectType" href="qdesignerpropertysheet.html#ObjectType-enum" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="170">
<value name="ObjectNone" value="0"/>
<value name="ObjectLabel" value="1"/>
<value name="ObjectLayout" value="2"/>
<value name="ObjectLayoutWidget" value="3"/>
</enum>
<enum threadsafety="unspecified" name="PropertyType" fullname="QDesignerPropertySheet::PropertyType" href="qdesignerpropertysheet.html#PropertyType-enum" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="136">
<value name="PropertyNone" value="0"/>
<value name="PropertyLayoutObjectName" value="1"/>
<value name="PropertyLayoutLeftMargin" value="2"/>
<value name="PropertyLayoutTopMargin" value="3"/>
<value name="PropertyLayoutRightMargin" value="4"/>
<value name="PropertyLayoutBottomMargin" value="5"/>
<value name="PropertyLayoutSpacing" value="6"/>
<value name="PropertyLayoutHorizontalSpacing" value="7"/>
<value name="PropertyLayoutVerticalSpacing" value="8"/>
<value name="PropertyLayoutSizeConstraint" value="9"/>
<value name="PropertyLayoutFieldGrowthPolicy" value="10"/>
<value name="PropertyLayoutRowWrapPolicy" value="11"/>
<value name="PropertyLayoutLabelAlignment" value="12"/>
<value name="PropertyLayoutFormAlignment" value="13"/>
<value name="PropertyLayoutBoxStretch" value="14"/>
<value name="PropertyLayoutGridRowStretch" value="15"/>
<value name="PropertyLayoutGridColumnStretch" value="16"/>
<value name="PropertyLayoutGridRowMinimumHeight" value="17"/>
<value name="PropertyLayoutGridColumnMinimumWidth" value="18"/>
<value name="PropertyBuddy" value="19"/>
<value name="PropertyAccessibility" value="20"/>
<value name="PropertyGeometry" value="21"/>
<value name="PropertyCheckable" value="22"/>
<value name="PropertyWindowTitle" value="23"/>
<value name="PropertyWindowIcon" value="24"/>
<value name="PropertyWindowFilePath" value="25"/>
<value name="PropertyWindowOpacity" value="26"/>
<value name="PropertyWindowIconText" value="27"/>
<value name="PropertyWindowModality" value="28"/>
<value name="PropertyWindowModified" value="29"/>
<value name="PropertyStyleSheet" value="30"/>
<value name="PropertyText" value="31"/>
</enum>
</class>
<class threadsafety="unspecified" name="QDesignerPropertySheetFactory" href="qdesignerpropertysheetfactory.html" status="internal" access="private" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="213" bases="QDesignerAbstractPropertySheetFactory">
<function threadsafety="unspecified" name="QDesignerPropertySheetFactory" fullname="QDesignerPropertySheetFactory::QDesignerPropertySheetFactory" href="qdesignerpropertysheetfactory.html#QDesignerPropertySheetFactory" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="215" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerPropertySheetFactory(QExtensionManager *parent)">
<parameter left="QExtensionManager *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="registerExtension" fullname="QDesignerPropertySheetFactory::registerExtension" href="qdesignerpropertysheetfactory.html#registerExtension" status="active" access="public" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="217" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void registerExtension(QExtensionManager *mgr)">
<parameter left="QExtensionManager *" right="" name="mgr" default=""/>
</function>
<function threadsafety="unspecified" name="createPropertySheet" fullname="QDesignerPropertySheetFactory::createPropertySheet" href="qdesignerpropertysheetfactory.html#createPropertySheet" status="active" access="private" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="221" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * createPropertySheet(QObject *qObject, QObject *parent) const">
<parameter left="QObject *" right="" name="qObject" default=""/>
<parameter left="QObject *" right="" name="parent" default=""/>
</function>
</class>
<typedef threadsafety="unspecified" name="QDesignerDefaultPropertySheetFactory" status="internal" access="private" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="249"/>
<class threadsafety="unspecified" name="QDesignerQSettings" href="qdesignerqsettings.html" status="internal" access="private" location="qdesigner_qsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_qsettings_p.h" lineno="52">
<function threadsafety="unspecified" name="QDesignerQSettings" fullname="QDesignerQSettings::QDesignerQSettings" href="qdesignerqsettings.html#QDesignerQSettings" status="active" access="public" location="qdesigner_qsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_qsettings_p.h" lineno="55" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerQSettings()"/>
<function threadsafety="unspecified" name="settingsApplicationName" fullname="QDesignerQSettings::settingsApplicationName" href="qdesignerqsettings.html#settingsApplicationName" status="active" access="public" location="qdesigner_qsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_qsettings_p.h" lineno="68" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString settingsApplicationName()"/>
<function threadsafety="unspecified" name="beginGroup" fullname="QDesignerQSettings::beginGroup" href="qdesignerqsettings.html#beginGroup" status="active" access="public" location="qdesigner_qsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_qsettings_p.h" lineno="57" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void beginGroup(const QString &amp;prefix)">
<parameter left="const QString &amp;" right="" name="prefix" default=""/>
</function>
<function threadsafety="unspecified" name="endGroup" fullname="QDesignerQSettings::endGroup" href="qdesignerqsettings.html#endGroup" status="active" access="public" location="qdesigner_qsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_qsettings_p.h" lineno="58" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void endGroup()"/>
<function threadsafety="unspecified" name="remove" fullname="QDesignerQSettings::remove" href="qdesignerqsettings.html#remove" status="active" access="public" location="qdesigner_qsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_qsettings_p.h" lineno="63" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void remove(const QString &amp;key)">
<parameter left="const QString &amp;" right="" name="key" default=""/>
</function>
<function threadsafety="unspecified" name="setValue" fullname="QDesignerQSettings::setValue" href="qdesignerqsettings.html#setValue" status="active" access="public" location="qdesigner_qsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_qsettings_p.h" lineno="61" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void 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 threadsafety="unspecified" name="value" fullname="QDesignerQSettings::value" href="qdesignerqsettings.html#value" status="active" access="public" location="qdesigner_qsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_qsettings_p.h" lineno="62" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant 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 threadsafety="unspecified" name="contains" fullname="QDesignerQSettings::contains" href="qdesignerqsettings.html#contains" status="active" access="public" location="qdesigner_qsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_qsettings_p.h" lineno="60" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool contains(const QString &amp;key) const">
<parameter left="const QString &amp;" right="" name="key" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QStackedWidgetEventFilter" href="qstackedwidgeteventfilter.html" status="internal" access="private" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="95" bases="QStackedWidgetPreviewEventFilter">
<function threadsafety="unspecified" name="addContextMenuActions" fullname="QStackedWidgetEventFilter::addContextMenuActions" href="qstackedwidgeteventfilter.html#addContextMenuActions" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="108" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QMenu *" signature="QMenu * addContextMenuActions(QMenu *popup)">
<parameter left="QMenu *" right="" name="popup" default=""/>
</function>
<function threadsafety="unspecified" name="addStackedWidgetContextMenuActions" fullname="QStackedWidgetEventFilter::addStackedWidgetContextMenuActions" href="qstackedwidgeteventfilter.html#addStackedWidgetContextMenuActions" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="105" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QMenu *" signature="QMenu * addStackedWidgetContextMenuActions(const QStackedWidget *stackedWidget, QMenu *popup)">
<parameter left="const QStackedWidget *" right="" name="stackedWidget" default=""/>
<parameter left="QMenu *" right="" name="popup" default=""/>
</function>
<function threadsafety="unspecified" name="eventFilterOf" fullname="QStackedWidgetEventFilter::eventFilterOf" href="qstackedwidgeteventfilter.html#eventFilterOf" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="103" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QStackedWidgetEventFilter *" signature="QStackedWidgetEventFilter * eventFilterOf(const QStackedWidget *stackedWidget)">
<parameter left="const QStackedWidget *" right="" name="stackedWidget" default=""/>
</function>
<function threadsafety="unspecified" name="QStackedWidgetEventFilter" fullname="QStackedWidgetEventFilter::QStackedWidgetEventFilter" href="qstackedwidgeteventfilter.html#QStackedWidgetEventFilter" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="99" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QStackedWidgetEventFilter(QStackedWidget *parent)">
<parameter left="QStackedWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="addPage" fullname="QStackedWidgetEventFilter::addPage" href="qstackedwidgeteventfilter.html#addPage" status="active" access="private" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="112" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addPage()"/>
<function threadsafety="unspecified" name="addPageAfter" fullname="QStackedWidgetEventFilter::addPageAfter" href="qstackedwidgeteventfilter.html#addPageAfter" status="active" access="private" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="113" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addPageAfter()"/>
<function threadsafety="unspecified" name="changeOrder" fullname="QStackedWidgetEventFilter::changeOrder" href="qstackedwidgeteventfilter.html#changeOrder" status="active" access="private" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="114" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void changeOrder()"/>
<function threadsafety="unspecified" name="gotoPage" fullname="QStackedWidgetEventFilter::gotoPage" href="qstackedwidgeteventfilter.html#gotoPage" status="active" access="protected" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="117" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void gotoPage(int page)">
<parameter left="int" right="" name="page" default=""/>
</function>
<function threadsafety="unspecified" name="install" fullname="QStackedWidgetEventFilter::install" href="qstackedwidgeteventfilter.html#install" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="102" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void install(QStackedWidget *stackedWidget)">
<parameter left="QStackedWidget *" right="" name="stackedWidget" default=""/>
</function>
<function threadsafety="unspecified" name="removeCurrentPage" fullname="QStackedWidgetEventFilter::removeCurrentPage" href="qstackedwidgeteventfilter.html#removeCurrentPage" status="active" access="private" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="111" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeCurrentPage()"/>
</class>
<class threadsafety="unspecified" name="QStackedWidgetPreviewEventFilter" href="qstackedwidgetprevieweventfilter.html" status="internal" access="private" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="61">
<function threadsafety="unspecified" name="QStackedWidgetPreviewEventFilter" fullname="QStackedWidgetPreviewEventFilter::QStackedWidgetPreviewEventFilter" href="qstackedwidgetprevieweventfilter.html#QStackedWidgetPreviewEventFilter" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="65" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QStackedWidgetPreviewEventFilter(QStackedWidget *parent)">
<parameter left="QStackedWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="eventFilter" fullname="QStackedWidgetPreviewEventFilter::eventFilter" href="qstackedwidgetprevieweventfilter.html#eventFilter" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="69" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool eventFilter(QObject *watched, QEvent *event)">
<parameter left="QObject *" right="" name="watched" default=""/>
<parameter left="QEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="gotoPage" fullname="QStackedWidgetPreviewEventFilter::gotoPage" href="qstackedwidgetprevieweventfilter.html#gotoPage" status="active" access="protected" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="81" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void gotoPage(int page)">
<parameter left="int" right="" name="page" default=""/>
</function>
<function threadsafety="unspecified" name="install" fullname="QStackedWidgetPreviewEventFilter::install" href="qstackedwidgetprevieweventfilter.html#install" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="68" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void install(QStackedWidget *stackedWidget)">
<parameter left="QStackedWidget *" right="" name="stackedWidget" default=""/>
</function>
<function threadsafety="unspecified" name="nextPage" fullname="QStackedWidgetPreviewEventFilter::nextPage" href="qstackedwidgetprevieweventfilter.html#nextPage" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="77" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void nextPage()"/>
<function threadsafety="unspecified" name="prevPage" fullname="QStackedWidgetPreviewEventFilter::prevPage" href="qstackedwidgetprevieweventfilter.html#prevPage" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="76" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void prevPage()"/>
<function threadsafety="unspecified" name="setButtonToolTipEnabled" fullname="QStackedWidgetPreviewEventFilter::setButtonToolTipEnabled" href="qstackedwidgetprevieweventfilter.html#setButtonToolTipEnabled" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="71" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setButtonToolTipEnabled(bool v)">
<parameter left="bool" right="" name="v" default=""/>
</function>
<function threadsafety="unspecified" name="updateButtonToolTip" fullname="QStackedWidgetPreviewEventFilter::updateButtonToolTip" href="qstackedwidgetprevieweventfilter.html#updateButtonToolTip" status="active" access="private" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="84" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateButtonToolTip(QObject *o)">
<parameter left="QObject *" right="" name="o" default=""/>
</function>
<function threadsafety="unspecified" name="updateButtons" fullname="QStackedWidgetPreviewEventFilter::updateButtons" href="qstackedwidgetprevieweventfilter.html#updateButtons" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="75" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateButtons()"/>
<function threadsafety="unspecified" name="stackedWidget" fullname="QStackedWidgetPreviewEventFilter::stackedWidget" href="qstackedwidgetprevieweventfilter.html#stackedWidget" status="active" access="protected" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="80" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStackedWidget *" signature="QStackedWidget * stackedWidget() const"/>
<function threadsafety="unspecified" name="buttonToolTipEnabled" fullname="QStackedWidgetPreviewEventFilter::buttonToolTipEnabled" href="qstackedwidgetprevieweventfilter.html#buttonToolTipEnabled" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="72" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool buttonToolTipEnabled() const"/>
</class>
<class threadsafety="unspecified" name="QStackedWidgetPropertySheet" href="qstackedwidgetpropertysheet.html" status="internal" access="private" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="130" bases="QDesignerPropertySheet">
<function threadsafety="unspecified" name="QStackedWidgetPropertySheet" fullname="QStackedWidgetPropertySheet::QStackedWidgetPropertySheet" href="qstackedwidgetpropertysheet.html#QStackedWidgetPropertySheet" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="132" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QStackedWidgetPropertySheet(QStackedWidget *object, QObject *parent)">
<parameter left="QStackedWidget *" right="" name="object" default=""/>
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="checkProperty" fullname="QStackedWidgetPropertySheet::checkProperty" href="qstackedwidgetpropertysheet.html#checkProperty" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="141" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool checkProperty(const QString &amp;propertyName)">
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
</function>
<function threadsafety="unspecified" name="reset" fullname="QStackedWidgetPropertySheet::reset" href="qstackedwidgetpropertysheet.html#reset" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="136" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool reset(int index)">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="setProperty" fullname="QStackedWidgetPropertySheet::setProperty" href="qstackedwidgetpropertysheet.html#setProperty" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="134" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void 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 threadsafety="unspecified" name="property" fullname="QStackedWidgetPropertySheet::property" href="qstackedwidgetpropertysheet.html#property" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="135" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant property(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isEnabled" fullname="QStackedWidgetPropertySheet::isEnabled" href="qstackedwidgetpropertysheet.html#isEnabled" status="active" access="public" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="137" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isEnabled(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
</class>
<typedef threadsafety="unspecified" name="QStackedWidgetPropertySheetFactory" status="internal" access="private" location="qdesigner_stackedbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_stackedbox_p.h" lineno="147"/>
<class threadsafety="unspecified" name="QTabWidgetEventFilter" href="qtabwidgeteventfilter.html" status="internal" access="private" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="62">
<function threadsafety="unspecified" name="addContextMenuActions" fullname="QTabWidgetEventFilter::addContextMenuActions" href="qtabwidgeteventfilter.html#addContextMenuActions" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="76" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QMenu *" signature="QMenu * addContextMenuActions(QMenu *popup)">
<parameter left="QMenu *" right="" name="popup" default=""/>
</function>
<function threadsafety="unspecified" name="addTabWidgetContextMenuActions" fullname="QTabWidgetEventFilter::addTabWidgetContextMenuActions" href="qtabwidgeteventfilter.html#addTabWidgetContextMenuActions" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="73" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QMenu *" signature="QMenu * addTabWidgetContextMenuActions(const QTabWidget *tabWidget, QMenu *popup)">
<parameter left="const QTabWidget *" right="" name="tabWidget" default=""/>
<parameter left="QMenu *" right="" name="popup" default=""/>
</function>
<function threadsafety="unspecified" name="eventFilterOf" fullname="QTabWidgetEventFilter::eventFilterOf" href="qtabwidgeteventfilter.html#eventFilterOf" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="71" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QTabWidgetEventFilter *" signature="QTabWidgetEventFilter * eventFilterOf(const QTabWidget *tabWidget)">
<parameter left="const QTabWidget *" right="" name="tabWidget" default=""/>
</function>
<function threadsafety="unspecified" name="QTabWidgetEventFilter" fullname="QTabWidgetEventFilter::QTabWidgetEventFilter" href="qtabwidgeteventfilter.html#QTabWidgetEventFilter" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="66" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QTabWidgetEventFilter(QTabWidget *parent)">
<parameter left="QTabWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="eventFilter" fullname="QTabWidgetEventFilter::eventFilter" href="qtabwidgeteventfilter.html#eventFilter" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="78" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool eventFilter(QObject *o, QEvent *e)">
<parameter left="QObject *" right="" name="o" default=""/>
<parameter left="QEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="addPage" fullname="QTabWidgetEventFilter::addPage" href="qtabwidgeteventfilter.html#addPage" status="active" access="private" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="84" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addPage()"/>
<function threadsafety="unspecified" name="addPageAfter" fullname="QTabWidgetEventFilter::addPageAfter" href="qtabwidgeteventfilter.html#addPageAfter" status="active" access="private" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="85" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addPageAfter()"/>
<function threadsafety="unspecified" name="install" fullname="QTabWidgetEventFilter::install" href="qtabwidgeteventfilter.html#install" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="70" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void install(QTabWidget *tabWidget)">
<parameter left="QTabWidget *" right="" name="tabWidget" default=""/>
</function>
<function threadsafety="unspecified" name="removeCurrentPage" fullname="QTabWidgetEventFilter::removeCurrentPage" href="qtabwidgeteventfilter.html#removeCurrentPage" status="active" access="private" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="83" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeCurrentPage()"/>
<function threadsafety="unspecified" name="~QTabWidgetEventFilter" fullname="QTabWidgetEventFilter::~QTabWidgetEventFilter" href="qtabwidgeteventfilter.html#dtor.QTabWidgetEventFilter" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="67" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QTabWidgetEventFilter()"/>
<function threadsafety="unspecified" name="formWindow" fullname="QTabWidgetEventFilter::formWindow" href="qtabwidgeteventfilter.html#formWindow" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="80" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * formWindow() const"/>
<function threadsafety="unspecified" name="tabBar" fullname="QTabWidgetEventFilter::tabBar" href="qtabwidgeteventfilter.html#tabBar" status="active" access="private" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="89" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QTabBar *" signature="QTabBar * tabBar() const"/>
<function threadsafety="unspecified" name="pageFromPosition" fullname="QTabWidgetEventFilter::pageFromPosition" href="qtabwidgeteventfilter.html#pageFromPosition" status="active" access="private" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="88" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int pageFromPosition(const QPoint &amp;pos, QRect &amp;rect) const">
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
<parameter left="QRect &amp;" right="" name="rect" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QTabWidgetPropertySheet" href="qtabwidgetpropertysheet.html" status="internal" access="private" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="107" bases="QDesignerPropertySheet">
<function threadsafety="unspecified" name="QTabWidgetPropertySheet" fullname="QTabWidgetPropertySheet::QTabWidgetPropertySheet" href="qtabwidgetpropertysheet.html#QTabWidgetPropertySheet" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="109" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QTabWidgetPropertySheet(QTabWidget *object, QObject *parent)">
<parameter left="QTabWidget *" right="" name="object" default=""/>
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="tabWidgetPropertyFromName" fullname="QTabWidgetPropertySheet::tabWidgetPropertyFromName" href="qtabwidgetpropertysheet.html#tabWidgetPropertyFromName" status="active" access="private" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="124" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="TabWidgetProperty" signature="TabWidgetProperty tabWidgetPropertyFromName(const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="checkProperty" fullname="QTabWidgetPropertySheet::checkProperty" href="qtabwidgetpropertysheet.html#checkProperty" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="118" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool checkProperty(const QString &amp;propertyName)">
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
</function>
<function threadsafety="unspecified" name="reset" fullname="QTabWidgetPropertySheet::reset" href="qtabwidgetpropertysheet.html#reset" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="113" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool reset(int index)">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="setProperty" fullname="QTabWidgetPropertySheet::setProperty" href="qtabwidgetpropertysheet.html#setProperty" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="111" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void 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 threadsafety="unspecified" name="property" fullname="QTabWidgetPropertySheet::property" href="qtabwidgetpropertysheet.html#property" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="112" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant property(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isEnabled" fullname="QTabWidgetPropertySheet::isEnabled" href="qtabwidgetpropertysheet.html#isEnabled" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="114" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isEnabled(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<class threadsafety="unspecified" name="PageData" fullname="QTabWidgetPropertySheet::PageData" href="qtabwidgetpropertysheet-pagedata.html" status="active" access="private" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="126">
<variable threadsafety="unspecified" name="icon" fullname="QTabWidgetPropertySheet::PageData::icon" href="qtabwidgetpropertysheet-pagedata.html#icon-var" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="131" type="qdesigner_internal::PropertySheetIconValue" static="false"/>
<variable threadsafety="unspecified" name="text" fullname="QTabWidgetPropertySheet::PageData::text" href="qtabwidgetpropertysheet-pagedata.html#text-var" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="128" type="qdesigner_internal::PropertySheetStringValue" static="false"/>
<variable threadsafety="unspecified" name="tooltip" fullname="QTabWidgetPropertySheet::PageData::tooltip" href="qtabwidgetpropertysheet-pagedata.html#tooltip-var" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="129" type="qdesigner_internal::PropertySheetStringValue" static="false"/>
<variable threadsafety="unspecified" name="whatsthis" fullname="QTabWidgetPropertySheet::PageData::whatsthis" href="qtabwidgetpropertysheet-pagedata.html#whatsthis-var" status="active" access="public" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="130" type="qdesigner_internal::PropertySheetStringValue" static="false"/>
</class>
<enum threadsafety="unspecified" name="TabWidgetProperty" fullname="QTabWidgetPropertySheet::TabWidgetProperty" href="qtabwidgetpropertysheet.html#TabWidgetProperty-enum" status="active" access="private" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="121">
<value name="PropertyCurrentTabText" value="0"/>
<value name="PropertyCurrentTabName" value="1"/>
<value name="PropertyCurrentTabIcon" value="2"/>
<value name="PropertyCurrentTabToolTip" value="3"/>
<value name="PropertyCurrentTabWhatsThis" value="4"/>
<value name="PropertyTabWidgetNone" value="5"/>
</enum>
</class>
<typedef threadsafety="unspecified" name="QTabWidgetPropertySheetFactory" status="internal" access="private" location="qdesigner_tabwidget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_tabwidget_p.h" lineno="136"/>
<class threadsafety="unspecified" name="QToolBoxHelper" href="qtoolboxhelper.html" status="internal" access="private" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="59">
<function threadsafety="unspecified" name="addToolBoxContextMenuActions" fullname="QToolBoxHelper::addToolBoxContextMenuActions" href="qtoolboxhelper.html#addToolBoxContextMenuActions" status="active" access="public" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="69" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QMenu *" signature="QMenu * addToolBoxContextMenuActions(const QToolBox *toolbox, QMenu *popup)">
<parameter left="const QToolBox *" right="" name="toolbox" default=""/>
<parameter left="QMenu *" right="" name="popup" default=""/>
</function>
<function threadsafety="unspecified" name="helperOf" fullname="QToolBoxHelper::helperOf" href="qtoolboxhelper.html#helperOf" status="active" access="public" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="67" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QToolBoxHelper *" signature="QToolBoxHelper * helperOf(const QToolBox *toolbox)">
<parameter left="const QToolBox *" right="" name="toolbox" default=""/>
</function>
<function threadsafety="unspecified" name="QToolBoxHelper" fullname="QToolBoxHelper::QToolBoxHelper" href="qtoolboxhelper.html#QToolBoxHelper" status="active" access="private" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="63" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QToolBoxHelper(QToolBox *toolbox)">
<parameter left="QToolBox *" right="" name="toolbox" default=""/>
</function>
<function threadsafety="unspecified" name="eventFilter" fullname="QToolBoxHelper::eventFilter" href="qtoolboxhelper.html#eventFilter" status="active" access="public" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="74" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool eventFilter(QObject *watched, QEvent *event)">
<parameter left="QObject *" right="" name="watched" default=""/>
<parameter left="QEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="addPage" fullname="QToolBoxHelper::addPage" href="qtoolboxhelper.html#addPage" status="active" access="private" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="81" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addPage()"/>
<function threadsafety="unspecified" name="addPageAfter" fullname="QToolBoxHelper::addPageAfter" href="qtoolboxhelper.html#addPageAfter" status="active" access="private" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="82" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addPageAfter()"/>
<function threadsafety="unspecified" name="changeOrder" fullname="QToolBoxHelper::changeOrder" href="qtoolboxhelper.html#changeOrder" status="active" access="private" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="83" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void changeOrder()"/>
<function threadsafety="unspecified" name="install" fullname="QToolBoxHelper::install" href="qtoolboxhelper.html#install" status="active" access="public" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="66" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void install(QToolBox *toolbox)">
<parameter left="QToolBox *" right="" name="toolbox" default=""/>
</function>
<function threadsafety="unspecified" name="removeCurrentPage" fullname="QToolBoxHelper::removeCurrentPage" href="qtoolboxhelper.html#removeCurrentPage" status="active" access="private" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="80" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeCurrentPage()"/>
<function threadsafety="unspecified" name="setCurrentItemBackgroundRole" fullname="QToolBoxHelper::setCurrentItemBackgroundRole" href="qtoolboxhelper.html#setCurrentItemBackgroundRole" status="active" access="public" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="72" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCurrentItemBackgroundRole(QPalette::ColorRole role)">
<parameter left="QPalette::ColorRole" right="" name="role" default=""/>
</function>
<function threadsafety="unspecified" name="addContextMenuActions" fullname="QToolBoxHelper::addContextMenuActions" href="qtoolboxhelper.html#addContextMenuActions" status="active" access="public" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="77" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QMenu *" signature="QMenu * addContextMenuActions(QMenu *popup) const">
<parameter left="QMenu *" right="" name="popup" default=""/>
</function>
<function threadsafety="unspecified" name="currentItemBackgroundRole" fullname="QToolBoxHelper::currentItemBackgroundRole" href="qtoolboxhelper.html#currentItemBackgroundRole" status="active" access="public" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="71" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QPalette::ColorRole" signature="QPalette::ColorRole currentItemBackgroundRole() const"/>
</class>
<class threadsafety="unspecified" name="QToolBoxWidgetPropertySheet" href="qtoolboxwidgetpropertysheet.html" status="internal" access="private" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="95" bases="QDesignerPropertySheet">
<function threadsafety="unspecified" name="QToolBoxWidgetPropertySheet" fullname="QToolBoxWidgetPropertySheet::QToolBoxWidgetPropertySheet" href="qtoolboxwidgetpropertysheet.html#QToolBoxWidgetPropertySheet" status="active" access="public" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="97" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QToolBoxWidgetPropertySheet(QToolBox *object, QObject *parent)">
<parameter left="QToolBox *" right="" name="object" default=""/>
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="toolBoxPropertyFromName" fullname="QToolBoxWidgetPropertySheet::toolBoxPropertyFromName" href="qtoolboxwidgetpropertysheet.html#toolBoxPropertyFromName" status="active" access="private" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="112" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="ToolBoxProperty" signature="ToolBoxProperty toolBoxPropertyFromName(const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="checkProperty" fullname="QToolBoxWidgetPropertySheet::checkProperty" href="qtoolboxwidgetpropertysheet.html#checkProperty" status="active" access="public" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="106" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool checkProperty(const QString &amp;propertyName)">
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
</function>
<function threadsafety="unspecified" name="reset" fullname="QToolBoxWidgetPropertySheet::reset" href="qtoolboxwidgetpropertysheet.html#reset" status="active" access="public" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="101" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool reset(int index)">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="setProperty" fullname="QToolBoxWidgetPropertySheet::setProperty" href="qtoolboxwidgetpropertysheet.html#setProperty" status="active" access="public" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="99" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void 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 threadsafety="unspecified" name="property" fullname="QToolBoxWidgetPropertySheet::property" href="qtoolboxwidgetpropertysheet.html#property" status="active" access="public" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="100" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant property(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isEnabled" fullname="QToolBoxWidgetPropertySheet::isEnabled" href="qtoolboxwidgetpropertysheet.html#isEnabled" status="active" access="public" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="102" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isEnabled(int index) const">
<parameter left="int" right="" name="index" default=""/>
</function>
<class threadsafety="unspecified" name="PageData" fullname="QToolBoxWidgetPropertySheet::PageData" href="qtoolboxwidgetpropertysheet-pagedata.html" status="active" access="private" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="114">
<variable threadsafety="unspecified" name="icon" fullname="QToolBoxWidgetPropertySheet::PageData::icon" href="qtoolboxwidgetpropertysheet-pagedata.html#icon-var" status="active" access="public" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="118" type="qdesigner_internal::PropertySheetIconValue" static="false"/>
<variable threadsafety="unspecified" name="text" fullname="QToolBoxWidgetPropertySheet::PageData::text" href="qtoolboxwidgetpropertysheet-pagedata.html#text-var" status="active" access="public" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="116" type="qdesigner_internal::PropertySheetStringValue" static="false"/>
<variable threadsafety="unspecified" name="tooltip" fullname="QToolBoxWidgetPropertySheet::PageData::tooltip" href="qtoolboxwidgetpropertysheet-pagedata.html#tooltip-var" status="active" access="public" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="117" type="qdesigner_internal::PropertySheetStringValue" static="false"/>
</class>
<enum threadsafety="unspecified" name="ToolBoxProperty" fullname="QToolBoxWidgetPropertySheet::ToolBoxProperty" href="qtoolboxwidgetpropertysheet.html#ToolBoxProperty-enum" status="active" access="private" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="109">
<value name="PropertyCurrentItemText" value="0"/>
<value name="PropertyCurrentItemName" value="1"/>
<value name="PropertyCurrentItemIcon" value="2"/>
<value name="PropertyCurrentItemToolTip" value="3"/>
<value name="PropertyTabSpacing" value="4"/>
<value name="PropertyToolBoxNone" value="5"/>
</enum>
</class>
<typedef threadsafety="unspecified" name="QToolBoxWidgetPropertySheetFactory" status="internal" access="private" location="qdesigner_toolbox_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_toolbox_p.h" lineno="123"/>
<class threadsafety="unspecified" name="Line" href="line.html" status="internal" access="private" location="qdesigner_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widget_p.h" lineno="92">
<function threadsafety="unspecified" name="Line" fullname="Line::Line" href="line.html#Line" status="active" access="public" location="qdesigner_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widget_p.h" lineno="97" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="Line(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="setOrientation" fullname="Line::setOrientation" href="line.html#orientation-prop" status="active" access="public" location="qdesigner_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widget_p.h" lineno="100" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" associated-property="orientation" type="void" signature="void setOrientation(Qt::Orientation orient)">
<parameter left="Qt::Orientation" right="" name="orient" default=""/>
</function>
<function threadsafety="unspecified" name="orientation" fullname="Line::orientation" href="line.html#orientation-prop" status="active" access="public" location="qdesigner_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widget_p.h" lineno="103" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="orientation" type="Qt::Orientation" signature="Qt::Orientation orientation() const"/>
<property threadsafety="unspecified" name="orientation" fullname="Line::orientation" href="line.html#orientation-prop" status="active" access="public" location="qdesigner_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widget_p.h" lineno="95" type="Qt::Orientation">
<getter name="orientation"/>
<setter name="setOrientation"/>
</property>
</class>
<class threadsafety="unspecified" name="QDesignerDialog" href="qdesignerdialog.html" status="internal" access="private" location="qdesigner_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widget_p.h" lineno="76">
<function threadsafety="unspecified" name="QDesignerDialog" fullname="QDesignerDialog::QDesignerDialog" href="qdesignerdialog.html#QDesignerDialog" status="active" access="public" location="qdesigner_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widget_p.h" lineno="80" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerDialog(QDesignerFormWindowInterface *fw, QWidget *parent)">
<parameter left="QDesignerFormWindowInterface *" right="" name="fw" default=""/>
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="paintEvent" fullname="QDesignerDialog::paintEvent" href="qdesignerdialog.html#paintEvent" status="active" access="protected" location="qdesigner_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widget_p.h" lineno="86" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void paintEvent(QPaintEvent *e)">
<parameter left="QPaintEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="minimumSizeHint" fullname="QDesignerDialog::minimumSizeHint" href="qdesignerdialog.html#minimumSizeHint" status="active" access="public" location="qdesigner_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widget_p.h" lineno="82" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSize" signature="QSize minimumSizeHint() const"/>
</class>
<class threadsafety="unspecified" name="QDesignerWidget" href="qdesignerwidget.html" status="internal" access="private" location="qdesigner_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widget_p.h" lineno="55">
<function threadsafety="unspecified" name="QDesignerWidget" fullname="QDesignerWidget::QDesignerWidget" href="qdesignerwidget.html#QDesignerWidget" status="active" access="public" location="qdesigner_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widget_p.h" lineno="59" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerWidget(QDesignerFormWindowInterface *formWindow, QWidget *parent)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="paintEvent" fullname="QDesignerWidget::paintEvent" href="qdesignerwidget.html#paintEvent" status="active" access="protected" location="qdesigner_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widget_p.h" lineno="70" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void paintEvent(QPaintEvent *e)">
<parameter left="QPaintEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="updatePixmap" fullname="QDesignerWidget::updatePixmap" href="qdesignerwidget.html#updatePixmap" status="active" access="public" location="qdesigner_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widget_p.h" lineno="64" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updatePixmap()"/>
<function threadsafety="unspecified" name="~QDesignerWidget" fullname="QDesignerWidget::~QDesignerWidget" href="qdesignerwidget.html#dtor.QDesignerWidget" status="active" access="public" location="qdesigner_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widget_p.h" lineno="60" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerWidget()"/>
<function threadsafety="unspecified" name="formWindow" fullname="QDesignerWidget::formWindow" href="qdesignerwidget.html#formWindow" status="active" access="public" location="qdesigner_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widget_p.h" lineno="62" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * formWindow() const"/>
<function threadsafety="unspecified" name="minimumSizeHint" fullname="QDesignerWidget::minimumSizeHint" href="qdesignerwidget.html#minimumSizeHint" status="active" access="public" location="qdesigner_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_widget_p.h" lineno="66" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSize" signature="QSize minimumSizeHint() const"/>
</class>
<class threadsafety="unspecified" name="QLayoutWidget" href="qlayoutwidget.html" status="internal" access="private" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="245">
<function threadsafety="unspecified" name="QLayoutWidget" fullname="QLayoutWidget::QLayoutWidget" href="qlayoutwidget.html#QLayoutWidget" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="249" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QLayoutWidget(QDesignerFormWindowInterface *formWindow, QWidget *parent)">
<parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="event" fullname="QLayoutWidget::event" href="qlayoutwidget.html#event" status="active" access="protected" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="266" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool event(QEvent *e)">
<parameter left="QEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="paintEvent" fullname="QLayoutWidget::paintEvent" href="qlayoutwidget.html#paintEvent" status="active" access="protected" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="267" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void paintEvent(QPaintEvent *e)">
<parameter left="QPaintEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="setLayoutBottomMargin" fullname="QLayoutWidget::setLayoutBottomMargin" href="qlayoutwidget.html#setLayoutBottomMargin" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="261" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setLayoutBottomMargin(int layoutMargin)">
<parameter left="int" right="" name="layoutMargin" default=""/>
</function>
<function threadsafety="unspecified" name="setLayoutLeftMargin" fullname="QLayoutWidget::setLayoutLeftMargin" href="qlayoutwidget.html#setLayoutLeftMargin" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="252" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setLayoutLeftMargin(int layoutMargin)">
<parameter left="int" right="" name="layoutMargin" default=""/>
</function>
<function threadsafety="unspecified" name="setLayoutRightMargin" fullname="QLayoutWidget::setLayoutRightMargin" href="qlayoutwidget.html#setLayoutRightMargin" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="258" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setLayoutRightMargin(int layoutMargin)">
<parameter left="int" right="" name="layoutMargin" default=""/>
</function>
<function threadsafety="unspecified" name="setLayoutTopMargin" fullname="QLayoutWidget::setLayoutTopMargin" href="qlayoutwidget.html#setLayoutTopMargin" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="255" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setLayoutTopMargin(int layoutMargin)">
<parameter left="int" right="" name="layoutMargin" default=""/>
</function>
<function threadsafety="unspecified" name="formWindow" fullname="QLayoutWidget::formWindow" href="qlayoutwidget.html#formWindow" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="263" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDesignerFormWindowInterface *" signature="QDesignerFormWindowInterface * formWindow() const"/>
<function threadsafety="unspecified" name="layoutBottomMargin" fullname="QLayoutWidget::layoutBottomMargin" href="qlayoutwidget.html#layoutBottomMargin" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="260" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int layoutBottomMargin() const"/>
<function threadsafety="unspecified" name="layoutLeftMargin" fullname="QLayoutWidget::layoutLeftMargin" href="qlayoutwidget.html#layoutLeftMargin" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="251" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int layoutLeftMargin() const"/>
<function threadsafety="unspecified" name="layoutRightMargin" fullname="QLayoutWidget::layoutRightMargin" href="qlayoutwidget.html#layoutRightMargin" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="257" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int layoutRightMargin() const"/>
<function threadsafety="unspecified" name="layoutTopMargin" fullname="QLayoutWidget::layoutTopMargin" href="qlayoutwidget.html#layoutTopMargin" status="active" access="public" location="qlayout_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qlayout_widget_p.h" lineno="254" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int layoutTopMargin() const"/>
</class>
<class threadsafety="unspecified" name="QtResourceEditorDialog" href="qtresourceeditordialog.html" status="internal" access="private" location="qtresourceeditordialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceeditordialog_p.h" lineno="52">
<function threadsafety="unspecified" name="editResources" fullname="QtResourceEditorDialog::editResources" href="qtresourceeditordialog.html#editResources" status="active" access="public" location="qtresourceeditordialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceeditordialog_p.h" lineno="61" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString editResources(QDesignerFormEditorInterface *core, QtResourceModel *model, QDesignerDialogGuiInterface *dlgGui, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QtResourceModel *" right="" name="model" default=""/>
<parameter left="QDesignerDialogGuiInterface *" right="" name="dlgGui" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="QtResourceEditorDialog" fullname="QtResourceEditorDialog::QtResourceEditorDialog" href="qtresourceeditordialog.html#QtResourceEditorDialog" status="active" access="private" location="qtresourceeditordialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceeditordialog_p.h" lineno="71" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QtResourceEditorDialog(QDesignerFormEditorInterface *core, QDesignerDialogGuiInterface *dlgGui, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QDesignerDialogGuiInterface *" right="" name="dlgGui" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="accept" fullname="QtResourceEditorDialog::accept" href="qtresourceeditordialog.html#accept" status="active" access="public" location="qtresourceeditordialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceeditordialog_p.h" lineno="68" virtual="virtual" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void accept()"/>
<function threadsafety="unspecified" name="displayResourceFailures" fullname="QtResourceEditorDialog::displayResourceFailures" href="qtresourceeditordialog.html#displayResourceFailures" status="active" access="public" location="qtresourceeditordialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceeditordialog_p.h" lineno="65" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void displayResourceFailures(const QString &amp;logOutput, QDesignerDialogGuiInterface *dlgGui, QWidget *parent)">
<parameter left="const QString &amp;" right="" name="logOutput" default=""/>
<parameter left="QDesignerDialogGuiInterface *" right="" name="dlgGui" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="setResourceModel" fullname="QtResourceEditorDialog::setResourceModel" href="qtresourceeditordialog.html#setResourceModel" status="active" access="public" location="qtresourceeditordialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceeditordialog_p.h" lineno="57" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setResourceModel(QtResourceModel *model)">
<parameter left="QtResourceModel *" right="" name="model" default=""/>
</function>
<function threadsafety="unspecified" name="~QtResourceEditorDialog" fullname="QtResourceEditorDialog::~QtResourceEditorDialog" href="qtresourceeditordialog.html#dtor.QtResourceEditorDialog" status="active" access="private" location="qtresourceeditordialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceeditordialog_p.h" lineno="72" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QtResourceEditorDialog()"/>
<function threadsafety="unspecified" name="selectedResource" fullname="QtResourceEditorDialog::selectedResource" href="qtresourceeditordialog.html#selectedResource" status="active" access="public" location="qtresourceeditordialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceeditordialog_p.h" lineno="59" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString selectedResource() const"/>
<function threadsafety="unspecified" name="model" fullname="QtResourceEditorDialog::model" href="qtresourceeditordialog.html#model" status="active" access="public" location="qtresourceeditordialog_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceeditordialog_p.h" lineno="56" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QtResourceModel *" signature="QtResourceModel * model() const"/>
</class>
<class threadsafety="unspecified" name="QtResourceModel" href="qtresourcemodel.html" status="internal" access="private" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="83">
<function threadsafety="unspecified" name="QtResourceModel" fullname="QtResourceModel::QtResourceModel" href="qtresourcemodel.html#QtResourceModel" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="87" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QtResourceModel(QObject *parent)">
<parameter left="QObject *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="addResourceSet" fullname="QtResourceModel::addResourceSet" href="qtresourcemodel.html#addResourceSet" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="99" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QtResourceSet *" signature="QtResourceSet * addResourceSet(const QStringList &amp;paths)">
<parameter left="const QStringList &amp;" right="" name="paths" default=""/>
</function>
<function threadsafety="unspecified" name="isWatcherEnabled" fullname="QtResourceModel::isWatcherEnabled" href="qtresourcemodel.html#isWatcherEnabled-1" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="114" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isWatcherEnabled(const QString &amp;path)">
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="qrcFileModifiedExternally" fullname="QtResourceModel::qrcFileModifiedExternally" href="qtresourcemodel.html#qrcFileModifiedExternally" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="118" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void qrcFileModifiedExternally(const QString &amp;path)">
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="reload" fullname="QtResourceModel::reload" href="qtresourcemodel.html#reload" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="102" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void reload(const QString &amp;path, int *errorCount, QString *errorMessages)">
<parameter left="const QString &amp;" right="" name="path" default=""/>
<parameter left="int *" right="" name="errorCount" default="0"/>
<parameter left="QString *" right="" name="errorMessages" default="0"/>
</function>
<function threadsafety="unspecified" name="reload" fullname="QtResourceModel::reload" href="qtresourcemodel.html#reload-1" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="103" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void reload(int *errorCount, QString *errorMessages)">
<parameter left="int *" right="" name="errorCount" default="0"/>
<parameter left="QString *" right="" name="errorMessages" default="0"/>
</function>
<function threadsafety="unspecified" name="removeResourceSet" fullname="QtResourceModel::removeResourceSet" href="qtresourcemodel.html#removeResourceSet" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="100" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void removeResourceSet(QtResourceSet *resourceSet)">
<parameter left="QtResourceSet *" right="" name="resourceSet" default=""/>
</function>
<function threadsafety="unspecified" name="resourceSetActivated" fullname="QtResourceModel::resourceSetActivated" href="qtresourcemodel.html#resourceSetActivated" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="117" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resourceSetActivated(QtResourceSet *resourceSet, bool resourceSetChanged)">
<parameter left="QtResourceSet *" right="" name="resourceSet" default=""/>
<parameter left="bool" right="" name="resourceSetChanged" default=""/>
</function>
<function threadsafety="unspecified" name="setCurrentResourceSet" fullname="QtResourceModel::setCurrentResourceSet" href="qtresourcemodel.html#setCurrentResourceSet" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="97" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCurrentResourceSet(QtResourceSet *resourceSet, int *errorCount, QString *errorMessages)">
<parameter left="QtResourceSet *" right="" name="resourceSet" default=""/>
<parameter left="int *" right="" name="errorCount" default="0"/>
<parameter left="QString *" right="" name="errorMessages" default="0"/>
</function>
<function threadsafety="unspecified" name="setModified" fullname="QtResourceModel::setModified" href="qtresourcemodel.html#setModified" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="92" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setModified(const QString &amp;path)">
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="setWatcherEnabled" fullname="QtResourceModel::setWatcherEnabled" href="qtresourcemodel.html#setWatcherEnabled" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="110" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setWatcherEnabled(bool enable)">
<parameter left="bool" right="" name="enable" default=""/>
</function>
<function threadsafety="unspecified" name="setWatcherEnabled" fullname="QtResourceModel::setWatcherEnabled" href="qtresourcemodel.html#setWatcherEnabled-1" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="113" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setWatcherEnabled(const QString &amp;path, bool enable)">
<parameter left="const QString &amp;" right="" name="path" default=""/>
<parameter left="bool" right="" name="enable" default=""/>
</function>
<function threadsafety="unspecified" name="~QtResourceModel" fullname="QtResourceModel::~QtResourceModel" href="qtresourcemodel.html#dtor.QtResourceModel" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="88" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QtResourceModel()"/>
<function threadsafety="unspecified" name="resourceSets" fullname="QtResourceModel::resourceSets" href="qtresourcemodel.html#resourceSets" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="94" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QtResourceSet *&gt;" signature="QList&lt;QtResourceSet *&gt; resourceSets() const"/>
<function threadsafety="unspecified" name="contents" fullname="QtResourceModel::contents" href="qtresourcemodel.html#contents" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="106" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QMap&lt;QString, QString&gt;" signature="QMap&lt;QString, QString&gt; contents() const"/>
<function threadsafety="unspecified" name="qrcPath" fullname="QtResourceModel::qrcPath" href="qtresourcemodel.html#qrcPath" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="108" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString qrcPath(const QString &amp;file) const">
<parameter left="const QString &amp;" right="" name="file" default=""/>
</function>
<function threadsafety="unspecified" name="loadedQrcFiles" fullname="QtResourceModel::loadedQrcFiles" href="qtresourcemodel.html#loadedQrcFiles" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="90" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList loadedQrcFiles() const"/>
<function threadsafety="unspecified" name="currentResourceSet" fullname="QtResourceModel::currentResourceSet" href="qtresourcemodel.html#currentResourceSet" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="96" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QtResourceSet *" signature="QtResourceSet * currentResourceSet() const"/>
<function threadsafety="unspecified" name="isModified" fullname="QtResourceModel::isModified" href="qtresourcemodel.html#isModified" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="91" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isModified(const QString &amp;path) const">
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="isWatcherEnabled" fullname="QtResourceModel::isWatcherEnabled" href="qtresourcemodel.html#isWatcherEnabled" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="111" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isWatcherEnabled() const"/>
</class>
<class threadsafety="unspecified" name="QtResourceSet" href="qtresourceset.html" status="internal" access="private" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="52">
<function threadsafety="unspecified" name="QtResourceSet" fullname="QtResourceSet::QtResourceSet" href="qtresourceset.html#QtResourceSet" status="active" access="private" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="73" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QtResourceSet()"/>
<function threadsafety="unspecified" name="QtResourceSet" fullname="QtResourceSet::QtResourceSet" href="qtresourceset.html#QtResourceSet-1" status="active" access="private" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="74" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QtResourceSet(QtResourceModel *model)">
<parameter left="QtResourceModel *" right="" name="model" default=""/>
</function>
<function threadsafety="unspecified" name="activateResourceFilePaths" fullname="QtResourceSet::activateResourceFilePaths" href="qtresourceset.html#activateResourceFilePaths" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="68" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void activateResourceFilePaths(const QStringList &amp;paths, int *errorCount, QString *errorMessages)">
<parameter left="const QStringList &amp;" right="" name="paths" default=""/>
<parameter left="int *" right="" name="errorCount" default="0"/>
<parameter left="QString *" right="" name="errorMessages" default="0"/>
</function>
<function threadsafety="unspecified" name="setModified" fullname="QtResourceSet::setModified" href="qtresourceset.html#setModified" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="71" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setModified(const QString &amp;path)">
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="~QtResourceSet" fullname="QtResourceSet::~QtResourceSet" href="qtresourceset.html#dtor.QtResourceSet" status="active" access="private" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="75" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QtResourceSet()"/>
<function threadsafety="unspecified" name="activeResourceFilePaths" fullname="QtResourceSet::activeResourceFilePaths" href="qtresourceset.html#activeResourceFilePaths" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="55" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList activeResourceFilePaths() const"/>
<function threadsafety="unspecified" name="isModified" fullname="QtResourceSet::isModified" href="qtresourceset.html#isModified" status="active" access="public" location="qtresourcemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourcemodel_p.h" lineno="70" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isModified(const QString &amp;path) const">
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QtResourceView" href="qtresourceview.html" status="internal" access="private" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="54">
<function threadsafety="unspecified" name="encodeMimeData" fullname="QtResourceView::encodeMimeData" href="qtresourceview.html#encodeMimeData" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="78" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString encodeMimeData(ResourceType resourceType, const QString &amp;path)">
<parameter left="ResourceType" right="" name="resourceType" default=""/>
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="QtResourceView" fullname="QtResourceView::QtResourceView" href="qtresourceview.html#QtResourceView" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="58" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QtResourceView(QDesignerFormEditorInterface *core, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="decodeMimeData" fullname="QtResourceView::decodeMimeData" href="qtresourceview.html#decodeMimeData" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="80" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool decodeMimeData(const QMimeData *md, ResourceType *t, QString *file)">
<parameter left="const QMimeData *" right="" name="md" default=""/>
<parameter left="ResourceType *" right="" name="t" default="0"/>
<parameter left="QString *" right="" name="file" default="0"/>
</function>
<function threadsafety="unspecified" name="decodeMimeData" fullname="QtResourceView::decodeMimeData" href="qtresourceview.html#decodeMimeData-1" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="81" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool decodeMimeData(const QString &amp;text, ResourceType *t, QString *file)">
<parameter left="const QString &amp;" right="" name="text" default=""/>
<parameter left="ResourceType *" right="" name="t" default="0"/>
<parameter left="QString *" right="" name="file" default="0"/>
</function>
<function threadsafety="unspecified" name="event" fullname="QtResourceView::event" href="qtresourceview.html#event" status="active" access="protected" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="88" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool event(QEvent *event)">
<parameter left="QEvent *" right="" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="resourceActivated" fullname="QtResourceView::resourceActivated" href="qtresourceview.html#resourceActivated" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="85" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resourceActivated(const QString &amp;resource)">
<parameter left="const QString &amp;" right="" name="resource" default=""/>
</function>
<function threadsafety="unspecified" name="resourceSelected" fullname="QtResourceView::resourceSelected" href="qtresourceview.html#resourceSelected" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="84" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resourceSelected(const QString &amp;resource)">
<parameter left="const QString &amp;" right="" name="resource" default=""/>
</function>
<function threadsafety="unspecified" name="selectResource" fullname="QtResourceView::selectResource" href="qtresourceview.html#selectResource" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="68" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void selectResource(const QString &amp;resource)">
<parameter left="const QString &amp;" right="" name="resource" default=""/>
</function>
<function threadsafety="unspecified" name="setDragEnabled" fullname="QtResourceView::setDragEnabled" href="qtresourceview.html#setDragEnabled" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="61" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setDragEnabled(bool dragEnabled)">
<parameter left="bool" right="" name="dragEnabled" default=""/>
</function>
<function threadsafety="unspecified" name="setResourceEditingEnabled" fullname="QtResourceView::setResourceEditingEnabled" href="qtresourceview.html#setResourceEditingEnabled" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="74" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setResourceEditingEnabled(bool enable)">
<parameter left="bool" right="" name="enable" default=""/>
</function>
<function threadsafety="unspecified" name="setResourceModel" fullname="QtResourceView::setResourceModel" href="qtresourceview.html#setResourceModel" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="65" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setResourceModel(QtResourceModel *model)">
<parameter left="QtResourceModel *" right="" name="model" default=""/>
</function>
<function threadsafety="unspecified" name="setSettingsKey" fullname="QtResourceView::setSettingsKey" href="qtresourceview.html#setSettingsKey" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="71" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setSettingsKey(const QString &amp;key)">
<parameter left="const QString &amp;" right="" name="key" default=""/>
</function>
<function threadsafety="unspecified" name="~QtResourceView" fullname="QtResourceView::~QtResourceView" href="qtresourceview.html#dtor.QtResourceView" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="59" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QtResourceView()"/>
<function threadsafety="unspecified" name="selectedResource" fullname="QtResourceView::selectedResource" href="qtresourceview.html#selectedResource" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="67" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString selectedResource() const"/>
<function threadsafety="unspecified" name="settingsKey" fullname="QtResourceView::settingsKey" href="qtresourceview.html#settingsKey" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="70" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString settingsKey() const"/>
<function threadsafety="unspecified" name="model" fullname="QtResourceView::model" href="qtresourceview.html#model" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="64" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QtResourceModel *" signature="QtResourceModel * model() const"/>
<function threadsafety="unspecified" name="dragEnabled" fullname="QtResourceView::dragEnabled" href="qtresourceview.html#dragEnabled" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="62" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool dragEnabled() const"/>
<function threadsafety="unspecified" name="isResourceEditingEnabled" fullname="QtResourceView::isResourceEditingEnabled" href="qtresourceview.html#isResourceEditingEnabled" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="73" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isResourceEditingEnabled() const"/>
<enum threadsafety="unspecified" name="ResourceType" fullname="QtResourceView::ResourceType" href="qtresourceview.html#ResourceType-enum" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="77">
<value name="ResourceImage" value="0"/>
<value name="ResourceStyleSheet" value="1"/>
<value name="ResourceOther" value="2"/>
</enum>
</class>
<class threadsafety="unspecified" name="QtResourceViewDialog" href="qtresourceviewdialog.html" status="internal" access="private" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="108">
<function threadsafety="unspecified" name="QtResourceViewDialog" fullname="QtResourceViewDialog::QtResourceViewDialog" href="qtresourceviewdialog.html#QtResourceViewDialog" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="112" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QtResourceViewDialog(QDesignerFormEditorInterface *core, QWidget *parent)">
<parameter left="QDesignerFormEditorInterface *" right="" name="core" default=""/>
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="selectResource" fullname="QtResourceViewDialog::selectResource" href="qtresourceviewdialog.html#selectResource" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="116" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void selectResource(const QString &amp;path)">
<parameter left="const QString &amp;" right="" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="setResourceEditingEnabled" fullname="QtResourceViewDialog::setResourceEditingEnabled" href="qtresourceviewdialog.html#setResourceEditingEnabled" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="119" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setResourceEditingEnabled(bool enable)">
<parameter left="bool" right="" name="enable" default=""/>
</function>
<function threadsafety="unspecified" name="~QtResourceViewDialog" fullname="QtResourceViewDialog::~QtResourceViewDialog" href="qtresourceviewdialog.html#dtor.QtResourceViewDialog" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="113" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QtResourceViewDialog()"/>
<function threadsafety="unspecified" name="selectedResource" fullname="QtResourceViewDialog::selectedResource" href="qtresourceviewdialog.html#selectedResource" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="115" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString selectedResource() const"/>
<function threadsafety="unspecified" name="isResourceEditingEnabled" fullname="QtResourceViewDialog::isResourceEditingEnabled" href="qtresourceviewdialog.html#isResourceEditingEnabled" status="active" access="public" location="qtresourceview_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qtresourceview_p.h" lineno="118" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isResourceEditingEnabled() const"/>
</class>
<class threadsafety="unspecified" name="RCCResourceLibrary" href="rccresourcelibrary.html" status="internal" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="54">
<function threadsafety="unspecified" name="addFile" fullname="RCCResourceLibrary::addFile" href="rccresourcelibrary.html#addFile" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="114" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool addFile(const QString &amp;alias, const RCCFileInfo &amp;file)">
<parameter left="const QString &amp;" right="" name="alias" default=""/>
<parameter left="const RCCFileInfo &amp;" right="" name="file" default=""/>
</function>
<function threadsafety="unspecified" name="interpretResourceFile" fullname="RCCResourceLibrary::interpretResourceFile" href="rccresourcelibrary.html#interpretResourceFile" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="115" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool interpretResourceFile(QIODevice *inputDevice, const QString &amp;file, QString currentPath, bool ignoreErrors)">
<parameter left="QIODevice *" right="" name="inputDevice" default=""/>
<parameter left="const QString &amp;" right="" name="file" default=""/>
<parameter left="QString" right="" name="currentPath" default="QString()"/>
<parameter left="bool" right="" name="ignoreErrors" default="false"/>
</function>
<function threadsafety="unspecified" name="output" fullname="RCCResourceLibrary::output" href="rccresourcelibrary.html#output" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="63" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool output(QIODevice &amp;out, QIODevice &amp;errorDevice)">
<parameter left="QIODevice &amp;" right="" name="out" default=""/>
<parameter left="QIODevice &amp;" right="" name="errorDevice" default=""/>
</function>
<function threadsafety="unspecified" name="readFiles" fullname="RCCResourceLibrary::readFiles" href="rccresourcelibrary.html#readFiles" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="65" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool readFiles(bool ignoreErrors, QIODevice &amp;errorDevice)">
<parameter left="bool" right="" name="ignoreErrors" default=""/>
<parameter left="QIODevice &amp;" right="" name="errorDevice" default=""/>
</function>
<class threadsafety="unspecified" name="Strings" fullname="RCCResourceLibrary::Strings" href="rccresourcelibrary-strings.html" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="101">
<function threadsafety="unspecified" name="Strings" fullname="RCCResourceLibrary::Strings::Strings" href="rccresourcelibrary-strings.html#Strings" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="102" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="Strings()"/>
<variable threadsafety="unspecified" name="ATTRIBUTE_ALIAS" fullname="RCCResourceLibrary::Strings::ATTRIBUTE_ALIAS" href="rccresourcelibrary-strings.html#ATTRIBUTE_ALIAS-var" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="108" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="ATTRIBUTE_COMPRESS" fullname="RCCResourceLibrary::Strings::ATTRIBUTE_COMPRESS" href="rccresourcelibrary-strings.html#ATTRIBUTE_COMPRESS-var" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="110" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="ATTRIBUTE_LANG" fullname="RCCResourceLibrary::Strings::ATTRIBUTE_LANG" href="rccresourcelibrary-strings.html#ATTRIBUTE_LANG-var" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="106" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="ATTRIBUTE_PREFIX" fullname="RCCResourceLibrary::Strings::ATTRIBUTE_PREFIX" href="rccresourcelibrary-strings.html#ATTRIBUTE_PREFIX-var" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="107" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="ATTRIBUTE_THRESHOLD" fullname="RCCResourceLibrary::Strings::ATTRIBUTE_THRESHOLD" href="rccresourcelibrary-strings.html#ATTRIBUTE_THRESHOLD-var" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="109" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="TAG_FILE" fullname="RCCResourceLibrary::Strings::TAG_FILE" href="rccresourcelibrary-strings.html#TAG_FILE-var" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="105" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="TAG_RCC" fullname="RCCResourceLibrary::Strings::TAG_RCC" href="rccresourcelibrary-strings.html#TAG_RCC-var" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="103" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="TAG_RESOURCE" fullname="RCCResourceLibrary::Strings::TAG_RESOURCE" href="rccresourcelibrary-strings.html#TAG_RESOURCE-var" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="104" type="const QString" static="false"/>
</class>
<function threadsafety="unspecified" name="operator=" fullname="RCCResourceLibrary::operator=" href="rccresourcelibrary.html#operator-eq" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="57" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="RCCResourceLibrary &amp;" signature="RCCResourceLibrary &amp; operator=(const RCCResourceLibrary &amp;)">
<parameter left="const RCCResourceLibrary &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="RCCResourceLibrary" fullname="RCCResourceLibrary::RCCResourceLibrary" href="rccresourcelibrary.html#RCCResourceLibrary" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="60" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="RCCResourceLibrary()"/>
<enum threadsafety="unspecified" name="Format" fullname="RCCResourceLibrary::Format" href="rccresourcelibrary.html#Format-enum" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="67">
<value name="Binary" value="0"/>
<value name="C_Code" value="1"/>
</enum>
<typedef threadsafety="unspecified" name="ResourceDataFileMap" fullname="RCCResourceLibrary::ResourceDataFileMap" href="rccresourcelibrary.html#ResourceDataFileMap-typedef" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="77"/>
<function threadsafety="unspecified" name="RCCResourceLibrary" fullname="RCCResourceLibrary::RCCResourceLibrary" href="rccresourcelibrary.html#RCCResourceLibrary-1" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="56" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="RCCResourceLibrary(const RCCResourceLibrary &amp;)">
<parameter left="const RCCResourceLibrary &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="writeDataBlobs" fullname="RCCResourceLibrary::writeDataBlobs" href="rccresourcelibrary.html#writeDataBlobs" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="118" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool writeDataBlobs()"/>
<function threadsafety="unspecified" name="writeDataNames" fullname="RCCResourceLibrary::writeDataNames" href="rccresourcelibrary.html#writeDataNames" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="119" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool writeDataNames()"/>
<function threadsafety="unspecified" name="writeDataStructure" fullname="RCCResourceLibrary::writeDataStructure" href="rccresourcelibrary.html#writeDataStructure" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="120" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool writeDataStructure()"/>
<function threadsafety="unspecified" name="writeHeader" fullname="RCCResourceLibrary::writeHeader" href="rccresourcelibrary.html#writeHeader" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="117" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool writeHeader()"/>
<function threadsafety="unspecified" name="writeInitializer" fullname="RCCResourceLibrary::writeInitializer" href="rccresourcelibrary.html#writeInitializer" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="121" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool writeInitializer()"/>
<function threadsafety="unspecified" name="reset" fullname="RCCResourceLibrary::reset" href="rccresourcelibrary.html#reset" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="113" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void reset()"/>
<function threadsafety="unspecified" name="setCompressLevel" fullname="RCCResourceLibrary::setCompressLevel" href="rccresourcelibrary.html#setCompressLevel" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="86" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCompressLevel(int c)">
<parameter left="int" right="" name="c" default=""/>
</function>
<function threadsafety="unspecified" name="setCompressThreshold" fullname="RCCResourceLibrary::setCompressThreshold" href="rccresourcelibrary.html#setCompressThreshold" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="89" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setCompressThreshold(int t)">
<parameter left="int" right="" name="t" default=""/>
</function>
<function threadsafety="unspecified" name="setFormat" fullname="RCCResourceLibrary::setFormat" href="rccresourcelibrary.html#setFormat" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="68" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setFormat(Format f)">
<parameter left="Format" right="" name="f" default=""/>
</function>
<function threadsafety="unspecified" name="setInitName" fullname="RCCResourceLibrary::setInitName" href="rccresourcelibrary.html#setInitName" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="83" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setInitName(const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="setInputFiles" fullname="RCCResourceLibrary::setInputFiles" href="rccresourcelibrary.html#setInputFiles" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="71" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setInputFiles(const QStringList &amp;files)">
<parameter left="const QStringList &amp;" right="" name="files" default=""/>
</function>
<function threadsafety="unspecified" name="setResourceRoot" fullname="RCCResourceLibrary::setResourceRoot" href="rccresourcelibrary.html#setResourceRoot" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="92" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setResourceRoot(const QString &amp;root)">
<parameter left="const QString &amp;" right="" name="root" default=""/>
</function>
<function threadsafety="unspecified" name="setUseNameSpace" fullname="RCCResourceLibrary::setUseNameSpace" href="rccresourcelibrary.html#setUseNameSpace" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="95" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setUseNameSpace(bool v)">
<parameter left="bool" right="" name="v" default=""/>
</function>
<function threadsafety="unspecified" name="setVerbose" fullname="RCCResourceLibrary::setVerbose" href="rccresourcelibrary.html#setVerbose" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="80" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setVerbose(bool b)">
<parameter left="bool" right="" name="b" default=""/>
</function>
<function threadsafety="unspecified" name="write" fullname="RCCResourceLibrary::write" href="rccresourcelibrary.html#write" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="129" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(const char *, int len)">
<parameter left="const char *" right="" name="" default=""/>
<parameter left="int" right="" name="len" default=""/>
</function>
<function threadsafety="unspecified" name="writeAddNamespaceFunction" fullname="RCCResourceLibrary::writeAddNamespaceFunction" href="rccresourcelibrary.html#writeAddNamespaceFunction" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="123" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void writeAddNamespaceFunction(const QByteArray &amp;name)">
<parameter left="const QByteArray &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="writeByteArray" fullname="RCCResourceLibrary::writeByteArray" href="rccresourcelibrary.html#writeByteArray" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="128" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void writeByteArray(const QByteArray &amp;)">
<parameter left="const QByteArray &amp;" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="writeChar" fullname="RCCResourceLibrary::writeChar" href="rccresourcelibrary.html#writeChar" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="127" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void writeChar(char c)">
<parameter left="char" right="" name="c" default=""/>
</function>
<function threadsafety="unspecified" name="writeHex" fullname="RCCResourceLibrary::writeHex" href="rccresourcelibrary.html#writeHex" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="124" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void writeHex(quint8 number)">
<parameter left="quint8" right="" name="number" default=""/>
</function>
<function threadsafety="unspecified" name="writeMangleNamespaceFunction" fullname="RCCResourceLibrary::writeMangleNamespaceFunction" href="rccresourcelibrary.html#writeMangleNamespaceFunction" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="122" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void writeMangleNamespaceFunction(const QByteArray &amp;name)">
<parameter left="const QByteArray &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="writeNumber2" fullname="RCCResourceLibrary::writeNumber2" href="rccresourcelibrary.html#writeNumber2" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="125" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void writeNumber2(quint16 number)">
<parameter left="quint16" right="" name="number" default=""/>
</function>
<function threadsafety="unspecified" name="writeNumber4" fullname="RCCResourceLibrary::writeNumber4" href="rccresourcelibrary.html#writeNumber4" status="active" access="private" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="126" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void writeNumber4(quint32 number)">
<parameter left="quint32" right="" name="number" default=""/>
</function>
<function threadsafety="unspecified" name="~RCCResourceLibrary" fullname="RCCResourceLibrary::~RCCResourceLibrary" href="rccresourcelibrary.html#dtor.RCCResourceLibrary" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="61" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~RCCResourceLibrary()"/>
<function threadsafety="unspecified" name="format" fullname="RCCResourceLibrary::format" href="rccresourcelibrary.html#format" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="69" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Format" signature="Format format() const"/>
<function threadsafety="unspecified" name="initName" fullname="RCCResourceLibrary::initName" href="rccresourcelibrary.html#initName" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="84" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString initName() const"/>
<function threadsafety="unspecified" name="resourceRoot" fullname="RCCResourceLibrary::resourceRoot" href="rccresourcelibrary.html#resourceRoot" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="93" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString resourceRoot() const"/>
<function threadsafety="unspecified" name="dataFiles" fullname="RCCResourceLibrary::dataFiles" href="rccresourcelibrary.html#dataFiles" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="74" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList dataFiles() const"/>
<function threadsafety="unspecified" name="failedResources" fullname="RCCResourceLibrary::failedResources" href="rccresourcelibrary.html#failedResources" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="98" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList failedResources() const"/>
<function threadsafety="unspecified" name="inputFiles" fullname="RCCResourceLibrary::inputFiles" href="rccresourcelibrary.html#inputFiles" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="72" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList inputFiles() const"/>
<function threadsafety="unspecified" name="resourceDataFileMap" fullname="RCCResourceLibrary::resourceDataFileMap" href="rccresourcelibrary.html#resourceDataFileMap" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="78" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="ResourceDataFileMap" signature="ResourceDataFileMap resourceDataFileMap() const"/>
<function threadsafety="unspecified" name="useNameSpace" fullname="RCCResourceLibrary::useNameSpace" href="rccresourcelibrary.html#useNameSpace" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="96" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool useNameSpace() const"/>
<function threadsafety="unspecified" name="verbose" fullname="RCCResourceLibrary::verbose" href="rccresourcelibrary.html#verbose" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool verbose() const"/>
<function threadsafety="unspecified" name="compressLevel" fullname="RCCResourceLibrary::compressLevel" href="rccresourcelibrary.html#compressLevel" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="87" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int compressLevel() const"/>
<function threadsafety="unspecified" name="compressThreshold" fullname="RCCResourceLibrary::compressThreshold" href="rccresourcelibrary.html#compressThreshold" status="active" access="public" location="rcc_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/rcc_p.h" lineno="90" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int compressThreshold() const"/>
</class>
<class threadsafety="unspecified" name="Spacer" href="spacer.html" status="internal" access="private" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="53">
<function threadsafety="unspecified" name="Spacer" fullname="Spacer::Spacer" href="spacer.html#Spacer" status="active" access="public" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="65" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="Spacer(QWidget *parent)">
<parameter left="QWidget *" right="" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="event" fullname="Spacer::event" href="spacer.html#event" status="active" access="public" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="81" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool event(QEvent *e)">
<parameter left="QEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="paintEvent" fullname="Spacer::paintEvent" href="spacer.html#paintEvent" status="active" access="protected" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="84" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void paintEvent(QPaintEvent *e)">
<parameter left="QPaintEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="resizeEvent" fullname="Spacer::resizeEvent" href="spacer.html#resizeEvent" status="active" access="protected" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="85" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void resizeEvent(QResizeEvent *e)">
<parameter left="QResizeEvent *" right="" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="setOrientation" fullname="Spacer::setOrientation" href="spacer.html#orientation-prop" status="active" access="public" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="78" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" associated-property="orientation" type="void" signature="void setOrientation(Qt::Orientation o)">
<parameter left="Qt::Orientation" right="" name="o" default=""/>
</function>
<function threadsafety="unspecified" name="setSizeHintProperty" fullname="Spacer::setSizeHintProperty" href="spacer.html#sizeHint-prop" status="active" access="public" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="70" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" associated-property="sizeHint" type="void" signature="void setSizeHintProperty(const QSize &amp;s)">
<parameter left="const QSize &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="setSizeType" fullname="Spacer::setSizeType" href="spacer.html#sizeType-prop" status="active" access="public" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="73" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" associated-property="sizeType" type="void" signature="void setSizeType(QSizePolicy::Policy t)">
<parameter left="QSizePolicy::Policy" right="" name="t" default=""/>
</function>
<function threadsafety="unspecified" name="updateMask" fullname="Spacer::updateMask" href="spacer.html#updateMask" status="active" access="protected" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="86" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateMask()"/>
<function threadsafety="unspecified" name="updateToolTip" fullname="Spacer::updateToolTip" href="spacer.html#updateToolTip" status="active" access="private" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="90" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateToolTip()"/>
<function threadsafety="unspecified" name="sizeHint" fullname="Spacer::sizeHint" href="spacer.html#sizeHint" status="active" access="public" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="67" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QSize" signature="QSize sizeHint() const"/>
<function threadsafety="unspecified" name="sizeHintProperty" fullname="Spacer::sizeHintProperty" href="spacer.html#sizeHint-prop" status="active" access="public" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="69" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="sizeHint" type="QSize" signature="QSize sizeHintProperty() const"/>
<function threadsafety="unspecified" name="sizeType" fullname="Spacer::sizeType" href="spacer.html#sizeType-prop" status="active" access="public" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="72" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="sizeType" type="QSizePolicy::Policy" signature="QSizePolicy::Policy sizeType() const"/>
<function threadsafety="unspecified" name="alignment" fullname="Spacer::alignment" href="spacer.html#alignment" status="active" access="public" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="75" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Qt::Alignment" signature="Qt::Alignment alignment() const"/>
<function threadsafety="unspecified" name="orientation" fullname="Spacer::orientation" href="spacer.html#orientation-prop" status="active" access="public" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="76" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="orientation" type="Qt::Orientation" signature="Qt::Orientation orientation() const"/>
<function threadsafety="unspecified" name="isInLayout" fullname="Spacer::isInLayout" href="spacer.html#isInLayout" status="active" access="private" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="89" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isInLayout() const"/>
<enum threadsafety="unspecified" name="LayoutState" fullname="Spacer::LayoutState" href="spacer.html#LayoutState-enum" status="active" access="private" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="97">
<value name="InLayout" value="0"/>
<value name="OutsideLayout" value="1"/>
<value name="UnknownLayoutState" value="2"/>
</enum>
<function threadsafety="unspecified" name="setInteractiveMode" fullname="Spacer::setInteractiveMode" href="spacer.html#setInteractiveMode" status="active" access="public" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="79" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setInteractiveMode(bool b)">
<parameter left="bool" right="" name="b" default=""/>
</function>
<property threadsafety="unspecified" name="orientation" fullname="Spacer::orientation" href="spacer.html#orientation-prop" status="active" access="public" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="60" type="Qt::Orientation">
<getter name="orientation"/>
<setter name="setOrientation"/>
</property>
<property threadsafety="unspecified" name="sizeHint" fullname="Spacer::sizeHint" href="spacer.html#sizeHint-prop" status="active" access="public" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="62" type="QSize">
<getter name="sizeHintProperty"/>
<setter name="setSizeHintProperty"/>
</property>
<property threadsafety="unspecified" name="sizeType" fullname="Spacer::sizeType" href="spacer.html#sizeType-prop" status="active" access="public" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="61" type="QSizePolicy::Policy">
<getter name="sizeType"/>
<setter name="setSizeType"/>
</property>
<property threadsafety="unspecified" name="spacerName" fullname="Spacer::spacerName" href="spacer.html#spacerName-prop" status="active" access="public" location="spacer_widget_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/spacer_widget_p.h" lineno="59" type="QString"/>
</class>
<class threadsafety="unspecified" name="QAbstractFormBuilder" href="qabstractformbuilder.html" status="active" access="public" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="107" module="QtDesigner" brief="Default implementation for classes that create user interfaces at run-time">
<typedef threadsafety="unspecified" name="DomPropertyHash" fullname="QAbstractFormBuilder::DomPropertyHash" href="qabstractformbuilder.html#DomPropertyHash-typedef" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="210"/>
<typedef threadsafety="unspecified" name="IconPaths" fullname="QAbstractFormBuilder::IconPaths" href="qabstractformbuilder.html#IconPaths-typedef" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="231"/>
<function threadsafety="unspecified" name="createDom" fullname="QAbstractFormBuilder::createDom" href="qabstractformbuilder.html#createDom-4" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="167" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomAction *" signature="DomAction * createDom(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="createDom" fullname="QAbstractFormBuilder::createDom" href="qabstractformbuilder.html#createDom-5" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="168" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomActionGroup *" signature="DomActionGroup * createDom(QActionGroup *actionGroup)">
<parameter left="QActionGroup *" right="" name="actionGroup" default=""/>
</function>
<function threadsafety="unspecified" name="createActionRefDom" fullname="QAbstractFormBuilder::createActionRefDom" href="qabstractformbuilder.html#createActionRefDom" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="160" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomActionRef *" signature="DomActionRef * createActionRefDom(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="saveBrush" fullname="QAbstractFormBuilder::saveBrush" href="qabstractformbuilder.html#saveBrush" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="216" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomBrush *" signature="DomBrush * saveBrush(const QBrush &amp;br)">
<parameter left="const QBrush &amp;" right="" name="br" default=""/>
</function>
<function threadsafety="unspecified" name="createDom" fullname="QAbstractFormBuilder::createDom" href="qabstractformbuilder.html#createDom-6" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="169" since="4.5" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomButtonGroup *" signature="DomButtonGroup * createDom(QButtonGroup *buttonGroup)">
<parameter left="QButtonGroup *" right="" name="buttonGroup" default=""/>
</function>
<function threadsafety="unspecified" name="saveButtonGroups" fullname="QAbstractFormBuilder::saveButtonGroups" href="qabstractformbuilder.html#saveButtonGroups" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="175" since="4.5" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomButtonGroups *" signature="DomButtonGroups * saveButtonGroups(const QWidget *mainContainer)">
<parameter left="const QWidget *" right="" name="mainContainer" default=""/>
</function>
<function threadsafety="unspecified" name="saveColorGroup" fullname="QAbstractFormBuilder::saveColorGroup" href="qabstractformbuilder.html#saveColorGroup" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="214" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomColorGroup *" signature="DomColorGroup * saveColorGroup(const QPalette &amp;palette)">
<parameter left="const QPalette &amp;" right="" name="palette" default=""/>
</function>
<function threadsafety="unspecified" name="saveConnections" fullname="QAbstractFormBuilder::saveConnections" href="qabstractformbuilder.html#saveConnections" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="171" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomConnections *" signature="DomConnections * saveConnections()"/>
<function threadsafety="unspecified" name="saveCustomWidgets" fullname="QAbstractFormBuilder::saveCustomWidgets" href="qabstractformbuilder.html#saveCustomWidgets" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="172" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomCustomWidgets *" signature="DomCustomWidgets * saveCustomWidgets()"/>
<function threadsafety="unspecified" name="createDom" fullname="QAbstractFormBuilder::createDom" href="qabstractformbuilder.html#createDom-1" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="163" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomLayout *" signature="DomLayout * createDom(QLayout *layout, DomLayout *ui_layout, DomWidget *ui_parentWidget)">
<parameter left="QLayout *" right="" name="layout" default=""/>
<parameter left="DomLayout *" right="" name="ui_layout" default=""/>
<parameter left="DomWidget *" right="" name="ui_parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="createDom" fullname="QAbstractFormBuilder::createDom" href="qabstractformbuilder.html#createDom-2" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="164" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomLayoutItem *" signature="DomLayoutItem * createDom(QLayoutItem *item, DomLayout *ui_layout, DomWidget *ui_parentWidget)">
<parameter left="QLayoutItem *" right="" name="item" default=""/>
<parameter left="DomLayout *" right="" name="ui_layout" default=""/>
<parameter left="DomWidget *" right="" name="ui_parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="createProperty" fullname="QAbstractFormBuilder::createProperty" href="qabstractformbuilder.html#createProperty" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="178" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomProperty *" signature="DomProperty * createProperty(QObject *obj, const QString &amp;pname, const QVariant &amp;v)">
<parameter left="QObject *" right="" name="obj" default=""/>
<parameter left="const QString &amp;" right="" name="pname" default=""/>
<parameter left="const QVariant &amp;" right="" name="v" default=""/>
</function>
<function threadsafety="unspecified" name="propertyMap" fullname="QAbstractFormBuilder::propertyMap" href="qabstractformbuilder.html#propertyMap" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="211" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="DomPropertyHash" signature="DomPropertyHash propertyMap(const QList&lt;DomProperty *&gt; &amp;properties)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="properties" default=""/>
</function>
<function threadsafety="unspecified" name="saveResources" fullname="QAbstractFormBuilder::saveResources" href="qabstractformbuilder.html#saveResources" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="174" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomResources *" signature="DomResources * saveResources()"/>
<function threadsafety="unspecified" name="createDom" fullname="QAbstractFormBuilder::createDom" href="qabstractformbuilder.html#createDom-3" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="165" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomSpacer *" signature="DomSpacer * createDom(QSpacerItem *spacer, DomLayout *ui_layout, DomWidget *ui_parentWidget)">
<parameter left="QSpacerItem *" right="" name="spacer" default=""/>
<parameter left="DomLayout *" right="" name="ui_layout" default=""/>
<parameter left="DomWidget *" right="" name="ui_parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="saveTabStops" fullname="QAbstractFormBuilder::saveTabStops" href="qabstractformbuilder.html#saveTabStops" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="173" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomTabStops *" signature="DomTabStops * saveTabStops()"/>
<function threadsafety="unspecified" name="createDom" fullname="QAbstractFormBuilder::createDom" href="qabstractformbuilder.html#createDom" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="162" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomWidget *" signature="DomWidget * createDom(QWidget *widget, DomWidget *ui_parentWidget, bool recursive)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="DomWidget *" right="" name="ui_parentWidget" default=""/>
<parameter left="bool" right="" name="recursive" default="true"/>
</function>
<function threadsafety="unspecified" name="QAbstractFormBuilder" fullname="QAbstractFormBuilder::QAbstractFormBuilder" href="qabstractformbuilder.html#QAbstractFormBuilder" status="active" access="public" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="110" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QAbstractFormBuilder()"/>
<function threadsafety="unspecified" name="QAbstractFormBuilder" fullname="QAbstractFormBuilder::QAbstractFormBuilder" href="qabstractformbuilder.html#QAbstractFormBuilder-1" status="active" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="251" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QAbstractFormBuilder(const QAbstractFormBuilder &amp;other)">
<parameter left="const QAbstractFormBuilder &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="create" fullname="QAbstractFormBuilder::create" href="qabstractformbuilder.html#create-4" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="132" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * create(DomAction *ui_action, QObject *parent)">
<parameter left="DomAction *" right="" name="ui_action" default=""/>
<parameter left="QObject *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="createAction" fullname="QAbstractFormBuilder::createAction" href="qabstractformbuilder.html#createAction" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="143" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * createAction(QObject *parent, const QString &amp;name)">
<parameter left="QObject *" right="" name="parent" default=""/>
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="create" fullname="QAbstractFormBuilder::create" href="qabstractformbuilder.html#create-5" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="133" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QActionGroup *" signature="QActionGroup * create(DomActionGroup *ui_action_group, QObject *parent)">
<parameter left="DomActionGroup *" right="" name="ui_action_group" default=""/>
<parameter left="QObject *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="createActionGroup" fullname="QAbstractFormBuilder::createActionGroup" href="qabstractformbuilder.html#createActionGroup" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="144" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QActionGroup *" signature="QActionGroup * createActionGroup(QObject *parent, const QString &amp;name)">
<parameter left="QObject *" right="" name="parent" default=""/>
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="setupBrush" fullname="QAbstractFormBuilder::setupBrush" href="qabstractformbuilder.html#setupBrush" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="215" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QBrush" signature="QBrush setupBrush(DomBrush *brush)">
<parameter left="DomBrush *" right="" name="brush" default=""/>
</function>
<function threadsafety="unspecified" name="domPropertyToIcon" fullname="QAbstractFormBuilder::domPropertyToIcon" href="qabstractformbuilder.html#domPropertyToIcon-1" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="241" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QIcon" signature="QIcon domPropertyToIcon(const DomProperty *p)">
<parameter left="const DomProperty *" right="" name="p" default=""/>
</function>
<function threadsafety="unspecified" name="domPropertyToIcon" fullname="QAbstractFormBuilder::domPropertyToIcon" href="qabstractformbuilder.html#domPropertyToIcon" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="240" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QIcon" signature="QIcon domPropertyToIcon(const DomResourcePixmap *icon)">
<parameter left="const DomResourcePixmap *" right="" name="icon" default=""/>
</function>
<function threadsafety="unspecified" name="create" fullname="QAbstractFormBuilder::create" href="qabstractformbuilder.html#create-2" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="129" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QLayout *" signature="QLayout * create(DomLayout *ui_layout, QLayout *parentLayout, QWidget *parentWidget)">
<parameter left="DomLayout *" right="" name="ui_layout" default=""/>
<parameter left="QLayout *" right="" name="parentLayout" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="createLayout" fullname="QAbstractFormBuilder::createLayout" href="qabstractformbuilder.html#createLayout" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="142" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QLayout *" signature="QLayout * createLayout(const QString &amp;layoutName, QObject *parent, const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="layoutName" default=""/>
<parameter left="QObject *" right="" name="parent" default=""/>
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="create" fullname="QAbstractFormBuilder::create" href="qabstractformbuilder.html#create-3" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="130" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QLayoutItem *" signature="QLayoutItem * create(DomLayoutItem *ui_layoutItem, QLayout *layout, QWidget *parentWidget)">
<parameter left="DomLayoutItem *" right="" name="ui_layoutItem" default=""/>
<parameter left="QLayout *" right="" name="layout" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="computeProperties" fullname="QAbstractFormBuilder::computeProperties" href="qabstractformbuilder.html#computeProperties" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="176" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; computeProperties(QObject *obj)">
<parameter left="QObject *" right="" name="obj" default=""/>
</function>
<function threadsafety="unspecified" name="toolBarAreaMetaEnum" fullname="QAbstractFormBuilder::toolBarAreaMetaEnum" href="qabstractformbuilder.html#toolBarAreaMetaEnum" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="225" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QMetaEnum" signature="QMetaEnum toolBarAreaMetaEnum()"/>
<function threadsafety="unspecified" name="domPropertyToPixmap" fullname="QAbstractFormBuilder::domPropertyToPixmap" href="qabstractformbuilder.html#domPropertyToPixmap-1" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="243" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QPixmap" signature="QPixmap domPropertyToPixmap(const DomProperty *p)">
<parameter left="const DomProperty *" right="" name="p" default=""/>
</function>
<function threadsafety="unspecified" name="domPropertyToPixmap" fullname="QAbstractFormBuilder::domPropertyToPixmap" href="qabstractformbuilder.html#domPropertyToPixmap" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="242" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QPixmap" signature="QPixmap domPropertyToPixmap(const DomResourcePixmap *pixmap)">
<parameter left="const DomResourcePixmap *" right="" name="pixmap" default=""/>
</function>
<function threadsafety="unspecified" name="toString" fullname="QAbstractFormBuilder::toString" href="qabstractformbuilder.html#toString" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="208" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString toString(const DomString *str)">
<parameter left="const DomString *" right="" name="str" default=""/>
</function>
<function threadsafety="unspecified" name="toVariant" fullname="QAbstractFormBuilder::toVariant" href="qabstractformbuilder.html#toVariant" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="207" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant toVariant(const QMetaObject *meta, DomProperty *p)">
<parameter left="const QMetaObject *" right="" name="meta" default=""/>
<parameter left="DomProperty *" right="" name="p" default=""/>
</function>
<function threadsafety="unspecified" name="create" fullname="QAbstractFormBuilder::create" href="qabstractformbuilder.html#create" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="127" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * create(DomUI *ui, QWidget *parentWidget)">
<parameter left="DomUI *" right="" name="ui" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="create" fullname="QAbstractFormBuilder::create" href="qabstractformbuilder.html#create-1" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="128" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * create(DomWidget *ui_widget, QWidget *parentWidget)">
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="createWidget" fullname="QAbstractFormBuilder::createWidget" href="qabstractformbuilder.html#createWidget" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="141" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createWidget(const QString &amp;widgetName, QWidget *parentWidget, const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="widgetName" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="load" fullname="QAbstractFormBuilder::load" href="qabstractformbuilder.html#load" status="active" access="public" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="116" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * load(QIODevice *device, QWidget *parent)">
<parameter left="QIODevice *" right="" name="device" default=""/>
<parameter left="QWidget *" right="" name="parent" default="Q_NULLPTR"/>
</function>
<function threadsafety="unspecified" name="toolbarAreaFromDOMAttributes" fullname="QAbstractFormBuilder::toolbarAreaFromDOMAttributes" href="qabstractformbuilder.html#toolbarAreaFromDOMAttributes" status="active" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="249" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="Qt::ToolBarArea" signature="Qt::ToolBarArea toolbarAreaFromDOMAttributes(const DomPropertyHash &amp;attributeMap)">
<parameter left="const DomPropertyHash &amp;" right="" name="attributeMap" default=""/>
</function>
<function threadsafety="unspecified" name="addItem" fullname="QAbstractFormBuilder::addItem" href="qabstractformbuilder.html#addItem" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="150" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool addItem(DomLayoutItem *ui_item, QLayoutItem *item, QLayout *layout)">
<parameter left="DomLayoutItem *" right="" name="ui_item" default=""/>
<parameter left="QLayoutItem *" right="" name="item" default=""/>
<parameter left="QLayout *" right="" name="layout" default=""/>
</function>
<function threadsafety="unspecified" name="addItem" fullname="QAbstractFormBuilder::addItem" href="qabstractformbuilder.html#addItem-1" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="151" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool addItem(DomWidget *ui_widget, QWidget *widget, QWidget *parentWidget)">
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="applyPropertyInternally" fullname="QAbstractFormBuilder::applyPropertyInternally" href="qabstractformbuilder.html#applyPropertyInternally" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="137" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool applyPropertyInternally(QObject *o, const QString &amp;propertyName, const QVariant &amp;value)">
<parameter left="QObject *" right="" name="o" default=""/>
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="domPixmap" fullname="QAbstractFormBuilder::domPixmap" href="qabstractformbuilder.html#domPixmap" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="239" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="const DomResourcePixmap *" signature="const DomResourcePixmap * domPixmap(const DomProperty *p)">
<parameter left="const DomProperty *" right="" name="p" default=""/>
</function>
<function threadsafety="unspecified" name="addMenuAction" fullname="QAbstractFormBuilder::addMenuAction" href="qabstractformbuilder.html#addMenuAction" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="134" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addMenuAction(QAction *action)">
<parameter left="QAction *" right="" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="applyProperties" fullname="QAbstractFormBuilder::applyProperties" href="qabstractformbuilder.html#applyProperties" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="136" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyProperties(QObject *o, const QList&lt;DomProperty *&gt; &amp;properties)">
<parameter left="QObject *" right="" name="o" default=""/>
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="properties" default=""/>
</function>
<function threadsafety="unspecified" name="applyTabStops" fullname="QAbstractFormBuilder::applyTabStops" href="qabstractformbuilder.html#applyTabStops" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="139" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyTabStops(QWidget *widget, DomTabStops *tabStops)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="DomTabStops *" right="" name="tabStops" default=""/>
</function>
<function threadsafety="unspecified" name="createConnections" fullname="QAbstractFormBuilder::createConnections" href="qabstractformbuilder.html#createConnections" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="147" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void createConnections(DomConnections *, QWidget *)">
<parameter left="DomConnections *" right="" name="" default=""/>
<parameter left="QWidget *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="createCustomWidgets" fullname="QAbstractFormBuilder::createCustomWidgets" href="qabstractformbuilder.html#createCustomWidgets" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="146" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void createCustomWidgets(DomCustomWidgets *)">
<parameter left="DomCustomWidgets *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="createResources" fullname="QAbstractFormBuilder::createResources" href="qabstractformbuilder.html#createResources" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="148" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void createResources(DomResources *)">
<parameter left="DomResources *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="initialize" fullname="QAbstractFormBuilder::initialize" href="qabstractformbuilder.html#initialize" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="219" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void initialize(const DomUI *ui)">
<parameter left="const DomUI *" right="" name="ui" default=""/>
</function>
<function threadsafety="unspecified" name="layoutInfo" fullname="QAbstractFormBuilder::layoutInfo" href="qabstractformbuilder.html#layoutInfo" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="180" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void layoutInfo(DomLayout *ui_layout, QObject *parent, int *margin, int *spacing)">
<parameter left="DomLayout *" right="" name="ui_layout" default=""/>
<parameter left="QObject *" right="" name="parent" default=""/>
<parameter left="int *" right="" name="margin" default=""/>
<parameter left="int *" right="" name="spacing" default=""/>
</function>
<function threadsafety="unspecified" name="loadButtonExtraInfo" fullname="QAbstractFormBuilder::loadButtonExtraInfo" href="qabstractformbuilder.html#loadButtonExtraInfo" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="186" since="4.5" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void loadButtonExtraInfo(const DomWidget *ui_widget, QAbstractButton *button, QWidget *parentWidget)">
<parameter left="const DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QAbstractButton *" right="" name="button" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="loadComboBoxExtraInfo" fullname="QAbstractFormBuilder::loadComboBoxExtraInfo" href="qabstractformbuilder.html#loadComboBoxExtraInfo" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="185" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void loadComboBoxExtraInfo(DomWidget *ui_widget, QComboBox *comboBox, QWidget *parentWidget)">
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QComboBox *" right="" name="comboBox" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="loadExtraInfo" fullname="QAbstractFormBuilder::loadExtraInfo" href="qabstractformbuilder.html#loadExtraInfo" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="125" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void loadExtraInfo(DomWidget *ui_widget, QWidget *widget, QWidget *parentWidget)">
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="loadItemViewExtraInfo" fullname="QAbstractFormBuilder::loadItemViewExtraInfo" href="qabstractformbuilder.html#loadItemViewExtraInfo" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="187" since="4.5" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void loadItemViewExtraInfo(DomWidget *ui_widget, QAbstractItemView *itemView, QWidget *parentWidget)">
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QAbstractItemView *" right="" name="itemView" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="loadListWidgetExtraInfo" fullname="QAbstractFormBuilder::loadListWidgetExtraInfo" href="qabstractformbuilder.html#loadListWidgetExtraInfo" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="182" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void loadListWidgetExtraInfo(DomWidget *ui_widget, QListWidget *listWidget, QWidget *parentWidget)">
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QListWidget *" right="" name="listWidget" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="loadTableWidgetExtraInfo" fullname="QAbstractFormBuilder::loadTableWidgetExtraInfo" href="qabstractformbuilder.html#loadTableWidgetExtraInfo" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="184" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void loadTableWidgetExtraInfo(DomWidget *ui_widget, QTableWidget *tableWidget, QWidget *parentWidget)">
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QTableWidget *" right="" name="tableWidget" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="loadTreeWidgetExtraInfo" fullname="QAbstractFormBuilder::loadTreeWidgetExtraInfo" href="qabstractformbuilder.html#loadTreeWidgetExtraInfo" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="183" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void loadTreeWidgetExtraInfo(DomWidget *ui_widget, QTreeWidget *treeWidget, QWidget *parentWidget)">
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QTreeWidget *" right="" name="treeWidget" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="QAbstractFormBuilder::operator=" href="qabstractformbuilder.html#operator-eq" status="active" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="252" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const QAbstractFormBuilder &amp;other)">
<parameter left="const QAbstractFormBuilder &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="reset" fullname="QAbstractFormBuilder::reset" href="qabstractformbuilder.html#reset" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="218" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void reset()"/>
<function threadsafety="unspecified" name="save" fullname="QAbstractFormBuilder::save" href="qabstractformbuilder.html#save" status="active" access="public" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="117" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void save(QIODevice *device, QWidget *widget)">
<parameter left="QIODevice *" right="" name="device" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="saveButtonExtraInfo" fullname="QAbstractFormBuilder::saveButtonExtraInfo" href="qabstractformbuilder.html#saveButtonExtraInfo" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="193" since="4.5" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveButtonExtraInfo(const QAbstractButton *widget, DomWidget *ui_widget, DomWidget *ui_parentWidget)">
<parameter left="const QAbstractButton *" right="" name="widget" default=""/>
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="DomWidget *" right="" name="ui_parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="saveComboBoxExtraInfo" fullname="QAbstractFormBuilder::saveComboBoxExtraInfo" href="qabstractformbuilder.html#saveComboBoxExtraInfo" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="192" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveComboBoxExtraInfo(QComboBox *comboBox, DomWidget *ui_widget, DomWidget *ui_parentWidget)">
<parameter left="QComboBox *" right="" name="comboBox" default=""/>
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="DomWidget *" right="" name="ui_parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="saveDom" fullname="QAbstractFormBuilder::saveDom" href="qabstractformbuilder.html#saveDom" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="158" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveDom(DomUI *ui, QWidget *widget)">
<parameter left="DomUI *" right="" name="ui" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="saveExtraInfo" fullname="QAbstractFormBuilder::saveExtraInfo" href="qabstractformbuilder.html#saveExtraInfo" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="156" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveExtraInfo(QWidget *widget, DomWidget *ui_widget, DomWidget *ui_parentWidget)">
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="DomWidget *" right="" name="ui_parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="saveItemViewExtraInfo" fullname="QAbstractFormBuilder::saveItemViewExtraInfo" href="qabstractformbuilder.html#saveItemViewExtraInfo" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="194" since="4.5" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveItemViewExtraInfo(const QAbstractItemView *itemView, DomWidget *ui_widget, DomWidget *ui_parentWidget)">
<parameter left="const QAbstractItemView *" right="" name="itemView" default=""/>
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="DomWidget *" right="" name="ui_parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="saveListWidgetExtraInfo" fullname="QAbstractFormBuilder::saveListWidgetExtraInfo" href="qabstractformbuilder.html#saveListWidgetExtraInfo" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="189" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveListWidgetExtraInfo(QListWidget *listWidget, DomWidget *ui_widget, DomWidget *ui_parentWidget)">
<parameter left="QListWidget *" right="" name="listWidget" default=""/>
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="DomWidget *" right="" name="ui_parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="saveTableWidgetExtraInfo" fullname="QAbstractFormBuilder::saveTableWidgetExtraInfo" href="qabstractformbuilder.html#saveTableWidgetExtraInfo" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="191" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveTableWidgetExtraInfo(QTableWidget *tableWidget, DomWidget *ui_widget, DomWidget *ui_parentWidget)">
<parameter left="QTableWidget *" right="" name="tableWidget" default=""/>
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="DomWidget *" right="" name="ui_parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="saveTreeWidgetExtraInfo" fullname="QAbstractFormBuilder::saveTreeWidgetExtraInfo" href="qabstractformbuilder.html#saveTreeWidgetExtraInfo" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="190" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void saveTreeWidgetExtraInfo(QTreeWidget *treeWidget, DomWidget *ui_widget, DomWidget *ui_parentWidget)">
<parameter left="QTreeWidget *" right="" name="treeWidget" default=""/>
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="DomWidget *" right="" name="ui_parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="setResourceBuilder" fullname="QAbstractFormBuilder::setResourceBuilder" href="qabstractformbuilder.html#setResourceBuilder" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="196" since="4.4" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setResourceBuilder(QResourceBuilder *builder)">
<parameter left="QResourceBuilder *" right="" name="builder" default=""/>
</function>
<function threadsafety="unspecified" name="setTextBuilder" fullname="QAbstractFormBuilder::setTextBuilder" href="qabstractformbuilder.html#setTextBuilder" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="200" since="4.5" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setTextBuilder(QTextBuilder *builder)">
<parameter left="QTextBuilder *" right="" name="builder" default=""/>
</function>
<function threadsafety="unspecified" name="setWorkingDirectory" fullname="QAbstractFormBuilder::setWorkingDirectory" href="qabstractformbuilder.html#setWorkingDirectory" status="active" access="public" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="114" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setWorkingDirectory(const QDir &amp;directory)">
<parameter left="const QDir &amp;" right="" name="directory" default=""/>
</function>
<function threadsafety="unspecified" name="setupColorGroup" fullname="QAbstractFormBuilder::setupColorGroup" href="qabstractformbuilder.html#setupColorGroup" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="213" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setupColorGroup(QPalette &amp;palette, QPalette::ColorGroup colorGroup, DomColorGroup *group)">
<parameter left="QPalette &amp;" right="" name="palette" default=""/>
<parameter left="QPalette::ColorGroup" right="" name="colorGroup" default=""/>
<parameter left="DomColorGroup *" right="" name="group" default=""/>
</function>
<function threadsafety="unspecified" name="~QAbstractFormBuilder" fullname="QAbstractFormBuilder::~QAbstractFormBuilder" href="qabstractformbuilder.html#dtor.QAbstractFormBuilder" status="active" access="public" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="111" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QAbstractFormBuilder()"/>
<function threadsafety="unspecified" name="iconToDomProperty" fullname="QAbstractFormBuilder::iconToDomProperty" href="qabstractformbuilder.html#iconToDomProperty" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="237" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomProperty *" signature="DomProperty * iconToDomProperty(const QIcon &amp;icon) const">
<parameter left="const QIcon &amp;" right="" name="icon" default=""/>
</function>
<function threadsafety="unspecified" name="saveResource" fullname="QAbstractFormBuilder::saveResource" href="qabstractformbuilder.html#saveResource" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="198" since="4.4" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomProperty *" signature="DomProperty * saveResource(const QVariant &amp;v) const">
<parameter left="const QVariant &amp;" right="" name="v" default=""/>
</function>
<function threadsafety="unspecified" name="saveText" fullname="QAbstractFormBuilder::saveText" href="qabstractformbuilder.html#saveText" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="202" since="4.5" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomProperty *" signature="DomProperty * saveText(const QString &amp;attributeName, const QVariant &amp;v) const">
<parameter left="const QString &amp;" right="" name="attributeName" default=""/>
<parameter left="const QVariant &amp;" right="" name="v" default=""/>
</function>
<function threadsafety="unspecified" name="iconPaths" fullname="QAbstractFormBuilder::iconPaths" href="qabstractformbuilder.html#iconPaths" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="233" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="IconPaths" signature="IconPaths iconPaths(const QIcon &amp;icon) const">
<parameter left="const QIcon &amp;" right="" name="icon" default=""/>
</function>
<function threadsafety="unspecified" name="pixmapPaths" fullname="QAbstractFormBuilder::pixmapPaths" href="qabstractformbuilder.html#pixmapPaths" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="234" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="IconPaths" signature="IconPaths pixmapPaths(const QPixmap &amp;pixmap) const">
<parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
</function>
<function threadsafety="unspecified" name="workingDirectory" fullname="QAbstractFormBuilder::workingDirectory" href="qabstractformbuilder.html#workingDirectory" status="active" access="public" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="113" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QDir" signature="QDir workingDirectory() const"/>
<function threadsafety="unspecified" name="resourceBuilder" fullname="QAbstractFormBuilder::resourceBuilder" href="qabstractformbuilder.html#resourceBuilder" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="197" since="4.4" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QResourceBuilder *" signature="QResourceBuilder * resourceBuilder() const"/>
<function threadsafety="unspecified" name="errorString" fullname="QAbstractFormBuilder::errorString" href="qabstractformbuilder.html#errorString" status="active" access="public" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="119" since="5.0" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString errorString() const"/>
<function threadsafety="unspecified" name="textBuilder" fullname="QAbstractFormBuilder::textBuilder" href="qabstractformbuilder.html#textBuilder" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="201" since="4.5" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QTextBuilder *" signature="QTextBuilder * textBuilder() const"/>
<function threadsafety="unspecified" name="checkProperty" fullname="QAbstractFormBuilder::checkProperty" href="qabstractformbuilder.html#checkProperty" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="177" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool checkProperty(QObject *obj, const QString &amp;prop) const">
<parameter left="QObject *" right="" name="obj" default=""/>
<parameter left="const QString &amp;" right="" name="prop" default=""/>
</function>
<function threadsafety="unspecified" name="setIconProperty" fullname="QAbstractFormBuilder::setIconProperty" href="qabstractformbuilder.html#setIconProperty" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="235" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setIconProperty(DomProperty &amp;p, const IconPaths &amp;ip) const">
<parameter left="DomProperty &amp;" right="" name="p" default=""/>
<parameter left="const IconPaths &amp;" right="" name="ip" default=""/>
</function>
<function threadsafety="unspecified" name="setPixmapProperty" fullname="QAbstractFormBuilder::setPixmapProperty" href="qabstractformbuilder.html#setPixmapProperty" status="internal" access="private" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="236" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPixmapProperty(DomProperty &amp;p, const IconPaths &amp;ip) const">
<parameter left="DomProperty &amp;" right="" name="p" default=""/>
<parameter left="const IconPaths &amp;" right="" name="ip" default=""/>
</function>
<variable threadsafety="unspecified" name="d" fullname="QAbstractFormBuilder::d" href="qabstractformbuilder.html#d-var" status="active" access="protected" location="abstractformbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/abstractformbuilder.h" lineno="258" type="QScopedPointer&lt;QFormBuilderExtra&gt;" static="false"/>
</class>
<class threadsafety="unspecified" name="QFormBuilder" href="qformbuilder.html" status="active" access="public" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="60" bases="QAbstractFormBuilder" module="QtDesigner" brief="Used to dynamically construct user interfaces from UI files at run-time">
<function threadsafety="unspecified" name="create" fullname="QFormBuilder::create" href="qformbuilder.html#create-4" status="internal" access="private" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="79" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QAction *" signature="QAction * create(DomAction *ui_action, QObject *parent)">
<parameter left="DomAction *" right="" name="ui_action" default=""/>
<parameter left="QObject *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="create" fullname="QFormBuilder::create" href="qformbuilder.html#create-5" status="internal" access="private" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="80" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QActionGroup *" signature="QActionGroup * create(DomActionGroup *ui_action_group, QObject *parent)">
<parameter left="DomActionGroup *" right="" name="ui_action_group" default=""/>
<parameter left="QObject *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="QFormBuilder" fullname="QFormBuilder::QFormBuilder" href="qformbuilder.html#QFormBuilder" status="active" access="public" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="63" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QFormBuilder()"/>
<function threadsafety="unspecified" name="create" fullname="QFormBuilder::create" href="qformbuilder.html#create-2" status="internal" access="private" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="77" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QLayout *" signature="QLayout * create(DomLayout *ui_layout, QLayout *layout, QWidget *parentWidget)">
<parameter left="DomLayout *" right="" name="ui_layout" default=""/>
<parameter left="QLayout *" right="" name="layout" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="createLayout" fullname="QFormBuilder::createLayout" href="qformbuilder.html#createLayout" status="internal" access="private" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="83" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QLayout *" signature="QLayout * createLayout(const QString &amp;layoutName, QObject *parent, const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="layoutName" default=""/>
<parameter left="QObject *" right="" name="parent" default=""/>
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="create" fullname="QFormBuilder::create" href="qformbuilder.html#create-3" status="internal" access="private" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="78" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QLayoutItem *" signature="QLayoutItem * create(DomLayoutItem *ui_layoutItem, QLayout *layout, QWidget *parentWidget)">
<parameter left="DomLayoutItem *" right="" name="ui_layoutItem" default=""/>
<parameter left="QLayout *" right="" name="layout" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="create" fullname="QFormBuilder::create" href="qformbuilder.html#create" status="internal" access="private" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="75" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * create(DomUI *ui, QWidget *parentWidget)">
<parameter left="DomUI *" right="" name="ui" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="create" fullname="QFormBuilder::create" href="qformbuilder.html#create-1" status="internal" access="private" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="76" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * create(DomWidget *ui_widget, QWidget *parentWidget)">
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="createWidget" fullname="QFormBuilder::createWidget" href="qformbuilder.html#createWidget" status="internal" access="private" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="82" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createWidget(const QString &amp;widgetName, QWidget *parentWidget, const QString &amp;name)">
<parameter left="const QString &amp;" right="" name="widgetName" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="widgetByName" fullname="QFormBuilder::widgetByName" href="qformbuilder.html#widgetByName" status="internal" access="private" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="93" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * widgetByName(QWidget *topLevel, const QString &amp;name)">
<parameter left="QWidget *" right="" name="topLevel" default=""/>
<parameter left="const QString &amp;" right="" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="addItem" fullname="QFormBuilder::addItem" href="qformbuilder.html#addItem" status="internal" access="private" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="87" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool addItem(DomLayoutItem *ui_item, QLayoutItem *item, QLayout *layout)">
<parameter left="DomLayoutItem *" right="" name="ui_item" default=""/>
<parameter left="QLayoutItem *" right="" name="item" default=""/>
<parameter left="QLayout *" right="" name="layout" default=""/>
</function>
<function threadsafety="unspecified" name="addItem" fullname="QFormBuilder::addItem" href="qformbuilder.html#addItem-1" status="internal" access="private" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="88" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool addItem(DomWidget *ui_widget, QWidget *widget, QWidget *parentWidget)">
<parameter left="DomWidget *" right="" name="ui_widget" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
<parameter left="QWidget *" right="" name="parentWidget" default=""/>
</function>
<function threadsafety="unspecified" name="addPluginPath" fullname="QFormBuilder::addPluginPath" href="qformbuilder.html#addPluginPath" status="active" access="public" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="69" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void addPluginPath(const QString &amp;pluginPath)">
<parameter left="const QString &amp;" right="" name="pluginPath" default=""/>
</function>
<function threadsafety="unspecified" name="applyProperties" fullname="QFormBuilder::applyProperties" href="qformbuilder.html#applyProperties" status="internal" access="private" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="91" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyProperties(QObject *o, const QList&lt;DomProperty *&gt; &amp;properties)">
<parameter left="QObject *" right="" name="o" default=""/>
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="properties" default=""/>
</function>
<function threadsafety="unspecified" name="clearPluginPaths" fullname="QFormBuilder::clearPluginPaths" href="qformbuilder.html#clearPluginPaths" status="active" access="public" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="68" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearPluginPaths()"/>
<function threadsafety="unspecified" name="createConnections" fullname="QFormBuilder::createConnections" href="qformbuilder.html#createConnections" status="internal" access="private" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="85" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void createConnections(DomConnections *ui_connections, QWidget *widget)">
<parameter left="DomConnections *" right="" name="ui_connections" default=""/>
<parameter left="QWidget *" right="" name="widget" default=""/>
</function>
<function threadsafety="unspecified" name="setPluginPath" fullname="QFormBuilder::setPluginPath" href="qformbuilder.html#setPluginPath" status="active" access="public" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="70" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setPluginPath(const QStringList &amp;pluginPaths)">
<parameter left="const QStringList &amp;" right="" name="pluginPaths" default=""/>
</function>
<function threadsafety="unspecified" name="updateCustomWidgets" fullname="QFormBuilder::updateCustomWidgets" href="qformbuilder.html#updateCustomWidgets" status="internal" access="private" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="90" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void updateCustomWidgets()"/>
<function threadsafety="unspecified" name="~QFormBuilder" fullname="QFormBuilder::~QFormBuilder" href="qformbuilder.html#dtor.QFormBuilder" status="active" access="public" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="64" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QFormBuilder()"/>
<function threadsafety="unspecified" name="customWidgets" fullname="QFormBuilder::customWidgets" href="qformbuilder.html#customWidgets" status="active" access="public" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="72" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QDesignerCustomWidgetInterface *&gt;" signature="QList&lt;QDesignerCustomWidgetInterface *&gt; customWidgets() const"/>
<function threadsafety="unspecified" name="pluginPaths" fullname="QFormBuilder::pluginPaths" href="qformbuilder.html#pluginPaths" status="active" access="public" location="formbuilder.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilder.h" lineno="66" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList pluginPaths() const"/>
</class>
<class threadsafety="unspecified" name="QFormBuilderExtra" href="qformbuilderextra.html" status="internal" access="private" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="89">
<function threadsafety="unspecified" name="buttonGroups" fullname="QFormBuilderExtra::buttonGroups" href="qformbuilderextra.html#buttonGroups-1" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="138" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="ButtonGroupHash &amp;" signature="ButtonGroupHash &amp; buttonGroups()"/>
<function threadsafety="unspecified" name="QFormBuilderExtra" fullname="QFormBuilderExtra::QFormBuilderExtra" href="qformbuilderextra.html#QFormBuilderExtra" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="92" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QFormBuilderExtra()"/>
<function threadsafety="unspecified" name="boxLayoutStretch" fullname="QFormBuilderExtra::boxLayoutStretch" href="qformbuilderextra.html#boxLayoutStretch" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="141" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString boxLayoutStretch(const QBoxLayout *)">
<parameter left="const QBoxLayout *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="gridLayoutColumnMinimumWidth" fullname="QFormBuilderExtra::gridLayoutColumnMinimumWidth" href="qformbuilderextra.html#gridLayoutColumnMinimumWidth" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="159" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString gridLayoutColumnMinimumWidth(const QGridLayout *)">
<parameter left="const QGridLayout *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="gridLayoutColumnStretch" fullname="QFormBuilderExtra::gridLayoutColumnStretch" href="qformbuilderextra.html#gridLayoutColumnStretch" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="150" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString gridLayoutColumnStretch(const QGridLayout *)">
<parameter left="const QGridLayout *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="gridLayoutRowMinimumHeight" fullname="QFormBuilderExtra::gridLayoutRowMinimumHeight" href="qformbuilderextra.html#gridLayoutRowMinimumHeight" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="155" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString gridLayoutRowMinimumHeight(const QGridLayout *)">
<parameter left="const QGridLayout *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="gridLayoutRowStretch" fullname="QFormBuilderExtra::gridLayoutRowStretch" href="qformbuilderextra.html#gridLayoutRowStretch" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="146" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="QString" signature="QString gridLayoutRowStretch(const QGridLayout *)">
<parameter left="const QGridLayout *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="applyBuddy" fullname="QFormBuilderExtra::applyBuddy" href="qformbuilderextra.html#applyBuddy" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="112" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool applyBuddy(const QString &amp;buddyName, BuddyMode applyMode, QLabel *label)">
<parameter left="const QString &amp;" right="" name="buddyName" default=""/>
<parameter left="BuddyMode" right="" name="applyMode" default=""/>
<parameter left="QLabel *" right="" name="label" default=""/>
</function>
<function threadsafety="unspecified" name="applyPropertyInternally" fullname="QFormBuilderExtra::applyPropertyInternally" href="qformbuilderextra.html#applyPropertyInternally" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="107" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool applyPropertyInternally(QObject *o, const QString &amp;propertyName, const QVariant &amp;value)">
<parameter left="QObject *" right="" name="o" default=""/>
<parameter left="const QString &amp;" right="" name="propertyName" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="setBoxLayoutStretch" fullname="QFormBuilderExtra::setBoxLayoutStretch" href="qformbuilderextra.html#setBoxLayoutStretch" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="143" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool setBoxLayoutStretch(const QString &amp;, QBoxLayout *)">
<parameter left="const QString &amp;" right="" name="" default=""/>
<parameter left="QBoxLayout *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setGridLayoutColumnMinimumWidth" fullname="QFormBuilderExtra::setGridLayoutColumnMinimumWidth" href="qformbuilderextra.html#setGridLayoutColumnMinimumWidth" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="160" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool setGridLayoutColumnMinimumWidth(const QString &amp;, QGridLayout *)">
<parameter left="const QString &amp;" right="" name="" default=""/>
<parameter left="QGridLayout *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setGridLayoutColumnStretch" fullname="QFormBuilderExtra::setGridLayoutColumnStretch" href="qformbuilderextra.html#setGridLayoutColumnStretch" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="151" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool setGridLayoutColumnStretch(const QString &amp;, QGridLayout *)">
<parameter left="const QString &amp;" right="" name="" default=""/>
<parameter left="QGridLayout *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setGridLayoutRowMinimumHeight" fullname="QFormBuilderExtra::setGridLayoutRowMinimumHeight" href="qformbuilderextra.html#setGridLayoutRowMinimumHeight" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="156" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool setGridLayoutRowMinimumHeight(const QString &amp;, QGridLayout *)">
<parameter left="const QString &amp;" right="" name="" default=""/>
<parameter left="QGridLayout *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setGridLayoutRowStretch" fullname="QFormBuilderExtra::setGridLayoutRowStretch" href="qformbuilderextra.html#setGridLayoutRowStretch" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="147" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="bool" signature="bool setGridLayoutRowStretch(const QString &amp;, QGridLayout *)">
<parameter left="const QString &amp;" right="" name="" default=""/>
<parameter left="QGridLayout *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="QFormBuilderExtra::clear" href="qformbuilderextra.html#clear" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="105" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear()"/>
<function threadsafety="unspecified" name="clearBoxLayoutStretch" fullname="QFormBuilderExtra::clearBoxLayoutStretch" href="qformbuilderextra.html#clearBoxLayoutStretch" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="144" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void clearBoxLayoutStretch(QBoxLayout *)">
<parameter left="QBoxLayout *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="clearGridLayoutColumnMinimumWidth" fullname="QFormBuilderExtra::clearGridLayoutColumnMinimumWidth" href="qformbuilderextra.html#clearGridLayoutColumnMinimumWidth" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="161" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void clearGridLayoutColumnMinimumWidth(QGridLayout *)">
<parameter left="QGridLayout *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="clearGridLayoutColumnStretch" fullname="QFormBuilderExtra::clearGridLayoutColumnStretch" href="qformbuilderextra.html#clearGridLayoutColumnStretch" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="152" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void clearGridLayoutColumnStretch(QGridLayout *)">
<parameter left="QGridLayout *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="clearGridLayoutRowMinimumHeight" fullname="QFormBuilderExtra::clearGridLayoutRowMinimumHeight" href="qformbuilderextra.html#clearGridLayoutRowMinimumHeight" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="157" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void clearGridLayoutRowMinimumHeight(QGridLayout *)">
<parameter left="QGridLayout *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="clearGridLayoutRowStretch" fullname="QFormBuilderExtra::clearGridLayoutRowStretch" href="qformbuilderextra.html#clearGridLayoutRowStretch" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="148" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="void" signature="void clearGridLayoutRowStretch(QGridLayout *)">
<parameter left="QGridLayout *" right="" name="" default=""/>
</function>
<function threadsafety="unspecified" name="clearResourceBuilder" fullname="QFormBuilderExtra::clearResourceBuilder" href="qformbuilderextra.html#clearResourceBuilder" status="active" access="private" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="176" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearResourceBuilder()"/>
<function threadsafety="unspecified" name="clearTextBuilder" fullname="QFormBuilderExtra::clearTextBuilder" href="qformbuilderextra.html#clearTextBuilder" status="active" access="private" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="177" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearTextBuilder()"/>
<function threadsafety="unspecified" name="registerButtonGroups" fullname="QFormBuilderExtra::registerButtonGroups" href="qformbuilderextra.html#registerButtonGroups" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="133" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void registerButtonGroups(const DomButtonGroups *groups)">
<parameter left="const DomButtonGroups *" right="" name="groups" default=""/>
</function>
<function threadsafety="unspecified" name="setParentWidget" fullname="QFormBuilderExtra::setParentWidget" href="qformbuilderextra.html#setParentWidget" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="116" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setParentWidget(const QPointer&lt;QWidget&gt; &amp;w)">
<parameter left="const QPointer&lt;QWidget&gt; &amp;" right="" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="setProcessingLayoutWidget" fullname="QFormBuilderExtra::setProcessingLayoutWidget" href="qformbuilderextra.html#setProcessingLayoutWidget" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="118" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setProcessingLayoutWidget(bool processing)">
<parameter left="bool" right="" name="processing" default=""/>
</function>
<function threadsafety="unspecified" name="setResourceBuilder" fullname="QFormBuilderExtra::setResourceBuilder" href="qformbuilderextra.html#setResourceBuilder" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="121" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setResourceBuilder(QResourceBuilder *builder)">
<parameter left="QResourceBuilder *" right="" name="builder" default=""/>
</function>
<function threadsafety="unspecified" name="setTextBuilder" fullname="QFormBuilderExtra::setTextBuilder" href="qformbuilderextra.html#setTextBuilder" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="124" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setTextBuilder(QTextBuilder *builder)">
<parameter left="QTextBuilder *" right="" name="builder" default=""/>
</function>
<function threadsafety="unspecified" name="storeCustomWidgetData" fullname="QFormBuilderExtra::storeCustomWidgetData" href="qformbuilderextra.html#storeCustomWidgetData" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="127" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void storeCustomWidgetData(const QString &amp;className, const DomCustomWidget *d)">
<parameter left="const QString &amp;" right="" name="className" default=""/>
<parameter left="const DomCustomWidget *" right="" name="d" default=""/>
</function>
<function threadsafety="unspecified" name="~QFormBuilderExtra" fullname="QFormBuilderExtra::~QFormBuilderExtra" href="qformbuilderextra.html#dtor.QFormBuilderExtra" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="93" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QFormBuilderExtra()"/>
<function threadsafety="unspecified" name="resourceBuilder" fullname="QFormBuilderExtra::resourceBuilder" href="qformbuilderextra.html#resourceBuilder" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="122" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QResourceBuilder *" signature="QResourceBuilder * resourceBuilder() const"/>
<function threadsafety="unspecified" name="customWidgetAddPageMethod" fullname="QFormBuilderExtra::customWidgetAddPageMethod" href="qformbuilderextra.html#customWidgetAddPageMethod" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="128" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString customWidgetAddPageMethod(const QString &amp;className) const">
<parameter left="const QString &amp;" right="" name="className" default=""/>
</function>
<function threadsafety="unspecified" name="customWidgetBaseClass" fullname="QFormBuilderExtra::customWidgetBaseClass" href="qformbuilderextra.html#customWidgetBaseClass" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="129" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString customWidgetBaseClass(const QString &amp;className) const">
<parameter left="const QString &amp;" right="" name="className" default=""/>
</function>
<function threadsafety="unspecified" name="textBuilder" fullname="QFormBuilderExtra::textBuilder" href="qformbuilderextra.html#textBuilder" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="125" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QTextBuilder *" signature="QTextBuilder * textBuilder() const"/>
<function threadsafety="unspecified" name="isCustomWidgetContainer" fullname="QFormBuilderExtra::isCustomWidgetContainer" href="qformbuilderextra.html#isCustomWidgetContainer" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="130" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isCustomWidgetContainer(const QString &amp;className) const">
<parameter left="const QString &amp;" right="" name="className" default=""/>
</function>
<function threadsafety="unspecified" name="parentWidgetIsSet" fullname="QFormBuilderExtra::parentWidgetIsSet" href="qformbuilderextra.html#parentWidgetIsSet" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="115" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool parentWidgetIsSet() const"/>
<function threadsafety="unspecified" name="processingLayoutWidget" fullname="QFormBuilderExtra::processingLayoutWidget" href="qformbuilderextra.html#processingLayoutWidget" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="119" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool processingLayoutWidget() const"/>
<function threadsafety="unspecified" name="parentWidget" fullname="QFormBuilderExtra::parentWidget" href="qformbuilderextra.html#parentWidget" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="114" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const QPointer&lt;QWidget&gt; &amp;" signature="const QPointer&lt;QWidget&gt; &amp; parentWidget() const"/>
<function threadsafety="unspecified" name="applyInternalProperties" fullname="QFormBuilderExtra::applyInternalProperties" href="qformbuilderextra.html#applyInternalProperties" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="111" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void applyInternalProperties() const"/>
<class threadsafety="unspecified" name="CustomWidgetData" fullname="QFormBuilderExtra::CustomWidgetData" href="qformbuilderextra-customwidgetdata.html" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="95">
<function threadsafety="unspecified" name="CustomWidgetData" fullname="QFormBuilderExtra::CustomWidgetData::CustomWidgetData" href="qformbuilderextra-customwidgetdata.html#CustomWidgetData" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="96" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="CustomWidgetData()"/>
<function threadsafety="unspecified" name="CustomWidgetData" fullname="QFormBuilderExtra::CustomWidgetData::CustomWidgetData" href="qformbuilderextra-customwidgetdata.html#CustomWidgetData-1" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="97" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="CustomWidgetData(const DomCustomWidget *dc)">
<parameter left="const DomCustomWidget *" right="" name="dc" default=""/>
</function>
<variable threadsafety="unspecified" name="addPageMethod" fullname="QFormBuilderExtra::CustomWidgetData::addPageMethod" href="qformbuilderextra-customwidgetdata.html#addPageMethod-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="99" type="QString" static="false"/>
<variable threadsafety="unspecified" name="baseClass" fullname="QFormBuilderExtra::CustomWidgetData::baseClass" href="qformbuilderextra-customwidgetdata.html#baseClass-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="101" type="QString" static="false"/>
<variable threadsafety="unspecified" name="isContainer" fullname="QFormBuilderExtra::CustomWidgetData::isContainer" href="qformbuilderextra-customwidgetdata.html#isContainer-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="102" type="bool" static="false"/>
<variable threadsafety="unspecified" name="script" fullname="QFormBuilderExtra::CustomWidgetData::script" href="qformbuilderextra-customwidgetdata.html#script-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="100" type="QString" static="false"/>
</class>
<enum threadsafety="unspecified" name="BuddyMode" fullname="QFormBuilderExtra::BuddyMode" href="qformbuilderextra.html#BuddyMode-enum" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="109">
<value name="BuddyApplyAll" value="0"/>
<value name="BuddyApplyVisibleOnly" value="1"/>
</enum>
<typedef threadsafety="unspecified" name="BuddyHash" fullname="QFormBuilderExtra::BuddyHash" href="qformbuilderextra.html#BuddyHash-typedef" status="active" access="private" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="179"/>
<typedef threadsafety="unspecified" name="ButtonGroupEntry" fullname="QFormBuilderExtra::ButtonGroupEntry" href="qformbuilderextra.html#ButtonGroupEntry-typedef" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="135"/>
<typedef threadsafety="unspecified" name="ButtonGroupHash" fullname="QFormBuilderExtra::ButtonGroupHash" href="qformbuilderextra.html#ButtonGroupHash-typedef" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="136"/>
<function threadsafety="unspecified" name="buttonGroups" fullname="QFormBuilderExtra::buttonGroups" href="qformbuilderextra.html#buttonGroups" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="137" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="const ButtonGroupHash &amp;" signature="const ButtonGroupHash &amp; buttonGroups() const"/>
<variable threadsafety="unspecified" name="m_actionGroups" fullname="QFormBuilderExtra::m_actionGroups" href="qformbuilderextra.html#m_actionGroups-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="168" type="QHash&lt;QString, QActionGroup *&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_actions" fullname="QFormBuilderExtra::m_actions" href="qformbuilderextra.html#m_actions-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="167" type="QHash&lt;QString, QAction *&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_customWidgets" fullname="QFormBuilderExtra::m_customWidgets" href="qformbuilderextra.html#m_customWidgets-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="164" type="QMap&lt;QString, QDesignerCustomWidgetInterface *&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_defaultMargin" fullname="QFormBuilderExtra::m_defaultMargin" href="qformbuilderextra.html#m_defaultMargin-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="169" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_defaultSpacing" fullname="QFormBuilderExtra::m_defaultSpacing" href="qformbuilderextra.html#m_defaultSpacing-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="170" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_errorString" fullname="QFormBuilderExtra::m_errorString" href="qformbuilderextra.html#m_errorString-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="172" type="QString" static="false"/>
<variable threadsafety="unspecified" name="m_laidout" fullname="QFormBuilderExtra::m_laidout" href="qformbuilderextra.html#m_laidout-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="166" type="QHash&lt;QObject *, bool&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_language" fullname="QFormBuilderExtra::m_language" href="qformbuilderextra.html#m_language-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="173" type="QString" static="false"/>
<variable threadsafety="unspecified" name="m_pluginPaths" fullname="QFormBuilderExtra::m_pluginPaths" href="qformbuilderextra.html#m_pluginPaths-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="163" type="QStringList" static="false"/>
<variable threadsafety="unspecified" name="m_workingDirectory" fullname="QFormBuilderExtra::m_workingDirectory" href="qformbuilderextra.html#m_workingDirectory-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="171" type="QDir" static="false"/>
</class>
<class threadsafety="unspecified" name="QFormBuilderStrings" href="qformbuilderstrings.html" status="internal" access="private" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="197">
<function threadsafety="unspecified" name="QFormBuilderStrings" fullname="QFormBuilderStrings::QFormBuilderStrings" href="qformbuilderstrings.html#QFormBuilderStrings" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="198" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QFormBuilderStrings()"/>
<function threadsafety="unspecified" name="instance" fullname="QFormBuilderStrings::instance" href="qformbuilderstrings.html#instance" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="200" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="const QFormBuilderStrings &amp;" signature="const QFormBuilderStrings &amp; instance()"/>
<typedef threadsafety="unspecified" name="RoleNName" fullname="QFormBuilderStrings::RoleNName" href="qformbuilderstrings.html#RoleNName-typedef" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="244"/>
<typedef threadsafety="unspecified" name="TextRoleNName" fullname="QFormBuilderStrings::TextRoleNName" href="qformbuilderstrings.html#TextRoleNName-typedef" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="251"/>
<variable threadsafety="unspecified" name="bottomMarginProperty" fullname="QFormBuilderStrings::bottomMarginProperty" href="qformbuilderstrings.html#bottomMarginProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="227" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="buddyProperty" fullname="QFormBuilderStrings::buddyProperty" href="qformbuilderstrings.html#buddyProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="202" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="currentIndexProperty" fullname="QFormBuilderStrings::currentIndexProperty" href="qformbuilderstrings.html#currentIndexProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="218" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="currentRowProperty" fullname="QFormBuilderStrings::currentRowProperty" href="qformbuilderstrings.html#currentRowProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="236" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="cursorProperty" fullname="QFormBuilderStrings::cursorProperty" href="qformbuilderstrings.html#cursorProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="203" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="defaultTitle" fullname="QFormBuilderStrings::defaultTitle" href="qformbuilderstrings.html#defaultTitle-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="209" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="dockWidgetAreaAttribute" fullname="QFormBuilderStrings::dockWidgetAreaAttribute" href="qformbuilderstrings.html#dockWidgetAreaAttribute-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="221" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="falseValue" fullname="QFormBuilderStrings::falseValue" href="qformbuilderstrings.html#falseValue-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="206" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="flagsAttribute" fullname="QFormBuilderStrings::flagsAttribute" href="qformbuilderstrings.html#flagsAttribute-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="214" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="geometryProperty" fullname="QFormBuilderStrings::geometryProperty" href="qformbuilderstrings.html#geometryProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="240" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="horizontalPostFix" fullname="QFormBuilderStrings::horizontalPostFix" href="qformbuilderstrings.html#horizontalPostFix-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="207" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="horizontalSpacingProperty" fullname="QFormBuilderStrings::horizontalSpacingProperty" href="qformbuilderstrings.html#horizontalSpacingProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="228" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="iconAttribute" fullname="QFormBuilderStrings::iconAttribute" href="qformbuilderstrings.html#iconAttribute-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="215" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="itemRoles" fullname="QFormBuilderStrings::itemRoles" href="qformbuilderstrings.html#itemRoles-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="245" type="QList&lt;RoleNName&gt;" static="false"/>
<variable threadsafety="unspecified" name="itemTextRoles" fullname="QFormBuilderStrings::itemTextRoles" href="qformbuilderstrings.html#itemTextRoles-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="252" type="QList&lt;TextRoleNName&gt;" static="false"/>
<variable threadsafety="unspecified" name="labelAttribute" fullname="QFormBuilderStrings::labelAttribute" href="qformbuilderstrings.html#labelAttribute-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="211" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="leftMarginProperty" fullname="QFormBuilderStrings::leftMarginProperty" href="qformbuilderstrings.html#leftMarginProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="224" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="lineClass" fullname="QFormBuilderStrings::lineClass" href="qformbuilderstrings.html#lineClass-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="239" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="marginProperty" fullname="QFormBuilderStrings::marginProperty" href="qformbuilderstrings.html#marginProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="222" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="objectNameProperty" fullname="QFormBuilderStrings::objectNameProperty" href="qformbuilderstrings.html#objectNameProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="204" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="orientationProperty" fullname="QFormBuilderStrings::orientationProperty" href="qformbuilderstrings.html#orientationProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="232" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="pixmapAttribute" fullname="QFormBuilderStrings::pixmapAttribute" href="qformbuilderstrings.html#pixmapAttribute-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="216" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="qWidgetClass" fullname="QFormBuilderStrings::qWidgetClass" href="qformbuilderstrings.html#qWidgetClass-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="238" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="qtHorizontal" fullname="QFormBuilderStrings::qtHorizontal" href="qformbuilderstrings.html#qtHorizontal-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="234" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="qtVertical" fullname="QFormBuilderStrings::qtVertical" href="qformbuilderstrings.html#qtVertical-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="235" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="rightMarginProperty" fullname="QFormBuilderStrings::rightMarginProperty" href="qformbuilderstrings.html#rightMarginProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="226" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="scriptChildWidgetsVariable" fullname="QFormBuilderStrings::scriptChildWidgetsVariable" href="qformbuilderstrings.html#scriptChildWidgetsVariable-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="242" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="scriptWidgetVariable" fullname="QFormBuilderStrings::scriptWidgetVariable" href="qformbuilderstrings.html#scriptWidgetVariable-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="241" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="separator" fullname="QFormBuilderStrings::separator" href="qformbuilderstrings.html#separator-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="208" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="sizeHintProperty" fullname="QFormBuilderStrings::sizeHintProperty" href="qformbuilderstrings.html#sizeHintProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="230" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="sizeTypeProperty" fullname="QFormBuilderStrings::sizeTypeProperty" href="qformbuilderstrings.html#sizeTypeProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="231" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="spacingProperty" fullname="QFormBuilderStrings::spacingProperty" href="qformbuilderstrings.html#spacingProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="223" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="styleSheetProperty" fullname="QFormBuilderStrings::styleSheetProperty" href="qformbuilderstrings.html#styleSheetProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="233" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="tabSpacingProperty" fullname="QFormBuilderStrings::tabSpacingProperty" href="qformbuilderstrings.html#tabSpacingProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="237" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="textAttribute" fullname="QFormBuilderStrings::textAttribute" href="qformbuilderstrings.html#textAttribute-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="217" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="titleAttribute" fullname="QFormBuilderStrings::titleAttribute" href="qformbuilderstrings.html#titleAttribute-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="210" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="toolBarAreaAttribute" fullname="QFormBuilderStrings::toolBarAreaAttribute" href="qformbuilderstrings.html#toolBarAreaAttribute-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="219" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="toolBarBreakAttribute" fullname="QFormBuilderStrings::toolBarBreakAttribute" href="qformbuilderstrings.html#toolBarBreakAttribute-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="220" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="toolTipAttribute" fullname="QFormBuilderStrings::toolTipAttribute" href="qformbuilderstrings.html#toolTipAttribute-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="212" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="topMarginProperty" fullname="QFormBuilderStrings::topMarginProperty" href="qformbuilderstrings.html#topMarginProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="225" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="treeItemRoleHash" fullname="QFormBuilderStrings::treeItemRoleHash" href="qformbuilderstrings.html#treeItemRoleHash-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="246" type="QHash&lt;QString, Qt::ItemDataRole&gt;" static="false"/>
<variable threadsafety="unspecified" name="treeItemTextRoleHash" fullname="QFormBuilderStrings::treeItemTextRoleHash" href="qformbuilderstrings.html#treeItemTextRoleHash-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="253" type="QHash&lt;QString, QPair&lt;Qt::ItemDataRole, Qt::ItemDataRole&gt; &gt;" static="false"/>
<variable threadsafety="unspecified" name="trueValue" fullname="QFormBuilderStrings::trueValue" href="qformbuilderstrings.html#trueValue-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="205" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="verticalSpacingProperty" fullname="QFormBuilderStrings::verticalSpacingProperty" href="qformbuilderstrings.html#verticalSpacingProperty-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="229" type="const QString" static="false"/>
<variable threadsafety="unspecified" name="whatsThisAttribute" fullname="QFormBuilderStrings::whatsThisAttribute" href="qformbuilderstrings.html#whatsThisAttribute-var" status="active" access="public" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="213" type="const QString" static="false"/>
</class>
<class threadsafety="unspecified" name="QAbstractFormBuilderGadget" href="qabstractformbuildergadget.html" status="internal" access="private" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="83">
<function threadsafety="unspecified" name="QAbstractFormBuilderGadget" fullname="QAbstractFormBuilderGadget::QAbstractFormBuilderGadget" href="qabstractformbuildergadget.html#QAbstractFormBuilderGadget" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="103" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QAbstractFormBuilderGadget()"/>
<function threadsafety="unspecified" name="fakeStyleStrategy" fullname="QAbstractFormBuilderGadget::fakeStyleStrategy" href="qabstractformbuildergadget.html#styleStrategy-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="109" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="styleStrategy" type="QFont::StyleStrategy" signature="QFont::StyleStrategy fakeStyleStrategy() const"/>
<function threadsafety="unspecified" name="fakeGradientCoordinate" fullname="QAbstractFormBuilderGadget::fakeGradientCoordinate" href="qabstractformbuildergadget.html#gradientCoordinate-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="115" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="gradientCoordinate" type="QGradient::CoordinateMode" signature="QGradient::CoordinateMode fakeGradientCoordinate() const"/>
<function threadsafety="unspecified" name="fakeGradientSpread" fullname="QAbstractFormBuilderGadget::fakeGradientSpread" href="qabstractformbuildergadget.html#gradientSpread-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="114" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="gradientSpread" type="QGradient::Spread" signature="QGradient::Spread fakeGradientSpread() const"/>
<function threadsafety="unspecified" name="fakeGradientType" fullname="QAbstractFormBuilderGadget::fakeGradientType" href="qabstractformbuildergadget.html#gradientType-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="113" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="gradientType" type="QGradient::Type" signature="QGradient::Type fakeGradientType() const"/>
<function threadsafety="unspecified" name="fakeCountry" fullname="QAbstractFormBuilderGadget::fakeCountry" href="qabstractformbuildergadget.html#country-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="117" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="country" type="QLocale::Country" signature="QLocale::Country fakeCountry() const"/>
<function threadsafety="unspecified" name="fakeLanguage" fullname="QAbstractFormBuilderGadget::fakeLanguage" href="qabstractformbuildergadget.html#language-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="116" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="language" type="QLocale::Language" signature="QLocale::Language fakeLanguage() const"/>
<function threadsafety="unspecified" name="fakeColorGroup" fullname="QAbstractFormBuilderGadget::fakeColorGroup" href="qabstractformbuildergadget.html#colorGroup-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="107" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="colorGroup" type="QPalette::ColorGroup" signature="QPalette::ColorGroup fakeColorGroup() const"/>
<function threadsafety="unspecified" name="fakeColorRole" fullname="QAbstractFormBuilderGadget::fakeColorRole" href="qabstractformbuildergadget.html#colorRole-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="108" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="colorRole" type="QPalette::ColorRole" signature="QPalette::ColorRole fakeColorRole() const"/>
<function threadsafety="unspecified" name="fakeSizeType" fullname="QAbstractFormBuilderGadget::fakeSizeType" href="qabstractformbuildergadget.html#sizeType-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="106" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="sizeType" type="QSizePolicy::Policy" signature="QSizePolicy::Policy fakeSizeType() const"/>
<function threadsafety="unspecified" name="fakeAlignment" fullname="QAbstractFormBuilderGadget::fakeAlignment" href="qabstractformbuildergadget.html#textAlignment-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="120" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="textAlignment" type="Qt::Alignment" signature="Qt::Alignment fakeAlignment() const"/>
<function threadsafety="unspecified" name="fakeBrushStyle" fullname="QAbstractFormBuilderGadget::fakeBrushStyle" href="qabstractformbuildergadget.html#brushStyle-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="111" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="brushStyle" type="Qt::BrushStyle" signature="Qt::BrushStyle fakeBrushStyle() const"/>
<function threadsafety="unspecified" name="fakeCheckState" fullname="QAbstractFormBuilderGadget::fakeCheckState" href="qabstractformbuildergadget.html#checkState-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="119" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="checkState" type="Qt::CheckState" signature="Qt::CheckState fakeCheckState() const"/>
<function threadsafety="unspecified" name="fakeCursorShape" fullname="QAbstractFormBuilderGadget::fakeCursorShape" href="qabstractformbuildergadget.html#cursorShape-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="110" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="cursorShape" type="Qt::CursorShape" signature="Qt::CursorShape fakeCursorShape() const"/>
<function threadsafety="unspecified" name="fakeItemFlags" fullname="QAbstractFormBuilderGadget::fakeItemFlags" href="qabstractformbuildergadget.html#itemFlags-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="118" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="itemFlags" type="Qt::ItemFlags" signature="Qt::ItemFlags fakeItemFlags() const"/>
<function threadsafety="unspecified" name="fakeOrientation" fullname="QAbstractFormBuilderGadget::fakeOrientation" href="qabstractformbuildergadget.html#orientation-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="105" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="orientation" type="Qt::Orientation" signature="Qt::Orientation fakeOrientation() const"/>
<function threadsafety="unspecified" name="fakeToolBarArea" fullname="QAbstractFormBuilderGadget::fakeToolBarArea" href="qabstractformbuildergadget.html#toolBarArea-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="112" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" associated-property="toolBarArea" type="Qt::ToolBarArea" signature="Qt::ToolBarArea fakeToolBarArea() const"/>
<property threadsafety="unspecified" name="brushStyle" fullname="QAbstractFormBuilderGadget::brushStyle" href="qabstractformbuildergadget.html#brushStyle-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="95" type="Qt::BrushStyle">
<getter name="fakeBrushStyle"/>
</property>
<property threadsafety="unspecified" name="checkState" fullname="QAbstractFormBuilderGadget::checkState" href="qabstractformbuildergadget.html#checkState-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="87" type="Qt::CheckState">
<getter name="fakeCheckState"/>
</property>
<property threadsafety="unspecified" name="colorGroup" fullname="QAbstractFormBuilderGadget::colorGroup" href="qabstractformbuildergadget.html#colorGroup-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="92" type="QPalette::ColorGroup">
<getter name="fakeColorGroup"/>
</property>
<property threadsafety="unspecified" name="colorRole" fullname="QAbstractFormBuilderGadget::colorRole" href="qabstractformbuildergadget.html#colorRole-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="91" type="QPalette::ColorRole">
<getter name="fakeColorRole"/>
</property>
<property threadsafety="unspecified" name="country" fullname="QAbstractFormBuilderGadget::country" href="qabstractformbuildergadget.html#country-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="101" type="QLocale::Country">
<getter name="fakeCountry"/>
</property>
<property threadsafety="unspecified" name="cursorShape" fullname="QAbstractFormBuilderGadget::cursorShape" href="qabstractformbuildergadget.html#cursorShape-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="94" type="Qt::CursorShape">
<getter name="fakeCursorShape"/>
</property>
<property threadsafety="unspecified" name="gradientCoordinate" fullname="QAbstractFormBuilderGadget::gradientCoordinate" href="qabstractformbuildergadget.html#gradientCoordinate-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="99" type="QGradient::CoordinateMode">
<getter name="fakeGradientCoordinate"/>
</property>
<property threadsafety="unspecified" name="gradientSpread" fullname="QAbstractFormBuilderGadget::gradientSpread" href="qabstractformbuildergadget.html#gradientSpread-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="98" type="QGradient::Spread">
<getter name="fakeGradientSpread"/>
</property>
<property threadsafety="unspecified" name="gradientType" fullname="QAbstractFormBuilderGadget::gradientType" href="qabstractformbuildergadget.html#gradientType-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="97" type="QGradient::Type">
<getter name="fakeGradientType"/>
</property>
<property threadsafety="unspecified" name="itemFlags" fullname="QAbstractFormBuilderGadget::itemFlags" href="qabstractformbuildergadget.html#itemFlags-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="86" type="Qt::ItemFlags">
<getter name="fakeItemFlags"/>
</property>
<property threadsafety="unspecified" name="language" fullname="QAbstractFormBuilderGadget::language" href="qabstractformbuildergadget.html#language-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="100" type="QLocale::Language">
<getter name="fakeLanguage"/>
</property>
<property threadsafety="unspecified" name="orientation" fullname="QAbstractFormBuilderGadget::orientation" href="qabstractformbuildergadget.html#orientation-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="89" type="Qt::Orientation">
<getter name="fakeOrientation"/>
</property>
<property threadsafety="unspecified" name="sizeType" fullname="QAbstractFormBuilderGadget::sizeType" href="qabstractformbuildergadget.html#sizeType-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="90" type="QSizePolicy::Policy">
<getter name="fakeSizeType"/>
</property>
<property threadsafety="unspecified" name="styleStrategy" fullname="QAbstractFormBuilderGadget::styleStrategy" href="qabstractformbuildergadget.html#styleStrategy-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="93" type="QFont::StyleStrategy">
<getter name="fakeStyleStrategy"/>
</property>
<property threadsafety="unspecified" name="textAlignment" fullname="QAbstractFormBuilderGadget::textAlignment" href="qabstractformbuildergadget.html#textAlignment-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="88" type="Qt::Alignment">
<getter name="fakeAlignment"/>
</property>
<property threadsafety="unspecified" name="toolBarArea" fullname="QAbstractFormBuilderGadget::toolBarArea" href="qabstractformbuildergadget.html#toolBarArea-prop" status="active" access="public" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="96" type="Qt::ToolBarArea">
<getter name="fakeToolBarArea"/>
</property>
</class>
<function threadsafety="unspecified" name="enumKeyOfObjectToValue" status="internal" access="private" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="162" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="EnumType" signature="EnumType enumKeyOfObjectToValue(const char *enumName, const char *key, const QObjectType *, const EnumType *)">
<parameter left="const char *" right="" name="enumName" default=""/>
<parameter left="const char *" right="" name="key" default=""/>
<parameter left="const QObjectType *" right="" name="" default="0"/>
<parameter left="const EnumType *" right="" name="" default="0"/>
</function>
<function threadsafety="unspecified" name="enumKeyToValue" status="internal" access="private" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="125" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="EnumType" signature="EnumType enumKeyToValue(const QMetaEnum &amp;metaEnum, const char *key, const EnumType *)">
<parameter left="const QMetaEnum &amp;" right="" name="metaEnum" default=""/>
<parameter left="const char *" right="" name="key" default=""/>
<parameter left="const EnumType *" right="" name="" default="0"/>
</function>
<function threadsafety="unspecified" name="enumKeysToValue" status="internal" access="private" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="139" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="EnumType" signature="EnumType enumKeysToValue(const QMetaEnum &amp;metaEnum, const char *keys, const EnumType *)">
<parameter left="const QMetaEnum &amp;" right="" name="metaEnum" default=""/>
<parameter left="const char *" right="" name="keys" default=""/>
<parameter left="const EnumType *" right="" name="" default="0"/>
</function>
<class threadsafety="unspecified" name="QResourceBuilder" href="qresourcebuilder.html" status="internal" access="private" location="resourcebuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/resourcebuilder_p.h" lineno="71">
<function threadsafety="unspecified" name="QResourceBuilder" fullname="QResourceBuilder::QResourceBuilder" href="qresourcebuilder.html#QResourceBuilder" status="active" access="public" location="resourcebuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/resourcebuilder_p.h" lineno="79" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QResourceBuilder()"/>
<function threadsafety="unspecified" name="iconStateFlags" fullname="QResourceBuilder::iconStateFlags" href="qresourcebuilder.html#iconStateFlags" status="active" access="public" location="resourcebuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/resourcebuilder_p.h" lineno="92" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" type="int" signature="int iconStateFlags(const DomResourceIcon *resIcon)">
<parameter left="const DomResourceIcon *" right="" name="resIcon" default=""/>
</function>
<function threadsafety="unspecified" name="~QResourceBuilder" fullname="QResourceBuilder::~QResourceBuilder" href="qresourcebuilder.html#dtor.QResourceBuilder" status="active" access="public" location="resourcebuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/resourcebuilder_p.h" lineno="80" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QResourceBuilder()"/>
<function threadsafety="unspecified" name="saveResource" fullname="QResourceBuilder::saveResource" href="qresourcebuilder.html#saveResource" status="active" access="public" location="resourcebuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/resourcebuilder_p.h" lineno="86" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomProperty *" signature="DomProperty * saveResource(const QDir &amp;workingDirectory, const QVariant &amp;value) const">
<parameter left="const QDir &amp;" right="" name="workingDirectory" default=""/>
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="loadResource" fullname="QResourceBuilder::loadResource" href="qresourcebuilder.html#loadResource" status="active" access="public" location="resourcebuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/resourcebuilder_p.h" lineno="82" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant loadResource(const QDir &amp;workingDirectory, const DomProperty *property) const">
<parameter left="const QDir &amp;" right="" name="workingDirectory" default=""/>
<parameter left="const DomProperty *" right="" name="property" default=""/>
</function>
<function threadsafety="unspecified" name="toNativeValue" fullname="QResourceBuilder::toNativeValue" href="qresourcebuilder.html#toNativeValue" status="active" access="public" location="resourcebuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/resourcebuilder_p.h" lineno="84" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant toNativeValue(const QVariant &amp;value) const">
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="isResourceProperty" fullname="QResourceBuilder::isResourceProperty" href="qresourcebuilder.html#isResourceProperty" status="active" access="public" location="resourcebuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/resourcebuilder_p.h" lineno="88" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isResourceProperty(const DomProperty *p) const">
<parameter left="const DomProperty *" right="" name="p" default=""/>
</function>
<function threadsafety="unspecified" name="isResourceType" fullname="QResourceBuilder::isResourceType" href="qresourcebuilder.html#isResourceType" status="active" access="public" location="resourcebuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/resourcebuilder_p.h" lineno="90" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isResourceType(const QVariant &amp;value) const">
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<enum threadsafety="unspecified" name="IconStateFlags" fullname="QResourceBuilder::IconStateFlags" href="qresourcebuilder.html#IconStateFlags-enum" status="active" access="public" location="resourcebuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/resourcebuilder_p.h" lineno="74">
<value name="NormalOff" value="0x1"/>
<value name="NormalOn" value="0x2"/>
<value name="DisabledOff" value="0x4"/>
<value name="DisabledOn" value="0x8"/>
<value name="ActiveOff" value="0x10"/>
<value name="ActiveOn" value="0x20"/>
<value name="SelectedOff" value="0x40"/>
<value name="SelectedOn" value="0x80"/>
</enum>
</class>
<class threadsafety="unspecified" name="QTextBuilder" href="qtextbuilder.html" status="internal" access="private" location="textbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/textbuilder_p.h" lineno="71">
<function threadsafety="unspecified" name="QTextBuilder" fullname="QTextBuilder::QTextBuilder" href="qtextbuilder.html#QTextBuilder" status="active" access="public" location="textbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/textbuilder_p.h" lineno="74" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QTextBuilder()"/>
<function threadsafety="unspecified" name="~QTextBuilder" fullname="QTextBuilder::~QTextBuilder" href="qtextbuilder.html#dtor.QTextBuilder" status="active" access="public" location="textbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/textbuilder_p.h" lineno="75" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QTextBuilder()"/>
<function threadsafety="unspecified" name="saveText" fullname="QTextBuilder::saveText" href="qtextbuilder.html#saveText" status="active" access="public" location="textbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/textbuilder_p.h" lineno="81" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomProperty *" signature="DomProperty * saveText(const QVariant &amp;value) const">
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="loadText" fullname="QTextBuilder::loadText" href="qtextbuilder.html#loadText" status="active" access="public" location="textbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/textbuilder_p.h" lineno="77" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant loadText(const DomProperty *property) const">
<parameter left="const DomProperty *" right="" name="property" default=""/>
</function>
<function threadsafety="unspecified" name="toNativeValue" fullname="QTextBuilder::toNativeValue" href="qtextbuilder.html#toNativeValue" status="active" access="public" location="textbuilder_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/textbuilder_p.h" lineno="79" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QVariant" signature="QVariant toNativeValue(const QVariant &amp;value) const">
<parameter left="const QVariant &amp;" right="" name="value" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomAction" href="domaction.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="553">
<function threadsafety="unspecified" name="DomAction" fullname="DomAction::DomAction" href="domaction.html#DomAction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="555" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomAction()"/>
<function threadsafety="unspecified" name="DomAction" fullname="DomAction::DomAction" href="domaction.html#DomAction-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="601" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomAction(const DomAction &amp;other)">
<parameter left="const DomAction &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomAction::clear" href="domaction.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="583" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeMenu" fullname="DomAction::clearAttributeMenu" href="domaction.html#clearAttributeMenu" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="572" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeMenu()"/>
<function threadsafety="unspecified" name="clearAttributeName" fullname="DomAction::clearAttributeName" href="domaction.html#clearAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="567" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeName()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomAction::operator=" href="domaction.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="602" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomAction &amp;other)">
<parameter left="const DomAction &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomAction::read" href="domaction.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="558" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeMenu" fullname="DomAction::setAttributeMenu" href="domaction.html#setAttributeMenu" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="571" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeMenu(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeName" fullname="DomAction::setAttributeName" href="domaction.html#setAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="566" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeName(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementAttribute" fullname="DomAction::setElementAttribute" href="domaction.html#setElementAttribute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="579" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementAttribute(const QList&lt;DomProperty *&gt; &amp;a)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementProperty" fullname="DomAction::setElementProperty" href="domaction.html#setElementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="576" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementProperty(const QList&lt;DomProperty *&gt; &amp;a)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomAction::setText" href="domaction.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="561" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomAction" fullname="DomAction::~DomAction" href="domaction.html#dtor.DomAction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="556" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomAction()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomAction::Child" href="domaction.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="596">
<value name="Property" value="1"/>
<value name="Attribute" value="2"/>
</enum>
<function threadsafety="unspecified" name="elementAttribute" fullname="DomAction::elementAttribute" href="domaction.html#elementAttribute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="578" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; elementAttribute() const"/>
<function threadsafety="unspecified" name="elementProperty" fullname="DomAction::elementProperty" href="domaction.html#elementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="575" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; elementProperty() const"/>
<function threadsafety="unspecified" name="attributeMenu" fullname="DomAction::attributeMenu" href="domaction.html#attributeMenu" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="570" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeMenu() const"/>
<function threadsafety="unspecified" name="attributeName" fullname="DomAction::attributeName" href="domaction.html#attributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="565" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeName() const"/>
<function threadsafety="unspecified" name="text" fullname="DomAction::text" href="domaction.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="560" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeMenu" fullname="DomAction::hasAttributeMenu" href="domaction.html#hasAttributeMenu" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="569" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeMenu() const"/>
<function threadsafety="unspecified" name="hasAttributeName" fullname="DomAction::hasAttributeName" href="domaction.html#hasAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="564" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeName() const"/>
<function threadsafety="unspecified" name="write" fullname="DomAction::write" href="domaction.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="559" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomActionGroup" href="domactiongroup.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="499">
<function threadsafety="unspecified" name="DomActionGroup" fullname="DomActionGroup::DomActionGroup" href="domactiongroup.html#DomActionGroup" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="501" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomActionGroup()"/>
<function threadsafety="unspecified" name="DomActionGroup" fullname="DomActionGroup::DomActionGroup" href="domactiongroup.html#DomActionGroup-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="549" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomActionGroup(const DomActionGroup &amp;other)">
<parameter left="const DomActionGroup &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomActionGroup::clear" href="domactiongroup.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="530" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeName" fullname="DomActionGroup::clearAttributeName" href="domactiongroup.html#clearAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="513" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeName()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomActionGroup::operator=" href="domactiongroup.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="550" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomActionGroup &amp;other)">
<parameter left="const DomActionGroup &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomActionGroup::read" href="domactiongroup.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="504" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeName" fullname="DomActionGroup::setAttributeName" href="domactiongroup.html#setAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="512" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeName(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementAction" fullname="DomActionGroup::setElementAction" href="domactiongroup.html#setElementAction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="517" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementAction(const QList&lt;DomAction *&gt; &amp;a)">
<parameter left="const QList&lt;DomAction *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementActionGroup" fullname="DomActionGroup::setElementActionGroup" href="domactiongroup.html#setElementActionGroup" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="520" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementActionGroup(const QList&lt;DomActionGroup *&gt; &amp;a)">
<parameter left="const QList&lt;DomActionGroup *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementAttribute" fullname="DomActionGroup::setElementAttribute" href="domactiongroup.html#setElementAttribute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="526" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementAttribute(const QList&lt;DomProperty *&gt; &amp;a)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementProperty" fullname="DomActionGroup::setElementProperty" href="domactiongroup.html#setElementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="523" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementProperty(const QList&lt;DomProperty *&gt; &amp;a)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="a" default=""/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomActionGroup::Child" href="domactiongroup.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="542">
<value name="Action" value="1"/>
<value name="ActionGroup" value="2"/>
<value name="Property" value="4"/>
<value name="Attribute" value="8"/>
</enum>
<function threadsafety="unspecified" name="setText" fullname="DomActionGroup::setText" href="domactiongroup.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="507" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomActionGroup" fullname="DomActionGroup::~DomActionGroup" href="domactiongroup.html#dtor.DomActionGroup" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="502" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomActionGroup()"/>
<function threadsafety="unspecified" name="elementAction" fullname="DomActionGroup::elementAction" href="domactiongroup.html#elementAction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="516" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomAction *&gt;" signature="QList&lt;DomAction *&gt; elementAction() const"/>
<function threadsafety="unspecified" name="elementActionGroup" fullname="DomActionGroup::elementActionGroup" href="domactiongroup.html#elementActionGroup" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="519" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomActionGroup *&gt;" signature="QList&lt;DomActionGroup *&gt; elementActionGroup() const"/>
<function threadsafety="unspecified" name="elementAttribute" fullname="DomActionGroup::elementAttribute" href="domactiongroup.html#elementAttribute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="525" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; elementAttribute() const"/>
<function threadsafety="unspecified" name="elementProperty" fullname="DomActionGroup::elementProperty" href="domactiongroup.html#elementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="522" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; elementProperty() const"/>
<function threadsafety="unspecified" name="attributeName" fullname="DomActionGroup::attributeName" href="domactiongroup.html#attributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="511" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeName() const"/>
<function threadsafety="unspecified" name="text" fullname="DomActionGroup::text" href="domactiongroup.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="506" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeName" fullname="DomActionGroup::hasAttributeName" href="domactiongroup.html#hasAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="510" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeName() const"/>
<function threadsafety="unspecified" name="write" fullname="DomActionGroup::write" href="domactiongroup.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="505" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomActionRef" href="domactionref.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="605">
<function threadsafety="unspecified" name="DomActionRef" fullname="DomActionRef::DomActionRef" href="domactionref.html#DomActionRef" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="607" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomActionRef()"/>
<function threadsafety="unspecified" name="DomActionRef" fullname="DomActionRef::DomActionRef" href="domactionref.html#DomActionRef-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="633" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomActionRef(const DomActionRef &amp;other)">
<parameter left="const DomActionRef &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomActionRef::clear" href="domactionref.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="624" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeName" fullname="DomActionRef::clearAttributeName" href="domactionref.html#clearAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="619" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeName()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomActionRef::operator=" href="domactionref.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="634" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomActionRef &amp;other)">
<parameter left="const DomActionRef &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomActionRef::read" href="domactionref.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="610" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeName" fullname="DomActionRef::setAttributeName" href="domactionref.html#setAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="618" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeName(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomActionRef::setText" href="domactionref.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="613" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomActionRef" fullname="DomActionRef::~DomActionRef" href="domactionref.html#dtor.DomActionRef" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="608" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomActionRef()"/>
<function threadsafety="unspecified" name="attributeName" fullname="DomActionRef::attributeName" href="domactionref.html#attributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="617" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeName() const"/>
<function threadsafety="unspecified" name="text" fullname="DomActionRef::text" href="domactionref.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="612" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeName" fullname="DomActionRef::hasAttributeName" href="domactionref.html#hasAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="616" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeName() const"/>
<function threadsafety="unspecified" name="write" fullname="DomActionRef::write" href="domactionref.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="611" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomBrush" href="dombrush.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1903">
<function threadsafety="unspecified" name="DomBrush" fullname="DomBrush::DomBrush" href="dombrush.html#DomBrush" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1905" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomBrush()"/>
<function threadsafety="unspecified" name="DomBrush" fullname="DomBrush::DomBrush" href="dombrush.html#DomBrush-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1949" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomBrush(const DomBrush &amp;other)">
<parameter left="const DomBrush &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="takeElementColor" fullname="DomBrush::takeElementColor" href="dombrush.html#takeElementColor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1924" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomColor *" signature="DomColor * takeElementColor()"/>
<function threadsafety="unspecified" name="takeElementGradient" fullname="DomBrush::takeElementGradient" href="dombrush.html#takeElementGradient" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1932" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomGradient *" signature="DomGradient * takeElementGradient()"/>
<function threadsafety="unspecified" name="takeElementTexture" fullname="DomBrush::takeElementTexture" href="dombrush.html#takeElementTexture" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1928" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomProperty *" signature="DomProperty * takeElementTexture()"/>
<function threadsafety="unspecified" name="clear" fullname="DomBrush::clear" href="dombrush.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1937" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeBrushStyle" fullname="DomBrush::clearAttributeBrushStyle" href="dombrush.html#clearAttributeBrushStyle" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1917" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeBrushStyle()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomBrush::operator=" href="dombrush.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1950" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomBrush &amp;other)">
<parameter left="const DomBrush &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomBrush::read" href="dombrush.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1908" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeBrushStyle" fullname="DomBrush::setAttributeBrushStyle" href="dombrush.html#setAttributeBrushStyle" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1916" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeBrushStyle(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementColor" fullname="DomBrush::setElementColor" href="dombrush.html#setElementColor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1925" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementColor(DomColor *a)">
<parameter left="DomColor *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementGradient" fullname="DomBrush::setElementGradient" href="dombrush.html#setElementGradient" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1933" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementGradient(DomGradient *a)">
<parameter left="DomGradient *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementTexture" fullname="DomBrush::setElementTexture" href="dombrush.html#setElementTexture" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1929" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementTexture(DomProperty *a)">
<parameter left="DomProperty *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomBrush::setText" href="dombrush.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1911" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomBrush" fullname="DomBrush::~DomBrush" href="dombrush.html#dtor.DomBrush" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1906" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomBrush()"/>
<enum threadsafety="unspecified" name="Kind" fullname="DomBrush::Kind" href="dombrush.html#Kind-enum" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1920">
<value name="Unknown" value="0"/>
<value name="Color" value="1"/>
<value name="Texture" value="2"/>
<value name="Gradient" value="3"/>
</enum>
<function threadsafety="unspecified" name="elementColor" fullname="DomBrush::elementColor" href="dombrush.html#elementColor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1923" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomColor *" signature="DomColor * elementColor() const"/>
<function threadsafety="unspecified" name="elementGradient" fullname="DomBrush::elementGradient" href="dombrush.html#elementGradient" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1931" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomGradient *" signature="DomGradient * elementGradient() const"/>
<function threadsafety="unspecified" name="elementTexture" fullname="DomBrush::elementTexture" href="dombrush.html#elementTexture" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1927" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomProperty *" signature="DomProperty * elementTexture() const"/>
<function threadsafety="unspecified" name="kind" fullname="DomBrush::kind" href="dombrush.html#kind" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1921" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Kind" signature="Kind kind() const"/>
<function threadsafety="unspecified" name="attributeBrushStyle" fullname="DomBrush::attributeBrushStyle" href="dombrush.html#attributeBrushStyle" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1915" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeBrushStyle() const"/>
<function threadsafety="unspecified" name="text" fullname="DomBrush::text" href="dombrush.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1910" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeBrushStyle" fullname="DomBrush::hasAttributeBrushStyle" href="dombrush.html#hasAttributeBrushStyle" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1914" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeBrushStyle() const"/>
<function threadsafety="unspecified" name="write" fullname="DomBrush::write" href="dombrush.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1909" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomButtonGroup" href="dombuttongroup.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="637">
<function threadsafety="unspecified" name="DomButtonGroup" fullname="DomButtonGroup::DomButtonGroup" href="dombuttongroup.html#DomButtonGroup" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="639" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomButtonGroup()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomButtonGroup::Child" href="dombuttongroup.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="672">
<value name="Property" value="1"/>
<value name="Attribute" value="2"/>
</enum>
<function threadsafety="unspecified" name="DomButtonGroup" fullname="DomButtonGroup::DomButtonGroup" href="dombuttongroup.html#DomButtonGroup-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="677" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomButtonGroup(const DomButtonGroup &amp;other)">
<parameter left="const DomButtonGroup &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomButtonGroup::clear" href="dombuttongroup.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="662" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeName" fullname="DomButtonGroup::clearAttributeName" href="dombuttongroup.html#clearAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="651" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeName()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomButtonGroup::operator=" href="dombuttongroup.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="678" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomButtonGroup &amp;other)">
<parameter left="const DomButtonGroup &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomButtonGroup::read" href="dombuttongroup.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="642" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeName" fullname="DomButtonGroup::setAttributeName" href="dombuttongroup.html#setAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="650" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeName(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementAttribute" fullname="DomButtonGroup::setElementAttribute" href="dombuttongroup.html#setElementAttribute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="658" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementAttribute(const QList&lt;DomProperty *&gt; &amp;a)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementProperty" fullname="DomButtonGroup::setElementProperty" href="dombuttongroup.html#setElementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="655" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementProperty(const QList&lt;DomProperty *&gt; &amp;a)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomButtonGroup::setText" href="dombuttongroup.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="645" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomButtonGroup" fullname="DomButtonGroup::~DomButtonGroup" href="dombuttongroup.html#dtor.DomButtonGroup" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="640" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomButtonGroup()"/>
<function threadsafety="unspecified" name="elementAttribute" fullname="DomButtonGroup::elementAttribute" href="dombuttongroup.html#elementAttribute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="657" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; elementAttribute() const"/>
<function threadsafety="unspecified" name="elementProperty" fullname="DomButtonGroup::elementProperty" href="dombuttongroup.html#elementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="654" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; elementProperty() const"/>
<function threadsafety="unspecified" name="attributeName" fullname="DomButtonGroup::attributeName" href="dombuttongroup.html#attributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="649" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeName() const"/>
<function threadsafety="unspecified" name="text" fullname="DomButtonGroup::text" href="dombuttongroup.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="644" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeName" fullname="DomButtonGroup::hasAttributeName" href="dombuttongroup.html#hasAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="648" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeName() const"/>
<function threadsafety="unspecified" name="write" fullname="DomButtonGroup::write" href="dombuttongroup.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="643" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomButtonGroups" href="dombuttongroups.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="681">
<function threadsafety="unspecified" name="DomButtonGroups" fullname="DomButtonGroups::DomButtonGroups" href="dombuttongroups.html#DomButtonGroups" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="683" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomButtonGroups()"/>
<function threadsafety="unspecified" name="clear" fullname="DomButtonGroups::clear" href="dombuttongroups.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="698" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomButtonGroups::read" href="dombuttongroups.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="686" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementButtonGroup" fullname="DomButtonGroups::setElementButtonGroup" href="dombuttongroups.html#setElementButtonGroup" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="694" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementButtonGroup(const QList&lt;DomButtonGroup *&gt; &amp;a)">
<parameter left="const QList&lt;DomButtonGroup *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomButtonGroups::setText" href="dombuttongroups.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="689" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomButtonGroups" fullname="DomButtonGroups::~DomButtonGroups" href="dombuttongroups.html#dtor.DomButtonGroups" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="684" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomButtonGroups()"/>
<function threadsafety="unspecified" name="elementButtonGroup" fullname="DomButtonGroups::elementButtonGroup" href="dombuttongroups.html#elementButtonGroup" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="693" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomButtonGroup *&gt;" signature="QList&lt;DomButtonGroup *&gt; elementButtonGroup() const"/>
<function threadsafety="unspecified" name="text" fullname="DomButtonGroups::text" href="dombuttongroups.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="688" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="write" fullname="DomButtonGroups::write" href="dombuttongroups.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="687" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomButtonGroups::Child" href="dombuttongroups.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="704">
<value name="ButtonGroup" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomButtonGroups" fullname="DomButtonGroups::DomButtonGroups" href="dombuttongroups.html#DomButtonGroups-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="708" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomButtonGroups(const DomButtonGroups &amp;other)">
<parameter left="const DomButtonGroups &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomButtonGroups::operator=" href="dombuttongroups.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="709" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomButtonGroups &amp;other)">
<parameter left="const DomButtonGroups &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomChar" href="domchar.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2966">
<function threadsafety="unspecified" name="DomChar" fullname="DomChar::DomChar" href="domchar.html#DomChar" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2968" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomChar()"/>
<function threadsafety="unspecified" name="clear" fullname="DomChar::clear" href="domchar.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2985" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearElementUnicode" fullname="DomChar::clearElementUnicode" href="domchar.html#clearElementUnicode" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2981" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementUnicode()"/>
<function threadsafety="unspecified" name="read" fullname="DomChar::read" href="domchar.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2971" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementUnicode" fullname="DomChar::setElementUnicode" href="domchar.html#setElementUnicode" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2979" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementUnicode(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomChar::setText" href="domchar.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2974" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomChar" fullname="DomChar::~DomChar" href="domchar.html#dtor.DomChar" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2969" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomChar()"/>
<function threadsafety="unspecified" name="text" fullname="DomChar::text" href="domchar.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2973" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasElementUnicode" fullname="DomChar::hasElementUnicode" href="domchar.html#hasElementUnicode" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2980" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementUnicode() const"/>
<function threadsafety="unspecified" name="elementUnicode" fullname="DomChar::elementUnicode" href="domchar.html#elementUnicode" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2978" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementUnicode() const"/>
<function threadsafety="unspecified" name="write" fullname="DomChar::write" href="domchar.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2972" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomChar::Child" href="domchar.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2991">
<value name="Unicode" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomChar" fullname="DomChar::DomChar" href="domchar.html#DomChar-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2995" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomChar(const DomChar &amp;other)">
<parameter left="const DomChar &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomChar::operator=" href="domchar.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2996" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomChar &amp;other)">
<parameter left="const DomChar &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomColor" href="domcolor.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1671">
<function threadsafety="unspecified" name="DomColor" fullname="DomColor::DomColor" href="domcolor.html#DomColor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1673" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomColor()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomColor::Child" href="domcolor.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1716">
<value name="Red" value="1"/>
<value name="Green" value="2"/>
<value name="Blue" value="4"/>
</enum>
<function threadsafety="unspecified" name="DomColor" fullname="DomColor::DomColor" href="domcolor.html#DomColor-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1722" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomColor(const DomColor &amp;other)">
<parameter left="const DomColor &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomColor::clear" href="domcolor.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1705" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeAlpha" fullname="DomColor::clearAttributeAlpha" href="domcolor.html#clearAttributeAlpha" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1685" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeAlpha()"/>
<function threadsafety="unspecified" name="clearElementBlue" fullname="DomColor::clearElementBlue" href="domcolor.html#clearElementBlue" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1701" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementBlue()"/>
<function threadsafety="unspecified" name="clearElementGreen" fullname="DomColor::clearElementGreen" href="domcolor.html#clearElementGreen" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1696" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementGreen()"/>
<function threadsafety="unspecified" name="clearElementRed" fullname="DomColor::clearElementRed" href="domcolor.html#clearElementRed" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1691" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementRed()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomColor::operator=" href="domcolor.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1723" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomColor &amp;other)">
<parameter left="const DomColor &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomColor::read" href="domcolor.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1676" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeAlpha" fullname="DomColor::setAttributeAlpha" href="domcolor.html#setAttributeAlpha" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1684" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeAlpha(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementBlue" fullname="DomColor::setElementBlue" href="domcolor.html#setElementBlue" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1699" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementBlue(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementGreen" fullname="DomColor::setElementGreen" href="domcolor.html#setElementGreen" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1694" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementGreen(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementRed" fullname="DomColor::setElementRed" href="domcolor.html#setElementRed" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1689" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementRed(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomColor::setText" href="domcolor.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1679" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomColor" fullname="DomColor::~DomColor" href="domcolor.html#dtor.DomColor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1674" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomColor()"/>
<function threadsafety="unspecified" name="text" fullname="DomColor::text" href="domcolor.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1678" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeAlpha" fullname="DomColor::hasAttributeAlpha" href="domcolor.html#hasAttributeAlpha" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1682" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeAlpha() const"/>
<function threadsafety="unspecified" name="hasElementBlue" fullname="DomColor::hasElementBlue" href="domcolor.html#hasElementBlue" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1700" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementBlue() const"/>
<function threadsafety="unspecified" name="hasElementGreen" fullname="DomColor::hasElementGreen" href="domcolor.html#hasElementGreen" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1695" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementGreen() const"/>
<function threadsafety="unspecified" name="hasElementRed" fullname="DomColor::hasElementRed" href="domcolor.html#hasElementRed" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1690" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementRed() const"/>
<function threadsafety="unspecified" name="attributeAlpha" fullname="DomColor::attributeAlpha" href="domcolor.html#attributeAlpha" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1683" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int attributeAlpha() const"/>
<function threadsafety="unspecified" name="elementBlue" fullname="DomColor::elementBlue" href="domcolor.html#elementBlue" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1698" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementBlue() const"/>
<function threadsafety="unspecified" name="elementGreen" fullname="DomColor::elementGreen" href="domcolor.html#elementGreen" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1693" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementGreen() const"/>
<function threadsafety="unspecified" name="elementRed" fullname="DomColor::elementRed" href="domcolor.html#elementRed" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1688" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementRed() const"/>
<function threadsafety="unspecified" name="write" fullname="DomColor::write" href="domcolor.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1677" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomColorGroup" href="domcolorgroup.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1995">
<function threadsafety="unspecified" name="DomColorGroup" fullname="DomColorGroup::DomColorGroup" href="domcolorgroup.html#DomColorGroup" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1997" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomColorGroup()"/>
<function threadsafety="unspecified" name="clear" fullname="DomColorGroup::clear" href="domcolorgroup.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2015" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomColorGroup::read" href="domcolorgroup.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2000" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementColor" fullname="DomColorGroup::setElementColor" href="domcolorgroup.html#setElementColor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2011" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementColor(const QList&lt;DomColor *&gt; &amp;a)">
<parameter left="const QList&lt;DomColor *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementColorRole" fullname="DomColorGroup::setElementColorRole" href="domcolorgroup.html#setElementColorRole" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2008" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementColorRole(const QList&lt;DomColorRole *&gt; &amp;a)">
<parameter left="const QList&lt;DomColorRole *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomColorGroup::setText" href="domcolorgroup.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2003" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomColorGroup" fullname="DomColorGroup::~DomColorGroup" href="domcolorgroup.html#dtor.DomColorGroup" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1998" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomColorGroup()"/>
<function threadsafety="unspecified" name="elementColor" fullname="DomColorGroup::elementColor" href="domcolorgroup.html#elementColor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2010" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomColor *&gt;" signature="QList&lt;DomColor *&gt; elementColor() const"/>
<function threadsafety="unspecified" name="elementColorRole" fullname="DomColorGroup::elementColorRole" href="domcolorgroup.html#elementColorRole" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2007" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomColorRole *&gt;" signature="QList&lt;DomColorRole *&gt; elementColorRole() const"/>
<function threadsafety="unspecified" name="text" fullname="DomColorGroup::text" href="domcolorgroup.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2002" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="write" fullname="DomColorGroup::write" href="domcolorgroup.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2001" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomColorGroup::Child" href="domcolorgroup.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2022">
<value name="ColorRole" value="1"/>
<value name="Color" value="2"/>
</enum>
<function threadsafety="unspecified" name="DomColorGroup" fullname="DomColorGroup::DomColorGroup" href="domcolorgroup.html#DomColorGroup-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2027" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomColorGroup(const DomColorGroup &amp;other)">
<parameter left="const DomColorGroup &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomColorGroup::operator=" href="domcolorgroup.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2028" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomColorGroup &amp;other)">
<parameter left="const DomColorGroup &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomColorRole" href="domcolorrole.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1953">
<function threadsafety="unspecified" name="takeElementBrush" fullname="DomColorRole::takeElementBrush" href="domcolorrole.html#takeElementBrush" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1971" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomBrush *" signature="DomBrush * takeElementBrush()"/>
<function threadsafety="unspecified" name="DomColorRole" fullname="DomColorRole::DomColorRole" href="domcolorrole.html#DomColorRole" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1955" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomColorRole()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomColorRole::Child" href="domcolorrole.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1987">
<value name="Brush" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomColorRole" fullname="DomColorRole::DomColorRole" href="domcolorrole.html#DomColorRole-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1991" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomColorRole(const DomColorRole &amp;other)">
<parameter left="const DomColorRole &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomColorRole::clear" href="domcolorrole.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1978" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeRole" fullname="DomColorRole::clearAttributeRole" href="domcolorrole.html#clearAttributeRole" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1967" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeRole()"/>
<function threadsafety="unspecified" name="clearElementBrush" fullname="DomColorRole::clearElementBrush" href="domcolorrole.html#clearElementBrush" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1974" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementBrush()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomColorRole::operator=" href="domcolorrole.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1992" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomColorRole &amp;other)">
<parameter left="const DomColorRole &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomColorRole::read" href="domcolorrole.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1958" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeRole" fullname="DomColorRole::setAttributeRole" href="domcolorrole.html#setAttributeRole" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1966" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeRole(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementBrush" fullname="DomColorRole::setElementBrush" href="domcolorrole.html#setElementBrush" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1972" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementBrush(DomBrush *a)">
<parameter left="DomBrush *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomColorRole::setText" href="domcolorrole.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1961" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomColorRole" fullname="DomColorRole::~DomColorRole" href="domcolorrole.html#dtor.DomColorRole" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1956" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomColorRole()"/>
<function threadsafety="unspecified" name="elementBrush" fullname="DomColorRole::elementBrush" href="domcolorrole.html#elementBrush" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1970" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomBrush *" signature="DomBrush * elementBrush() const"/>
<function threadsafety="unspecified" name="attributeRole" fullname="DomColorRole::attributeRole" href="domcolorrole.html#attributeRole" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1965" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeRole() const"/>
<function threadsafety="unspecified" name="text" fullname="DomColorRole::text" href="domcolorrole.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1960" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeRole" fullname="DomColorRole::hasAttributeRole" href="domcolorrole.html#hasAttributeRole" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1964" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeRole() const"/>
<function threadsafety="unspecified" name="hasElementBrush" fullname="DomColorRole::hasElementBrush" href="domcolorrole.html#hasElementBrush" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1973" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementBrush() const"/>
<function threadsafety="unspecified" name="write" fullname="DomColorRole::write" href="domcolorrole.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1959" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomColumn" href="domcolumn.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1429">
<function threadsafety="unspecified" name="DomColumn" fullname="DomColumn::DomColumn" href="domcolumn.html#DomColumn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1431" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomColumn()"/>
<function threadsafety="unspecified" name="clear" fullname="DomColumn::clear" href="domcolumn.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1446" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomColumn::read" href="domcolumn.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1434" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementProperty" fullname="DomColumn::setElementProperty" href="domcolumn.html#setElementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1442" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementProperty(const QList&lt;DomProperty *&gt; &amp;a)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomColumn::setText" href="domcolumn.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1437" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomColumn" fullname="DomColumn::~DomColumn" href="domcolumn.html#dtor.DomColumn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1432" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomColumn()"/>
<function threadsafety="unspecified" name="elementProperty" fullname="DomColumn::elementProperty" href="domcolumn.html#elementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1441" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; elementProperty() const"/>
<function threadsafety="unspecified" name="text" fullname="DomColumn::text" href="domcolumn.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1436" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="write" fullname="DomColumn::write" href="domcolumn.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1435" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomColumn::Child" href="domcolumn.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1452">
<value name="Property" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomColumn" fullname="DomColumn::DomColumn" href="domcolumn.html#DomColumn-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1456" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomColumn(const DomColumn &amp;other)">
<parameter left="const DomColumn &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomColumn::operator=" href="domcolumn.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1457" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomColumn &amp;other)">
<parameter left="const DomColumn &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomConnection" href="domconnection.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3260">
<function threadsafety="unspecified" name="DomConnection" fullname="DomConnection::DomConnection" href="domconnection.html#DomConnection" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3262" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomConnection()"/>
<function threadsafety="unspecified" name="DomConnection" fullname="DomConnection::DomConnection" href="domconnection.html#DomConnection-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3318" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomConnection(const DomConnection &amp;other)">
<parameter left="const DomConnection &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="takeElementHints" fullname="DomConnection::takeElementHints" href="domconnection.html#takeElementHints" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3293" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomConnectionHints *" signature="DomConnectionHints * takeElementHints()"/>
<function threadsafety="unspecified" name="clear" fullname="DomConnection::clear" href="domconnection.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3300" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearElementHints" fullname="DomConnection::clearElementHints" href="domconnection.html#clearElementHints" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3296" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementHints()"/>
<function threadsafety="unspecified" name="clearElementReceiver" fullname="DomConnection::clearElementReceiver" href="domconnection.html#clearElementReceiver" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3285" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementReceiver()"/>
<function threadsafety="unspecified" name="clearElementSender" fullname="DomConnection::clearElementSender" href="domconnection.html#clearElementSender" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3275" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementSender()"/>
<function threadsafety="unspecified" name="clearElementSignal" fullname="DomConnection::clearElementSignal" href="domconnection.html#clearElementSignal" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3280" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementSignal()"/>
<function threadsafety="unspecified" name="clearElementSlot" fullname="DomConnection::clearElementSlot" href="domconnection.html#clearElementSlot" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3290" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementSlot()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomConnection::operator=" href="domconnection.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3319" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomConnection &amp;other)">
<parameter left="const DomConnection &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomConnection::read" href="domconnection.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3265" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementHints" fullname="DomConnection::setElementHints" href="domconnection.html#setElementHints" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3294" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementHints(DomConnectionHints *a)">
<parameter left="DomConnectionHints *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementReceiver" fullname="DomConnection::setElementReceiver" href="domconnection.html#setElementReceiver" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3283" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementReceiver(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSender" fullname="DomConnection::setElementSender" href="domconnection.html#setElementSender" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3273" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSender(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSignal" fullname="DomConnection::setElementSignal" href="domconnection.html#setElementSignal" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3278" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSignal(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSlot" fullname="DomConnection::setElementSlot" href="domconnection.html#setElementSlot" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3288" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSlot(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="~DomConnection" fullname="DomConnection::~DomConnection" href="domconnection.html#dtor.DomConnection" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3263" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomConnection()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomConnection::Child" href="domconnection.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3310">
<value name="Sender" value="1"/>
<value name="Signal" value="2"/>
<value name="Receiver" value="4"/>
<value name="Slot" value="8"/>
<value name="Hints" value="16"/>
</enum>
<function threadsafety="unspecified" name="setText" fullname="DomConnection::setText" href="domconnection.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3268" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="elementHints" fullname="DomConnection::elementHints" href="domconnection.html#elementHints" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3292" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomConnectionHints *" signature="DomConnectionHints * elementHints() const"/>
<function threadsafety="unspecified" name="elementReceiver" fullname="DomConnection::elementReceiver" href="domconnection.html#elementReceiver" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3282" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementReceiver() const"/>
<function threadsafety="unspecified" name="elementSender" fullname="DomConnection::elementSender" href="domconnection.html#elementSender" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3272" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementSender() const"/>
<function threadsafety="unspecified" name="elementSignal" fullname="DomConnection::elementSignal" href="domconnection.html#elementSignal" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3277" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementSignal() const"/>
<function threadsafety="unspecified" name="elementSlot" fullname="DomConnection::elementSlot" href="domconnection.html#elementSlot" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3287" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementSlot() const"/>
<function threadsafety="unspecified" name="text" fullname="DomConnection::text" href="domconnection.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3267" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasElementHints" fullname="DomConnection::hasElementHints" href="domconnection.html#hasElementHints" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3295" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementHints() const"/>
<function threadsafety="unspecified" name="hasElementReceiver" fullname="DomConnection::hasElementReceiver" href="domconnection.html#hasElementReceiver" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3284" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementReceiver() const"/>
<function threadsafety="unspecified" name="hasElementSender" fullname="DomConnection::hasElementSender" href="domconnection.html#hasElementSender" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3274" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementSender() const"/>
<function threadsafety="unspecified" name="hasElementSignal" fullname="DomConnection::hasElementSignal" href="domconnection.html#hasElementSignal" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3279" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementSignal() const"/>
<function threadsafety="unspecified" name="hasElementSlot" fullname="DomConnection::hasElementSlot" href="domconnection.html#hasElementSlot" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3289" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementSlot() const"/>
<function threadsafety="unspecified" name="write" fullname="DomConnection::write" href="domconnection.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3266" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomConnectionHint" href="domconnectionhint.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3353">
<function threadsafety="unspecified" name="DomConnectionHint" fullname="DomConnectionHint::DomConnectionHint" href="domconnectionhint.html#DomConnectionHint" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3355" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomConnectionHint()"/>
<function threadsafety="unspecified" name="DomConnectionHint" fullname="DomConnectionHint::DomConnectionHint" href="domconnectionhint.html#DomConnectionHint-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3397" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomConnectionHint(const DomConnectionHint &amp;other)">
<parameter left="const DomConnectionHint &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomConnectionHint::clear" href="domconnectionhint.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3382" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeType" fullname="DomConnectionHint::clearAttributeType" href="domconnectionhint.html#clearAttributeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3367" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeType()"/>
<function threadsafety="unspecified" name="clearElementX" fullname="DomConnectionHint::clearElementX" href="domconnectionhint.html#clearElementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3373" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementX()"/>
<function threadsafety="unspecified" name="clearElementY" fullname="DomConnectionHint::clearElementY" href="domconnectionhint.html#clearElementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3378" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementY()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomConnectionHint::operator=" href="domconnectionhint.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3398" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomConnectionHint &amp;other)">
<parameter left="const DomConnectionHint &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomConnectionHint::read" href="domconnectionhint.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3358" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeType" fullname="DomConnectionHint::setAttributeType" href="domconnectionhint.html#setAttributeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3366" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeType(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementX" fullname="DomConnectionHint::setElementX" href="domconnectionhint.html#setElementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3371" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementX(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementY" fullname="DomConnectionHint::setElementY" href="domconnectionhint.html#setElementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3376" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementY(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomConnectionHint::Child" href="domconnectionhint.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3392">
<value name="X" value="1"/>
<value name="Y" value="2"/>
</enum>
<function threadsafety="unspecified" name="setText" fullname="DomConnectionHint::setText" href="domconnectionhint.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3361" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomConnectionHint" fullname="DomConnectionHint::~DomConnectionHint" href="domconnectionhint.html#dtor.DomConnectionHint" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3356" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomConnectionHint()"/>
<function threadsafety="unspecified" name="attributeType" fullname="DomConnectionHint::attributeType" href="domconnectionhint.html#attributeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3365" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeType() const"/>
<function threadsafety="unspecified" name="text" fullname="DomConnectionHint::text" href="domconnectionhint.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3360" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeType" fullname="DomConnectionHint::hasAttributeType" href="domconnectionhint.html#hasAttributeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3364" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeType() const"/>
<function threadsafety="unspecified" name="hasElementX" fullname="DomConnectionHint::hasElementX" href="domconnectionhint.html#hasElementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3372" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementX() const"/>
<function threadsafety="unspecified" name="hasElementY" fullname="DomConnectionHint::hasElementY" href="domconnectionhint.html#hasElementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3377" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementY() const"/>
<function threadsafety="unspecified" name="elementX" fullname="DomConnectionHint::elementX" href="domconnectionhint.html#elementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3370" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementX() const"/>
<function threadsafety="unspecified" name="elementY" fullname="DomConnectionHint::elementY" href="domconnectionhint.html#elementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3375" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementY() const"/>
<function threadsafety="unspecified" name="write" fullname="DomConnectionHint::write" href="domconnectionhint.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3359" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomConnectionHints" href="domconnectionhints.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3322">
<function threadsafety="unspecified" name="DomConnectionHints" fullname="DomConnectionHints::DomConnectionHints" href="domconnectionhints.html#DomConnectionHints" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3324" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomConnectionHints()"/>
<function threadsafety="unspecified" name="clear" fullname="DomConnectionHints::clear" href="domconnectionhints.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3339" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomConnectionHints::read" href="domconnectionhints.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3327" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementHint" fullname="DomConnectionHints::setElementHint" href="domconnectionhints.html#setElementHint" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3335" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementHint(const QList&lt;DomConnectionHint *&gt; &amp;a)">
<parameter left="const QList&lt;DomConnectionHint *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomConnectionHints::setText" href="domconnectionhints.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3330" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomConnectionHints" fullname="DomConnectionHints::~DomConnectionHints" href="domconnectionhints.html#dtor.DomConnectionHints" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3325" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomConnectionHints()"/>
<function threadsafety="unspecified" name="elementHint" fullname="DomConnectionHints::elementHint" href="domconnectionhints.html#elementHint" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3334" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomConnectionHint *&gt;" signature="QList&lt;DomConnectionHint *&gt; elementHint() const"/>
<function threadsafety="unspecified" name="text" fullname="DomConnectionHints::text" href="domconnectionhints.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3329" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="write" fullname="DomConnectionHints::write" href="domconnectionhints.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3328" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomConnectionHints::Child" href="domconnectionhints.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3345">
<value name="Hint" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomConnectionHints" fullname="DomConnectionHints::DomConnectionHints" href="domconnectionhints.html#DomConnectionHints-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3349" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomConnectionHints(const DomConnectionHints &amp;other)">
<parameter left="const DomConnectionHints &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomConnectionHints::operator=" href="domconnectionhints.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3350" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomConnectionHints &amp;other)">
<parameter left="const DomConnectionHints &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomConnections" href="domconnections.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3229">
<function threadsafety="unspecified" name="DomConnections" fullname="DomConnections::DomConnections" href="domconnections.html#DomConnections" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3231" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomConnections()"/>
<function threadsafety="unspecified" name="clear" fullname="DomConnections::clear" href="domconnections.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3246" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomConnections::read" href="domconnections.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3234" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementConnection" fullname="DomConnections::setElementConnection" href="domconnections.html#setElementConnection" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3242" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementConnection(const QList&lt;DomConnection *&gt; &amp;a)">
<parameter left="const QList&lt;DomConnection *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomConnections::setText" href="domconnections.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3237" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomConnections" fullname="DomConnections::~DomConnections" href="domconnections.html#dtor.DomConnections" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3232" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomConnections()"/>
<function threadsafety="unspecified" name="elementConnection" fullname="DomConnections::elementConnection" href="domconnections.html#elementConnection" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3241" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomConnection *&gt;" signature="QList&lt;DomConnection *&gt; elementConnection() const"/>
<function threadsafety="unspecified" name="text" fullname="DomConnections::text" href="domconnections.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3236" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="write" fullname="DomConnections::write" href="domconnections.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3235" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomConnections::Child" href="domconnections.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3252">
<value name="Connection" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomConnections" fullname="DomConnections::DomConnections" href="domconnections.html#DomConnections-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3256" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomConnections(const DomConnections &amp;other)">
<parameter left="const DomConnections &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomConnections::operator=" href="domconnections.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3257" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomConnections &amp;other)">
<parameter left="const DomConnections &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomCustomWidget" href="domcustomwidget.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="888">
<function threadsafety="unspecified" name="DomCustomWidget" fullname="DomCustomWidget::DomCustomWidget" href="domcustomwidget.html#DomCustomWidget" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="890" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomCustomWidget()"/>
<function threadsafety="unspecified" name="DomCustomWidget" fullname="DomCustomWidget::DomCustomWidget" href="domcustomwidget.html#DomCustomWidget-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1001" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomCustomWidget(const DomCustomWidget &amp;other)">
<parameter left="const DomCustomWidget &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="takeElementHeader" fullname="DomCustomWidget::takeElementHeader" href="domcustomwidget.html#takeElementHeader" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="911" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomHeader *" signature="DomHeader * takeElementHeader()"/>
<function threadsafety="unspecified" name="takeElementProperties" fullname="DomCustomWidget::takeElementProperties" href="domcustomwidget.html#takeElementProperties" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="950" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomProperties *" signature="DomProperties * takeElementProperties()"/>
<function threadsafety="unspecified" name="takeElementPropertyspecifications" fullname="DomCustomWidget::takeElementPropertyspecifications" href="domcustomwidget.html#takeElementPropertyspecifications" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="962" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomPropertySpecifications *" signature="DomPropertySpecifications * takeElementPropertyspecifications()"/>
<function threadsafety="unspecified" name="takeElementScript" fullname="DomCustomWidget::takeElementScript" href="domcustomwidget.html#takeElementScript" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="944" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomScript *" signature="DomScript * takeElementScript()"/>
<function threadsafety="unspecified" name="takeElementSizeHint" fullname="DomCustomWidget::takeElementSizeHint" href="domcustomwidget.html#takeElementSizeHint" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="917" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomSize *" signature="DomSize * takeElementSizeHint()"/>
<function threadsafety="unspecified" name="takeElementSizePolicy" fullname="DomCustomWidget::takeElementSizePolicy" href="domcustomwidget.html#takeElementSizePolicy" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="933" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomSizePolicyData *" signature="DomSizePolicyData * takeElementSizePolicy()"/>
<function threadsafety="unspecified" name="takeElementSlots" fullname="DomCustomWidget::takeElementSlots" href="domcustomwidget.html#takeElementSlots" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="956" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomSlots *" signature="DomSlots * takeElementSlots()"/>
<function threadsafety="unspecified" name="clear" fullname="DomCustomWidget::clear" href="domcustomwidget.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="969" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearElementAddPageMethod" fullname="DomCustomWidget::clearElementAddPageMethod" href="domcustomwidget.html#clearElementAddPageMethod" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="925" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementAddPageMethod()"/>
<function threadsafety="unspecified" name="clearElementClass" fullname="DomCustomWidget::clearElementClass" href="domcustomwidget.html#clearElementClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="903" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementClass()"/>
<function threadsafety="unspecified" name="clearElementContainer" fullname="DomCustomWidget::clearElementContainer" href="domcustomwidget.html#clearElementContainer" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="930" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementContainer()"/>
<function threadsafety="unspecified" name="clearElementExtends" fullname="DomCustomWidget::clearElementExtends" href="domcustomwidget.html#clearElementExtends" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="908" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementExtends()"/>
<function threadsafety="unspecified" name="clearElementHeader" fullname="DomCustomWidget::clearElementHeader" href="domcustomwidget.html#clearElementHeader" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="914" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementHeader()"/>
<function threadsafety="unspecified" name="clearElementPixmap" fullname="DomCustomWidget::clearElementPixmap" href="domcustomwidget.html#clearElementPixmap" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="941" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementPixmap()"/>
<function threadsafety="unspecified" name="clearElementProperties" fullname="DomCustomWidget::clearElementProperties" href="domcustomwidget.html#clearElementProperties" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="953" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementProperties()"/>
<function threadsafety="unspecified" name="clearElementPropertyspecifications" fullname="DomCustomWidget::clearElementPropertyspecifications" href="domcustomwidget.html#clearElementPropertyspecifications" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="965" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementPropertyspecifications()"/>
<function threadsafety="unspecified" name="clearElementScript" fullname="DomCustomWidget::clearElementScript" href="domcustomwidget.html#clearElementScript" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="947" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementScript()"/>
<function threadsafety="unspecified" name="clearElementSizeHint" fullname="DomCustomWidget::clearElementSizeHint" href="domcustomwidget.html#clearElementSizeHint" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="920" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementSizeHint()"/>
<function threadsafety="unspecified" name="clearElementSizePolicy" fullname="DomCustomWidget::clearElementSizePolicy" href="domcustomwidget.html#clearElementSizePolicy" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="936" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementSizePolicy()"/>
<function threadsafety="unspecified" name="clearElementSlots" fullname="DomCustomWidget::clearElementSlots" href="domcustomwidget.html#clearElementSlots" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="959" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementSlots()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomCustomWidget::operator=" href="domcustomwidget.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1002" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomCustomWidget &amp;other)">
<parameter left="const DomCustomWidget &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomCustomWidget::read" href="domcustomwidget.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="893" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementAddPageMethod" fullname="DomCustomWidget::setElementAddPageMethod" href="domcustomwidget.html#setElementAddPageMethod" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="923" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementAddPageMethod(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementClass" fullname="DomCustomWidget::setElementClass" href="domcustomwidget.html#setElementClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="901" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementClass(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementContainer" fullname="DomCustomWidget::setElementContainer" href="domcustomwidget.html#setElementContainer" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="928" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementContainer(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementExtends" fullname="DomCustomWidget::setElementExtends" href="domcustomwidget.html#setElementExtends" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="906" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementExtends(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementHeader" fullname="DomCustomWidget::setElementHeader" href="domcustomwidget.html#setElementHeader" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="912" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementHeader(DomHeader *a)">
<parameter left="DomHeader *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementPixmap" fullname="DomCustomWidget::setElementPixmap" href="domcustomwidget.html#setElementPixmap" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="939" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementPixmap(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementProperties" fullname="DomCustomWidget::setElementProperties" href="domcustomwidget.html#setElementProperties" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="951" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementProperties(DomProperties *a)">
<parameter left="DomProperties *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementPropertyspecifications" fullname="DomCustomWidget::setElementPropertyspecifications" href="domcustomwidget.html#setElementPropertyspecifications" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="963" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementPropertyspecifications(DomPropertySpecifications *a)">
<parameter left="DomPropertySpecifications *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementScript" fullname="DomCustomWidget::setElementScript" href="domcustomwidget.html#setElementScript" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="945" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementScript(DomScript *a)">
<parameter left="DomScript *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSizeHint" fullname="DomCustomWidget::setElementSizeHint" href="domcustomwidget.html#setElementSizeHint" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="918" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSizeHint(DomSize *a)">
<parameter left="DomSize *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSizePolicy" fullname="DomCustomWidget::setElementSizePolicy" href="domcustomwidget.html#setElementSizePolicy" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="934" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSizePolicy(DomSizePolicyData *a)">
<parameter left="DomSizePolicyData *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSlots" fullname="DomCustomWidget::setElementSlots" href="domcustomwidget.html#setElementSlots" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="957" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSlots(DomSlots *a)">
<parameter left="DomSlots *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomCustomWidget::setText" href="domcustomwidget.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="896" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomCustomWidget" fullname="DomCustomWidget::~DomCustomWidget" href="domcustomwidget.html#dtor.DomCustomWidget" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="891" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomCustomWidget()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomCustomWidget::Child" href="domcustomwidget.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="986">
<value name="Class" value="1"/>
<value name="Extends" value="2"/>
<value name="Header" value="4"/>
<value name="SizeHint" value="8"/>
<value name="AddPageMethod" value="16"/>
<value name="Container" value="32"/>
<value name="SizePolicy" value="64"/>
<value name="Pixmap" value="128"/>
<value name="Script" value="256"/>
<value name="Properties" value="512"/>
<value name="Slots" value="1024"/>
<value name="Propertyspecifications" value="2048"/>
</enum>
<function threadsafety="unspecified" name="elementHeader" fullname="DomCustomWidget::elementHeader" href="domcustomwidget.html#elementHeader" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="910" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomHeader *" signature="DomHeader * elementHeader() const"/>
<function threadsafety="unspecified" name="elementProperties" fullname="DomCustomWidget::elementProperties" href="domcustomwidget.html#elementProperties" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="949" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomProperties *" signature="DomProperties * elementProperties() const"/>
<function threadsafety="unspecified" name="elementPropertyspecifications" fullname="DomCustomWidget::elementPropertyspecifications" href="domcustomwidget.html#elementPropertyspecifications" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="961" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomPropertySpecifications *" signature="DomPropertySpecifications * elementPropertyspecifications() const"/>
<function threadsafety="unspecified" name="elementScript" fullname="DomCustomWidget::elementScript" href="domcustomwidget.html#elementScript" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="943" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomScript *" signature="DomScript * elementScript() const"/>
<function threadsafety="unspecified" name="elementSizeHint" fullname="DomCustomWidget::elementSizeHint" href="domcustomwidget.html#elementSizeHint" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="916" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomSize *" signature="DomSize * elementSizeHint() const"/>
<function threadsafety="unspecified" name="elementSizePolicy" fullname="DomCustomWidget::elementSizePolicy" href="domcustomwidget.html#elementSizePolicy" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="932" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomSizePolicyData *" signature="DomSizePolicyData * elementSizePolicy() const"/>
<function threadsafety="unspecified" name="elementSlots" fullname="DomCustomWidget::elementSlots" href="domcustomwidget.html#elementSlots" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="955" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomSlots *" signature="DomSlots * elementSlots() const"/>
<function threadsafety="unspecified" name="elementAddPageMethod" fullname="DomCustomWidget::elementAddPageMethod" href="domcustomwidget.html#elementAddPageMethod" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="922" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementAddPageMethod() const"/>
<function threadsafety="unspecified" name="elementClass" fullname="DomCustomWidget::elementClass" href="domcustomwidget.html#elementClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="900" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementClass() const"/>
<function threadsafety="unspecified" name="elementExtends" fullname="DomCustomWidget::elementExtends" href="domcustomwidget.html#elementExtends" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="905" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementExtends() const"/>
<function threadsafety="unspecified" name="elementPixmap" fullname="DomCustomWidget::elementPixmap" href="domcustomwidget.html#elementPixmap" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="938" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementPixmap() const"/>
<function threadsafety="unspecified" name="text" fullname="DomCustomWidget::text" href="domcustomwidget.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="895" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasElementAddPageMethod" fullname="DomCustomWidget::hasElementAddPageMethod" href="domcustomwidget.html#hasElementAddPageMethod" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="924" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementAddPageMethod() const"/>
<function threadsafety="unspecified" name="hasElementClass" fullname="DomCustomWidget::hasElementClass" href="domcustomwidget.html#hasElementClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="902" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementClass() const"/>
<function threadsafety="unspecified" name="hasElementContainer" fullname="DomCustomWidget::hasElementContainer" href="domcustomwidget.html#hasElementContainer" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="929" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementContainer() const"/>
<function threadsafety="unspecified" name="hasElementExtends" fullname="DomCustomWidget::hasElementExtends" href="domcustomwidget.html#hasElementExtends" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="907" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementExtends() const"/>
<function threadsafety="unspecified" name="hasElementHeader" fullname="DomCustomWidget::hasElementHeader" href="domcustomwidget.html#hasElementHeader" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="913" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementHeader() const"/>
<function threadsafety="unspecified" name="hasElementPixmap" fullname="DomCustomWidget::hasElementPixmap" href="domcustomwidget.html#hasElementPixmap" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="940" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementPixmap() const"/>
<function threadsafety="unspecified" name="hasElementProperties" fullname="DomCustomWidget::hasElementProperties" href="domcustomwidget.html#hasElementProperties" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="952" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementProperties() const"/>
<function threadsafety="unspecified" name="hasElementPropertyspecifications" fullname="DomCustomWidget::hasElementPropertyspecifications" href="domcustomwidget.html#hasElementPropertyspecifications" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="964" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementPropertyspecifications() const"/>
<function threadsafety="unspecified" name="hasElementScript" fullname="DomCustomWidget::hasElementScript" href="domcustomwidget.html#hasElementScript" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="946" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementScript() const"/>
<function threadsafety="unspecified" name="hasElementSizeHint" fullname="DomCustomWidget::hasElementSizeHint" href="domcustomwidget.html#hasElementSizeHint" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="919" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementSizeHint() const"/>
<function threadsafety="unspecified" name="hasElementSizePolicy" fullname="DomCustomWidget::hasElementSizePolicy" href="domcustomwidget.html#hasElementSizePolicy" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="935" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementSizePolicy() const"/>
<function threadsafety="unspecified" name="hasElementSlots" fullname="DomCustomWidget::hasElementSlots" href="domcustomwidget.html#hasElementSlots" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="958" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementSlots() const"/>
<function threadsafety="unspecified" name="elementContainer" fullname="DomCustomWidget::elementContainer" href="domcustomwidget.html#elementContainer" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="927" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementContainer() const"/>
<function threadsafety="unspecified" name="write" fullname="DomCustomWidget::write" href="domcustomwidget.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="894" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomCustomWidgets" href="domcustomwidgets.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="825">
<function threadsafety="unspecified" name="DomCustomWidgets" fullname="DomCustomWidgets::DomCustomWidgets" href="domcustomwidgets.html#DomCustomWidgets" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="827" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomCustomWidgets()"/>
<function threadsafety="unspecified" name="clear" fullname="DomCustomWidgets::clear" href="domcustomwidgets.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="842" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomCustomWidgets::read" href="domcustomwidgets.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="830" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementCustomWidget" fullname="DomCustomWidgets::setElementCustomWidget" href="domcustomwidgets.html#setElementCustomWidget" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="838" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementCustomWidget(const QList&lt;DomCustomWidget *&gt; &amp;a)">
<parameter left="const QList&lt;DomCustomWidget *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomCustomWidgets::setText" href="domcustomwidgets.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="833" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomCustomWidgets" fullname="DomCustomWidgets::~DomCustomWidgets" href="domcustomwidgets.html#dtor.DomCustomWidgets" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="828" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomCustomWidgets()"/>
<function threadsafety="unspecified" name="elementCustomWidget" fullname="DomCustomWidgets::elementCustomWidget" href="domcustomwidgets.html#elementCustomWidget" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="837" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomCustomWidget *&gt;" signature="QList&lt;DomCustomWidget *&gt; elementCustomWidget() const"/>
<function threadsafety="unspecified" name="text" fullname="DomCustomWidgets::text" href="domcustomwidgets.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="832" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="write" fullname="DomCustomWidgets::write" href="domcustomwidgets.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="831" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomCustomWidgets::Child" href="domcustomwidgets.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="848">
<value name="CustomWidget" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomCustomWidgets" fullname="DomCustomWidgets::DomCustomWidgets" href="domcustomwidgets.html#DomCustomWidgets-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="852" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomCustomWidgets(const DomCustomWidgets &amp;other)">
<parameter left="const DomCustomWidgets &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomCustomWidgets::operator=" href="domcustomwidgets.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="853" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomCustomWidgets &amp;other)">
<parameter left="const DomCustomWidgets &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomDate" href="domdate.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2421">
<function threadsafety="unspecified" name="DomDate" fullname="DomDate::DomDate" href="domdate.html#DomDate" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2423" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomDate()"/>
<function threadsafety="unspecified" name="DomDate" fullname="DomDate::DomDate" href="domdate.html#DomDate-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2464" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomDate(const DomDate &amp;other)">
<parameter left="const DomDate &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomDate::clear" href="domdate.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2450" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearElementDay" fullname="DomDate::clearElementDay" href="domdate.html#clearElementDay" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2446" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementDay()"/>
<function threadsafety="unspecified" name="clearElementMonth" fullname="DomDate::clearElementMonth" href="domdate.html#clearElementMonth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2441" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementMonth()"/>
<function threadsafety="unspecified" name="clearElementYear" fullname="DomDate::clearElementYear" href="domdate.html#clearElementYear" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2436" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementYear()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomDate::operator=" href="domdate.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2465" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomDate &amp;other)">
<parameter left="const DomDate &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomDate::read" href="domdate.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2426" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementDay" fullname="DomDate::setElementDay" href="domdate.html#setElementDay" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2444" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementDay(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementMonth" fullname="DomDate::setElementMonth" href="domdate.html#setElementMonth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2439" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementMonth(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementYear" fullname="DomDate::setElementYear" href="domdate.html#setElementYear" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2434" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementYear(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomDate::Child" href="domdate.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2458">
<value name="Year" value="1"/>
<value name="Month" value="2"/>
<value name="Day" value="4"/>
</enum>
<function threadsafety="unspecified" name="setText" fullname="DomDate::setText" href="domdate.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2429" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomDate" fullname="DomDate::~DomDate" href="domdate.html#dtor.DomDate" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2424" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomDate()"/>
<function threadsafety="unspecified" name="text" fullname="DomDate::text" href="domdate.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2428" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasElementDay" fullname="DomDate::hasElementDay" href="domdate.html#hasElementDay" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2445" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementDay() const"/>
<function threadsafety="unspecified" name="hasElementMonth" fullname="DomDate::hasElementMonth" href="domdate.html#hasElementMonth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2440" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementMonth() const"/>
<function threadsafety="unspecified" name="hasElementYear" fullname="DomDate::hasElementYear" href="domdate.html#hasElementYear" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2435" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementYear() const"/>
<function threadsafety="unspecified" name="elementDay" fullname="DomDate::elementDay" href="domdate.html#elementDay" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2443" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementDay() const"/>
<function threadsafety="unspecified" name="elementMonth" fullname="DomDate::elementMonth" href="domdate.html#elementMonth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2438" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementMonth() const"/>
<function threadsafety="unspecified" name="elementYear" fullname="DomDate::elementYear" href="domdate.html#elementYear" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2433" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementYear() const"/>
<function threadsafety="unspecified" name="write" fullname="DomDate::write" href="domdate.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2427" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomDateTime" href="domdatetime.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2515">
<function threadsafety="unspecified" name="DomDateTime" fullname="DomDateTime::DomDateTime" href="domdatetime.html#DomDateTime" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2517" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomDateTime()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomDateTime::Child" href="domdatetime.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2570">
<value name="Hour" value="1"/>
<value name="Minute" value="2"/>
<value name="Second" value="4"/>
<value name="Year" value="8"/>
<value name="Month" value="16"/>
<value name="Day" value="32"/>
</enum>
<function threadsafety="unspecified" name="DomDateTime" fullname="DomDateTime::DomDateTime" href="domdatetime.html#DomDateTime-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2579" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomDateTime(const DomDateTime &amp;other)">
<parameter left="const DomDateTime &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomDateTime::clear" href="domdatetime.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2559" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearElementDay" fullname="DomDateTime::clearElementDay" href="domdatetime.html#clearElementDay" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2555" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementDay()"/>
<function threadsafety="unspecified" name="clearElementHour" fullname="DomDateTime::clearElementHour" href="domdatetime.html#clearElementHour" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2530" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementHour()"/>
<function threadsafety="unspecified" name="clearElementMinute" fullname="DomDateTime::clearElementMinute" href="domdatetime.html#clearElementMinute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2535" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementMinute()"/>
<function threadsafety="unspecified" name="clearElementMonth" fullname="DomDateTime::clearElementMonth" href="domdatetime.html#clearElementMonth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2550" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementMonth()"/>
<function threadsafety="unspecified" name="clearElementSecond" fullname="DomDateTime::clearElementSecond" href="domdatetime.html#clearElementSecond" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2540" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementSecond()"/>
<function threadsafety="unspecified" name="clearElementYear" fullname="DomDateTime::clearElementYear" href="domdatetime.html#clearElementYear" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2545" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementYear()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomDateTime::operator=" href="domdatetime.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2580" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomDateTime &amp;other)">
<parameter left="const DomDateTime &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomDateTime::read" href="domdatetime.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2520" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementDay" fullname="DomDateTime::setElementDay" href="domdatetime.html#setElementDay" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2553" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementDay(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementHour" fullname="DomDateTime::setElementHour" href="domdatetime.html#setElementHour" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2528" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementHour(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementMinute" fullname="DomDateTime::setElementMinute" href="domdatetime.html#setElementMinute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2533" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementMinute(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementMonth" fullname="DomDateTime::setElementMonth" href="domdatetime.html#setElementMonth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2548" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementMonth(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSecond" fullname="DomDateTime::setElementSecond" href="domdatetime.html#setElementSecond" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2538" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSecond(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementYear" fullname="DomDateTime::setElementYear" href="domdatetime.html#setElementYear" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2543" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementYear(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomDateTime::setText" href="domdatetime.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2523" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomDateTime" fullname="DomDateTime::~DomDateTime" href="domdatetime.html#dtor.DomDateTime" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2518" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomDateTime()"/>
<function threadsafety="unspecified" name="text" fullname="DomDateTime::text" href="domdatetime.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2522" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasElementDay" fullname="DomDateTime::hasElementDay" href="domdatetime.html#hasElementDay" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2554" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementDay() const"/>
<function threadsafety="unspecified" name="hasElementHour" fullname="DomDateTime::hasElementHour" href="domdatetime.html#hasElementHour" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2529" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementHour() const"/>
<function threadsafety="unspecified" name="hasElementMinute" fullname="DomDateTime::hasElementMinute" href="domdatetime.html#hasElementMinute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2534" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementMinute() const"/>
<function threadsafety="unspecified" name="hasElementMonth" fullname="DomDateTime::hasElementMonth" href="domdatetime.html#hasElementMonth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2549" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementMonth() const"/>
<function threadsafety="unspecified" name="hasElementSecond" fullname="DomDateTime::hasElementSecond" href="domdatetime.html#hasElementSecond" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2539" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementSecond() const"/>
<function threadsafety="unspecified" name="hasElementYear" fullname="DomDateTime::hasElementYear" href="domdatetime.html#hasElementYear" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2544" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementYear() const"/>
<function threadsafety="unspecified" name="elementDay" fullname="DomDateTime::elementDay" href="domdatetime.html#elementDay" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2552" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementDay() const"/>
<function threadsafety="unspecified" name="elementHour" fullname="DomDateTime::elementHour" href="domdatetime.html#elementHour" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2527" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementHour() const"/>
<function threadsafety="unspecified" name="elementMinute" fullname="DomDateTime::elementMinute" href="domdatetime.html#elementMinute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2532" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementMinute() const"/>
<function threadsafety="unspecified" name="elementMonth" fullname="DomDateTime::elementMonth" href="domdatetime.html#elementMonth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2547" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementMonth() const"/>
<function threadsafety="unspecified" name="elementSecond" fullname="DomDateTime::elementSecond" href="domdatetime.html#elementSecond" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2537" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementSecond() const"/>
<function threadsafety="unspecified" name="elementYear" fullname="DomDateTime::elementYear" href="domdatetime.html#elementYear" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2542" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementYear() const"/>
<function threadsafety="unspecified" name="write" fullname="DomDateTime::write" href="domdatetime.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2521" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomDesignerData" href="domdesignerdata.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3472">
<function threadsafety="unspecified" name="DomDesignerData" fullname="DomDesignerData::DomDesignerData" href="domdesignerdata.html#DomDesignerData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3474" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomDesignerData()"/>
<function threadsafety="unspecified" name="clear" fullname="DomDesignerData::clear" href="domdesignerdata.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3489" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomDesignerData::read" href="domdesignerdata.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3477" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementProperty" fullname="DomDesignerData::setElementProperty" href="domdesignerdata.html#setElementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3485" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementProperty(const QList&lt;DomProperty *&gt; &amp;a)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomDesignerData::setText" href="domdesignerdata.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3480" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomDesignerData" fullname="DomDesignerData::~DomDesignerData" href="domdesignerdata.html#dtor.DomDesignerData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3475" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomDesignerData()"/>
<function threadsafety="unspecified" name="elementProperty" fullname="DomDesignerData::elementProperty" href="domdesignerdata.html#elementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3484" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; elementProperty() const"/>
<function threadsafety="unspecified" name="text" fullname="DomDesignerData::text" href="domdesignerdata.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3479" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="write" fullname="DomDesignerData::write" href="domdesignerdata.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3478" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomDesignerData::Child" href="domdesignerdata.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3495">
<value name="Property" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomDesignerData" fullname="DomDesignerData::DomDesignerData" href="domdesignerdata.html#DomDesignerData-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3499" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomDesignerData(const DomDesignerData &amp;other)">
<parameter left="const DomDesignerData &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomDesignerData::operator=" href="domdesignerdata.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3500" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomDesignerData &amp;other)">
<parameter left="const DomDesignerData &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomFont" href="domfont.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2081">
<function threadsafety="unspecified" name="DomFont" fullname="DomFont::DomFont" href="domfont.html#DomFont" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2083" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomFont()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomFont::Child" href="domfont.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2160">
<value name="Family" value="1"/>
<value name="PointSize" value="2"/>
<value name="Weight" value="4"/>
<value name="Italic" value="8"/>
<value name="Bold" value="16"/>
<value name="Underline" value="32"/>
<value name="StrikeOut" value="64"/>
<value name="Antialiasing" value="128"/>
<value name="StyleStrategy" value="256"/>
<value name="Kerning" value="512"/>
</enum>
<function threadsafety="unspecified" name="DomFont" fullname="DomFont::DomFont" href="domfont.html#DomFont-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2173" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomFont(const DomFont &amp;other)">
<parameter left="const DomFont &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomFont::clear" href="domfont.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2145" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearElementAntialiasing" fullname="DomFont::clearElementAntialiasing" href="domfont.html#clearElementAntialiasing" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2131" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementAntialiasing()"/>
<function threadsafety="unspecified" name="clearElementBold" fullname="DomFont::clearElementBold" href="domfont.html#clearElementBold" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2116" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementBold()"/>
<function threadsafety="unspecified" name="clearElementFamily" fullname="DomFont::clearElementFamily" href="domfont.html#clearElementFamily" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2096" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementFamily()"/>
<function threadsafety="unspecified" name="clearElementItalic" fullname="DomFont::clearElementItalic" href="domfont.html#clearElementItalic" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2111" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementItalic()"/>
<function threadsafety="unspecified" name="clearElementKerning" fullname="DomFont::clearElementKerning" href="domfont.html#clearElementKerning" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2141" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementKerning()"/>
<function threadsafety="unspecified" name="clearElementPointSize" fullname="DomFont::clearElementPointSize" href="domfont.html#clearElementPointSize" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2101" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementPointSize()"/>
<function threadsafety="unspecified" name="clearElementStrikeOut" fullname="DomFont::clearElementStrikeOut" href="domfont.html#clearElementStrikeOut" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2126" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementStrikeOut()"/>
<function threadsafety="unspecified" name="clearElementStyleStrategy" fullname="DomFont::clearElementStyleStrategy" href="domfont.html#clearElementStyleStrategy" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2136" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementStyleStrategy()"/>
<function threadsafety="unspecified" name="clearElementUnderline" fullname="DomFont::clearElementUnderline" href="domfont.html#clearElementUnderline" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2121" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementUnderline()"/>
<function threadsafety="unspecified" name="clearElementWeight" fullname="DomFont::clearElementWeight" href="domfont.html#clearElementWeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2106" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementWeight()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomFont::operator=" href="domfont.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2174" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomFont &amp;other)">
<parameter left="const DomFont &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomFont::read" href="domfont.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2086" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementAntialiasing" fullname="DomFont::setElementAntialiasing" href="domfont.html#setElementAntialiasing" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2129" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementAntialiasing(bool a)">
<parameter left="bool" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementBold" fullname="DomFont::setElementBold" href="domfont.html#setElementBold" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2114" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementBold(bool a)">
<parameter left="bool" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementFamily" fullname="DomFont::setElementFamily" href="domfont.html#setElementFamily" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2094" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementFamily(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementItalic" fullname="DomFont::setElementItalic" href="domfont.html#setElementItalic" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2109" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementItalic(bool a)">
<parameter left="bool" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementKerning" fullname="DomFont::setElementKerning" href="domfont.html#setElementKerning" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2139" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementKerning(bool a)">
<parameter left="bool" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementPointSize" fullname="DomFont::setElementPointSize" href="domfont.html#setElementPointSize" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2099" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementPointSize(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementStrikeOut" fullname="DomFont::setElementStrikeOut" href="domfont.html#setElementStrikeOut" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2124" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementStrikeOut(bool a)">
<parameter left="bool" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementStyleStrategy" fullname="DomFont::setElementStyleStrategy" href="domfont.html#setElementStyleStrategy" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2134" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementStyleStrategy(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementUnderline" fullname="DomFont::setElementUnderline" href="domfont.html#setElementUnderline" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2119" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementUnderline(bool a)">
<parameter left="bool" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementWeight" fullname="DomFont::setElementWeight" href="domfont.html#setElementWeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2104" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementWeight(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomFont::setText" href="domfont.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2089" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomFont" fullname="DomFont::~DomFont" href="domfont.html#dtor.DomFont" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2084" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomFont()"/>
<function threadsafety="unspecified" name="elementFamily" fullname="DomFont::elementFamily" href="domfont.html#elementFamily" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2093" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementFamily() const"/>
<function threadsafety="unspecified" name="elementStyleStrategy" fullname="DomFont::elementStyleStrategy" href="domfont.html#elementStyleStrategy" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2133" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementStyleStrategy() const"/>
<function threadsafety="unspecified" name="text" fullname="DomFont::text" href="domfont.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2088" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="elementAntialiasing" fullname="DomFont::elementAntialiasing" href="domfont.html#elementAntialiasing" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2128" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool elementAntialiasing() const"/>
<function threadsafety="unspecified" name="elementBold" fullname="DomFont::elementBold" href="domfont.html#elementBold" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2113" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool elementBold() const"/>
<function threadsafety="unspecified" name="elementItalic" fullname="DomFont::elementItalic" href="domfont.html#elementItalic" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2108" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool elementItalic() const"/>
<function threadsafety="unspecified" name="elementKerning" fullname="DomFont::elementKerning" href="domfont.html#elementKerning" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2138" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool elementKerning() const"/>
<function threadsafety="unspecified" name="elementStrikeOut" fullname="DomFont::elementStrikeOut" href="domfont.html#elementStrikeOut" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2123" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool elementStrikeOut() const"/>
<function threadsafety="unspecified" name="elementUnderline" fullname="DomFont::elementUnderline" href="domfont.html#elementUnderline" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2118" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool elementUnderline() const"/>
<function threadsafety="unspecified" name="hasElementAntialiasing" fullname="DomFont::hasElementAntialiasing" href="domfont.html#hasElementAntialiasing" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2130" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementAntialiasing() const"/>
<function threadsafety="unspecified" name="hasElementBold" fullname="DomFont::hasElementBold" href="domfont.html#hasElementBold" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2115" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementBold() const"/>
<function threadsafety="unspecified" name="hasElementFamily" fullname="DomFont::hasElementFamily" href="domfont.html#hasElementFamily" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2095" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementFamily() const"/>
<function threadsafety="unspecified" name="hasElementItalic" fullname="DomFont::hasElementItalic" href="domfont.html#hasElementItalic" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2110" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementItalic() const"/>
<function threadsafety="unspecified" name="hasElementKerning" fullname="DomFont::hasElementKerning" href="domfont.html#hasElementKerning" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2140" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementKerning() const"/>
<function threadsafety="unspecified" name="hasElementPointSize" fullname="DomFont::hasElementPointSize" href="domfont.html#hasElementPointSize" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2100" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementPointSize() const"/>
<function threadsafety="unspecified" name="hasElementStrikeOut" fullname="DomFont::hasElementStrikeOut" href="domfont.html#hasElementStrikeOut" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2125" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementStrikeOut() const"/>
<function threadsafety="unspecified" name="hasElementStyleStrategy" fullname="DomFont::hasElementStyleStrategy" href="domfont.html#hasElementStyleStrategy" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2135" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementStyleStrategy() const"/>
<function threadsafety="unspecified" name="hasElementUnderline" fullname="DomFont::hasElementUnderline" href="domfont.html#hasElementUnderline" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2120" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementUnderline() const"/>
<function threadsafety="unspecified" name="hasElementWeight" fullname="DomFont::hasElementWeight" href="domfont.html#hasElementWeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2105" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementWeight() const"/>
<function threadsafety="unspecified" name="elementPointSize" fullname="DomFont::elementPointSize" href="domfont.html#elementPointSize" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2098" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementPointSize() const"/>
<function threadsafety="unspecified" name="elementWeight" fullname="DomFont::elementWeight" href="domfont.html#elementWeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2103" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementWeight() const"/>
<function threadsafety="unspecified" name="write" fullname="DomFont::write" href="domfont.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2087" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomGradient" href="domgradient.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1768">
<function threadsafety="unspecified" name="DomGradient" fullname="DomGradient::DomGradient" href="domgradient.html#DomGradient" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1770" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomGradient()"/>
<function threadsafety="unspecified" name="clear" fullname="DomGradient::clear" href="domgradient.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1850" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomGradient::Child" href="domgradient.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1895">
<value name="GradientStop" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomGradient" fullname="DomGradient::DomGradient" href="domgradient.html#DomGradient-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1899" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomGradient(const DomGradient &amp;other)">
<parameter left="const DomGradient &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clearAttributeAngle" fullname="DomGradient::clearAttributeAngle" href="domgradient.html#clearAttributeAngle" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1827" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeAngle()"/>
<function threadsafety="unspecified" name="clearAttributeCentralX" fullname="DomGradient::clearAttributeCentralX" href="domgradient.html#clearAttributeCentralX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1802" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeCentralX()"/>
<function threadsafety="unspecified" name="clearAttributeCentralY" fullname="DomGradient::clearAttributeCentralY" href="domgradient.html#clearAttributeCentralY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1807" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeCentralY()"/>
<function threadsafety="unspecified" name="clearAttributeCoordinateMode" fullname="DomGradient::clearAttributeCoordinateMode" href="domgradient.html#clearAttributeCoordinateMode" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1842" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeCoordinateMode()"/>
<function threadsafety="unspecified" name="clearAttributeEndX" fullname="DomGradient::clearAttributeEndX" href="domgradient.html#clearAttributeEndX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1792" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeEndX()"/>
<function threadsafety="unspecified" name="clearAttributeEndY" fullname="DomGradient::clearAttributeEndY" href="domgradient.html#clearAttributeEndY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1797" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeEndY()"/>
<function threadsafety="unspecified" name="clearAttributeFocalX" fullname="DomGradient::clearAttributeFocalX" href="domgradient.html#clearAttributeFocalX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1812" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeFocalX()"/>
<function threadsafety="unspecified" name="clearAttributeFocalY" fullname="DomGradient::clearAttributeFocalY" href="domgradient.html#clearAttributeFocalY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1817" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeFocalY()"/>
<function threadsafety="unspecified" name="clearAttributeRadius" fullname="DomGradient::clearAttributeRadius" href="domgradient.html#clearAttributeRadius" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1822" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeRadius()"/>
<function threadsafety="unspecified" name="clearAttributeSpread" fullname="DomGradient::clearAttributeSpread" href="domgradient.html#clearAttributeSpread" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1837" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeSpread()"/>
<function threadsafety="unspecified" name="clearAttributeStartX" fullname="DomGradient::clearAttributeStartX" href="domgradient.html#clearAttributeStartX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1782" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeStartX()"/>
<function threadsafety="unspecified" name="clearAttributeStartY" fullname="DomGradient::clearAttributeStartY" href="domgradient.html#clearAttributeStartY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1787" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeStartY()"/>
<function threadsafety="unspecified" name="clearAttributeType" fullname="DomGradient::clearAttributeType" href="domgradient.html#clearAttributeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1832" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeType()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomGradient::operator=" href="domgradient.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1900" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomGradient &amp;other)">
<parameter left="const DomGradient &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomGradient::read" href="domgradient.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1773" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeAngle" fullname="DomGradient::setAttributeAngle" href="domgradient.html#setAttributeAngle" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1826" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeAngle(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeCentralX" fullname="DomGradient::setAttributeCentralX" href="domgradient.html#setAttributeCentralX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1801" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeCentralX(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeCentralY" fullname="DomGradient::setAttributeCentralY" href="domgradient.html#setAttributeCentralY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1806" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeCentralY(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeCoordinateMode" fullname="DomGradient::setAttributeCoordinateMode" href="domgradient.html#setAttributeCoordinateMode" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1841" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeCoordinateMode(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeEndX" fullname="DomGradient::setAttributeEndX" href="domgradient.html#setAttributeEndX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1791" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeEndX(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeEndY" fullname="DomGradient::setAttributeEndY" href="domgradient.html#setAttributeEndY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1796" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeEndY(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeFocalX" fullname="DomGradient::setAttributeFocalX" href="domgradient.html#setAttributeFocalX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1811" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeFocalX(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeFocalY" fullname="DomGradient::setAttributeFocalY" href="domgradient.html#setAttributeFocalY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1816" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeFocalY(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeRadius" fullname="DomGradient::setAttributeRadius" href="domgradient.html#setAttributeRadius" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1821" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeRadius(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeSpread" fullname="DomGradient::setAttributeSpread" href="domgradient.html#setAttributeSpread" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1836" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeSpread(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeStartX" fullname="DomGradient::setAttributeStartX" href="domgradient.html#setAttributeStartX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1781" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeStartX(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeStartY" fullname="DomGradient::setAttributeStartY" href="domgradient.html#setAttributeStartY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1786" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeStartY(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeType" fullname="DomGradient::setAttributeType" href="domgradient.html#setAttributeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1831" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeType(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementGradientStop" fullname="DomGradient::setElementGradientStop" href="domgradient.html#setElementGradientStop" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1846" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementGradientStop(const QList&lt;DomGradientStop *&gt; &amp;a)">
<parameter left="const QList&lt;DomGradientStop *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomGradient::setText" href="domgradient.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1776" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomGradient" fullname="DomGradient::~DomGradient" href="domgradient.html#dtor.DomGradient" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1771" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomGradient()"/>
<function threadsafety="unspecified" name="elementGradientStop" fullname="DomGradient::elementGradientStop" href="domgradient.html#elementGradientStop" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1845" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomGradientStop *&gt;" signature="QList&lt;DomGradientStop *&gt; elementGradientStop() const"/>
<function threadsafety="unspecified" name="attributeCoordinateMode" fullname="DomGradient::attributeCoordinateMode" href="domgradient.html#attributeCoordinateMode" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1840" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeCoordinateMode() const"/>
<function threadsafety="unspecified" name="attributeSpread" fullname="DomGradient::attributeSpread" href="domgradient.html#attributeSpread" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1835" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeSpread() const"/>
<function threadsafety="unspecified" name="attributeType" fullname="DomGradient::attributeType" href="domgradient.html#attributeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1830" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeType() const"/>
<function threadsafety="unspecified" name="text" fullname="DomGradient::text" href="domgradient.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1775" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeAngle" fullname="DomGradient::hasAttributeAngle" href="domgradient.html#hasAttributeAngle" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1824" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeAngle() const"/>
<function threadsafety="unspecified" name="hasAttributeCentralX" fullname="DomGradient::hasAttributeCentralX" href="domgradient.html#hasAttributeCentralX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1799" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeCentralX() const"/>
<function threadsafety="unspecified" name="hasAttributeCentralY" fullname="DomGradient::hasAttributeCentralY" href="domgradient.html#hasAttributeCentralY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1804" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeCentralY() const"/>
<function threadsafety="unspecified" name="hasAttributeCoordinateMode" fullname="DomGradient::hasAttributeCoordinateMode" href="domgradient.html#hasAttributeCoordinateMode" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1839" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeCoordinateMode() const"/>
<function threadsafety="unspecified" name="hasAttributeEndX" fullname="DomGradient::hasAttributeEndX" href="domgradient.html#hasAttributeEndX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1789" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeEndX() const"/>
<function threadsafety="unspecified" name="hasAttributeEndY" fullname="DomGradient::hasAttributeEndY" href="domgradient.html#hasAttributeEndY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1794" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeEndY() const"/>
<function threadsafety="unspecified" name="hasAttributeFocalX" fullname="DomGradient::hasAttributeFocalX" href="domgradient.html#hasAttributeFocalX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1809" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeFocalX() const"/>
<function threadsafety="unspecified" name="hasAttributeFocalY" fullname="DomGradient::hasAttributeFocalY" href="domgradient.html#hasAttributeFocalY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1814" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeFocalY() const"/>
<function threadsafety="unspecified" name="hasAttributeRadius" fullname="DomGradient::hasAttributeRadius" href="domgradient.html#hasAttributeRadius" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1819" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeRadius() const"/>
<function threadsafety="unspecified" name="hasAttributeSpread" fullname="DomGradient::hasAttributeSpread" href="domgradient.html#hasAttributeSpread" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1834" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeSpread() const"/>
<function threadsafety="unspecified" name="hasAttributeStartX" fullname="DomGradient::hasAttributeStartX" href="domgradient.html#hasAttributeStartX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1779" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeStartX() const"/>
<function threadsafety="unspecified" name="hasAttributeStartY" fullname="DomGradient::hasAttributeStartY" href="domgradient.html#hasAttributeStartY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1784" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeStartY() const"/>
<function threadsafety="unspecified" name="hasAttributeType" fullname="DomGradient::hasAttributeType" href="domgradient.html#hasAttributeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1829" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeType() const"/>
<function threadsafety="unspecified" name="attributeAngle" fullname="DomGradient::attributeAngle" href="domgradient.html#attributeAngle" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1825" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double attributeAngle() const"/>
<function threadsafety="unspecified" name="attributeCentralX" fullname="DomGradient::attributeCentralX" href="domgradient.html#attributeCentralX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1800" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double attributeCentralX() const"/>
<function threadsafety="unspecified" name="attributeCentralY" fullname="DomGradient::attributeCentralY" href="domgradient.html#attributeCentralY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1805" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double attributeCentralY() const"/>
<function threadsafety="unspecified" name="attributeEndX" fullname="DomGradient::attributeEndX" href="domgradient.html#attributeEndX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1790" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double attributeEndX() const"/>
<function threadsafety="unspecified" name="attributeEndY" fullname="DomGradient::attributeEndY" href="domgradient.html#attributeEndY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1795" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double attributeEndY() const"/>
<function threadsafety="unspecified" name="attributeFocalX" fullname="DomGradient::attributeFocalX" href="domgradient.html#attributeFocalX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1810" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double attributeFocalX() const"/>
<function threadsafety="unspecified" name="attributeFocalY" fullname="DomGradient::attributeFocalY" href="domgradient.html#attributeFocalY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1815" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double attributeFocalY() const"/>
<function threadsafety="unspecified" name="attributeRadius" fullname="DomGradient::attributeRadius" href="domgradient.html#attributeRadius" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1820" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double attributeRadius() const"/>
<function threadsafety="unspecified" name="attributeStartX" fullname="DomGradient::attributeStartX" href="domgradient.html#attributeStartX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1780" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double attributeStartX() const"/>
<function threadsafety="unspecified" name="attributeStartY" fullname="DomGradient::attributeStartY" href="domgradient.html#attributeStartY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1785" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double attributeStartY() const"/>
<function threadsafety="unspecified" name="write" fullname="DomGradient::write" href="domgradient.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1774" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomGradientStop" href="domgradientstop.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1726">
<function threadsafety="unspecified" name="takeElementColor" fullname="DomGradientStop::takeElementColor" href="domgradientstop.html#takeElementColor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1744" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomColor *" signature="DomColor * takeElementColor()"/>
<function threadsafety="unspecified" name="DomGradientStop" fullname="DomGradientStop::DomGradientStop" href="domgradientstop.html#DomGradientStop" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1728" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomGradientStop()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomGradientStop::Child" href="domgradientstop.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1760">
<value name="Color" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomGradientStop" fullname="DomGradientStop::DomGradientStop" href="domgradientstop.html#DomGradientStop-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1764" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomGradientStop(const DomGradientStop &amp;other)">
<parameter left="const DomGradientStop &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomGradientStop::clear" href="domgradientstop.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1751" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributePosition" fullname="DomGradientStop::clearAttributePosition" href="domgradientstop.html#clearAttributePosition" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1740" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributePosition()"/>
<function threadsafety="unspecified" name="clearElementColor" fullname="DomGradientStop::clearElementColor" href="domgradientstop.html#clearElementColor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1747" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementColor()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomGradientStop::operator=" href="domgradientstop.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1765" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomGradientStop &amp;other)">
<parameter left="const DomGradientStop &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomGradientStop::read" href="domgradientstop.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1731" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributePosition" fullname="DomGradientStop::setAttributePosition" href="domgradientstop.html#setAttributePosition" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1739" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributePosition(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementColor" fullname="DomGradientStop::setElementColor" href="domgradientstop.html#setElementColor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1745" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementColor(DomColor *a)">
<parameter left="DomColor *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomGradientStop::setText" href="domgradientstop.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1734" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomGradientStop" fullname="DomGradientStop::~DomGradientStop" href="domgradientstop.html#dtor.DomGradientStop" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1729" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomGradientStop()"/>
<function threadsafety="unspecified" name="elementColor" fullname="DomGradientStop::elementColor" href="domgradientstop.html#elementColor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1743" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomColor *" signature="DomColor * elementColor() const"/>
<function threadsafety="unspecified" name="text" fullname="DomGradientStop::text" href="domgradientstop.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1733" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributePosition" fullname="DomGradientStop::hasAttributePosition" href="domgradientstop.html#hasAttributePosition" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1737" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributePosition() const"/>
<function threadsafety="unspecified" name="hasElementColor" fullname="DomGradientStop::hasElementColor" href="domgradientstop.html#hasElementColor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1746" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementColor() const"/>
<function threadsafety="unspecified" name="attributePosition" fullname="DomGradientStop::attributePosition" href="domgradientstop.html#attributePosition" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1738" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double attributePosition() const"/>
<function threadsafety="unspecified" name="write" fullname="DomGradientStop::write" href="domgradientstop.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1732" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomHeader" href="domheader.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="856">
<function threadsafety="unspecified" name="DomHeader" fullname="DomHeader::DomHeader" href="domheader.html#DomHeader" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="858" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomHeader()"/>
<function threadsafety="unspecified" name="DomHeader" fullname="DomHeader::DomHeader" href="domheader.html#DomHeader-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="884" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomHeader(const DomHeader &amp;other)">
<parameter left="const DomHeader &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomHeader::clear" href="domheader.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="875" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeLocation" fullname="DomHeader::clearAttributeLocation" href="domheader.html#clearAttributeLocation" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="870" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeLocation()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomHeader::operator=" href="domheader.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="885" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomHeader &amp;other)">
<parameter left="const DomHeader &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomHeader::read" href="domheader.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="861" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeLocation" fullname="DomHeader::setAttributeLocation" href="domheader.html#setAttributeLocation" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="869" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeLocation(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomHeader::setText" href="domheader.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="864" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomHeader" fullname="DomHeader::~DomHeader" href="domheader.html#dtor.DomHeader" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="859" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomHeader()"/>
<function threadsafety="unspecified" name="attributeLocation" fullname="DomHeader::attributeLocation" href="domheader.html#attributeLocation" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="868" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeLocation() const"/>
<function threadsafety="unspecified" name="text" fullname="DomHeader::text" href="domheader.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="863" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeLocation" fullname="DomHeader::hasAttributeLocation" href="domheader.html#hasAttributeLocation" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="867" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeLocation() const"/>
<function threadsafety="unspecified" name="write" fullname="DomHeader::write" href="domheader.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="862" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomImage" href="domimage.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="743">
<function threadsafety="unspecified" name="DomImage" fullname="DomImage::DomImage" href="domimage.html#DomImage" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="745" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomImage()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomImage::Child" href="domimage.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="777">
<value name="Data" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomImage" fullname="DomImage::DomImage" href="domimage.html#DomImage-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="781" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomImage(const DomImage &amp;other)">
<parameter left="const DomImage &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="takeElementData" fullname="DomImage::takeElementData" href="domimage.html#takeElementData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="761" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomImageData *" signature="DomImageData * takeElementData()"/>
<function threadsafety="unspecified" name="clear" fullname="DomImage::clear" href="domimage.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="768" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeName" fullname="DomImage::clearAttributeName" href="domimage.html#clearAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="757" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeName()"/>
<function threadsafety="unspecified" name="clearElementData" fullname="DomImage::clearElementData" href="domimage.html#clearElementData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="764" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementData()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomImage::operator=" href="domimage.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="782" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomImage &amp;other)">
<parameter left="const DomImage &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomImage::read" href="domimage.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="748" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeName" fullname="DomImage::setAttributeName" href="domimage.html#setAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="756" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeName(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementData" fullname="DomImage::setElementData" href="domimage.html#setElementData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="762" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementData(DomImageData *a)">
<parameter left="DomImageData *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomImage::setText" href="domimage.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="751" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomImage" fullname="DomImage::~DomImage" href="domimage.html#dtor.DomImage" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="746" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomImage()"/>
<function threadsafety="unspecified" name="elementData" fullname="DomImage::elementData" href="domimage.html#elementData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="760" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomImageData *" signature="DomImageData * elementData() const"/>
<function threadsafety="unspecified" name="attributeName" fullname="DomImage::attributeName" href="domimage.html#attributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="755" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeName() const"/>
<function threadsafety="unspecified" name="text" fullname="DomImage::text" href="domimage.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="750" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeName" fullname="DomImage::hasAttributeName" href="domimage.html#hasAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="754" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeName() const"/>
<function threadsafety="unspecified" name="hasElementData" fullname="DomImage::hasElementData" href="domimage.html#hasElementData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="763" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementData() const"/>
<function threadsafety="unspecified" name="write" fullname="DomImage::write" href="domimage.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="749" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomImageData" href="domimagedata.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="785">
<function threadsafety="unspecified" name="DomImageData" fullname="DomImageData::DomImageData" href="domimagedata.html#DomImageData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="787" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomImageData()"/>
<function threadsafety="unspecified" name="DomImageData" fullname="DomImageData::DomImageData" href="domimagedata.html#DomImageData-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="821" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomImageData(const DomImageData &amp;other)">
<parameter left="const DomImageData &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomImageData::clear" href="domimagedata.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="809" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeFormat" fullname="DomImageData::clearAttributeFormat" href="domimagedata.html#clearAttributeFormat" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="799" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeFormat()"/>
<function threadsafety="unspecified" name="clearAttributeLength" fullname="DomImageData::clearAttributeLength" href="domimagedata.html#clearAttributeLength" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="804" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeLength()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomImageData::operator=" href="domimagedata.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="822" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomImageData &amp;other)">
<parameter left="const DomImageData &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomImageData::read" href="domimagedata.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="790" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeFormat" fullname="DomImageData::setAttributeFormat" href="domimagedata.html#setAttributeFormat" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="798" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeFormat(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeLength" fullname="DomImageData::setAttributeLength" href="domimagedata.html#setAttributeLength" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="803" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeLength(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomImageData::setText" href="domimagedata.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="793" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomImageData" fullname="DomImageData::~DomImageData" href="domimagedata.html#dtor.DomImageData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="788" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomImageData()"/>
<function threadsafety="unspecified" name="attributeFormat" fullname="DomImageData::attributeFormat" href="domimagedata.html#attributeFormat" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="797" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeFormat() const"/>
<function threadsafety="unspecified" name="text" fullname="DomImageData::text" href="domimagedata.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="792" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeFormat" fullname="DomImageData::hasAttributeFormat" href="domimagedata.html#hasAttributeFormat" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="796" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeFormat() const"/>
<function threadsafety="unspecified" name="hasAttributeLength" fullname="DomImageData::hasAttributeLength" href="domimagedata.html#hasAttributeLength" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="801" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeLength() const"/>
<function threadsafety="unspecified" name="attributeLength" fullname="DomImageData::attributeLength" href="domimagedata.html#attributeLength" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="802" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int attributeLength() const"/>
<function threadsafety="unspecified" name="write" fullname="DomImageData::write" href="domimagedata.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="791" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomImages" href="domimages.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="712">
<function threadsafety="unspecified" name="DomImages" fullname="DomImages::DomImages" href="domimages.html#DomImages" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="714" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomImages()"/>
<function threadsafety="unspecified" name="clear" fullname="DomImages::clear" href="domimages.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="729" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomImages::read" href="domimages.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="717" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementImage" fullname="DomImages::setElementImage" href="domimages.html#setElementImage" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="725" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementImage(const QList&lt;DomImage *&gt; &amp;a)">
<parameter left="const QList&lt;DomImage *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomImages::setText" href="domimages.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="720" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomImages" fullname="DomImages::~DomImages" href="domimages.html#dtor.DomImages" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="715" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomImages()"/>
<function threadsafety="unspecified" name="elementImage" fullname="DomImages::elementImage" href="domimages.html#elementImage" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="724" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomImage *&gt;" signature="QList&lt;DomImage *&gt; elementImage() const"/>
<function threadsafety="unspecified" name="text" fullname="DomImages::text" href="domimages.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="719" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="write" fullname="DomImages::write" href="domimages.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="718" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomImages::Child" href="domimages.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="735">
<value name="Image" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomImages" fullname="DomImages::DomImages" href="domimages.html#DomImages-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="739" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomImages(const DomImages &amp;other)">
<parameter left="const DomImages &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomImages::operator=" href="domimages.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="740" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomImages &amp;other)">
<parameter left="const DomImages &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomInclude" href="dominclude.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="388">
<function threadsafety="unspecified" name="DomInclude" fullname="DomInclude::DomInclude" href="dominclude.html#DomInclude" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="390" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomInclude()"/>
<function threadsafety="unspecified" name="DomInclude" fullname="DomInclude::DomInclude" href="dominclude.html#DomInclude-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="424" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomInclude(const DomInclude &amp;other)">
<parameter left="const DomInclude &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomInclude::clear" href="dominclude.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="412" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeImpldecl" fullname="DomInclude::clearAttributeImpldecl" href="dominclude.html#clearAttributeImpldecl" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="407" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeImpldecl()"/>
<function threadsafety="unspecified" name="clearAttributeLocation" fullname="DomInclude::clearAttributeLocation" href="dominclude.html#clearAttributeLocation" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="402" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeLocation()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomInclude::operator=" href="dominclude.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="425" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomInclude &amp;other)">
<parameter left="const DomInclude &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomInclude::read" href="dominclude.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="393" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeImpldecl" fullname="DomInclude::setAttributeImpldecl" href="dominclude.html#setAttributeImpldecl" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="406" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeImpldecl(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeLocation" fullname="DomInclude::setAttributeLocation" href="dominclude.html#setAttributeLocation" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="401" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeLocation(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomInclude::setText" href="dominclude.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="396" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomInclude" fullname="DomInclude::~DomInclude" href="dominclude.html#dtor.DomInclude" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="391" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomInclude()"/>
<function threadsafety="unspecified" name="attributeImpldecl" fullname="DomInclude::attributeImpldecl" href="dominclude.html#attributeImpldecl" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="405" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeImpldecl() const"/>
<function threadsafety="unspecified" name="attributeLocation" fullname="DomInclude::attributeLocation" href="dominclude.html#attributeLocation" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="400" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeLocation() const"/>
<function threadsafety="unspecified" name="text" fullname="DomInclude::text" href="dominclude.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="395" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeImpldecl" fullname="DomInclude::hasAttributeImpldecl" href="dominclude.html#hasAttributeImpldecl" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="404" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeImpldecl() const"/>
<function threadsafety="unspecified" name="hasAttributeLocation" fullname="DomInclude::hasAttributeLocation" href="dominclude.html#hasAttributeLocation" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="399" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeLocation() const"/>
<function threadsafety="unspecified" name="write" fullname="DomInclude::write" href="dominclude.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="394" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomIncludes" href="domincludes.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="357">
<function threadsafety="unspecified" name="DomIncludes" fullname="DomIncludes::DomIncludes" href="domincludes.html#DomIncludes" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="359" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomIncludes()"/>
<function threadsafety="unspecified" name="clear" fullname="DomIncludes::clear" href="domincludes.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="374" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomIncludes::read" href="domincludes.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="362" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementInclude" fullname="DomIncludes::setElementInclude" href="domincludes.html#setElementInclude" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="370" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementInclude(const QList&lt;DomInclude *&gt; &amp;a)">
<parameter left="const QList&lt;DomInclude *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomIncludes::setText" href="domincludes.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="365" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomIncludes" fullname="DomIncludes::~DomIncludes" href="domincludes.html#dtor.DomIncludes" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="360" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomIncludes()"/>
<function threadsafety="unspecified" name="elementInclude" fullname="DomIncludes::elementInclude" href="domincludes.html#elementInclude" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="369" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomInclude *&gt;" signature="QList&lt;DomInclude *&gt; elementInclude() const"/>
<function threadsafety="unspecified" name="text" fullname="DomIncludes::text" href="domincludes.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="364" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="write" fullname="DomIncludes::write" href="domincludes.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="363" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomIncludes::Child" href="domincludes.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="380">
<value name="Include" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomIncludes" fullname="DomIncludes::DomIncludes" href="domincludes.html#DomIncludes-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="384" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomIncludes(const DomIncludes &amp;other)">
<parameter left="const DomIncludes &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomIncludes::operator=" href="domincludes.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="385" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomIncludes &amp;other)">
<parameter left="const DomIncludes &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomItem" href="domitem.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1460">
<function threadsafety="unspecified" name="DomItem" fullname="DomItem::DomItem" href="domitem.html#DomItem" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1462" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomItem()"/>
<function threadsafety="unspecified" name="DomItem" fullname="DomItem::DomItem" href="domitem.html#DomItem-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1508" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomItem(const DomItem &amp;other)">
<parameter left="const DomItem &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomItem::clear" href="domitem.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1490" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeColumn" fullname="DomItem::clearAttributeColumn" href="domitem.html#clearAttributeColumn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1479" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeColumn()"/>
<function threadsafety="unspecified" name="clearAttributeRow" fullname="DomItem::clearAttributeRow" href="domitem.html#clearAttributeRow" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1474" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeRow()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomItem::operator=" href="domitem.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1509" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomItem &amp;other)">
<parameter left="const DomItem &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomItem::read" href="domitem.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1465" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeColumn" fullname="DomItem::setAttributeColumn" href="domitem.html#setAttributeColumn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1478" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeColumn(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeRow" fullname="DomItem::setAttributeRow" href="domitem.html#setAttributeRow" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1473" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeRow(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementItem" fullname="DomItem::setElementItem" href="domitem.html#setElementItem" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1486" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementItem(const QList&lt;DomItem *&gt; &amp;a)">
<parameter left="const QList&lt;DomItem *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementProperty" fullname="DomItem::setElementProperty" href="domitem.html#setElementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1483" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementProperty(const QList&lt;DomProperty *&gt; &amp;a)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomItem::setText" href="domitem.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1468" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomItem" fullname="DomItem::~DomItem" href="domitem.html#dtor.DomItem" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1463" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomItem()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomItem::Child" href="domitem.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1503">
<value name="Property" value="1"/>
<value name="Item" value="2"/>
</enum>
<function threadsafety="unspecified" name="elementItem" fullname="DomItem::elementItem" href="domitem.html#elementItem" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1485" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomItem *&gt;" signature="QList&lt;DomItem *&gt; elementItem() const"/>
<function threadsafety="unspecified" name="elementProperty" fullname="DomItem::elementProperty" href="domitem.html#elementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1482" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; elementProperty() const"/>
<function threadsafety="unspecified" name="text" fullname="DomItem::text" href="domitem.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1467" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeColumn" fullname="DomItem::hasAttributeColumn" href="domitem.html#hasAttributeColumn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1476" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeColumn() const"/>
<function threadsafety="unspecified" name="hasAttributeRow" fullname="DomItem::hasAttributeRow" href="domitem.html#hasAttributeRow" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1471" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeRow() const"/>
<function threadsafety="unspecified" name="attributeColumn" fullname="DomItem::attributeColumn" href="domitem.html#attributeColumn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1477" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int attributeColumn() const"/>
<function threadsafety="unspecified" name="attributeRow" fullname="DomItem::attributeRow" href="domitem.html#attributeRow" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1472" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int attributeRow() const"/>
<function threadsafety="unspecified" name="write" fullname="DomItem::write" href="domitem.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1466" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomLayout" href="domlayout.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1219">
<function threadsafety="unspecified" name="DomLayout" fullname="DomLayout::DomLayout" href="domlayout.html#DomLayout" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1221" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomLayout()"/>
<function threadsafety="unspecified" name="DomLayout" fullname="DomLayout::DomLayout" href="domlayout.html#DomLayout-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1312" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomLayout(const DomLayout &amp;other)">
<parameter left="const DomLayout &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomLayout::clear" href="domlayout.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1277" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeClass" fullname="DomLayout::clearAttributeClass" href="domlayout.html#clearAttributeClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1233" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeClass()"/>
<function threadsafety="unspecified" name="clearAttributeColumnMinimumWidth" fullname="DomLayout::clearAttributeColumnMinimumWidth" href="domlayout.html#clearAttributeColumnMinimumWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1263" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeColumnMinimumWidth()"/>
<function threadsafety="unspecified" name="clearAttributeColumnStretch" fullname="DomLayout::clearAttributeColumnStretch" href="domlayout.html#clearAttributeColumnStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1253" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeColumnStretch()"/>
<function threadsafety="unspecified" name="clearAttributeName" fullname="DomLayout::clearAttributeName" href="domlayout.html#clearAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1238" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeName()"/>
<function threadsafety="unspecified" name="clearAttributeRowMinimumHeight" fullname="DomLayout::clearAttributeRowMinimumHeight" href="domlayout.html#clearAttributeRowMinimumHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1258" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeRowMinimumHeight()"/>
<function threadsafety="unspecified" name="clearAttributeRowStretch" fullname="DomLayout::clearAttributeRowStretch" href="domlayout.html#clearAttributeRowStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1248" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeRowStretch()"/>
<function threadsafety="unspecified" name="clearAttributeStretch" fullname="DomLayout::clearAttributeStretch" href="domlayout.html#clearAttributeStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1243" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeStretch()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomLayout::operator=" href="domlayout.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1313" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomLayout &amp;other)">
<parameter left="const DomLayout &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomLayout::read" href="domlayout.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1224" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeClass" fullname="DomLayout::setAttributeClass" href="domlayout.html#setAttributeClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1232" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeClass(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeColumnMinimumWidth" fullname="DomLayout::setAttributeColumnMinimumWidth" href="domlayout.html#setAttributeColumnMinimumWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1262" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeColumnMinimumWidth(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeColumnStretch" fullname="DomLayout::setAttributeColumnStretch" href="domlayout.html#setAttributeColumnStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1252" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeColumnStretch(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeName" fullname="DomLayout::setAttributeName" href="domlayout.html#setAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1237" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeName(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeRowMinimumHeight" fullname="DomLayout::setAttributeRowMinimumHeight" href="domlayout.html#setAttributeRowMinimumHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1257" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeRowMinimumHeight(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeRowStretch" fullname="DomLayout::setAttributeRowStretch" href="domlayout.html#setAttributeRowStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1247" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeRowStretch(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeStretch" fullname="DomLayout::setAttributeStretch" href="domlayout.html#setAttributeStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1242" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeStretch(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementAttribute" fullname="DomLayout::setElementAttribute" href="domlayout.html#setElementAttribute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1270" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementAttribute(const QList&lt;DomProperty *&gt; &amp;a)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementItem" fullname="DomLayout::setElementItem" href="domlayout.html#setElementItem" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1273" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementItem(const QList&lt;DomLayoutItem *&gt; &amp;a)">
<parameter left="const QList&lt;DomLayoutItem *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementProperty" fullname="DomLayout::setElementProperty" href="domlayout.html#setElementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1267" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementProperty(const QList&lt;DomProperty *&gt; &amp;a)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomLayout::setText" href="domlayout.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1227" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomLayout" fullname="DomLayout::~DomLayout" href="domlayout.html#dtor.DomLayout" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1222" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomLayout()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomLayout::Child" href="domlayout.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1306">
<value name="Property" value="1"/>
<value name="Attribute" value="2"/>
<value name="Item" value="4"/>
</enum>
<function threadsafety="unspecified" name="elementItem" fullname="DomLayout::elementItem" href="domlayout.html#elementItem" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1272" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomLayoutItem *&gt;" signature="QList&lt;DomLayoutItem *&gt; elementItem() const"/>
<function threadsafety="unspecified" name="elementAttribute" fullname="DomLayout::elementAttribute" href="domlayout.html#elementAttribute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1269" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; elementAttribute() const"/>
<function threadsafety="unspecified" name="elementProperty" fullname="DomLayout::elementProperty" href="domlayout.html#elementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1266" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; elementProperty() const"/>
<function threadsafety="unspecified" name="attributeClass" fullname="DomLayout::attributeClass" href="domlayout.html#attributeClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1231" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeClass() const"/>
<function threadsafety="unspecified" name="attributeColumnMinimumWidth" fullname="DomLayout::attributeColumnMinimumWidth" href="domlayout.html#attributeColumnMinimumWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1261" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeColumnMinimumWidth() const"/>
<function threadsafety="unspecified" name="attributeColumnStretch" fullname="DomLayout::attributeColumnStretch" href="domlayout.html#attributeColumnStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1251" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeColumnStretch() const"/>
<function threadsafety="unspecified" name="attributeName" fullname="DomLayout::attributeName" href="domlayout.html#attributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1236" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeName() const"/>
<function threadsafety="unspecified" name="attributeRowMinimumHeight" fullname="DomLayout::attributeRowMinimumHeight" href="domlayout.html#attributeRowMinimumHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1256" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeRowMinimumHeight() const"/>
<function threadsafety="unspecified" name="attributeRowStretch" fullname="DomLayout::attributeRowStretch" href="domlayout.html#attributeRowStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1246" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeRowStretch() const"/>
<function threadsafety="unspecified" name="attributeStretch" fullname="DomLayout::attributeStretch" href="domlayout.html#attributeStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1241" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeStretch() const"/>
<function threadsafety="unspecified" name="text" fullname="DomLayout::text" href="domlayout.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1226" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeClass" fullname="DomLayout::hasAttributeClass" href="domlayout.html#hasAttributeClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1230" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeClass() const"/>
<function threadsafety="unspecified" name="hasAttributeColumnMinimumWidth" fullname="DomLayout::hasAttributeColumnMinimumWidth" href="domlayout.html#hasAttributeColumnMinimumWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1260" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeColumnMinimumWidth() const"/>
<function threadsafety="unspecified" name="hasAttributeColumnStretch" fullname="DomLayout::hasAttributeColumnStretch" href="domlayout.html#hasAttributeColumnStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1250" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeColumnStretch() const"/>
<function threadsafety="unspecified" name="hasAttributeName" fullname="DomLayout::hasAttributeName" href="domlayout.html#hasAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1235" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeName() const"/>
<function threadsafety="unspecified" name="hasAttributeRowMinimumHeight" fullname="DomLayout::hasAttributeRowMinimumHeight" href="domlayout.html#hasAttributeRowMinimumHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1255" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeRowMinimumHeight() const"/>
<function threadsafety="unspecified" name="hasAttributeRowStretch" fullname="DomLayout::hasAttributeRowStretch" href="domlayout.html#hasAttributeRowStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1245" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeRowStretch() const"/>
<function threadsafety="unspecified" name="hasAttributeStretch" fullname="DomLayout::hasAttributeStretch" href="domlayout.html#hasAttributeStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1240" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeStretch() const"/>
<function threadsafety="unspecified" name="write" fullname="DomLayout::write" href="domlayout.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1225" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomLayoutDefault" href="domlayoutdefault.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1108">
<function threadsafety="unspecified" name="DomLayoutDefault" fullname="DomLayoutDefault::DomLayoutDefault" href="domlayoutdefault.html#DomLayoutDefault" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1110" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomLayoutDefault()"/>
<function threadsafety="unspecified" name="DomLayoutDefault" fullname="DomLayoutDefault::DomLayoutDefault" href="domlayoutdefault.html#DomLayoutDefault-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1144" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomLayoutDefault(const DomLayoutDefault &amp;other)">
<parameter left="const DomLayoutDefault &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomLayoutDefault::clear" href="domlayoutdefault.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1132" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeMargin" fullname="DomLayoutDefault::clearAttributeMargin" href="domlayoutdefault.html#clearAttributeMargin" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1127" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeMargin()"/>
<function threadsafety="unspecified" name="clearAttributeSpacing" fullname="DomLayoutDefault::clearAttributeSpacing" href="domlayoutdefault.html#clearAttributeSpacing" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1122" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeSpacing()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomLayoutDefault::operator=" href="domlayoutdefault.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1145" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomLayoutDefault &amp;other)">
<parameter left="const DomLayoutDefault &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomLayoutDefault::read" href="domlayoutdefault.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1113" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeMargin" fullname="DomLayoutDefault::setAttributeMargin" href="domlayoutdefault.html#setAttributeMargin" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1126" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeMargin(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeSpacing" fullname="DomLayoutDefault::setAttributeSpacing" href="domlayoutdefault.html#setAttributeSpacing" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1121" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeSpacing(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomLayoutDefault::setText" href="domlayoutdefault.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1116" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomLayoutDefault" fullname="DomLayoutDefault::~DomLayoutDefault" href="domlayoutdefault.html#dtor.DomLayoutDefault" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1111" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomLayoutDefault()"/>
<function threadsafety="unspecified" name="text" fullname="DomLayoutDefault::text" href="domlayoutdefault.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1115" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeMargin" fullname="DomLayoutDefault::hasAttributeMargin" href="domlayoutdefault.html#hasAttributeMargin" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1124" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeMargin() const"/>
<function threadsafety="unspecified" name="hasAttributeSpacing" fullname="DomLayoutDefault::hasAttributeSpacing" href="domlayoutdefault.html#hasAttributeSpacing" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1119" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeSpacing() const"/>
<function threadsafety="unspecified" name="attributeMargin" fullname="DomLayoutDefault::attributeMargin" href="domlayoutdefault.html#attributeMargin" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1125" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int attributeMargin() const"/>
<function threadsafety="unspecified" name="attributeSpacing" fullname="DomLayoutDefault::attributeSpacing" href="domlayoutdefault.html#attributeSpacing" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1120" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int attributeSpacing() const"/>
<function threadsafety="unspecified" name="write" fullname="DomLayoutDefault::write" href="domlayoutdefault.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1114" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomLayoutFunction" href="domlayoutfunction.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1148">
<function threadsafety="unspecified" name="DomLayoutFunction" fullname="DomLayoutFunction::DomLayoutFunction" href="domlayoutfunction.html#DomLayoutFunction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1150" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomLayoutFunction()"/>
<function threadsafety="unspecified" name="DomLayoutFunction" fullname="DomLayoutFunction::DomLayoutFunction" href="domlayoutfunction.html#DomLayoutFunction-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1184" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomLayoutFunction(const DomLayoutFunction &amp;other)">
<parameter left="const DomLayoutFunction &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomLayoutFunction::clear" href="domlayoutfunction.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1172" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeMargin" fullname="DomLayoutFunction::clearAttributeMargin" href="domlayoutfunction.html#clearAttributeMargin" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1167" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeMargin()"/>
<function threadsafety="unspecified" name="clearAttributeSpacing" fullname="DomLayoutFunction::clearAttributeSpacing" href="domlayoutfunction.html#clearAttributeSpacing" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1162" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeSpacing()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomLayoutFunction::operator=" href="domlayoutfunction.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1185" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomLayoutFunction &amp;other)">
<parameter left="const DomLayoutFunction &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomLayoutFunction::read" href="domlayoutfunction.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1153" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeMargin" fullname="DomLayoutFunction::setAttributeMargin" href="domlayoutfunction.html#setAttributeMargin" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1166" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeMargin(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeSpacing" fullname="DomLayoutFunction::setAttributeSpacing" href="domlayoutfunction.html#setAttributeSpacing" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1161" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeSpacing(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomLayoutFunction::setText" href="domlayoutfunction.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1156" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomLayoutFunction" fullname="DomLayoutFunction::~DomLayoutFunction" href="domlayoutfunction.html#dtor.DomLayoutFunction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1151" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomLayoutFunction()"/>
<function threadsafety="unspecified" name="attributeMargin" fullname="DomLayoutFunction::attributeMargin" href="domlayoutfunction.html#attributeMargin" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1165" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeMargin() const"/>
<function threadsafety="unspecified" name="attributeSpacing" fullname="DomLayoutFunction::attributeSpacing" href="domlayoutfunction.html#attributeSpacing" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1160" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeSpacing() const"/>
<function threadsafety="unspecified" name="text" fullname="DomLayoutFunction::text" href="domlayoutfunction.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1155" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeMargin" fullname="DomLayoutFunction::hasAttributeMargin" href="domlayoutfunction.html#hasAttributeMargin" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1164" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeMargin() const"/>
<function threadsafety="unspecified" name="hasAttributeSpacing" fullname="DomLayoutFunction::hasAttributeSpacing" href="domlayoutfunction.html#hasAttributeSpacing" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1159" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeSpacing() const"/>
<function threadsafety="unspecified" name="write" fullname="DomLayoutFunction::write" href="domlayoutfunction.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1154" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomLayoutItem" href="domlayoutitem.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1316">
<function threadsafety="unspecified" name="takeElementLayout" fullname="DomLayoutItem::takeElementLayout" href="domlayoutitem.html#takeElementLayout" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1361" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomLayout *" signature="DomLayout * takeElementLayout()"/>
<function threadsafety="unspecified" name="DomLayoutItem" fullname="DomLayoutItem::DomLayoutItem" href="domlayoutitem.html#DomLayoutItem" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1318" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomLayoutItem()"/>
<function threadsafety="unspecified" name="DomLayoutItem" fullname="DomLayoutItem::DomLayoutItem" href="domlayoutitem.html#DomLayoutItem-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1394" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomLayoutItem(const DomLayoutItem &amp;other)">
<parameter left="const DomLayoutItem &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="takeElementSpacer" fullname="DomLayoutItem::takeElementSpacer" href="domlayoutitem.html#takeElementSpacer" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1365" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomSpacer *" signature="DomSpacer * takeElementSpacer()"/>
<function threadsafety="unspecified" name="takeElementWidget" fullname="DomLayoutItem::takeElementWidget" href="domlayoutitem.html#takeElementWidget" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1357" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomWidget *" signature="DomWidget * takeElementWidget()"/>
<function threadsafety="unspecified" name="clear" fullname="DomLayoutItem::clear" href="domlayoutitem.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1370" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomLayoutItem::operator=" href="domlayoutitem.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1395" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomLayoutItem &amp;other)">
<parameter left="const DomLayoutItem &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomLayoutItem::read" href="domlayoutitem.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1321" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<enum threadsafety="unspecified" name="Kind" fullname="DomLayoutItem::Kind" href="domlayoutitem.html#Kind-enum" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1353">
<value name="Unknown" value="0"/>
<value name="Widget" value="1"/>
<value name="Layout" value="2"/>
<value name="Spacer" value="3"/>
</enum>
<function threadsafety="unspecified" name="clearAttributeAlignment" fullname="DomLayoutItem::clearAttributeAlignment" href="domlayoutitem.html#clearAttributeAlignment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1350" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeAlignment()"/>
<function threadsafety="unspecified" name="clearAttributeColSpan" fullname="DomLayoutItem::clearAttributeColSpan" href="domlayoutitem.html#clearAttributeColSpan" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1345" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeColSpan()"/>
<function threadsafety="unspecified" name="clearAttributeColumn" fullname="DomLayoutItem::clearAttributeColumn" href="domlayoutitem.html#clearAttributeColumn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1335" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeColumn()"/>
<function threadsafety="unspecified" name="clearAttributeRow" fullname="DomLayoutItem::clearAttributeRow" href="domlayoutitem.html#clearAttributeRow" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1330" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeRow()"/>
<function threadsafety="unspecified" name="clearAttributeRowSpan" fullname="DomLayoutItem::clearAttributeRowSpan" href="domlayoutitem.html#clearAttributeRowSpan" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1340" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeRowSpan()"/>
<function threadsafety="unspecified" name="setAttributeAlignment" fullname="DomLayoutItem::setAttributeAlignment" href="domlayoutitem.html#setAttributeAlignment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1349" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeAlignment(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeColSpan" fullname="DomLayoutItem::setAttributeColSpan" href="domlayoutitem.html#setAttributeColSpan" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1344" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeColSpan(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeColumn" fullname="DomLayoutItem::setAttributeColumn" href="domlayoutitem.html#setAttributeColumn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1334" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeColumn(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeRow" fullname="DomLayoutItem::setAttributeRow" href="domlayoutitem.html#setAttributeRow" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1329" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeRow(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeRowSpan" fullname="DomLayoutItem::setAttributeRowSpan" href="domlayoutitem.html#setAttributeRowSpan" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1339" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeRowSpan(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementLayout" fullname="DomLayoutItem::setElementLayout" href="domlayoutitem.html#setElementLayout" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1362" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementLayout(DomLayout *a)">
<parameter left="DomLayout *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSpacer" fullname="DomLayoutItem::setElementSpacer" href="domlayoutitem.html#setElementSpacer" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1366" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSpacer(DomSpacer *a)">
<parameter left="DomSpacer *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementWidget" fullname="DomLayoutItem::setElementWidget" href="domlayoutitem.html#setElementWidget" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1358" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementWidget(DomWidget *a)">
<parameter left="DomWidget *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomLayoutItem::setText" href="domlayoutitem.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1324" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomLayoutItem" fullname="DomLayoutItem::~DomLayoutItem" href="domlayoutitem.html#dtor.DomLayoutItem" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1319" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomLayoutItem()"/>
<function threadsafety="unspecified" name="elementLayout" fullname="DomLayoutItem::elementLayout" href="domlayoutitem.html#elementLayout" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1360" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomLayout *" signature="DomLayout * elementLayout() const"/>
<function threadsafety="unspecified" name="elementSpacer" fullname="DomLayoutItem::elementSpacer" href="domlayoutitem.html#elementSpacer" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1364" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomSpacer *" signature="DomSpacer * elementSpacer() const"/>
<function threadsafety="unspecified" name="elementWidget" fullname="DomLayoutItem::elementWidget" href="domlayoutitem.html#elementWidget" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1356" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomWidget *" signature="DomWidget * elementWidget() const"/>
<function threadsafety="unspecified" name="kind" fullname="DomLayoutItem::kind" href="domlayoutitem.html#kind" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1354" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Kind" signature="Kind kind() const"/>
<function threadsafety="unspecified" name="attributeAlignment" fullname="DomLayoutItem::attributeAlignment" href="domlayoutitem.html#attributeAlignment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1348" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeAlignment() const"/>
<function threadsafety="unspecified" name="text" fullname="DomLayoutItem::text" href="domlayoutitem.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1323" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeAlignment" fullname="DomLayoutItem::hasAttributeAlignment" href="domlayoutitem.html#hasAttributeAlignment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1347" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeAlignment() const"/>
<function threadsafety="unspecified" name="hasAttributeColSpan" fullname="DomLayoutItem::hasAttributeColSpan" href="domlayoutitem.html#hasAttributeColSpan" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1342" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeColSpan() const"/>
<function threadsafety="unspecified" name="hasAttributeColumn" fullname="DomLayoutItem::hasAttributeColumn" href="domlayoutitem.html#hasAttributeColumn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1332" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeColumn() const"/>
<function threadsafety="unspecified" name="hasAttributeRow" fullname="DomLayoutItem::hasAttributeRow" href="domlayoutitem.html#hasAttributeRow" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1327" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeRow() const"/>
<function threadsafety="unspecified" name="hasAttributeRowSpan" fullname="DomLayoutItem::hasAttributeRowSpan" href="domlayoutitem.html#hasAttributeRowSpan" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1337" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeRowSpan() const"/>
<function threadsafety="unspecified" name="attributeColSpan" fullname="DomLayoutItem::attributeColSpan" href="domlayoutitem.html#attributeColSpan" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1343" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int attributeColSpan() const"/>
<function threadsafety="unspecified" name="attributeColumn" fullname="DomLayoutItem::attributeColumn" href="domlayoutitem.html#attributeColumn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1333" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int attributeColumn() const"/>
<function threadsafety="unspecified" name="attributeRow" fullname="DomLayoutItem::attributeRow" href="domlayoutitem.html#attributeRow" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1328" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int attributeRow() const"/>
<function threadsafety="unspecified" name="attributeRowSpan" fullname="DomLayoutItem::attributeRowSpan" href="domlayoutitem.html#attributeRowSpan" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1338" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int attributeRowSpan() const"/>
<function threadsafety="unspecified" name="write" fullname="DomLayoutItem::write" href="domlayoutitem.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1322" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomLocale" href="domlocale.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2271">
<function threadsafety="unspecified" name="DomLocale" fullname="DomLocale::DomLocale" href="domlocale.html#DomLocale" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2273" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomLocale()"/>
<function threadsafety="unspecified" name="DomLocale" fullname="DomLocale::DomLocale" href="domlocale.html#DomLocale-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2307" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomLocale(const DomLocale &amp;other)">
<parameter left="const DomLocale &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomLocale::clear" href="domlocale.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2295" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeCountry" fullname="DomLocale::clearAttributeCountry" href="domlocale.html#clearAttributeCountry" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2290" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeCountry()"/>
<function threadsafety="unspecified" name="clearAttributeLanguage" fullname="DomLocale::clearAttributeLanguage" href="domlocale.html#clearAttributeLanguage" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2285" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeLanguage()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomLocale::operator=" href="domlocale.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2308" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomLocale &amp;other)">
<parameter left="const DomLocale &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomLocale::read" href="domlocale.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2276" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeCountry" fullname="DomLocale::setAttributeCountry" href="domlocale.html#setAttributeCountry" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2289" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeCountry(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeLanguage" fullname="DomLocale::setAttributeLanguage" href="domlocale.html#setAttributeLanguage" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2284" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeLanguage(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomLocale::setText" href="domlocale.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2279" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomLocale" fullname="DomLocale::~DomLocale" href="domlocale.html#dtor.DomLocale" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2274" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomLocale()"/>
<function threadsafety="unspecified" name="attributeCountry" fullname="DomLocale::attributeCountry" href="domlocale.html#attributeCountry" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2288" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeCountry() const"/>
<function threadsafety="unspecified" name="attributeLanguage" fullname="DomLocale::attributeLanguage" href="domlocale.html#attributeLanguage" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2283" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeLanguage() const"/>
<function threadsafety="unspecified" name="text" fullname="DomLocale::text" href="domlocale.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2278" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeCountry" fullname="DomLocale::hasAttributeCountry" href="domlocale.html#hasAttributeCountry" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2287" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeCountry() const"/>
<function threadsafety="unspecified" name="hasAttributeLanguage" fullname="DomLocale::hasAttributeLanguage" href="domlocale.html#hasAttributeLanguage" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2282" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeLanguage() const"/>
<function threadsafety="unspecified" name="write" fullname="DomLocale::write" href="domlocale.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2277" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomPalette" href="dompalette.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2031">
<function threadsafety="unspecified" name="takeElementActive" fullname="DomPalette::takeElementActive" href="dompalette.html#takeElementActive" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2044" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomColorGroup *" signature="DomColorGroup * takeElementActive()"/>
<function threadsafety="unspecified" name="takeElementDisabled" fullname="DomPalette::takeElementDisabled" href="dompalette.html#takeElementDisabled" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2056" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomColorGroup *" signature="DomColorGroup * takeElementDisabled()"/>
<function threadsafety="unspecified" name="takeElementInactive" fullname="DomPalette::takeElementInactive" href="dompalette.html#takeElementInactive" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2050" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomColorGroup *" signature="DomColorGroup * takeElementInactive()"/>
<function threadsafety="unspecified" name="DomPalette" fullname="DomPalette::DomPalette" href="dompalette.html#DomPalette" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2033" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomPalette()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomPalette::Child" href="dompalette.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2071">
<value name="Active" value="1"/>
<value name="Inactive" value="2"/>
<value name="Disabled" value="4"/>
</enum>
<function threadsafety="unspecified" name="DomPalette" fullname="DomPalette::DomPalette" href="dompalette.html#DomPalette-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2077" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomPalette(const DomPalette &amp;other)">
<parameter left="const DomPalette &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomPalette::clear" href="dompalette.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2063" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearElementActive" fullname="DomPalette::clearElementActive" href="dompalette.html#clearElementActive" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2047" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementActive()"/>
<function threadsafety="unspecified" name="clearElementDisabled" fullname="DomPalette::clearElementDisabled" href="dompalette.html#clearElementDisabled" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2059" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementDisabled()"/>
<function threadsafety="unspecified" name="clearElementInactive" fullname="DomPalette::clearElementInactive" href="dompalette.html#clearElementInactive" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2053" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementInactive()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomPalette::operator=" href="dompalette.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2078" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomPalette &amp;other)">
<parameter left="const DomPalette &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomPalette::read" href="dompalette.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2036" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementActive" fullname="DomPalette::setElementActive" href="dompalette.html#setElementActive" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2045" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementActive(DomColorGroup *a)">
<parameter left="DomColorGroup *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementDisabled" fullname="DomPalette::setElementDisabled" href="dompalette.html#setElementDisabled" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2057" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementDisabled(DomColorGroup *a)">
<parameter left="DomColorGroup *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementInactive" fullname="DomPalette::setElementInactive" href="dompalette.html#setElementInactive" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2051" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementInactive(DomColorGroup *a)">
<parameter left="DomColorGroup *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomPalette::setText" href="dompalette.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2039" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomPalette" fullname="DomPalette::~DomPalette" href="dompalette.html#dtor.DomPalette" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2034" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomPalette()"/>
<function threadsafety="unspecified" name="elementActive" fullname="DomPalette::elementActive" href="dompalette.html#elementActive" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2043" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomColorGroup *" signature="DomColorGroup * elementActive() const"/>
<function threadsafety="unspecified" name="elementDisabled" fullname="DomPalette::elementDisabled" href="dompalette.html#elementDisabled" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2055" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomColorGroup *" signature="DomColorGroup * elementDisabled() const"/>
<function threadsafety="unspecified" name="elementInactive" fullname="DomPalette::elementInactive" href="dompalette.html#elementInactive" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2049" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomColorGroup *" signature="DomColorGroup * elementInactive() const"/>
<function threadsafety="unspecified" name="text" fullname="DomPalette::text" href="dompalette.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2038" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasElementActive" fullname="DomPalette::hasElementActive" href="dompalette.html#hasElementActive" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2046" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementActive() const"/>
<function threadsafety="unspecified" name="hasElementDisabled" fullname="DomPalette::hasElementDisabled" href="dompalette.html#hasElementDisabled" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2058" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementDisabled() const"/>
<function threadsafety="unspecified" name="hasElementInactive" fullname="DomPalette::hasElementInactive" href="dompalette.html#hasElementInactive" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2052" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementInactive() const"/>
<function threadsafety="unspecified" name="write" fullname="DomPalette::write" href="dompalette.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2037" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomPoint" href="dompoint.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2177">
<function threadsafety="unspecified" name="DomPoint" fullname="DomPoint::DomPoint" href="dompoint.html#DomPoint" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2179" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomPoint()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomPoint::Child" href="dompoint.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2208">
<value name="X" value="1"/>
<value name="Y" value="2"/>
</enum>
<function threadsafety="unspecified" name="DomPoint" fullname="DomPoint::DomPoint" href="dompoint.html#DomPoint-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2213" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomPoint(const DomPoint &amp;other)">
<parameter left="const DomPoint &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomPoint::clear" href="dompoint.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2201" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearElementX" fullname="DomPoint::clearElementX" href="dompoint.html#clearElementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2192" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementX()"/>
<function threadsafety="unspecified" name="clearElementY" fullname="DomPoint::clearElementY" href="dompoint.html#clearElementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2197" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementY()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomPoint::operator=" href="dompoint.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2214" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomPoint &amp;other)">
<parameter left="const DomPoint &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomPoint::read" href="dompoint.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2182" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementX" fullname="DomPoint::setElementX" href="dompoint.html#setElementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2190" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementX(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementY" fullname="DomPoint::setElementY" href="dompoint.html#setElementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2195" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementY(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomPoint::setText" href="dompoint.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2185" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomPoint" fullname="DomPoint::~DomPoint" href="dompoint.html#dtor.DomPoint" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2180" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomPoint()"/>
<function threadsafety="unspecified" name="text" fullname="DomPoint::text" href="dompoint.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2184" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasElementX" fullname="DomPoint::hasElementX" href="dompoint.html#hasElementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2191" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementX() const"/>
<function threadsafety="unspecified" name="hasElementY" fullname="DomPoint::hasElementY" href="dompoint.html#hasElementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2196" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementY() const"/>
<function threadsafety="unspecified" name="elementX" fullname="DomPoint::elementX" href="dompoint.html#elementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2189" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementX() const"/>
<function threadsafety="unspecified" name="elementY" fullname="DomPoint::elementY" href="dompoint.html#elementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2194" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementY() const"/>
<function threadsafety="unspecified" name="write" fullname="DomPoint::write" href="dompoint.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2183" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomPointF" href="dompointf.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2832">
<function threadsafety="unspecified" name="DomPointF" fullname="DomPointF::DomPointF" href="dompointf.html#DomPointF" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2834" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomPointF()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomPointF::Child" href="dompointf.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2863">
<value name="X" value="1"/>
<value name="Y" value="2"/>
</enum>
<function threadsafety="unspecified" name="DomPointF" fullname="DomPointF::DomPointF" href="dompointf.html#DomPointF-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2868" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomPointF(const DomPointF &amp;other)">
<parameter left="const DomPointF &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomPointF::clear" href="dompointf.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2856" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearElementX" fullname="DomPointF::clearElementX" href="dompointf.html#clearElementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2847" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementX()"/>
<function threadsafety="unspecified" name="clearElementY" fullname="DomPointF::clearElementY" href="dompointf.html#clearElementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2852" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementY()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomPointF::operator=" href="dompointf.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2869" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomPointF &amp;other)">
<parameter left="const DomPointF &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomPointF::read" href="dompointf.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2837" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementX" fullname="DomPointF::setElementX" href="dompointf.html#setElementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2845" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementX(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementY" fullname="DomPointF::setElementY" href="dompointf.html#setElementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2850" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementY(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomPointF::setText" href="dompointf.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2840" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomPointF" fullname="DomPointF::~DomPointF" href="dompointf.html#dtor.DomPointF" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2835" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomPointF()"/>
<function threadsafety="unspecified" name="text" fullname="DomPointF::text" href="dompointf.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2839" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasElementX" fullname="DomPointF::hasElementX" href="dompointf.html#hasElementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2846" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementX() const"/>
<function threadsafety="unspecified" name="hasElementY" fullname="DomPointF::hasElementY" href="dompointf.html#hasElementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2851" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementY() const"/>
<function threadsafety="unspecified" name="elementX" fullname="DomPointF::elementX" href="dompointf.html#elementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2844" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double elementX() const"/>
<function threadsafety="unspecified" name="elementY" fullname="DomPointF::elementY" href="dompointf.html#elementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2849" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double elementY() const"/>
<function threadsafety="unspecified" name="write" fullname="DomPointF::write" href="dompointf.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2838" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomProperties" href="domproperties.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1005">
<function threadsafety="unspecified" name="DomProperties" fullname="DomProperties::DomProperties" href="domproperties.html#DomProperties" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1007" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomProperties()"/>
<function threadsafety="unspecified" name="clear" fullname="DomProperties::clear" href="domproperties.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1022" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomProperties::read" href="domproperties.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1010" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementProperty" fullname="DomProperties::setElementProperty" href="domproperties.html#setElementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1018" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementProperty(const QList&lt;DomPropertyData *&gt; &amp;a)">
<parameter left="const QList&lt;DomPropertyData *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomProperties::setText" href="domproperties.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1013" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomProperties" fullname="DomProperties::~DomProperties" href="domproperties.html#dtor.DomProperties" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1008" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomProperties()"/>
<function threadsafety="unspecified" name="elementProperty" fullname="DomProperties::elementProperty" href="domproperties.html#elementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1017" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomPropertyData *&gt;" signature="QList&lt;DomPropertyData *&gt; elementProperty() const"/>
<function threadsafety="unspecified" name="text" fullname="DomProperties::text" href="domproperties.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1012" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="write" fullname="DomProperties::write" href="domproperties.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1011" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomProperties::Child" href="domproperties.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1028">
<value name="Property" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomProperties" fullname="DomProperties::DomProperties" href="domproperties.html#DomProperties-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1032" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomProperties(const DomProperties &amp;other)">
<parameter left="const DomProperties &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomProperties::operator=" href="domproperties.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1033" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomProperties &amp;other)">
<parameter left="const DomProperties &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomProperty" href="domproperty.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3033">
<function threadsafety="unspecified" name="takeElementBrush" fullname="DomProperty::takeElementBrush" href="domproperty.html#takeElementBrush" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3175" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomBrush *" signature="DomBrush * takeElementBrush()"/>
<function threadsafety="unspecified" name="takeElementChar" fullname="DomProperty::takeElementChar" href="domproperty.html#takeElementChar" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3161" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomChar *" signature="DomChar * takeElementChar()"/>
<function threadsafety="unspecified" name="takeElementColor" fullname="DomProperty::takeElementColor" href="domproperty.html#takeElementColor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3062" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomColor *" signature="DomColor * takeElementColor()"/>
<function threadsafety="unspecified" name="takeElementDate" fullname="DomProperty::takeElementDate" href="domproperty.html#takeElementDate" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3134" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomDate *" signature="DomDate * takeElementDate()"/>
<function threadsafety="unspecified" name="takeElementDateTime" fullname="DomProperty::takeElementDateTime" href="domproperty.html#takeElementDateTime" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3142" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomDateTime *" signature="DomDateTime * takeElementDateTime()"/>
<function threadsafety="unspecified" name="takeElementFont" fullname="DomProperty::takeElementFont" href="domproperty.html#takeElementFont" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3078" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomFont *" signature="DomFont * takeElementFont()"/>
<function threadsafety="unspecified" name="takeElementLocale" fullname="DomProperty::takeElementLocale" href="domproperty.html#takeElementLocale" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3105" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomLocale *" signature="DomLocale * takeElementLocale()"/>
<function threadsafety="unspecified" name="takeElementPalette" fullname="DomProperty::takeElementPalette" href="domproperty.html#takeElementPalette" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3090" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomPalette *" signature="DomPalette * takeElementPalette()"/>
<function threadsafety="unspecified" name="takeElementPoint" fullname="DomProperty::takeElementPoint" href="domproperty.html#takeElementPoint" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3094" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomPoint *" signature="DomPoint * takeElementPoint()"/>
<function threadsafety="unspecified" name="takeElementPointF" fullname="DomProperty::takeElementPointF" href="domproperty.html#takeElementPointF" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3146" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomPointF *" signature="DomPointF * takeElementPointF()"/>
<function threadsafety="unspecified" name="DomProperty" fullname="DomProperty::DomProperty" href="domproperty.html#DomProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3035" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomProperty()"/>
<function threadsafety="unspecified" name="DomProperty" fullname="DomProperty::DomProperty" href="domproperty.html#DomProperty-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3225" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomProperty(const DomProperty &amp;other)">
<parameter left="const DomProperty &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="takeElementRect" fullname="DomProperty::takeElementRect" href="domproperty.html#takeElementRect" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3098" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomRect *" signature="DomRect * takeElementRect()"/>
<function threadsafety="unspecified" name="takeElementRectF" fullname="DomProperty::takeElementRectF" href="domproperty.html#takeElementRectF" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3150" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomRectF *" signature="DomRectF * takeElementRectF()"/>
<function threadsafety="unspecified" name="takeElementIconSet" fullname="DomProperty::takeElementIconSet" href="domproperty.html#takeElementIconSet" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3082" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomResourceIcon *" signature="DomResourceIcon * takeElementIconSet()"/>
<function threadsafety="unspecified" name="takeElementPixmap" fullname="DomProperty::takeElementPixmap" href="domproperty.html#takeElementPixmap" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3086" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * takeElementPixmap()"/>
<function threadsafety="unspecified" name="takeElementSize" fullname="DomProperty::takeElementSize" href="domproperty.html#takeElementSize" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3113" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomSize *" signature="DomSize * takeElementSize()"/>
<function threadsafety="unspecified" name="takeElementSizeF" fullname="DomProperty::takeElementSizeF" href="domproperty.html#takeElementSizeF" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3154" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomSizeF *" signature="DomSizeF * takeElementSizeF()"/>
<function threadsafety="unspecified" name="takeElementSizePolicy" fullname="DomProperty::takeElementSizePolicy" href="domproperty.html#takeElementSizePolicy" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3109" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomSizePolicy *" signature="DomSizePolicy * takeElementSizePolicy()"/>
<function threadsafety="unspecified" name="takeElementString" fullname="DomProperty::takeElementString" href="domproperty.html#takeElementString" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3117" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomString *" signature="DomString * takeElementString()"/>
<function threadsafety="unspecified" name="takeElementStringList" fullname="DomProperty::takeElementStringList" href="domproperty.html#takeElementStringList" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3121" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomStringList *" signature="DomStringList * takeElementStringList()"/>
<function threadsafety="unspecified" name="takeElementTime" fullname="DomProperty::takeElementTime" href="domproperty.html#takeElementTime" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3138" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomTime *" signature="DomTime * takeElementTime()"/>
<function threadsafety="unspecified" name="takeElementUrl" fullname="DomProperty::takeElementUrl" href="domproperty.html#takeElementUrl" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3165" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomUrl *" signature="DomUrl * takeElementUrl()"/>
<function threadsafety="unspecified" name="clear" fullname="DomProperty::clear" href="domproperty.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3180" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<enum threadsafety="unspecified" name="Kind" fullname="DomProperty::Kind" href="domproperty.html#Kind-enum" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3055">
<value name="Unknown" value="0"/>
<value name="Bool" value="1"/>
<value name="Color" value="2"/>
<value name="Cstring" value="3"/>
<value name="Cursor" value="4"/>
<value name="CursorShape" value="5"/>
<value name="Enum" value="6"/>
<value name="Font" value="7"/>
<value name="IconSet" value="8"/>
<value name="Pixmap" value="9"/>
<value name="Palette" value="10"/>
<value name="Point" value="11"/>
<value name="Rect" value="12"/>
<value name="Set" value="13"/>
<value name="Locale" value="14"/>
<value name="SizePolicy" value="15"/>
<value name="Size" value="16"/>
<value name="String" value="17"/>
<value name="StringList" value="18"/>
<value name="Number" value="19"/>
<value name="Float" value="20"/>
<value name="Double" value="21"/>
<value name="Date" value="22"/>
<value name="Time" value="23"/>
<value name="DateTime" value="24"/>
<value name="PointF" value="25"/>
<value name="RectF" value="26"/>
<value name="SizeF" value="27"/>
<value name="LongLong" value="28"/>
<value name="Char" value="29"/>
<value name="Url" value="30"/>
<value name="UInt" value="31"/>
<value name="ULongLong" value="32"/>
<value name="Brush" value="33"/>
</enum>
<function threadsafety="unspecified" name="clearAttributeName" fullname="DomProperty::clearAttributeName" href="domproperty.html#clearAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3047" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeName()"/>
<function threadsafety="unspecified" name="clearAttributeStdset" fullname="DomProperty::clearAttributeStdset" href="domproperty.html#clearAttributeStdset" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3052" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeStdset()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomProperty::operator=" href="domproperty.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3226" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomProperty &amp;other)">
<parameter left="const DomProperty &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomProperty::read" href="domproperty.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3038" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeName" fullname="DomProperty::setAttributeName" href="domproperty.html#setAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3046" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeName(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeStdset" fullname="DomProperty::setAttributeStdset" href="domproperty.html#setAttributeStdset" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3051" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeStdset(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementBool" fullname="DomProperty::setElementBool" href="domproperty.html#setElementBool" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3059" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementBool(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementBrush" fullname="DomProperty::setElementBrush" href="domproperty.html#setElementBrush" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3176" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementBrush(DomBrush *a)">
<parameter left="DomBrush *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementChar" fullname="DomProperty::setElementChar" href="domproperty.html#setElementChar" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3162" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementChar(DomChar *a)">
<parameter left="DomChar *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementColor" fullname="DomProperty::setElementColor" href="domproperty.html#setElementColor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3063" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementColor(DomColor *a)">
<parameter left="DomColor *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementCstring" fullname="DomProperty::setElementCstring" href="domproperty.html#setElementCstring" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3066" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementCstring(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementCursor" fullname="DomProperty::setElementCursor" href="domproperty.html#setElementCursor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3069" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementCursor(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementCursorShape" fullname="DomProperty::setElementCursorShape" href="domproperty.html#setElementCursorShape" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3072" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementCursorShape(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementDate" fullname="DomProperty::setElementDate" href="domproperty.html#setElementDate" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3135" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementDate(DomDate *a)">
<parameter left="DomDate *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementDateTime" fullname="DomProperty::setElementDateTime" href="domproperty.html#setElementDateTime" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3143" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementDateTime(DomDateTime *a)">
<parameter left="DomDateTime *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementDouble" fullname="DomProperty::setElementDouble" href="domproperty.html#setElementDouble" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3131" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementDouble(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementEnum" fullname="DomProperty::setElementEnum" href="domproperty.html#setElementEnum" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3075" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementEnum(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementFloat" fullname="DomProperty::setElementFloat" href="domproperty.html#setElementFloat" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3128" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementFloat(float a)">
<parameter left="float" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementFont" fullname="DomProperty::setElementFont" href="domproperty.html#setElementFont" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3079" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementFont(DomFont *a)">
<parameter left="DomFont *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementIconSet" fullname="DomProperty::setElementIconSet" href="domproperty.html#setElementIconSet" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3083" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementIconSet(DomResourceIcon *a)">
<parameter left="DomResourceIcon *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementLocale" fullname="DomProperty::setElementLocale" href="domproperty.html#setElementLocale" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3106" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementLocale(DomLocale *a)">
<parameter left="DomLocale *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementLongLong" fullname="DomProperty::setElementLongLong" href="domproperty.html#setElementLongLong" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3158" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementLongLong(qlonglong a)">
<parameter left="qlonglong" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementNumber" fullname="DomProperty::setElementNumber" href="domproperty.html#setElementNumber" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3125" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementNumber(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementPalette" fullname="DomProperty::setElementPalette" href="domproperty.html#setElementPalette" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3091" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementPalette(DomPalette *a)">
<parameter left="DomPalette *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementPixmap" fullname="DomProperty::setElementPixmap" href="domproperty.html#setElementPixmap" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3087" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementPixmap(DomResourcePixmap *a)">
<parameter left="DomResourcePixmap *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementPoint" fullname="DomProperty::setElementPoint" href="domproperty.html#setElementPoint" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3095" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementPoint(DomPoint *a)">
<parameter left="DomPoint *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementPointF" fullname="DomProperty::setElementPointF" href="domproperty.html#setElementPointF" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3147" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementPointF(DomPointF *a)">
<parameter left="DomPointF *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementRect" fullname="DomProperty::setElementRect" href="domproperty.html#setElementRect" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3099" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementRect(DomRect *a)">
<parameter left="DomRect *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementRectF" fullname="DomProperty::setElementRectF" href="domproperty.html#setElementRectF" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3151" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementRectF(DomRectF *a)">
<parameter left="DomRectF *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSet" fullname="DomProperty::setElementSet" href="domproperty.html#setElementSet" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3102" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSet(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSize" fullname="DomProperty::setElementSize" href="domproperty.html#setElementSize" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3114" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSize(DomSize *a)">
<parameter left="DomSize *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSizeF" fullname="DomProperty::setElementSizeF" href="domproperty.html#setElementSizeF" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3155" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSizeF(DomSizeF *a)">
<parameter left="DomSizeF *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSizePolicy" fullname="DomProperty::setElementSizePolicy" href="domproperty.html#setElementSizePolicy" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3110" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSizePolicy(DomSizePolicy *a)">
<parameter left="DomSizePolicy *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementString" fullname="DomProperty::setElementString" href="domproperty.html#setElementString" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3118" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementString(DomString *a)">
<parameter left="DomString *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementStringList" fullname="DomProperty::setElementStringList" href="domproperty.html#setElementStringList" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3122" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementStringList(DomStringList *a)">
<parameter left="DomStringList *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementTime" fullname="DomProperty::setElementTime" href="domproperty.html#setElementTime" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3139" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementTime(DomTime *a)">
<parameter left="DomTime *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementUInt" fullname="DomProperty::setElementUInt" href="domproperty.html#setElementUInt" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3169" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementUInt(uint a)">
<parameter left="uint" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementULongLong" fullname="DomProperty::setElementULongLong" href="domproperty.html#setElementULongLong" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3172" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementULongLong(qulonglong a)">
<parameter left="qulonglong" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementUrl" fullname="DomProperty::setElementUrl" href="domproperty.html#setElementUrl" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3166" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementUrl(DomUrl *a)">
<parameter left="DomUrl *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomProperty::setText" href="domproperty.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3041" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomProperty" fullname="DomProperty::~DomProperty" href="domproperty.html#dtor.DomProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3036" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomProperty()"/>
<function threadsafety="unspecified" name="elementBrush" fullname="DomProperty::elementBrush" href="domproperty.html#elementBrush" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3174" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomBrush *" signature="DomBrush * elementBrush() const"/>
<function threadsafety="unspecified" name="elementChar" fullname="DomProperty::elementChar" href="domproperty.html#elementChar" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3160" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomChar *" signature="DomChar * elementChar() const"/>
<function threadsafety="unspecified" name="elementColor" fullname="DomProperty::elementColor" href="domproperty.html#elementColor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3061" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomColor *" signature="DomColor * elementColor() const"/>
<function threadsafety="unspecified" name="elementDate" fullname="DomProperty::elementDate" href="domproperty.html#elementDate" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3133" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomDate *" signature="DomDate * elementDate() const"/>
<function threadsafety="unspecified" name="elementDateTime" fullname="DomProperty::elementDateTime" href="domproperty.html#elementDateTime" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3141" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomDateTime *" signature="DomDateTime * elementDateTime() const"/>
<function threadsafety="unspecified" name="elementFont" fullname="DomProperty::elementFont" href="domproperty.html#elementFont" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3077" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomFont *" signature="DomFont * elementFont() const"/>
<function threadsafety="unspecified" name="elementLocale" fullname="DomProperty::elementLocale" href="domproperty.html#elementLocale" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3104" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomLocale *" signature="DomLocale * elementLocale() const"/>
<function threadsafety="unspecified" name="elementPalette" fullname="DomProperty::elementPalette" href="domproperty.html#elementPalette" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3089" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomPalette *" signature="DomPalette * elementPalette() const"/>
<function threadsafety="unspecified" name="elementPoint" fullname="DomProperty::elementPoint" href="domproperty.html#elementPoint" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3093" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomPoint *" signature="DomPoint * elementPoint() const"/>
<function threadsafety="unspecified" name="elementPointF" fullname="DomProperty::elementPointF" href="domproperty.html#elementPointF" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3145" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomPointF *" signature="DomPointF * elementPointF() const"/>
<function threadsafety="unspecified" name="elementRect" fullname="DomProperty::elementRect" href="domproperty.html#elementRect" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3097" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomRect *" signature="DomRect * elementRect() const"/>
<function threadsafety="unspecified" name="elementRectF" fullname="DomProperty::elementRectF" href="domproperty.html#elementRectF" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3149" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomRectF *" signature="DomRectF * elementRectF() const"/>
<function threadsafety="unspecified" name="elementIconSet" fullname="DomProperty::elementIconSet" href="domproperty.html#elementIconSet" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3081" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomResourceIcon *" signature="DomResourceIcon * elementIconSet() const"/>
<function threadsafety="unspecified" name="elementPixmap" fullname="DomProperty::elementPixmap" href="domproperty.html#elementPixmap" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3085" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * elementPixmap() const"/>
<function threadsafety="unspecified" name="elementSize" fullname="DomProperty::elementSize" href="domproperty.html#elementSize" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3112" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomSize *" signature="DomSize * elementSize() const"/>
<function threadsafety="unspecified" name="elementSizeF" fullname="DomProperty::elementSizeF" href="domproperty.html#elementSizeF" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3153" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomSizeF *" signature="DomSizeF * elementSizeF() const"/>
<function threadsafety="unspecified" name="elementSizePolicy" fullname="DomProperty::elementSizePolicy" href="domproperty.html#elementSizePolicy" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3108" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomSizePolicy *" signature="DomSizePolicy * elementSizePolicy() const"/>
<function threadsafety="unspecified" name="elementString" fullname="DomProperty::elementString" href="domproperty.html#elementString" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3116" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomString *" signature="DomString * elementString() const"/>
<function threadsafety="unspecified" name="elementStringList" fullname="DomProperty::elementStringList" href="domproperty.html#elementStringList" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3120" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomStringList *" signature="DomStringList * elementStringList() const"/>
<function threadsafety="unspecified" name="elementTime" fullname="DomProperty::elementTime" href="domproperty.html#elementTime" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3137" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomTime *" signature="DomTime * elementTime() const"/>
<function threadsafety="unspecified" name="elementUrl" fullname="DomProperty::elementUrl" href="domproperty.html#elementUrl" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3164" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomUrl *" signature="DomUrl * elementUrl() const"/>
<function threadsafety="unspecified" name="kind" fullname="DomProperty::kind" href="domproperty.html#kind" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3056" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="Kind" signature="Kind kind() const"/>
<function threadsafety="unspecified" name="attributeName" fullname="DomProperty::attributeName" href="domproperty.html#attributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3045" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeName() const"/>
<function threadsafety="unspecified" name="elementBool" fullname="DomProperty::elementBool" href="domproperty.html#elementBool" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3058" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementBool() const"/>
<function threadsafety="unspecified" name="elementCstring" fullname="DomProperty::elementCstring" href="domproperty.html#elementCstring" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3065" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementCstring() const"/>
<function threadsafety="unspecified" name="elementCursorShape" fullname="DomProperty::elementCursorShape" href="domproperty.html#elementCursorShape" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3071" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementCursorShape() const"/>
<function threadsafety="unspecified" name="elementEnum" fullname="DomProperty::elementEnum" href="domproperty.html#elementEnum" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3074" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementEnum() const"/>
<function threadsafety="unspecified" name="elementSet" fullname="DomProperty::elementSet" href="domproperty.html#elementSet" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3101" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementSet() const"/>
<function threadsafety="unspecified" name="text" fullname="DomProperty::text" href="domproperty.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3040" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeName" fullname="DomProperty::hasAttributeName" href="domproperty.html#hasAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3044" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeName() const"/>
<function threadsafety="unspecified" name="hasAttributeStdset" fullname="DomProperty::hasAttributeStdset" href="domproperty.html#hasAttributeStdset" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3049" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeStdset() const"/>
<function threadsafety="unspecified" name="elementDouble" fullname="DomProperty::elementDouble" href="domproperty.html#elementDouble" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3130" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double elementDouble() const"/>
<function threadsafety="unspecified" name="elementFloat" fullname="DomProperty::elementFloat" href="domproperty.html#elementFloat" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3127" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="float" signature="float elementFloat() const"/>
<function threadsafety="unspecified" name="attributeStdset" fullname="DomProperty::attributeStdset" href="domproperty.html#attributeStdset" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3050" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int attributeStdset() const"/>
<function threadsafety="unspecified" name="elementCursor" fullname="DomProperty::elementCursor" href="domproperty.html#elementCursor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3068" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementCursor() const"/>
<function threadsafety="unspecified" name="elementNumber" fullname="DomProperty::elementNumber" href="domproperty.html#elementNumber" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3124" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementNumber() const"/>
<function threadsafety="unspecified" name="elementLongLong" fullname="DomProperty::elementLongLong" href="domproperty.html#elementLongLong" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3157" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="qlonglong" signature="qlonglong elementLongLong() const"/>
<function threadsafety="unspecified" name="elementULongLong" fullname="DomProperty::elementULongLong" href="domproperty.html#elementULongLong" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3171" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="qulonglong" signature="qulonglong elementULongLong() const"/>
<function threadsafety="unspecified" name="elementUInt" fullname="DomProperty::elementUInt" href="domproperty.html#elementUInt" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3168" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="uint" signature="uint elementUInt() const"/>
<function threadsafety="unspecified" name="write" fullname="DomProperty::write" href="domproperty.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3039" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomPropertyData" href="dompropertydata.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1036">
<function threadsafety="unspecified" name="DomPropertyData" fullname="DomPropertyData::DomPropertyData" href="dompropertydata.html#DomPropertyData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1038" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomPropertyData()"/>
<function threadsafety="unspecified" name="DomPropertyData" fullname="DomPropertyData::DomPropertyData" href="dompropertydata.html#DomPropertyData-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1064" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomPropertyData(const DomPropertyData &amp;other)">
<parameter left="const DomPropertyData &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomPropertyData::clear" href="dompropertydata.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1055" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeType" fullname="DomPropertyData::clearAttributeType" href="dompropertydata.html#clearAttributeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1050" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeType()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomPropertyData::operator=" href="dompropertydata.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1065" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomPropertyData &amp;other)">
<parameter left="const DomPropertyData &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomPropertyData::read" href="dompropertydata.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1041" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeType" fullname="DomPropertyData::setAttributeType" href="dompropertydata.html#setAttributeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1049" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeType(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomPropertyData::setText" href="dompropertydata.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1044" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomPropertyData" fullname="DomPropertyData::~DomPropertyData" href="dompropertydata.html#dtor.DomPropertyData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1039" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomPropertyData()"/>
<function threadsafety="unspecified" name="attributeType" fullname="DomPropertyData::attributeType" href="dompropertydata.html#attributeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1048" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeType() const"/>
<function threadsafety="unspecified" name="text" fullname="DomPropertyData::text" href="dompropertydata.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1043" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeType" fullname="DomPropertyData::hasAttributeType" href="dompropertydata.html#hasAttributeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1047" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeType() const"/>
<function threadsafety="unspecified" name="write" fullname="DomPropertyData::write" href="dompropertydata.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1042" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomPropertySpecifications" href="dompropertyspecifications.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3539">
<function threadsafety="unspecified" name="DomPropertySpecifications" fullname="DomPropertySpecifications::DomPropertySpecifications" href="dompropertyspecifications.html#DomPropertySpecifications" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3541" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomPropertySpecifications()"/>
<function threadsafety="unspecified" name="clear" fullname="DomPropertySpecifications::clear" href="dompropertyspecifications.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3559" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomPropertySpecifications::read" href="dompropertyspecifications.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3544" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementStringpropertyspecification" fullname="DomPropertySpecifications::setElementStringpropertyspecification" href="dompropertyspecifications.html#setElementStringpropertyspecification" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3555" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementStringpropertyspecification(const QList&lt;DomStringPropertySpecification *&gt; &amp;a)">
<parameter left="const QList&lt;DomStringPropertySpecification *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementTooltip" fullname="DomPropertySpecifications::setElementTooltip" href="dompropertyspecifications.html#setElementTooltip" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3552" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementTooltip(const QList&lt;DomPropertyToolTip *&gt; &amp;a)">
<parameter left="const QList&lt;DomPropertyToolTip *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomPropertySpecifications::setText" href="dompropertyspecifications.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3547" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomPropertySpecifications" fullname="DomPropertySpecifications::~DomPropertySpecifications" href="dompropertyspecifications.html#dtor.DomPropertySpecifications" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3542" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomPropertySpecifications()"/>
<function threadsafety="unspecified" name="elementTooltip" fullname="DomPropertySpecifications::elementTooltip" href="dompropertyspecifications.html#elementTooltip" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3551" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomPropertyToolTip *&gt;" signature="QList&lt;DomPropertyToolTip *&gt; elementTooltip() const"/>
<function threadsafety="unspecified" name="elementStringpropertyspecification" fullname="DomPropertySpecifications::elementStringpropertyspecification" href="dompropertyspecifications.html#elementStringpropertyspecification" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3554" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomStringPropertySpecification *&gt;" signature="QList&lt;DomStringPropertySpecification *&gt; elementStringpropertyspecification() const"/>
<function threadsafety="unspecified" name="text" fullname="DomPropertySpecifications::text" href="dompropertyspecifications.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3546" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="write" fullname="DomPropertySpecifications::write" href="dompropertyspecifications.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3545" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomPropertySpecifications::Child" href="dompropertyspecifications.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3566">
<value name="Tooltip" value="1"/>
<value name="Stringpropertyspecification" value="2"/>
</enum>
<function threadsafety="unspecified" name="DomPropertySpecifications" fullname="DomPropertySpecifications::DomPropertySpecifications" href="dompropertyspecifications.html#DomPropertySpecifications-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3571" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomPropertySpecifications(const DomPropertySpecifications &amp;other)">
<parameter left="const DomPropertySpecifications &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomPropertySpecifications::operator=" href="dompropertyspecifications.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3572" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomPropertySpecifications &amp;other)">
<parameter left="const DomPropertySpecifications &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomPropertyToolTip" href="dompropertytooltip.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3575">
<function threadsafety="unspecified" name="DomPropertyToolTip" fullname="DomPropertyToolTip::DomPropertyToolTip" href="dompropertytooltip.html#DomPropertyToolTip" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3577" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomPropertyToolTip()"/>
<function threadsafety="unspecified" name="DomPropertyToolTip" fullname="DomPropertyToolTip::DomPropertyToolTip" href="dompropertytooltip.html#DomPropertyToolTip-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3603" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomPropertyToolTip(const DomPropertyToolTip &amp;other)">
<parameter left="const DomPropertyToolTip &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomPropertyToolTip::clear" href="dompropertytooltip.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3594" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeName" fullname="DomPropertyToolTip::clearAttributeName" href="dompropertytooltip.html#clearAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3589" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeName()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomPropertyToolTip::operator=" href="dompropertytooltip.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3604" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomPropertyToolTip &amp;other)">
<parameter left="const DomPropertyToolTip &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomPropertyToolTip::read" href="dompropertytooltip.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3580" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeName" fullname="DomPropertyToolTip::setAttributeName" href="dompropertytooltip.html#setAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3588" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeName(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomPropertyToolTip::setText" href="dompropertytooltip.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3583" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomPropertyToolTip" fullname="DomPropertyToolTip::~DomPropertyToolTip" href="dompropertytooltip.html#dtor.DomPropertyToolTip" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3578" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomPropertyToolTip()"/>
<function threadsafety="unspecified" name="attributeName" fullname="DomPropertyToolTip::attributeName" href="dompropertytooltip.html#attributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3587" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeName() const"/>
<function threadsafety="unspecified" name="text" fullname="DomPropertyToolTip::text" href="dompropertytooltip.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3582" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeName" fullname="DomPropertyToolTip::hasAttributeName" href="dompropertytooltip.html#hasAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3586" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeName() const"/>
<function threadsafety="unspecified" name="write" fullname="DomPropertyToolTip::write" href="dompropertytooltip.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3581" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomRect" href="domrect.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2217">
<function threadsafety="unspecified" name="DomRect" fullname="DomRect::DomRect" href="domrect.html#DomRect" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2219" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomRect()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomRect::Child" href="domrect.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2260">
<value name="X" value="1"/>
<value name="Y" value="2"/>
<value name="Width" value="4"/>
<value name="Height" value="8"/>
</enum>
<function threadsafety="unspecified" name="DomRect" fullname="DomRect::DomRect" href="domrect.html#DomRect-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2267" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomRect(const DomRect &amp;other)">
<parameter left="const DomRect &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomRect::clear" href="domrect.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2251" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearElementHeight" fullname="DomRect::clearElementHeight" href="domrect.html#clearElementHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2247" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementHeight()"/>
<function threadsafety="unspecified" name="clearElementWidth" fullname="DomRect::clearElementWidth" href="domrect.html#clearElementWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2242" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementWidth()"/>
<function threadsafety="unspecified" name="clearElementX" fullname="DomRect::clearElementX" href="domrect.html#clearElementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2232" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementX()"/>
<function threadsafety="unspecified" name="clearElementY" fullname="DomRect::clearElementY" href="domrect.html#clearElementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2237" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementY()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomRect::operator=" href="domrect.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2268" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomRect &amp;other)">
<parameter left="const DomRect &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomRect::read" href="domrect.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2222" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementHeight" fullname="DomRect::setElementHeight" href="domrect.html#setElementHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2245" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementHeight(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementWidth" fullname="DomRect::setElementWidth" href="domrect.html#setElementWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2240" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementWidth(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementX" fullname="DomRect::setElementX" href="domrect.html#setElementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2230" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementX(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementY" fullname="DomRect::setElementY" href="domrect.html#setElementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2235" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementY(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomRect::setText" href="domrect.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2225" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomRect" fullname="DomRect::~DomRect" href="domrect.html#dtor.DomRect" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2220" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomRect()"/>
<function threadsafety="unspecified" name="text" fullname="DomRect::text" href="domrect.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2224" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasElementHeight" fullname="DomRect::hasElementHeight" href="domrect.html#hasElementHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2246" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementHeight() const"/>
<function threadsafety="unspecified" name="hasElementWidth" fullname="DomRect::hasElementWidth" href="domrect.html#hasElementWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2241" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementWidth() const"/>
<function threadsafety="unspecified" name="hasElementX" fullname="DomRect::hasElementX" href="domrect.html#hasElementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2231" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementX() const"/>
<function threadsafety="unspecified" name="hasElementY" fullname="DomRect::hasElementY" href="domrect.html#hasElementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2236" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementY() const"/>
<function threadsafety="unspecified" name="elementHeight" fullname="DomRect::elementHeight" href="domrect.html#elementHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2244" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementHeight() const"/>
<function threadsafety="unspecified" name="elementWidth" fullname="DomRect::elementWidth" href="domrect.html#elementWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2239" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementWidth() const"/>
<function threadsafety="unspecified" name="elementX" fullname="DomRect::elementX" href="domrect.html#elementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2229" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementX() const"/>
<function threadsafety="unspecified" name="elementY" fullname="DomRect::elementY" href="domrect.html#elementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2234" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementY() const"/>
<function threadsafety="unspecified" name="write" fullname="DomRect::write" href="domrect.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2223" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomRectF" href="domrectf.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2872">
<function threadsafety="unspecified" name="DomRectF" fullname="DomRectF::DomRectF" href="domrectf.html#DomRectF" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2874" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomRectF()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomRectF::Child" href="domrectf.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2915">
<value name="X" value="1"/>
<value name="Y" value="2"/>
<value name="Width" value="4"/>
<value name="Height" value="8"/>
</enum>
<function threadsafety="unspecified" name="DomRectF" fullname="DomRectF::DomRectF" href="domrectf.html#DomRectF-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2922" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomRectF(const DomRectF &amp;other)">
<parameter left="const DomRectF &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomRectF::clear" href="domrectf.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2906" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearElementHeight" fullname="DomRectF::clearElementHeight" href="domrectf.html#clearElementHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2902" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementHeight()"/>
<function threadsafety="unspecified" name="clearElementWidth" fullname="DomRectF::clearElementWidth" href="domrectf.html#clearElementWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2897" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementWidth()"/>
<function threadsafety="unspecified" name="clearElementX" fullname="DomRectF::clearElementX" href="domrectf.html#clearElementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2887" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementX()"/>
<function threadsafety="unspecified" name="clearElementY" fullname="DomRectF::clearElementY" href="domrectf.html#clearElementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2892" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementY()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomRectF::operator=" href="domrectf.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2923" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomRectF &amp;other)">
<parameter left="const DomRectF &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomRectF::read" href="domrectf.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2877" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementHeight" fullname="DomRectF::setElementHeight" href="domrectf.html#setElementHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2900" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementHeight(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementWidth" fullname="DomRectF::setElementWidth" href="domrectf.html#setElementWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2895" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementWidth(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementX" fullname="DomRectF::setElementX" href="domrectf.html#setElementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2885" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementX(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementY" fullname="DomRectF::setElementY" href="domrectf.html#setElementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2890" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementY(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomRectF::setText" href="domrectf.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2880" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomRectF" fullname="DomRectF::~DomRectF" href="domrectf.html#dtor.DomRectF" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2875" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomRectF()"/>
<function threadsafety="unspecified" name="text" fullname="DomRectF::text" href="domrectf.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2879" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasElementHeight" fullname="DomRectF::hasElementHeight" href="domrectf.html#hasElementHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2901" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementHeight() const"/>
<function threadsafety="unspecified" name="hasElementWidth" fullname="DomRectF::hasElementWidth" href="domrectf.html#hasElementWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2896" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementWidth() const"/>
<function threadsafety="unspecified" name="hasElementX" fullname="DomRectF::hasElementX" href="domrectf.html#hasElementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2886" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementX() const"/>
<function threadsafety="unspecified" name="hasElementY" fullname="DomRectF::hasElementY" href="domrectf.html#hasElementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2891" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementY() const"/>
<function threadsafety="unspecified" name="elementHeight" fullname="DomRectF::elementHeight" href="domrectf.html#elementHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2899" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double elementHeight() const"/>
<function threadsafety="unspecified" name="elementWidth" fullname="DomRectF::elementWidth" href="domrectf.html#elementWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2894" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double elementWidth() const"/>
<function threadsafety="unspecified" name="elementX" fullname="DomRectF::elementX" href="domrectf.html#elementX" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2884" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double elementX() const"/>
<function threadsafety="unspecified" name="elementY" fullname="DomRectF::elementY" href="domrectf.html#elementY" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2889" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double elementY() const"/>
<function threadsafety="unspecified" name="write" fullname="DomRectF::write" href="domrectf.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2878" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomResource" href="domresource.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="467">
<function threadsafety="unspecified" name="DomResource" fullname="DomResource::DomResource" href="domresource.html#DomResource" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="469" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomResource()"/>
<function threadsafety="unspecified" name="DomResource" fullname="DomResource::DomResource" href="domresource.html#DomResource-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="495" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomResource(const DomResource &amp;other)">
<parameter left="const DomResource &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomResource::clear" href="domresource.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="486" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeLocation" fullname="DomResource::clearAttributeLocation" href="domresource.html#clearAttributeLocation" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="481" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeLocation()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomResource::operator=" href="domresource.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="496" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomResource &amp;other)">
<parameter left="const DomResource &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomResource::read" href="domresource.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="472" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeLocation" fullname="DomResource::setAttributeLocation" href="domresource.html#setAttributeLocation" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="480" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeLocation(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomResource::setText" href="domresource.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="475" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomResource" fullname="DomResource::~DomResource" href="domresource.html#dtor.DomResource" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="470" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomResource()"/>
<function threadsafety="unspecified" name="attributeLocation" fullname="DomResource::attributeLocation" href="domresource.html#attributeLocation" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="479" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeLocation() const"/>
<function threadsafety="unspecified" name="text" fullname="DomResource::text" href="domresource.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="474" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeLocation" fullname="DomResource::hasAttributeLocation" href="domresource.html#hasAttributeLocation" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="478" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeLocation() const"/>
<function threadsafety="unspecified" name="write" fullname="DomResource::write" href="domresource.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="473" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomResourceIcon" href="domresourceicon.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2678">
<function threadsafety="unspecified" name="DomResourceIcon" fullname="DomResourceIcon::DomResourceIcon" href="domresourceicon.html#DomResourceIcon" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2680" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomResourceIcon()"/>
<function threadsafety="unspecified" name="DomResourceIcon" fullname="DomResourceIcon::DomResourceIcon" href="domresourceicon.html#DomResourceIcon-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2780" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomResourceIcon(const DomResourceIcon &amp;other)">
<parameter left="const DomResourceIcon &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="takeElementActiveOff" fullname="DomResourceIcon::takeElementActiveOff" href="domresourceicon.html#takeElementActiveOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2725" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * takeElementActiveOff()"/>
<function threadsafety="unspecified" name="takeElementActiveOn" fullname="DomResourceIcon::takeElementActiveOn" href="domresourceicon.html#takeElementActiveOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2731" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * takeElementActiveOn()"/>
<function threadsafety="unspecified" name="takeElementDisabledOff" fullname="DomResourceIcon::takeElementDisabledOff" href="domresourceicon.html#takeElementDisabledOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2713" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * takeElementDisabledOff()"/>
<function threadsafety="unspecified" name="takeElementDisabledOn" fullname="DomResourceIcon::takeElementDisabledOn" href="domresourceicon.html#takeElementDisabledOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2719" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * takeElementDisabledOn()"/>
<function threadsafety="unspecified" name="takeElementNormalOff" fullname="DomResourceIcon::takeElementNormalOff" href="domresourceicon.html#takeElementNormalOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2701" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * takeElementNormalOff()"/>
<function threadsafety="unspecified" name="takeElementNormalOn" fullname="DomResourceIcon::takeElementNormalOn" href="domresourceicon.html#takeElementNormalOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2707" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * takeElementNormalOn()"/>
<function threadsafety="unspecified" name="takeElementSelectedOff" fullname="DomResourceIcon::takeElementSelectedOff" href="domresourceicon.html#takeElementSelectedOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2737" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * takeElementSelectedOff()"/>
<function threadsafety="unspecified" name="takeElementSelectedOn" fullname="DomResourceIcon::takeElementSelectedOn" href="domresourceicon.html#takeElementSelectedOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2743" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * takeElementSelectedOn()"/>
<function threadsafety="unspecified" name="clear" fullname="DomResourceIcon::clear" href="domresourceicon.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2750" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeResource" fullname="DomResourceIcon::clearAttributeResource" href="domresourceicon.html#clearAttributeResource" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2697" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeResource()"/>
<function threadsafety="unspecified" name="clearAttributeTheme" fullname="DomResourceIcon::clearAttributeTheme" href="domresourceicon.html#clearAttributeTheme" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2692" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeTheme()"/>
<function threadsafety="unspecified" name="clearElementActiveOff" fullname="DomResourceIcon::clearElementActiveOff" href="domresourceicon.html#clearElementActiveOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2728" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementActiveOff()"/>
<function threadsafety="unspecified" name="clearElementActiveOn" fullname="DomResourceIcon::clearElementActiveOn" href="domresourceicon.html#clearElementActiveOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2734" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementActiveOn()"/>
<function threadsafety="unspecified" name="clearElementDisabledOff" fullname="DomResourceIcon::clearElementDisabledOff" href="domresourceicon.html#clearElementDisabledOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2716" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementDisabledOff()"/>
<function threadsafety="unspecified" name="clearElementDisabledOn" fullname="DomResourceIcon::clearElementDisabledOn" href="domresourceicon.html#clearElementDisabledOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2722" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementDisabledOn()"/>
<function threadsafety="unspecified" name="clearElementNormalOff" fullname="DomResourceIcon::clearElementNormalOff" href="domresourceicon.html#clearElementNormalOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2704" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementNormalOff()"/>
<function threadsafety="unspecified" name="clearElementNormalOn" fullname="DomResourceIcon::clearElementNormalOn" href="domresourceicon.html#clearElementNormalOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2710" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementNormalOn()"/>
<function threadsafety="unspecified" name="clearElementSelectedOff" fullname="DomResourceIcon::clearElementSelectedOff" href="domresourceicon.html#clearElementSelectedOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2740" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementSelectedOff()"/>
<function threadsafety="unspecified" name="clearElementSelectedOn" fullname="DomResourceIcon::clearElementSelectedOn" href="domresourceicon.html#clearElementSelectedOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2746" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementSelectedOn()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomResourceIcon::operator=" href="domresourceicon.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2781" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomResourceIcon &amp;other)">
<parameter left="const DomResourceIcon &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomResourceIcon::read" href="domresourceicon.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2683" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeResource" fullname="DomResourceIcon::setAttributeResource" href="domresourceicon.html#setAttributeResource" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2696" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeResource(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeTheme" fullname="DomResourceIcon::setAttributeTheme" href="domresourceicon.html#setAttributeTheme" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2691" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeTheme(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementActiveOff" fullname="DomResourceIcon::setElementActiveOff" href="domresourceicon.html#setElementActiveOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2726" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementActiveOff(DomResourcePixmap *a)">
<parameter left="DomResourcePixmap *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementActiveOn" fullname="DomResourceIcon::setElementActiveOn" href="domresourceicon.html#setElementActiveOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2732" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementActiveOn(DomResourcePixmap *a)">
<parameter left="DomResourcePixmap *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementDisabledOff" fullname="DomResourceIcon::setElementDisabledOff" href="domresourceicon.html#setElementDisabledOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2714" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementDisabledOff(DomResourcePixmap *a)">
<parameter left="DomResourcePixmap *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementDisabledOn" fullname="DomResourceIcon::setElementDisabledOn" href="domresourceicon.html#setElementDisabledOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2720" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementDisabledOn(DomResourcePixmap *a)">
<parameter left="DomResourcePixmap *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementNormalOff" fullname="DomResourceIcon::setElementNormalOff" href="domresourceicon.html#setElementNormalOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2702" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementNormalOff(DomResourcePixmap *a)">
<parameter left="DomResourcePixmap *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementNormalOn" fullname="DomResourceIcon::setElementNormalOn" href="domresourceicon.html#setElementNormalOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2708" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementNormalOn(DomResourcePixmap *a)">
<parameter left="DomResourcePixmap *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSelectedOff" fullname="DomResourceIcon::setElementSelectedOff" href="domresourceicon.html#setElementSelectedOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2738" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSelectedOff(DomResourcePixmap *a)">
<parameter left="DomResourcePixmap *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSelectedOn" fullname="DomResourceIcon::setElementSelectedOn" href="domresourceicon.html#setElementSelectedOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2744" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSelectedOn(DomResourcePixmap *a)">
<parameter left="DomResourcePixmap *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomResourceIcon::setText" href="domresourceicon.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2686" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomResourceIcon" fullname="DomResourceIcon::~DomResourceIcon" href="domresourceicon.html#dtor.DomResourceIcon" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2681" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomResourceIcon()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomResourceIcon::Child" href="domresourceicon.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2769">
<value name="NormalOff" value="1"/>
<value name="NormalOn" value="2"/>
<value name="DisabledOff" value="4"/>
<value name="DisabledOn" value="8"/>
<value name="ActiveOff" value="16"/>
<value name="ActiveOn" value="32"/>
<value name="SelectedOff" value="64"/>
<value name="SelectedOn" value="128"/>
</enum>
<function threadsafety="unspecified" name="elementActiveOff" fullname="DomResourceIcon::elementActiveOff" href="domresourceicon.html#elementActiveOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2724" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * elementActiveOff() const"/>
<function threadsafety="unspecified" name="elementActiveOn" fullname="DomResourceIcon::elementActiveOn" href="domresourceicon.html#elementActiveOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2730" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * elementActiveOn() const"/>
<function threadsafety="unspecified" name="elementDisabledOff" fullname="DomResourceIcon::elementDisabledOff" href="domresourceicon.html#elementDisabledOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2712" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * elementDisabledOff() const"/>
<function threadsafety="unspecified" name="elementDisabledOn" fullname="DomResourceIcon::elementDisabledOn" href="domresourceicon.html#elementDisabledOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2718" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * elementDisabledOn() const"/>
<function threadsafety="unspecified" name="elementNormalOff" fullname="DomResourceIcon::elementNormalOff" href="domresourceicon.html#elementNormalOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2700" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * elementNormalOff() const"/>
<function threadsafety="unspecified" name="elementNormalOn" fullname="DomResourceIcon::elementNormalOn" href="domresourceicon.html#elementNormalOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2706" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * elementNormalOn() const"/>
<function threadsafety="unspecified" name="elementSelectedOff" fullname="DomResourceIcon::elementSelectedOff" href="domresourceicon.html#elementSelectedOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2736" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * elementSelectedOff() const"/>
<function threadsafety="unspecified" name="elementSelectedOn" fullname="DomResourceIcon::elementSelectedOn" href="domresourceicon.html#elementSelectedOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2742" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomResourcePixmap *" signature="DomResourcePixmap * elementSelectedOn() const"/>
<function threadsafety="unspecified" name="attributeResource" fullname="DomResourceIcon::attributeResource" href="domresourceicon.html#attributeResource" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2695" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeResource() const"/>
<function threadsafety="unspecified" name="attributeTheme" fullname="DomResourceIcon::attributeTheme" href="domresourceicon.html#attributeTheme" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2690" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeTheme() const"/>
<function threadsafety="unspecified" name="text" fullname="DomResourceIcon::text" href="domresourceicon.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2685" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeResource" fullname="DomResourceIcon::hasAttributeResource" href="domresourceicon.html#hasAttributeResource" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2694" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeResource() const"/>
<function threadsafety="unspecified" name="hasAttributeTheme" fullname="DomResourceIcon::hasAttributeTheme" href="domresourceicon.html#hasAttributeTheme" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2689" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeTheme() const"/>
<function threadsafety="unspecified" name="hasElementActiveOff" fullname="DomResourceIcon::hasElementActiveOff" href="domresourceicon.html#hasElementActiveOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2727" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementActiveOff() const"/>
<function threadsafety="unspecified" name="hasElementActiveOn" fullname="DomResourceIcon::hasElementActiveOn" href="domresourceicon.html#hasElementActiveOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2733" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementActiveOn() const"/>
<function threadsafety="unspecified" name="hasElementDisabledOff" fullname="DomResourceIcon::hasElementDisabledOff" href="domresourceicon.html#hasElementDisabledOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2715" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementDisabledOff() const"/>
<function threadsafety="unspecified" name="hasElementDisabledOn" fullname="DomResourceIcon::hasElementDisabledOn" href="domresourceicon.html#hasElementDisabledOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2721" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementDisabledOn() const"/>
<function threadsafety="unspecified" name="hasElementNormalOff" fullname="DomResourceIcon::hasElementNormalOff" href="domresourceicon.html#hasElementNormalOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2703" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementNormalOff() const"/>
<function threadsafety="unspecified" name="hasElementNormalOn" fullname="DomResourceIcon::hasElementNormalOn" href="domresourceicon.html#hasElementNormalOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2709" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementNormalOn() const"/>
<function threadsafety="unspecified" name="hasElementSelectedOff" fullname="DomResourceIcon::hasElementSelectedOff" href="domresourceicon.html#hasElementSelectedOff" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2739" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementSelectedOff() const"/>
<function threadsafety="unspecified" name="hasElementSelectedOn" fullname="DomResourceIcon::hasElementSelectedOn" href="domresourceicon.html#hasElementSelectedOn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2745" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementSelectedOn() const"/>
<function threadsafety="unspecified" name="write" fullname="DomResourceIcon::write" href="domresourceicon.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2684" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomResourcePixmap" href="domresourcepixmap.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2638">
<function threadsafety="unspecified" name="DomResourcePixmap" fullname="DomResourcePixmap::DomResourcePixmap" href="domresourcepixmap.html#DomResourcePixmap" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2640" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomResourcePixmap()"/>
<function threadsafety="unspecified" name="DomResourcePixmap" fullname="DomResourcePixmap::DomResourcePixmap" href="domresourcepixmap.html#DomResourcePixmap-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2674" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomResourcePixmap(const DomResourcePixmap &amp;other)">
<parameter left="const DomResourcePixmap &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomResourcePixmap::clear" href="domresourcepixmap.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2662" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeAlias" fullname="DomResourcePixmap::clearAttributeAlias" href="domresourcepixmap.html#clearAttributeAlias" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2657" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeAlias()"/>
<function threadsafety="unspecified" name="clearAttributeResource" fullname="DomResourcePixmap::clearAttributeResource" href="domresourcepixmap.html#clearAttributeResource" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2652" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeResource()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomResourcePixmap::operator=" href="domresourcepixmap.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2675" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomResourcePixmap &amp;other)">
<parameter left="const DomResourcePixmap &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomResourcePixmap::read" href="domresourcepixmap.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2643" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeAlias" fullname="DomResourcePixmap::setAttributeAlias" href="domresourcepixmap.html#setAttributeAlias" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2656" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeAlias(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeResource" fullname="DomResourcePixmap::setAttributeResource" href="domresourcepixmap.html#setAttributeResource" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2651" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeResource(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomResourcePixmap::setText" href="domresourcepixmap.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2646" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomResourcePixmap" fullname="DomResourcePixmap::~DomResourcePixmap" href="domresourcepixmap.html#dtor.DomResourcePixmap" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2641" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomResourcePixmap()"/>
<function threadsafety="unspecified" name="attributeAlias" fullname="DomResourcePixmap::attributeAlias" href="domresourcepixmap.html#attributeAlias" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2655" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeAlias() const"/>
<function threadsafety="unspecified" name="attributeResource" fullname="DomResourcePixmap::attributeResource" href="domresourcepixmap.html#attributeResource" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2650" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeResource() const"/>
<function threadsafety="unspecified" name="text" fullname="DomResourcePixmap::text" href="domresourcepixmap.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2645" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeAlias" fullname="DomResourcePixmap::hasAttributeAlias" href="domresourcepixmap.html#hasAttributeAlias" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2654" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeAlias() const"/>
<function threadsafety="unspecified" name="hasAttributeResource" fullname="DomResourcePixmap::hasAttributeResource" href="domresourcepixmap.html#hasAttributeResource" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2649" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeResource() const"/>
<function threadsafety="unspecified" name="write" fullname="DomResourcePixmap::write" href="domresourcepixmap.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2644" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomResources" href="domresources.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="428">
<function threadsafety="unspecified" name="DomResources" fullname="DomResources::DomResources" href="domresources.html#DomResources" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="430" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomResources()"/>
<function threadsafety="unspecified" name="clear" fullname="DomResources::clear" href="domresources.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="450" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeName" fullname="DomResources::clearAttributeName" href="domresources.html#clearAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="442" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeName()"/>
<function threadsafety="unspecified" name="read" fullname="DomResources::read" href="domresources.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="433" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeName" fullname="DomResources::setAttributeName" href="domresources.html#setAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="441" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeName(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementInclude" fullname="DomResources::setElementInclude" href="domresources.html#setElementInclude" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="446" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementInclude(const QList&lt;DomResource *&gt; &amp;a)">
<parameter left="const QList&lt;DomResource *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomResources::setText" href="domresources.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="436" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomResources" fullname="DomResources::~DomResources" href="domresources.html#dtor.DomResources" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="431" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomResources()"/>
<function threadsafety="unspecified" name="elementInclude" fullname="DomResources::elementInclude" href="domresources.html#elementInclude" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="445" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomResource *&gt;" signature="QList&lt;DomResource *&gt; elementInclude() const"/>
<function threadsafety="unspecified" name="attributeName" fullname="DomResources::attributeName" href="domresources.html#attributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="440" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeName() const"/>
<function threadsafety="unspecified" name="text" fullname="DomResources::text" href="domresources.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="435" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeName" fullname="DomResources::hasAttributeName" href="domresources.html#hasAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="439" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeName() const"/>
<function threadsafety="unspecified" name="write" fullname="DomResources::write" href="domresources.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="434" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomResources::Child" href="domresources.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="459">
<value name="Include" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomResources" fullname="DomResources::DomResources" href="domresources.html#DomResources-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="463" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomResources(const DomResources &amp;other)">
<parameter left="const DomResources &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomResources::operator=" href="domresources.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="464" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomResources &amp;other)">
<parameter left="const DomResources &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomRow" href="domrow.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1398">
<function threadsafety="unspecified" name="DomRow" fullname="DomRow::DomRow" href="domrow.html#DomRow" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1400" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomRow()"/>
<function threadsafety="unspecified" name="clear" fullname="DomRow::clear" href="domrow.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1415" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomRow::read" href="domrow.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1403" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementProperty" fullname="DomRow::setElementProperty" href="domrow.html#setElementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1411" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementProperty(const QList&lt;DomProperty *&gt; &amp;a)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomRow::setText" href="domrow.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1406" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomRow" fullname="DomRow::~DomRow" href="domrow.html#dtor.DomRow" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1401" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomRow()"/>
<function threadsafety="unspecified" name="elementProperty" fullname="DomRow::elementProperty" href="domrow.html#elementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1410" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; elementProperty() const"/>
<function threadsafety="unspecified" name="text" fullname="DomRow::text" href="domrow.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1405" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="write" fullname="DomRow::write" href="domrow.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1404" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomRow::Child" href="domrow.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1421">
<value name="Property" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomRow" fullname="DomRow::DomRow" href="domrow.html#DomRow-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1425" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomRow(const DomRow &amp;other)">
<parameter left="const DomRow &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomRow::operator=" href="domrow.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1426" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomRow &amp;other)">
<parameter left="const DomRow &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomScript" href="domscript.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3401">
<function threadsafety="unspecified" name="DomScript" fullname="DomScript::DomScript" href="domscript.html#DomScript" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3403" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomScript()"/>
<function threadsafety="unspecified" name="DomScript" fullname="DomScript::DomScript" href="domscript.html#DomScript-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3437" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomScript(const DomScript &amp;other)">
<parameter left="const DomScript &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomScript::clear" href="domscript.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3425" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeLanguage" fullname="DomScript::clearAttributeLanguage" href="domscript.html#clearAttributeLanguage" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3420" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeLanguage()"/>
<function threadsafety="unspecified" name="clearAttributeSource" fullname="DomScript::clearAttributeSource" href="domscript.html#clearAttributeSource" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3415" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeSource()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomScript::operator=" href="domscript.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3438" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomScript &amp;other)">
<parameter left="const DomScript &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomScript::read" href="domscript.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3406" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeLanguage" fullname="DomScript::setAttributeLanguage" href="domscript.html#setAttributeLanguage" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3419" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeLanguage(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeSource" fullname="DomScript::setAttributeSource" href="domscript.html#setAttributeSource" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3414" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeSource(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomScript::setText" href="domscript.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3409" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomScript" fullname="DomScript::~DomScript" href="domscript.html#dtor.DomScript" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3404" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomScript()"/>
<function threadsafety="unspecified" name="attributeLanguage" fullname="DomScript::attributeLanguage" href="domscript.html#attributeLanguage" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3418" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeLanguage() const"/>
<function threadsafety="unspecified" name="attributeSource" fullname="DomScript::attributeSource" href="domscript.html#attributeSource" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3413" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeSource() const"/>
<function threadsafety="unspecified" name="text" fullname="DomScript::text" href="domscript.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3408" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeLanguage" fullname="DomScript::hasAttributeLanguage" href="domscript.html#hasAttributeLanguage" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3417" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeLanguage() const"/>
<function threadsafety="unspecified" name="hasAttributeSource" fullname="DomScript::hasAttributeSource" href="domscript.html#hasAttributeSource" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3412" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeSource() const"/>
<function threadsafety="unspecified" name="write" fullname="DomScript::write" href="domscript.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3407" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomSize" href="domsize.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2381">
<function threadsafety="unspecified" name="DomSize" fullname="DomSize::DomSize" href="domsize.html#DomSize" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2383" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomSize()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomSize::Child" href="domsize.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2412">
<value name="Width" value="1"/>
<value name="Height" value="2"/>
</enum>
<function threadsafety="unspecified" name="DomSize" fullname="DomSize::DomSize" href="domsize.html#DomSize-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2417" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomSize(const DomSize &amp;other)">
<parameter left="const DomSize &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomSize::clear" href="domsize.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2405" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearElementHeight" fullname="DomSize::clearElementHeight" href="domsize.html#clearElementHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2401" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementHeight()"/>
<function threadsafety="unspecified" name="clearElementWidth" fullname="DomSize::clearElementWidth" href="domsize.html#clearElementWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2396" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementWidth()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomSize::operator=" href="domsize.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2418" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomSize &amp;other)">
<parameter left="const DomSize &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomSize::read" href="domsize.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2386" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementHeight" fullname="DomSize::setElementHeight" href="domsize.html#setElementHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2399" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementHeight(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementWidth" fullname="DomSize::setElementWidth" href="domsize.html#setElementWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2394" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementWidth(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomSize::setText" href="domsize.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2389" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomSize" fullname="DomSize::~DomSize" href="domsize.html#dtor.DomSize" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2384" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomSize()"/>
<function threadsafety="unspecified" name="text" fullname="DomSize::text" href="domsize.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2388" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasElementHeight" fullname="DomSize::hasElementHeight" href="domsize.html#hasElementHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2400" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementHeight() const"/>
<function threadsafety="unspecified" name="hasElementWidth" fullname="DomSize::hasElementWidth" href="domsize.html#hasElementWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2395" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementWidth() const"/>
<function threadsafety="unspecified" name="elementHeight" fullname="DomSize::elementHeight" href="domsize.html#elementHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2398" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementHeight() const"/>
<function threadsafety="unspecified" name="elementWidth" fullname="DomSize::elementWidth" href="domsize.html#elementWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2393" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementWidth() const"/>
<function threadsafety="unspecified" name="write" fullname="DomSize::write" href="domsize.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2387" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomSizeF" href="domsizef.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2926">
<function threadsafety="unspecified" name="DomSizeF" fullname="DomSizeF::DomSizeF" href="domsizef.html#DomSizeF" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2928" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomSizeF()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomSizeF::Child" href="domsizef.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2957">
<value name="Width" value="1"/>
<value name="Height" value="2"/>
</enum>
<function threadsafety="unspecified" name="DomSizeF" fullname="DomSizeF::DomSizeF" href="domsizef.html#DomSizeF-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2962" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomSizeF(const DomSizeF &amp;other)">
<parameter left="const DomSizeF &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomSizeF::clear" href="domsizef.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2950" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearElementHeight" fullname="DomSizeF::clearElementHeight" href="domsizef.html#clearElementHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2946" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementHeight()"/>
<function threadsafety="unspecified" name="clearElementWidth" fullname="DomSizeF::clearElementWidth" href="domsizef.html#clearElementWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2941" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementWidth()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomSizeF::operator=" href="domsizef.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2963" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomSizeF &amp;other)">
<parameter left="const DomSizeF &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomSizeF::read" href="domsizef.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2931" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementHeight" fullname="DomSizeF::setElementHeight" href="domsizef.html#setElementHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2944" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementHeight(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementWidth" fullname="DomSizeF::setElementWidth" href="domsizef.html#setElementWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2939" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementWidth(double a)">
<parameter left="double" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomSizeF::setText" href="domsizef.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2934" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomSizeF" fullname="DomSizeF::~DomSizeF" href="domsizef.html#dtor.DomSizeF" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2929" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomSizeF()"/>
<function threadsafety="unspecified" name="text" fullname="DomSizeF::text" href="domsizef.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2933" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasElementHeight" fullname="DomSizeF::hasElementHeight" href="domsizef.html#hasElementHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2945" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementHeight() const"/>
<function threadsafety="unspecified" name="hasElementWidth" fullname="DomSizeF::hasElementWidth" href="domsizef.html#hasElementWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2940" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementWidth() const"/>
<function threadsafety="unspecified" name="elementHeight" fullname="DomSizeF::elementHeight" href="domsizef.html#elementHeight" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2943" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double elementHeight() const"/>
<function threadsafety="unspecified" name="elementWidth" fullname="DomSizeF::elementWidth" href="domsizef.html#elementWidth" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2938" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="double" signature="double elementWidth() const"/>
<function threadsafety="unspecified" name="write" fullname="DomSizeF::write" href="domsizef.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2932" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomSizePolicy" href="domsizepolicy.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2311">
<function threadsafety="unspecified" name="DomSizePolicy" fullname="DomSizePolicy::DomSizePolicy" href="domsizepolicy.html#DomSizePolicy" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2313" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomSizePolicy()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomSizePolicy::Child" href="domsizepolicy.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2370">
<value name="HSizeType" value="1"/>
<value name="VSizeType" value="2"/>
<value name="HorStretch" value="4"/>
<value name="VerStretch" value="8"/>
</enum>
<function threadsafety="unspecified" name="DomSizePolicy" fullname="DomSizePolicy::DomSizePolicy" href="domsizepolicy.html#DomSizePolicy-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2377" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomSizePolicy(const DomSizePolicy &amp;other)">
<parameter left="const DomSizePolicy &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomSizePolicy::clear" href="domsizepolicy.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2355" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeHSizeType" fullname="DomSizePolicy::clearAttributeHSizeType" href="domsizepolicy.html#clearAttributeHSizeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2325" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeHSizeType()"/>
<function threadsafety="unspecified" name="clearAttributeVSizeType" fullname="DomSizePolicy::clearAttributeVSizeType" href="domsizepolicy.html#clearAttributeVSizeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2330" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeVSizeType()"/>
<function threadsafety="unspecified" name="clearElementHSizeType" fullname="DomSizePolicy::clearElementHSizeType" href="domsizepolicy.html#clearElementHSizeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2336" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementHSizeType()"/>
<function threadsafety="unspecified" name="clearElementHorStretch" fullname="DomSizePolicy::clearElementHorStretch" href="domsizepolicy.html#clearElementHorStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2346" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementHorStretch()"/>
<function threadsafety="unspecified" name="clearElementVSizeType" fullname="DomSizePolicy::clearElementVSizeType" href="domsizepolicy.html#clearElementVSizeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2341" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementVSizeType()"/>
<function threadsafety="unspecified" name="clearElementVerStretch" fullname="DomSizePolicy::clearElementVerStretch" href="domsizepolicy.html#clearElementVerStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2351" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementVerStretch()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomSizePolicy::operator=" href="domsizepolicy.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2378" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomSizePolicy &amp;other)">
<parameter left="const DomSizePolicy &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomSizePolicy::read" href="domsizepolicy.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2316" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeHSizeType" fullname="DomSizePolicy::setAttributeHSizeType" href="domsizepolicy.html#setAttributeHSizeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2324" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeHSizeType(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeVSizeType" fullname="DomSizePolicy::setAttributeVSizeType" href="domsizepolicy.html#setAttributeVSizeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2329" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeVSizeType(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementHSizeType" fullname="DomSizePolicy::setElementHSizeType" href="domsizepolicy.html#setElementHSizeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2334" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementHSizeType(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementHorStretch" fullname="DomSizePolicy::setElementHorStretch" href="domsizepolicy.html#setElementHorStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2344" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementHorStretch(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementVSizeType" fullname="DomSizePolicy::setElementVSizeType" href="domsizepolicy.html#setElementVSizeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2339" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementVSizeType(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementVerStretch" fullname="DomSizePolicy::setElementVerStretch" href="domsizepolicy.html#setElementVerStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2349" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementVerStretch(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomSizePolicy::setText" href="domsizepolicy.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2319" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomSizePolicy" fullname="DomSizePolicy::~DomSizePolicy" href="domsizepolicy.html#dtor.DomSizePolicy" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2314" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomSizePolicy()"/>
<function threadsafety="unspecified" name="attributeHSizeType" fullname="DomSizePolicy::attributeHSizeType" href="domsizepolicy.html#attributeHSizeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2323" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeHSizeType() const"/>
<function threadsafety="unspecified" name="attributeVSizeType" fullname="DomSizePolicy::attributeVSizeType" href="domsizepolicy.html#attributeVSizeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2328" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeVSizeType() const"/>
<function threadsafety="unspecified" name="text" fullname="DomSizePolicy::text" href="domsizepolicy.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2318" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeHSizeType" fullname="DomSizePolicy::hasAttributeHSizeType" href="domsizepolicy.html#hasAttributeHSizeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2322" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeHSizeType() const"/>
<function threadsafety="unspecified" name="hasAttributeVSizeType" fullname="DomSizePolicy::hasAttributeVSizeType" href="domsizepolicy.html#hasAttributeVSizeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2327" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeVSizeType() const"/>
<function threadsafety="unspecified" name="hasElementHSizeType" fullname="DomSizePolicy::hasElementHSizeType" href="domsizepolicy.html#hasElementHSizeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2335" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementHSizeType() const"/>
<function threadsafety="unspecified" name="hasElementHorStretch" fullname="DomSizePolicy::hasElementHorStretch" href="domsizepolicy.html#hasElementHorStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2345" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementHorStretch() const"/>
<function threadsafety="unspecified" name="hasElementVSizeType" fullname="DomSizePolicy::hasElementVSizeType" href="domsizepolicy.html#hasElementVSizeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2340" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementVSizeType() const"/>
<function threadsafety="unspecified" name="hasElementVerStretch" fullname="DomSizePolicy::hasElementVerStretch" href="domsizepolicy.html#hasElementVerStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2350" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementVerStretch() const"/>
<function threadsafety="unspecified" name="elementHSizeType" fullname="DomSizePolicy::elementHSizeType" href="domsizepolicy.html#elementHSizeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2333" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementHSizeType() const"/>
<function threadsafety="unspecified" name="elementHorStretch" fullname="DomSizePolicy::elementHorStretch" href="domsizepolicy.html#elementHorStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2343" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementHorStretch() const"/>
<function threadsafety="unspecified" name="elementVSizeType" fullname="DomSizePolicy::elementVSizeType" href="domsizepolicy.html#elementVSizeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2338" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementVSizeType() const"/>
<function threadsafety="unspecified" name="elementVerStretch" fullname="DomSizePolicy::elementVerStretch" href="domsizepolicy.html#elementVerStretch" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2348" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementVerStretch() const"/>
<function threadsafety="unspecified" name="write" fullname="DomSizePolicy::write" href="domsizepolicy.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2317" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomSizePolicyData" href="domsizepolicydata.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1068">
<function threadsafety="unspecified" name="DomSizePolicyData" fullname="DomSizePolicyData::DomSizePolicyData" href="domsizepolicydata.html#DomSizePolicyData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1070" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomSizePolicyData()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomSizePolicyData::Child" href="domsizepolicydata.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1099">
<value name="HorData" value="1"/>
<value name="VerData" value="2"/>
</enum>
<function threadsafety="unspecified" name="DomSizePolicyData" fullname="DomSizePolicyData::DomSizePolicyData" href="domsizepolicydata.html#DomSizePolicyData-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1104" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomSizePolicyData(const DomSizePolicyData &amp;other)">
<parameter left="const DomSizePolicyData &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomSizePolicyData::clear" href="domsizepolicydata.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1092" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearElementHorData" fullname="DomSizePolicyData::clearElementHorData" href="domsizepolicydata.html#clearElementHorData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1083" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementHorData()"/>
<function threadsafety="unspecified" name="clearElementVerData" fullname="DomSizePolicyData::clearElementVerData" href="domsizepolicydata.html#clearElementVerData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1088" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementVerData()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomSizePolicyData::operator=" href="domsizepolicydata.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1105" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomSizePolicyData &amp;other)">
<parameter left="const DomSizePolicyData &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomSizePolicyData::read" href="domsizepolicydata.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1073" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementHorData" fullname="DomSizePolicyData::setElementHorData" href="domsizepolicydata.html#setElementHorData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1081" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementHorData(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementVerData" fullname="DomSizePolicyData::setElementVerData" href="domsizepolicydata.html#setElementVerData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1086" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementVerData(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomSizePolicyData::setText" href="domsizepolicydata.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1076" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomSizePolicyData" fullname="DomSizePolicyData::~DomSizePolicyData" href="domsizepolicydata.html#dtor.DomSizePolicyData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1071" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomSizePolicyData()"/>
<function threadsafety="unspecified" name="text" fullname="DomSizePolicyData::text" href="domsizepolicydata.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1075" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasElementHorData" fullname="DomSizePolicyData::hasElementHorData" href="domsizepolicydata.html#hasElementHorData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1082" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementHorData() const"/>
<function threadsafety="unspecified" name="hasElementVerData" fullname="DomSizePolicyData::hasElementVerData" href="domsizepolicydata.html#hasElementVerData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1087" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementVerData() const"/>
<function threadsafety="unspecified" name="elementHorData" fullname="DomSizePolicyData::elementHorData" href="domsizepolicydata.html#elementHorData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1080" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementHorData() const"/>
<function threadsafety="unspecified" name="elementVerData" fullname="DomSizePolicyData::elementVerData" href="domsizepolicydata.html#elementVerData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1085" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementVerData() const"/>
<function threadsafety="unspecified" name="write" fullname="DomSizePolicyData::write" href="domsizepolicydata.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1074" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomSlots" href="domslots.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3503">
<function threadsafety="unspecified" name="DomSlots" fullname="DomSlots::DomSlots" href="domslots.html#DomSlots" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3505" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomSlots()"/>
<function threadsafety="unspecified" name="clear" fullname="DomSlots::clear" href="domslots.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3523" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomSlots::read" href="domslots.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3508" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSignal" fullname="DomSlots::setElementSignal" href="domslots.html#setElementSignal" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3516" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSignal(const QStringList &amp;a)">
<parameter left="const QStringList &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSlot" fullname="DomSlots::setElementSlot" href="domslots.html#setElementSlot" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3519" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSlot(const QStringList &amp;a)">
<parameter left="const QStringList &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomSlots::setText" href="domslots.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3511" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomSlots" fullname="DomSlots::~DomSlots" href="domslots.html#dtor.DomSlots" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3506" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomSlots()"/>
<function threadsafety="unspecified" name="text" fullname="DomSlots::text" href="domslots.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3510" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="elementSignal" fullname="DomSlots::elementSignal" href="domslots.html#elementSignal" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3515" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList elementSignal() const"/>
<function threadsafety="unspecified" name="elementSlot" fullname="DomSlots::elementSlot" href="domslots.html#elementSlot" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3518" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList elementSlot() const"/>
<function threadsafety="unspecified" name="write" fullname="DomSlots::write" href="domslots.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3509" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomSlots::Child" href="domslots.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3530">
<value name="Signal" value="1"/>
<value name="Slot" value="2"/>
</enum>
<function threadsafety="unspecified" name="DomSlots" fullname="DomSlots::DomSlots" href="domslots.html#DomSlots-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3535" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomSlots(const DomSlots &amp;other)">
<parameter left="const DomSlots &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomSlots::operator=" href="domslots.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3536" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomSlots &amp;other)">
<parameter left="const DomSlots &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomSpacer" href="domspacer.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1632">
<function threadsafety="unspecified" name="DomSpacer" fullname="DomSpacer::DomSpacer" href="domspacer.html#DomSpacer" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1634" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomSpacer()"/>
<function threadsafety="unspecified" name="clear" fullname="DomSpacer::clear" href="domspacer.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1654" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeName" fullname="DomSpacer::clearAttributeName" href="domspacer.html#clearAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1646" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeName()"/>
<function threadsafety="unspecified" name="read" fullname="DomSpacer::read" href="domspacer.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1637" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeName" fullname="DomSpacer::setAttributeName" href="domspacer.html#setAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1645" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeName(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementProperty" fullname="DomSpacer::setElementProperty" href="domspacer.html#setElementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1650" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementProperty(const QList&lt;DomProperty *&gt; &amp;a)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomSpacer::setText" href="domspacer.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1640" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomSpacer" fullname="DomSpacer::~DomSpacer" href="domspacer.html#dtor.DomSpacer" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1635" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomSpacer()"/>
<function threadsafety="unspecified" name="elementProperty" fullname="DomSpacer::elementProperty" href="domspacer.html#elementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1649" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; elementProperty() const"/>
<function threadsafety="unspecified" name="attributeName" fullname="DomSpacer::attributeName" href="domspacer.html#attributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1644" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeName() const"/>
<function threadsafety="unspecified" name="text" fullname="DomSpacer::text" href="domspacer.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1639" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeName" fullname="DomSpacer::hasAttributeName" href="domspacer.html#hasAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1643" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeName() const"/>
<function threadsafety="unspecified" name="write" fullname="DomSpacer::write" href="domspacer.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1638" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomSpacer::Child" href="domspacer.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1663">
<value name="Property" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomSpacer" fullname="DomSpacer::DomSpacer" href="domspacer.html#DomSpacer-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1667" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomSpacer(const DomSpacer &amp;other)">
<parameter left="const DomSpacer &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomSpacer::operator=" href="domspacer.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1668" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomSpacer &amp;other)">
<parameter left="const DomSpacer &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomString" href="domstring.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2784">
<function threadsafety="unspecified" name="DomString" fullname="DomString::DomString" href="domstring.html#DomString" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2786" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomString()"/>
<function threadsafety="unspecified" name="DomString" fullname="DomString::DomString" href="domstring.html#DomString-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2828" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomString(const DomString &amp;other)">
<parameter left="const DomString &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomString::clear" href="domstring.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2813" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeComment" fullname="DomString::clearAttributeComment" href="domstring.html#clearAttributeComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2803" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeComment()"/>
<function threadsafety="unspecified" name="clearAttributeExtraComment" fullname="DomString::clearAttributeExtraComment" href="domstring.html#clearAttributeExtraComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2808" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeExtraComment()"/>
<function threadsafety="unspecified" name="clearAttributeNotr" fullname="DomString::clearAttributeNotr" href="domstring.html#clearAttributeNotr" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2798" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeNotr()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomString::operator=" href="domstring.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2829" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomString &amp;other)">
<parameter left="const DomString &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomString::read" href="domstring.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2789" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeComment" fullname="DomString::setAttributeComment" href="domstring.html#setAttributeComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2802" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeComment(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeExtraComment" fullname="DomString::setAttributeExtraComment" href="domstring.html#setAttributeExtraComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2807" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeExtraComment(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeNotr" fullname="DomString::setAttributeNotr" href="domstring.html#setAttributeNotr" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2797" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeNotr(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomString::setText" href="domstring.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2792" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomString" fullname="DomString::~DomString" href="domstring.html#dtor.DomString" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2787" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomString()"/>
<function threadsafety="unspecified" name="attributeComment" fullname="DomString::attributeComment" href="domstring.html#attributeComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2801" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeComment() const"/>
<function threadsafety="unspecified" name="attributeExtraComment" fullname="DomString::attributeExtraComment" href="domstring.html#attributeExtraComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2806" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeExtraComment() const"/>
<function threadsafety="unspecified" name="attributeNotr" fullname="DomString::attributeNotr" href="domstring.html#attributeNotr" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2796" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeNotr() const"/>
<function threadsafety="unspecified" name="text" fullname="DomString::text" href="domstring.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2791" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeComment" fullname="DomString::hasAttributeComment" href="domstring.html#hasAttributeComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2800" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeComment() const"/>
<function threadsafety="unspecified" name="hasAttributeExtraComment" fullname="DomString::hasAttributeExtraComment" href="domstring.html#hasAttributeExtraComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2805" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeExtraComment() const"/>
<function threadsafety="unspecified" name="hasAttributeNotr" fullname="DomString::hasAttributeNotr" href="domstring.html#hasAttributeNotr" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2795" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeNotr() const"/>
<function threadsafety="unspecified" name="write" fullname="DomString::write" href="domstring.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2790" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomStringList" href="domstringlist.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2583">
<function threadsafety="unspecified" name="DomStringList" fullname="DomStringList::DomStringList" href="domstringlist.html#DomStringList" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2585" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomStringList()"/>
<function threadsafety="unspecified" name="clear" fullname="DomStringList::clear" href="domstringlist.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2615" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomStringList::Child" href="domstringlist.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2630">
<value name="String" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomStringList" fullname="DomStringList::DomStringList" href="domstringlist.html#DomStringList-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2634" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomStringList(const DomStringList &amp;other)">
<parameter left="const DomStringList &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clearAttributeComment" fullname="DomStringList::clearAttributeComment" href="domstringlist.html#clearAttributeComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2602" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeComment()"/>
<function threadsafety="unspecified" name="clearAttributeExtraComment" fullname="DomStringList::clearAttributeExtraComment" href="domstringlist.html#clearAttributeExtraComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2607" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeExtraComment()"/>
<function threadsafety="unspecified" name="clearAttributeNotr" fullname="DomStringList::clearAttributeNotr" href="domstringlist.html#clearAttributeNotr" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2597" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeNotr()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomStringList::operator=" href="domstringlist.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2635" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomStringList &amp;other)">
<parameter left="const DomStringList &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomStringList::read" href="domstringlist.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2588" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeComment" fullname="DomStringList::setAttributeComment" href="domstringlist.html#setAttributeComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2601" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeComment(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeExtraComment" fullname="DomStringList::setAttributeExtraComment" href="domstringlist.html#setAttributeExtraComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2606" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeExtraComment(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeNotr" fullname="DomStringList::setAttributeNotr" href="domstringlist.html#setAttributeNotr" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2596" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeNotr(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementString" fullname="DomStringList::setElementString" href="domstringlist.html#setElementString" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2611" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementString(const QStringList &amp;a)">
<parameter left="const QStringList &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomStringList::setText" href="domstringlist.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2591" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomStringList" fullname="DomStringList::~DomStringList" href="domstringlist.html#dtor.DomStringList" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2586" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomStringList()"/>
<function threadsafety="unspecified" name="attributeComment" fullname="DomStringList::attributeComment" href="domstringlist.html#attributeComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2600" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeComment() const"/>
<function threadsafety="unspecified" name="attributeExtraComment" fullname="DomStringList::attributeExtraComment" href="domstringlist.html#attributeExtraComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2605" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeExtraComment() const"/>
<function threadsafety="unspecified" name="attributeNotr" fullname="DomStringList::attributeNotr" href="domstringlist.html#attributeNotr" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2595" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeNotr() const"/>
<function threadsafety="unspecified" name="text" fullname="DomStringList::text" href="domstringlist.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2590" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="elementString" fullname="DomStringList::elementString" href="domstringlist.html#elementString" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2610" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList elementString() const"/>
<function threadsafety="unspecified" name="hasAttributeComment" fullname="DomStringList::hasAttributeComment" href="domstringlist.html#hasAttributeComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2599" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeComment() const"/>
<function threadsafety="unspecified" name="hasAttributeExtraComment" fullname="DomStringList::hasAttributeExtraComment" href="domstringlist.html#hasAttributeExtraComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2604" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeExtraComment() const"/>
<function threadsafety="unspecified" name="hasAttributeNotr" fullname="DomStringList::hasAttributeNotr" href="domstringlist.html#hasAttributeNotr" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2594" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeNotr() const"/>
<function threadsafety="unspecified" name="write" fullname="DomStringList::write" href="domstringlist.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2589" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomStringPropertySpecification" href="domstringpropertyspecification.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3607">
<function threadsafety="unspecified" name="DomStringPropertySpecification" fullname="DomStringPropertySpecification::DomStringPropertySpecification" href="domstringpropertyspecification.html#DomStringPropertySpecification" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3609" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomStringPropertySpecification()"/>
<function threadsafety="unspecified" name="DomStringPropertySpecification" fullname="DomStringPropertySpecification::DomStringPropertySpecification" href="domstringpropertyspecification.html#DomStringPropertySpecification-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3651" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomStringPropertySpecification(const DomStringPropertySpecification &amp;other)">
<parameter left="const DomStringPropertySpecification &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomStringPropertySpecification::clear" href="domstringpropertyspecification.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3636" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeName" fullname="DomStringPropertySpecification::clearAttributeName" href="domstringpropertyspecification.html#clearAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3621" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeName()"/>
<function threadsafety="unspecified" name="clearAttributeNotr" fullname="DomStringPropertySpecification::clearAttributeNotr" href="domstringpropertyspecification.html#clearAttributeNotr" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3631" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeNotr()"/>
<function threadsafety="unspecified" name="clearAttributeType" fullname="DomStringPropertySpecification::clearAttributeType" href="domstringpropertyspecification.html#clearAttributeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3626" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeType()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomStringPropertySpecification::operator=" href="domstringpropertyspecification.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3652" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomStringPropertySpecification &amp;other)">
<parameter left="const DomStringPropertySpecification &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomStringPropertySpecification::read" href="domstringpropertyspecification.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3612" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeName" fullname="DomStringPropertySpecification::setAttributeName" href="domstringpropertyspecification.html#setAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3620" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeName(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeNotr" fullname="DomStringPropertySpecification::setAttributeNotr" href="domstringpropertyspecification.html#setAttributeNotr" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3630" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeNotr(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeType" fullname="DomStringPropertySpecification::setAttributeType" href="domstringpropertyspecification.html#setAttributeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3625" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeType(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomStringPropertySpecification::setText" href="domstringpropertyspecification.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3615" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomStringPropertySpecification" fullname="DomStringPropertySpecification::~DomStringPropertySpecification" href="domstringpropertyspecification.html#dtor.DomStringPropertySpecification" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3610" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomStringPropertySpecification()"/>
<function threadsafety="unspecified" name="attributeName" fullname="DomStringPropertySpecification::attributeName" href="domstringpropertyspecification.html#attributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3619" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeName() const"/>
<function threadsafety="unspecified" name="attributeNotr" fullname="DomStringPropertySpecification::attributeNotr" href="domstringpropertyspecification.html#attributeNotr" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3629" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeNotr() const"/>
<function threadsafety="unspecified" name="attributeType" fullname="DomStringPropertySpecification::attributeType" href="domstringpropertyspecification.html#attributeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3624" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeType() const"/>
<function threadsafety="unspecified" name="text" fullname="DomStringPropertySpecification::text" href="domstringpropertyspecification.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3614" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeName" fullname="DomStringPropertySpecification::hasAttributeName" href="domstringpropertyspecification.html#hasAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3618" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeName() const"/>
<function threadsafety="unspecified" name="hasAttributeNotr" fullname="DomStringPropertySpecification::hasAttributeNotr" href="domstringpropertyspecification.html#hasAttributeNotr" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3628" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeNotr() const"/>
<function threadsafety="unspecified" name="hasAttributeType" fullname="DomStringPropertySpecification::hasAttributeType" href="domstringpropertyspecification.html#hasAttributeType" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3623" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeType() const"/>
<function threadsafety="unspecified" name="write" fullname="DomStringPropertySpecification::write" href="domstringpropertyspecification.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3613" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomTabStops" href="domtabstops.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1188">
<function threadsafety="unspecified" name="DomTabStops" fullname="DomTabStops::DomTabStops" href="domtabstops.html#DomTabStops" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1190" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomTabStops()"/>
<function threadsafety="unspecified" name="clear" fullname="DomTabStops::clear" href="domtabstops.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1205" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomTabStops::read" href="domtabstops.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1193" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementTabStop" fullname="DomTabStops::setElementTabStop" href="domtabstops.html#setElementTabStop" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1201" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementTabStop(const QStringList &amp;a)">
<parameter left="const QStringList &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomTabStops::setText" href="domtabstops.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1196" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomTabStops" fullname="DomTabStops::~DomTabStops" href="domtabstops.html#dtor.DomTabStops" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1191" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomTabStops()"/>
<function threadsafety="unspecified" name="text" fullname="DomTabStops::text" href="domtabstops.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1195" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="elementTabStop" fullname="DomTabStops::elementTabStop" href="domtabstops.html#elementTabStop" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1200" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList elementTabStop() const"/>
<function threadsafety="unspecified" name="write" fullname="DomTabStops::write" href="domtabstops.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1194" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomTabStops::Child" href="domtabstops.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1211">
<value name="TabStop" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomTabStops" fullname="DomTabStops::DomTabStops" href="domtabstops.html#DomTabStops-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1215" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomTabStops(const DomTabStops &amp;other)">
<parameter left="const DomTabStops &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomTabStops::operator=" href="domtabstops.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1216" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomTabStops &amp;other)">
<parameter left="const DomTabStops &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomTime" href="domtime.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2468">
<function threadsafety="unspecified" name="DomTime" fullname="DomTime::DomTime" href="domtime.html#DomTime" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2470" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomTime()"/>
<function threadsafety="unspecified" name="DomTime" fullname="DomTime::DomTime" href="domtime.html#DomTime-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2511" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomTime(const DomTime &amp;other)">
<parameter left="const DomTime &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomTime::clear" href="domtime.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2497" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearElementHour" fullname="DomTime::clearElementHour" href="domtime.html#clearElementHour" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2483" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementHour()"/>
<function threadsafety="unspecified" name="clearElementMinute" fullname="DomTime::clearElementMinute" href="domtime.html#clearElementMinute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2488" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementMinute()"/>
<function threadsafety="unspecified" name="clearElementSecond" fullname="DomTime::clearElementSecond" href="domtime.html#clearElementSecond" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2493" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementSecond()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomTime::operator=" href="domtime.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2512" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomTime &amp;other)">
<parameter left="const DomTime &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomTime::read" href="domtime.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2473" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementHour" fullname="DomTime::setElementHour" href="domtime.html#setElementHour" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2481" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementHour(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementMinute" fullname="DomTime::setElementMinute" href="domtime.html#setElementMinute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2486" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementMinute(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSecond" fullname="DomTime::setElementSecond" href="domtime.html#setElementSecond" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2491" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSecond(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomTime::Child" href="domtime.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2505">
<value name="Hour" value="1"/>
<value name="Minute" value="2"/>
<value name="Second" value="4"/>
</enum>
<function threadsafety="unspecified" name="setText" fullname="DomTime::setText" href="domtime.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2476" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomTime" fullname="DomTime::~DomTime" href="domtime.html#dtor.DomTime" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2471" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomTime()"/>
<function threadsafety="unspecified" name="text" fullname="DomTime::text" href="domtime.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2475" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasElementHour" fullname="DomTime::hasElementHour" href="domtime.html#hasElementHour" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2482" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementHour() const"/>
<function threadsafety="unspecified" name="hasElementMinute" fullname="DomTime::hasElementMinute" href="domtime.html#hasElementMinute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2487" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementMinute() const"/>
<function threadsafety="unspecified" name="hasElementSecond" fullname="DomTime::hasElementSecond" href="domtime.html#hasElementSecond" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2492" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementSecond() const"/>
<function threadsafety="unspecified" name="elementHour" fullname="DomTime::elementHour" href="domtime.html#elementHour" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2480" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementHour() const"/>
<function threadsafety="unspecified" name="elementMinute" fullname="DomTime::elementMinute" href="domtime.html#elementMinute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2485" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementMinute() const"/>
<function threadsafety="unspecified" name="elementSecond" fullname="DomTime::elementSecond" href="domtime.html#elementSecond" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2490" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int elementSecond() const"/>
<function threadsafety="unspecified" name="write" fullname="DomTime::write" href="domtime.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2474" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomUI" href="domui.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="160">
<function threadsafety="unspecified" name="takeElementButtonGroups" fullname="DomUI::takeElementButtonGroups" href="domui.html#takeElementButtonGroups" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="289" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomButtonGroups *" signature="DomButtonGroups * takeElementButtonGroups()"/>
<function threadsafety="unspecified" name="takeElementConnections" fullname="DomUI::takeElementConnections" href="domui.html#takeElementConnections" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="271" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomConnections *" signature="DomConnections * takeElementConnections()"/>
<function threadsafety="unspecified" name="takeElementCustomWidgets" fullname="DomUI::takeElementCustomWidgets" href="domui.html#takeElementCustomWidgets" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="241" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomCustomWidgets *" signature="DomCustomWidgets * takeElementCustomWidgets()"/>
<function threadsafety="unspecified" name="takeElementDesignerdata" fullname="DomUI::takeElementDesignerdata" href="domui.html#takeElementDesignerdata" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="277" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomDesignerData *" signature="DomDesignerData * takeElementDesignerdata()"/>
<function threadsafety="unspecified" name="takeElementImages" fullname="DomUI::takeElementImages" href="domui.html#takeElementImages" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="253" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomImages *" signature="DomImages * takeElementImages()"/>
<function threadsafety="unspecified" name="takeElementIncludes" fullname="DomUI::takeElementIncludes" href="domui.html#takeElementIncludes" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="259" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomIncludes *" signature="DomIncludes * takeElementIncludes()"/>
<function threadsafety="unspecified" name="takeElementLayoutDefault" fullname="DomUI::takeElementLayoutDefault" href="domui.html#takeElementLayoutDefault" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="224" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomLayoutDefault *" signature="DomLayoutDefault * takeElementLayoutDefault()"/>
<function threadsafety="unspecified" name="takeElementLayoutFunction" fullname="DomUI::takeElementLayoutFunction" href="domui.html#takeElementLayoutFunction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="230" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomLayoutFunction *" signature="DomLayoutFunction * takeElementLayoutFunction()"/>
<function threadsafety="unspecified" name="takeElementResources" fullname="DomUI::takeElementResources" href="domui.html#takeElementResources" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="265" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomResources *" signature="DomResources * takeElementResources()"/>
<function threadsafety="unspecified" name="takeElementSlots" fullname="DomUI::takeElementSlots" href="domui.html#takeElementSlots" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="283" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomSlots *" signature="DomSlots * takeElementSlots()"/>
<function threadsafety="unspecified" name="takeElementTabStops" fullname="DomUI::takeElementTabStops" href="domui.html#takeElementTabStops" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="247" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomTabStops *" signature="DomTabStops * takeElementTabStops()"/>
<function threadsafety="unspecified" name="DomUI" fullname="DomUI::DomUI" href="domui.html#DomUI" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="162" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomUI()"/>
<function threadsafety="unspecified" name="DomUI" fullname="DomUI::DomUI" href="domui.html#DomUI-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="353" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomUI(const DomUI &amp;other)">
<parameter left="const DomUI &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="takeElementWidget" fullname="DomUI::takeElementWidget" href="domui.html#takeElementWidget" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="218" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomWidget *" signature="DomWidget * takeElementWidget()"/>
<function threadsafety="unspecified" name="clear" fullname="DomUI::clear" href="domui.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="296" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeDisplayname" fullname="DomUI::clearAttributeDisplayname" href="domui.html#clearAttributeDisplayname" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="184" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeDisplayname()"/>
<function threadsafety="unspecified" name="clearAttributeLanguage" fullname="DomUI::clearAttributeLanguage" href="domui.html#clearAttributeLanguage" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="179" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeLanguage()"/>
<function threadsafety="unspecified" name="clearAttributeStdSetDef" fullname="DomUI::clearAttributeStdSetDef" href="domui.html#clearAttributeStdSetDef" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="194" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeStdSetDef()"/>
<function threadsafety="unspecified" name="clearAttributeStdsetdef" fullname="DomUI::clearAttributeStdsetdef" href="domui.html#clearAttributeStdsetdef" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="189" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeStdsetdef()"/>
<function threadsafety="unspecified" name="clearAttributeVersion" fullname="DomUI::clearAttributeVersion" href="domui.html#clearAttributeVersion" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="174" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeVersion()"/>
<function threadsafety="unspecified" name="clearElementAuthor" fullname="DomUI::clearElementAuthor" href="domui.html#clearElementAuthor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="200" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementAuthor()"/>
<function threadsafety="unspecified" name="clearElementButtonGroups" fullname="DomUI::clearElementButtonGroups" href="domui.html#clearElementButtonGroups" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="292" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementButtonGroups()"/>
<function threadsafety="unspecified" name="clearElementClass" fullname="DomUI::clearElementClass" href="domui.html#clearElementClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="215" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementClass()"/>
<function threadsafety="unspecified" name="clearElementComment" fullname="DomUI::clearElementComment" href="domui.html#clearElementComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="205" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementComment()"/>
<function threadsafety="unspecified" name="clearElementConnections" fullname="DomUI::clearElementConnections" href="domui.html#clearElementConnections" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="274" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementConnections()"/>
<function threadsafety="unspecified" name="clearElementCustomWidgets" fullname="DomUI::clearElementCustomWidgets" href="domui.html#clearElementCustomWidgets" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="244" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementCustomWidgets()"/>
<function threadsafety="unspecified" name="clearElementDesignerdata" fullname="DomUI::clearElementDesignerdata" href="domui.html#clearElementDesignerdata" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="280" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementDesignerdata()"/>
<function threadsafety="unspecified" name="clearElementExportMacro" fullname="DomUI::clearElementExportMacro" href="domui.html#clearElementExportMacro" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="210" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementExportMacro()"/>
<function threadsafety="unspecified" name="clearElementImages" fullname="DomUI::clearElementImages" href="domui.html#clearElementImages" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="256" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementImages()"/>
<function threadsafety="unspecified" name="clearElementIncludes" fullname="DomUI::clearElementIncludes" href="domui.html#clearElementIncludes" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="262" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementIncludes()"/>
<function threadsafety="unspecified" name="clearElementLayoutDefault" fullname="DomUI::clearElementLayoutDefault" href="domui.html#clearElementLayoutDefault" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="227" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementLayoutDefault()"/>
<function threadsafety="unspecified" name="clearElementLayoutFunction" fullname="DomUI::clearElementLayoutFunction" href="domui.html#clearElementLayoutFunction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="233" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementLayoutFunction()"/>
<function threadsafety="unspecified" name="clearElementPixmapFunction" fullname="DomUI::clearElementPixmapFunction" href="domui.html#clearElementPixmapFunction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="238" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementPixmapFunction()"/>
<function threadsafety="unspecified" name="clearElementResources" fullname="DomUI::clearElementResources" href="domui.html#clearElementResources" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="268" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementResources()"/>
<function threadsafety="unspecified" name="clearElementSlots" fullname="DomUI::clearElementSlots" href="domui.html#clearElementSlots" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="286" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementSlots()"/>
<function threadsafety="unspecified" name="clearElementTabStops" fullname="DomUI::clearElementTabStops" href="domui.html#clearElementTabStops" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="250" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementTabStops()"/>
<function threadsafety="unspecified" name="clearElementWidget" fullname="DomUI::clearElementWidget" href="domui.html#clearElementWidget" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="221" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementWidget()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomUI::operator=" href="domui.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="354" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomUI &amp;other)">
<parameter left="const DomUI &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomUI::read" href="domui.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="165" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeDisplayname" fullname="DomUI::setAttributeDisplayname" href="domui.html#setAttributeDisplayname" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="183" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeDisplayname(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeLanguage" fullname="DomUI::setAttributeLanguage" href="domui.html#setAttributeLanguage" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="178" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeLanguage(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeStdSetDef" fullname="DomUI::setAttributeStdSetDef" href="domui.html#setAttributeStdSetDef" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="193" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeStdSetDef(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeStdsetdef" fullname="DomUI::setAttributeStdsetdef" href="domui.html#setAttributeStdsetdef" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="188" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeStdsetdef(int a)">
<parameter left="int" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeVersion" fullname="DomUI::setAttributeVersion" href="domui.html#setAttributeVersion" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="173" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeVersion(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementAuthor" fullname="DomUI::setElementAuthor" href="domui.html#setElementAuthor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="198" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementAuthor(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementButtonGroups" fullname="DomUI::setElementButtonGroups" href="domui.html#setElementButtonGroups" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="290" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementButtonGroups(DomButtonGroups *a)">
<parameter left="DomButtonGroups *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementClass" fullname="DomUI::setElementClass" href="domui.html#setElementClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="213" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementClass(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementComment" fullname="DomUI::setElementComment" href="domui.html#setElementComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="203" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementComment(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementConnections" fullname="DomUI::setElementConnections" href="domui.html#setElementConnections" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="272" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementConnections(DomConnections *a)">
<parameter left="DomConnections *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementCustomWidgets" fullname="DomUI::setElementCustomWidgets" href="domui.html#setElementCustomWidgets" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="242" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementCustomWidgets(DomCustomWidgets *a)">
<parameter left="DomCustomWidgets *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementDesignerdata" fullname="DomUI::setElementDesignerdata" href="domui.html#setElementDesignerdata" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="278" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementDesignerdata(DomDesignerData *a)">
<parameter left="DomDesignerData *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementExportMacro" fullname="DomUI::setElementExportMacro" href="domui.html#setElementExportMacro" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="208" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementExportMacro(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementImages" fullname="DomUI::setElementImages" href="domui.html#setElementImages" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="254" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementImages(DomImages *a)">
<parameter left="DomImages *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementIncludes" fullname="DomUI::setElementIncludes" href="domui.html#setElementIncludes" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="260" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementIncludes(DomIncludes *a)">
<parameter left="DomIncludes *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementLayoutDefault" fullname="DomUI::setElementLayoutDefault" href="domui.html#setElementLayoutDefault" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="225" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementLayoutDefault(DomLayoutDefault *a)">
<parameter left="DomLayoutDefault *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementLayoutFunction" fullname="DomUI::setElementLayoutFunction" href="domui.html#setElementLayoutFunction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="231" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementLayoutFunction(DomLayoutFunction *a)">
<parameter left="DomLayoutFunction *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementPixmapFunction" fullname="DomUI::setElementPixmapFunction" href="domui.html#setElementPixmapFunction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="236" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementPixmapFunction(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementResources" fullname="DomUI::setElementResources" href="domui.html#setElementResources" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="266" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementResources(DomResources *a)">
<parameter left="DomResources *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementSlots" fullname="DomUI::setElementSlots" href="domui.html#setElementSlots" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="284" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementSlots(DomSlots *a)">
<parameter left="DomSlots *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementTabStops" fullname="DomUI::setElementTabStops" href="domui.html#setElementTabStops" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="248" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementTabStops(DomTabStops *a)">
<parameter left="DomTabStops *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementWidget" fullname="DomUI::setElementWidget" href="domui.html#setElementWidget" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="219" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementWidget(DomWidget *a)">
<parameter left="DomWidget *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomUI::setText" href="domui.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="168" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomUI" fullname="DomUI::~DomUI" href="domui.html#dtor.DomUI" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="163" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomUI()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomUI::Child" href="domui.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="333">
<value name="Author" value="1"/>
<value name="Comment" value="2"/>
<value name="ExportMacro" value="4"/>
<value name="Class" value="8"/>
<value name="Widget" value="16"/>
<value name="LayoutDefault" value="32"/>
<value name="LayoutFunction" value="64"/>
<value name="PixmapFunction" value="128"/>
<value name="CustomWidgets" value="256"/>
<value name="TabStops" value="512"/>
<value name="Images" value="1024"/>
<value name="Includes" value="2048"/>
<value name="Resources" value="4096"/>
<value name="Connections" value="8192"/>
<value name="Designerdata" value="16384"/>
<value name="Slots" value="32768"/>
<value name="ButtonGroups" value="65536"/>
</enum>
<function threadsafety="unspecified" name="elementButtonGroups" fullname="DomUI::elementButtonGroups" href="domui.html#elementButtonGroups" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="288" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomButtonGroups *" signature="DomButtonGroups * elementButtonGroups() const"/>
<function threadsafety="unspecified" name="elementConnections" fullname="DomUI::elementConnections" href="domui.html#elementConnections" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="270" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomConnections *" signature="DomConnections * elementConnections() const"/>
<function threadsafety="unspecified" name="elementCustomWidgets" fullname="DomUI::elementCustomWidgets" href="domui.html#elementCustomWidgets" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="240" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomCustomWidgets *" signature="DomCustomWidgets * elementCustomWidgets() const"/>
<function threadsafety="unspecified" name="elementDesignerdata" fullname="DomUI::elementDesignerdata" href="domui.html#elementDesignerdata" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="276" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomDesignerData *" signature="DomDesignerData * elementDesignerdata() const"/>
<function threadsafety="unspecified" name="elementImages" fullname="DomUI::elementImages" href="domui.html#elementImages" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="252" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomImages *" signature="DomImages * elementImages() const"/>
<function threadsafety="unspecified" name="elementIncludes" fullname="DomUI::elementIncludes" href="domui.html#elementIncludes" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="258" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomIncludes *" signature="DomIncludes * elementIncludes() const"/>
<function threadsafety="unspecified" name="elementLayoutDefault" fullname="DomUI::elementLayoutDefault" href="domui.html#elementLayoutDefault" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="223" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomLayoutDefault *" signature="DomLayoutDefault * elementLayoutDefault() const"/>
<function threadsafety="unspecified" name="elementLayoutFunction" fullname="DomUI::elementLayoutFunction" href="domui.html#elementLayoutFunction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="229" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomLayoutFunction *" signature="DomLayoutFunction * elementLayoutFunction() const"/>
<function threadsafety="unspecified" name="elementResources" fullname="DomUI::elementResources" href="domui.html#elementResources" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="264" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomResources *" signature="DomResources * elementResources() const"/>
<function threadsafety="unspecified" name="elementSlots" fullname="DomUI::elementSlots" href="domui.html#elementSlots" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="282" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomSlots *" signature="DomSlots * elementSlots() const"/>
<function threadsafety="unspecified" name="elementTabStops" fullname="DomUI::elementTabStops" href="domui.html#elementTabStops" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="246" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomTabStops *" signature="DomTabStops * elementTabStops() const"/>
<function threadsafety="unspecified" name="elementWidget" fullname="DomUI::elementWidget" href="domui.html#elementWidget" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="217" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomWidget *" signature="DomWidget * elementWidget() const"/>
<function threadsafety="unspecified" name="attributeDisplayname" fullname="DomUI::attributeDisplayname" href="domui.html#attributeDisplayname" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="182" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeDisplayname() const"/>
<function threadsafety="unspecified" name="attributeLanguage" fullname="DomUI::attributeLanguage" href="domui.html#attributeLanguage" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="177" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeLanguage() const"/>
<function threadsafety="unspecified" name="attributeVersion" fullname="DomUI::attributeVersion" href="domui.html#attributeVersion" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="172" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeVersion() const"/>
<function threadsafety="unspecified" name="elementAuthor" fullname="DomUI::elementAuthor" href="domui.html#elementAuthor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="197" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementAuthor() const"/>
<function threadsafety="unspecified" name="elementClass" fullname="DomUI::elementClass" href="domui.html#elementClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="212" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementClass() const"/>
<function threadsafety="unspecified" name="elementComment" fullname="DomUI::elementComment" href="domui.html#elementComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="202" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementComment() const"/>
<function threadsafety="unspecified" name="elementExportMacro" fullname="DomUI::elementExportMacro" href="domui.html#elementExportMacro" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="207" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementExportMacro() const"/>
<function threadsafety="unspecified" name="elementPixmapFunction" fullname="DomUI::elementPixmapFunction" href="domui.html#elementPixmapFunction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="235" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString elementPixmapFunction() const"/>
<function threadsafety="unspecified" name="text" fullname="DomUI::text" href="domui.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="167" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasAttributeDisplayname" fullname="DomUI::hasAttributeDisplayname" href="domui.html#hasAttributeDisplayname" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="181" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeDisplayname() const"/>
<function threadsafety="unspecified" name="hasAttributeLanguage" fullname="DomUI::hasAttributeLanguage" href="domui.html#hasAttributeLanguage" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="176" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeLanguage() const"/>
<function threadsafety="unspecified" name="hasAttributeStdSetDef" fullname="DomUI::hasAttributeStdSetDef" href="domui.html#hasAttributeStdSetDef" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="191" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeStdSetDef() const"/>
<function threadsafety="unspecified" name="hasAttributeStdsetdef" fullname="DomUI::hasAttributeStdsetdef" href="domui.html#hasAttributeStdsetdef" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="186" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeStdsetdef() const"/>
<function threadsafety="unspecified" name="hasAttributeVersion" fullname="DomUI::hasAttributeVersion" href="domui.html#hasAttributeVersion" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="171" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeVersion() const"/>
<function threadsafety="unspecified" name="hasElementAuthor" fullname="DomUI::hasElementAuthor" href="domui.html#hasElementAuthor" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="199" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementAuthor() const"/>
<function threadsafety="unspecified" name="hasElementButtonGroups" fullname="DomUI::hasElementButtonGroups" href="domui.html#hasElementButtonGroups" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="291" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementButtonGroups() const"/>
<function threadsafety="unspecified" name="hasElementClass" fullname="DomUI::hasElementClass" href="domui.html#hasElementClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="214" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementClass() const"/>
<function threadsafety="unspecified" name="hasElementComment" fullname="DomUI::hasElementComment" href="domui.html#hasElementComment" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="204" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementComment() const"/>
<function threadsafety="unspecified" name="hasElementConnections" fullname="DomUI::hasElementConnections" href="domui.html#hasElementConnections" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="273" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementConnections() const"/>
<function threadsafety="unspecified" name="hasElementCustomWidgets" fullname="DomUI::hasElementCustomWidgets" href="domui.html#hasElementCustomWidgets" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="243" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementCustomWidgets() const"/>
<function threadsafety="unspecified" name="hasElementDesignerdata" fullname="DomUI::hasElementDesignerdata" href="domui.html#hasElementDesignerdata" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="279" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementDesignerdata() const"/>
<function threadsafety="unspecified" name="hasElementExportMacro" fullname="DomUI::hasElementExportMacro" href="domui.html#hasElementExportMacro" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="209" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementExportMacro() const"/>
<function threadsafety="unspecified" name="hasElementImages" fullname="DomUI::hasElementImages" href="domui.html#hasElementImages" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="255" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementImages() const"/>
<function threadsafety="unspecified" name="hasElementIncludes" fullname="DomUI::hasElementIncludes" href="domui.html#hasElementIncludes" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="261" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementIncludes() const"/>
<function threadsafety="unspecified" name="hasElementLayoutDefault" fullname="DomUI::hasElementLayoutDefault" href="domui.html#hasElementLayoutDefault" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="226" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementLayoutDefault() const"/>
<function threadsafety="unspecified" name="hasElementLayoutFunction" fullname="DomUI::hasElementLayoutFunction" href="domui.html#hasElementLayoutFunction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="232" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementLayoutFunction() const"/>
<function threadsafety="unspecified" name="hasElementPixmapFunction" fullname="DomUI::hasElementPixmapFunction" href="domui.html#hasElementPixmapFunction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="237" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementPixmapFunction() const"/>
<function threadsafety="unspecified" name="hasElementResources" fullname="DomUI::hasElementResources" href="domui.html#hasElementResources" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="267" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementResources() const"/>
<function threadsafety="unspecified" name="hasElementSlots" fullname="DomUI::hasElementSlots" href="domui.html#hasElementSlots" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="285" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementSlots() const"/>
<function threadsafety="unspecified" name="hasElementTabStops" fullname="DomUI::hasElementTabStops" href="domui.html#hasElementTabStops" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="249" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementTabStops() const"/>
<function threadsafety="unspecified" name="hasElementWidget" fullname="DomUI::hasElementWidget" href="domui.html#hasElementWidget" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="220" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementWidget() const"/>
<function threadsafety="unspecified" name="attributeStdSetDef" fullname="DomUI::attributeStdSetDef" href="domui.html#attributeStdSetDef" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="192" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int attributeStdSetDef() const"/>
<function threadsafety="unspecified" name="attributeStdsetdef" fullname="DomUI::attributeStdsetdef" href="domui.html#attributeStdsetdef" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="187" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int attributeStdsetdef() const"/>
<function threadsafety="unspecified" name="write" fullname="DomUI::write" href="domui.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="166" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomUrl" href="domurl.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="2999">
<function threadsafety="unspecified" name="takeElementString" fullname="DomUrl::takeElementString" href="domurl.html#takeElementString" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3012" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="DomString *" signature="DomString * takeElementString()"/>
<function threadsafety="unspecified" name="DomUrl" fullname="DomUrl::DomUrl" href="domurl.html#DomUrl" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3001" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomUrl()"/>
<function threadsafety="unspecified" name="clear" fullname="DomUrl::clear" href="domurl.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3019" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearElementString" fullname="DomUrl::clearElementString" href="domurl.html#clearElementString" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3015" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearElementString()"/>
<function threadsafety="unspecified" name="read" fullname="DomUrl::read" href="domurl.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3004" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementString" fullname="DomUrl::setElementString" href="domurl.html#setElementString" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3013" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementString(DomString *a)">
<parameter left="DomString *" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomUrl::setText" href="domurl.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3007" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomUrl" fullname="DomUrl::~DomUrl" href="domurl.html#dtor.DomUrl" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3002" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomUrl()"/>
<function threadsafety="unspecified" name="elementString" fullname="DomUrl::elementString" href="domurl.html#elementString" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3011" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="DomString *" signature="DomString * elementString() const"/>
<function threadsafety="unspecified" name="text" fullname="DomUrl::text" href="domurl.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3006" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hasElementString" fullname="DomUrl::hasElementString" href="domurl.html#hasElementString" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3014" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasElementString() const"/>
<function threadsafety="unspecified" name="write" fullname="DomUrl::write" href="domurl.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3005" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomUrl::Child" href="domurl.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3025">
<value name="String" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomUrl" fullname="DomUrl::DomUrl" href="domurl.html#DomUrl-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3029" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomUrl(const DomUrl &amp;other)">
<parameter left="const DomUrl &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomUrl::operator=" href="domurl.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3030" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomUrl &amp;other)">
<parameter left="const DomUrl &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="DomWidget" href="domwidget.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1512">
<function threadsafety="unspecified" name="DomWidget" fullname="DomWidget::DomWidget" href="domwidget.html#DomWidget" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1514" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomWidget()"/>
<function threadsafety="unspecified" name="DomWidget" fullname="DomWidget::DomWidget" href="domwidget.html#DomWidget-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1628" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomWidget(const DomWidget &amp;other)">
<parameter left="const DomWidget &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="DomWidget::clear" href="domwidget.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1583" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="clearAttributeClass" fullname="DomWidget::clearAttributeClass" href="domwidget.html#clearAttributeClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1526" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeClass()"/>
<function threadsafety="unspecified" name="clearAttributeName" fullname="DomWidget::clearAttributeName" href="domwidget.html#clearAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1531" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeName()"/>
<function threadsafety="unspecified" name="clearAttributeNative" fullname="DomWidget::clearAttributeNative" href="domwidget.html#clearAttributeNative" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1536" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clearAttributeNative()"/>
<function threadsafety="unspecified" name="operator=" fullname="DomWidget::operator=" href="domwidget.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1629" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomWidget &amp;other)">
<parameter left="const DomWidget &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomWidget::read" href="domwidget.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1517" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeClass" fullname="DomWidget::setAttributeClass" href="domwidget.html#setAttributeClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1525" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeClass(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeName" fullname="DomWidget::setAttributeName" href="domwidget.html#setAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1530" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeName(const QString &amp;a)">
<parameter left="const QString &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setAttributeNative" fullname="DomWidget::setAttributeNative" href="domwidget.html#setAttributeNative" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1535" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setAttributeNative(bool a)">
<parameter left="bool" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementAction" fullname="DomWidget::setElementAction" href="domwidget.html#setElementAction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1570" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementAction(const QList&lt;DomAction *&gt; &amp;a)">
<parameter left="const QList&lt;DomAction *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementActionGroup" fullname="DomWidget::setElementActionGroup" href="domwidget.html#setElementActionGroup" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1573" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementActionGroup(const QList&lt;DomActionGroup *&gt; &amp;a)">
<parameter left="const QList&lt;DomActionGroup *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementAddAction" fullname="DomWidget::setElementAddAction" href="domwidget.html#setElementAddAction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1576" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementAddAction(const QList&lt;DomActionRef *&gt; &amp;a)">
<parameter left="const QList&lt;DomActionRef *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementAttribute" fullname="DomWidget::setElementAttribute" href="domwidget.html#setElementAttribute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1552" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementAttribute(const QList&lt;DomProperty *&gt; &amp;a)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementClass" fullname="DomWidget::setElementClass" href="domwidget.html#setElementClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1540" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementClass(const QStringList &amp;a)">
<parameter left="const QStringList &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementColumn" fullname="DomWidget::setElementColumn" href="domwidget.html#setElementColumn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1558" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementColumn(const QList&lt;DomColumn *&gt; &amp;a)">
<parameter left="const QList&lt;DomColumn *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementItem" fullname="DomWidget::setElementItem" href="domwidget.html#setElementItem" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1561" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementItem(const QList&lt;DomItem *&gt; &amp;a)">
<parameter left="const QList&lt;DomItem *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementLayout" fullname="DomWidget::setElementLayout" href="domwidget.html#setElementLayout" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1564" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementLayout(const QList&lt;DomLayout *&gt; &amp;a)">
<parameter left="const QList&lt;DomLayout *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementProperty" fullname="DomWidget::setElementProperty" href="domwidget.html#setElementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1543" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementProperty(const QList&lt;DomProperty *&gt; &amp;a)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementRow" fullname="DomWidget::setElementRow" href="domwidget.html#setElementRow" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1555" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementRow(const QList&lt;DomRow *&gt; &amp;a)">
<parameter left="const QList&lt;DomRow *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementScript" fullname="DomWidget::setElementScript" href="domwidget.html#setElementScript" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1546" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementScript(const QList&lt;DomScript *&gt; &amp;a)">
<parameter left="const QList&lt;DomScript *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementWidget" fullname="DomWidget::setElementWidget" href="domwidget.html#setElementWidget" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1567" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementWidget(const QList&lt;DomWidget *&gt; &amp;a)">
<parameter left="const QList&lt;DomWidget *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementWidgetData" fullname="DomWidget::setElementWidgetData" href="domwidget.html#setElementWidgetData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1549" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementWidgetData(const QList&lt;DomWidgetData *&gt; &amp;a)">
<parameter left="const QList&lt;DomWidgetData *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setElementZOrder" fullname="DomWidget::setElementZOrder" href="domwidget.html#setElementZOrder" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1579" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementZOrder(const QStringList &amp;a)">
<parameter left="const QStringList &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="~DomWidget" fullname="DomWidget::~DomWidget" href="domwidget.html#dtor.DomWidget" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1515" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomWidget()"/>
<enum threadsafety="unspecified" name="Child" fullname="DomWidget::Child" href="domwidget.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1611">
<value name="Class" value="1"/>
<value name="Property" value="2"/>
<value name="Script" value="4"/>
<value name="WidgetData" value="8"/>
<value name="Attribute" value="16"/>
<value name="Row" value="32"/>
<value name="Column" value="64"/>
<value name="Item" value="128"/>
<value name="Layout" value="256"/>
<value name="Widget" value="512"/>
<value name="Action" value="1024"/>
<value name="ActionGroup" value="2048"/>
<value name="AddAction" value="4096"/>
<value name="ZOrder" value="8192"/>
</enum>
<function threadsafety="unspecified" name="setText" fullname="DomWidget::setText" href="domwidget.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1520" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="elementAction" fullname="DomWidget::elementAction" href="domwidget.html#elementAction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1569" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomAction *&gt;" signature="QList&lt;DomAction *&gt; elementAction() const"/>
<function threadsafety="unspecified" name="elementActionGroup" fullname="DomWidget::elementActionGroup" href="domwidget.html#elementActionGroup" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1572" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomActionGroup *&gt;" signature="QList&lt;DomActionGroup *&gt; elementActionGroup() const"/>
<function threadsafety="unspecified" name="elementAddAction" fullname="DomWidget::elementAddAction" href="domwidget.html#elementAddAction" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1575" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomActionRef *&gt;" signature="QList&lt;DomActionRef *&gt; elementAddAction() const"/>
<function threadsafety="unspecified" name="elementColumn" fullname="DomWidget::elementColumn" href="domwidget.html#elementColumn" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1557" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomColumn *&gt;" signature="QList&lt;DomColumn *&gt; elementColumn() const"/>
<function threadsafety="unspecified" name="elementItem" fullname="DomWidget::elementItem" href="domwidget.html#elementItem" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1560" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomItem *&gt;" signature="QList&lt;DomItem *&gt; elementItem() const"/>
<function threadsafety="unspecified" name="elementLayout" fullname="DomWidget::elementLayout" href="domwidget.html#elementLayout" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1563" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomLayout *&gt;" signature="QList&lt;DomLayout *&gt; elementLayout() const"/>
<function threadsafety="unspecified" name="elementAttribute" fullname="DomWidget::elementAttribute" href="domwidget.html#elementAttribute" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1551" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; elementAttribute() const"/>
<function threadsafety="unspecified" name="elementProperty" fullname="DomWidget::elementProperty" href="domwidget.html#elementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1542" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; elementProperty() const"/>
<function threadsafety="unspecified" name="elementRow" fullname="DomWidget::elementRow" href="domwidget.html#elementRow" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1554" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomRow *&gt;" signature="QList&lt;DomRow *&gt; elementRow() const"/>
<function threadsafety="unspecified" name="elementScript" fullname="DomWidget::elementScript" href="domwidget.html#elementScript" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1545" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomScript *&gt;" signature="QList&lt;DomScript *&gt; elementScript() const"/>
<function threadsafety="unspecified" name="elementWidget" fullname="DomWidget::elementWidget" href="domwidget.html#elementWidget" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1566" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomWidget *&gt;" signature="QList&lt;DomWidget *&gt; elementWidget() const"/>
<function threadsafety="unspecified" name="elementWidgetData" fullname="DomWidget::elementWidgetData" href="domwidget.html#elementWidgetData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1548" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomWidgetData *&gt;" signature="QList&lt;DomWidgetData *&gt; elementWidgetData() const"/>
<function threadsafety="unspecified" name="attributeClass" fullname="DomWidget::attributeClass" href="domwidget.html#attributeClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1524" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeClass() const"/>
<function threadsafety="unspecified" name="attributeName" fullname="DomWidget::attributeName" href="domwidget.html#attributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1529" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString attributeName() const"/>
<function threadsafety="unspecified" name="text" fullname="DomWidget::text" href="domwidget.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1519" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="elementClass" fullname="DomWidget::elementClass" href="domwidget.html#elementClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1539" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList elementClass() const"/>
<function threadsafety="unspecified" name="elementZOrder" fullname="DomWidget::elementZOrder" href="domwidget.html#elementZOrder" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1578" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QStringList" signature="QStringList elementZOrder() const"/>
<function threadsafety="unspecified" name="attributeNative" fullname="DomWidget::attributeNative" href="domwidget.html#attributeNative" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1534" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool attributeNative() const"/>
<function threadsafety="unspecified" name="hasAttributeClass" fullname="DomWidget::hasAttributeClass" href="domwidget.html#hasAttributeClass" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1523" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeClass() const"/>
<function threadsafety="unspecified" name="hasAttributeName" fullname="DomWidget::hasAttributeName" href="domwidget.html#hasAttributeName" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1528" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeName() const"/>
<function threadsafety="unspecified" name="hasAttributeNative" fullname="DomWidget::hasAttributeNative" href="domwidget.html#hasAttributeNative" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1533" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool hasAttributeNative() const"/>
<function threadsafety="unspecified" name="write" fullname="DomWidget::write" href="domwidget.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="1518" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
</class>
<class threadsafety="unspecified" name="DomWidgetData" href="domwidgetdata.html" status="internal" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3441">
<function threadsafety="unspecified" name="DomWidgetData" fullname="DomWidgetData::DomWidgetData" href="domwidgetdata.html#DomWidgetData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3443" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomWidgetData()"/>
<function threadsafety="unspecified" name="clear" fullname="DomWidgetData::clear" href="domwidgetdata.html#clear" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3458" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void clear(bool clear_all)">
<parameter left="bool" right="" name="clear_all" default="true"/>
</function>
<function threadsafety="unspecified" name="read" fullname="DomWidgetData::read" href="domwidgetdata.html#read" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3446" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void read(QXmlStreamReader &amp;reader)">
<parameter left="QXmlStreamReader &amp;" right="" name="reader" default=""/>
</function>
<function threadsafety="unspecified" name="setElementProperty" fullname="DomWidgetData::setElementProperty" href="domwidgetdata.html#setElementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3454" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setElementProperty(const QList&lt;DomProperty *&gt; &amp;a)">
<parameter left="const QList&lt;DomProperty *&gt; &amp;" right="" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="DomWidgetData::setText" href="domwidgetdata.html#setText" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3449" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void setText(const QString &amp;s)">
<parameter left="const QString &amp;" right="" name="s" default=""/>
</function>
<function threadsafety="unspecified" name="~DomWidgetData" fullname="DomWidgetData::~DomWidgetData" href="domwidgetdata.html#dtor.DomWidgetData" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3444" virtual="non" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~DomWidgetData()"/>
<function threadsafety="unspecified" name="elementProperty" fullname="DomWidgetData::elementProperty" href="domwidgetdata.html#elementProperty" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3453" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;DomProperty *&gt;" signature="QList&lt;DomProperty *&gt; elementProperty() const"/>
<function threadsafety="unspecified" name="text" fullname="DomWidgetData::text" href="domwidgetdata.html#text" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3448" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="write" fullname="DomWidgetData::write" href="domwidgetdata.html#write" status="active" access="public" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3447" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void write(QXmlStreamWriter &amp;writer, const QString &amp;tagName) const">
<parameter left="QXmlStreamWriter &amp;" right="" name="writer" default=""/>
<parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
</function>
<enum threadsafety="unspecified" name="Child" fullname="DomWidgetData::Child" href="domwidgetdata.html#Child-enum" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3464">
<value name="Property" value="1"/>
</enum>
<function threadsafety="unspecified" name="DomWidgetData" fullname="DomWidgetData::DomWidgetData" href="domwidgetdata.html#DomWidgetData-1" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3468" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="DomWidgetData(const DomWidgetData &amp;other)">
<parameter left="const DomWidgetData &amp;" right="" name="other" default=""/>
</function>
<function threadsafety="unspecified" name="operator=" fullname="DomWidgetData::operator=" href="domwidgetdata.html#operator-eq" status="active" access="private" location="ui4_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/ui4_p.h" lineno="3469" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void operator=(const DomWidgetData &amp;other)">
<parameter left="const DomWidgetData &amp;" right="" name="other" default=""/>
</function>
</class>
<class threadsafety="unspecified" name="QDesignerCustomWidgetCollectionInterface" href="qdesignercustomwidgetcollectioninterface.html" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="73" module="QtDesigner" brief="Allows you to include several custom widgets in one single library">
<function threadsafety="unspecified" name="~QDesignerCustomWidgetCollectionInterface" fullname="QDesignerCustomWidgetCollectionInterface::~QDesignerCustomWidgetCollectionInterface" href="qdesignercustomwidgetcollectioninterface.html#dtor.QDesignerCustomWidgetCollectionInterface" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="76" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerCustomWidgetCollectionInterface()"/>
<function threadsafety="unspecified" name="customWidgets" fullname="QDesignerCustomWidgetCollectionInterface::customWidgets" href="qdesignercustomwidgetcollectioninterface.html#customWidgets" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="78" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QList&lt;QDesignerCustomWidgetInterface *&gt;" signature="QList&lt;QDesignerCustomWidgetInterface *&gt; customWidgets() const = 0"/>
</class>
<class threadsafety="unspecified" name="QDesignerCustomWidgetInterface" href="qdesignercustomwidgetinterface.html" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="41" module="QtDesigner" brief="Enables Qt Designer to access and construct custom widgets">
<function threadsafety="unspecified" name="createWidget" fullname="QDesignerCustomWidgetInterface::createWidget" href="qdesignercustomwidgetinterface.html#createWidget" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="55" virtual="pure" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QWidget *" signature="QWidget * createWidget(QWidget *parent) = 0">
<parameter left="QWidget *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="initialize" fullname="QDesignerCustomWidgetInterface::initialize" href="qdesignercustomwidgetinterface.html#initialize" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="58" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void initialize(QDesignerFormEditorInterface *formEditor)">
<parameter left="QDesignerFormEditorInterface *" right="" name="formEditor" default=""/>
</function>
<function threadsafety="unspecified" name="~QDesignerCustomWidgetInterface" fullname="QDesignerCustomWidgetInterface::~QDesignerCustomWidgetInterface" href="qdesignercustomwidgetinterface.html#dtor.QDesignerCustomWidgetInterface" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="44" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="~QDesignerCustomWidgetInterface()"/>
<function threadsafety="unspecified" name="icon" fullname="QDesignerCustomWidgetInterface::icon" href="qdesignercustomwidgetinterface.html#icon" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="51" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QIcon" signature="QIcon icon() const = 0"/>
<function threadsafety="unspecified" name="codeTemplate" fullname="QDesignerCustomWidgetInterface::codeTemplate" href="qdesignercustomwidgetinterface.html#codeTemplate" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="66" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString codeTemplate() const"/>
<function threadsafety="unspecified" name="domXml" fullname="QDesignerCustomWidgetInterface::domXml" href="qdesignercustomwidgetinterface.html#domXml" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="60" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString domXml() const"/>
<function threadsafety="unspecified" name="group" fullname="QDesignerCustomWidgetInterface::group" href="qdesignercustomwidgetinterface.html#group" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="47" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString group() const = 0"/>
<function threadsafety="unspecified" name="includeFile" fullname="QDesignerCustomWidgetInterface::includeFile" href="qdesignercustomwidgetinterface.html#includeFile" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="50" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString includeFile() const = 0"/>
<function threadsafety="unspecified" name="name" fullname="QDesignerCustomWidgetInterface::name" href="qdesignercustomwidgetinterface.html#name" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="46" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString name() const = 0"/>
<function threadsafety="unspecified" name="toolTip" fullname="QDesignerCustomWidgetInterface::toolTip" href="qdesignercustomwidgetinterface.html#toolTip" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="48" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString toolTip() const = 0"/>
<function threadsafety="unspecified" name="whatsThis" fullname="QDesignerCustomWidgetInterface::whatsThis" href="qdesignercustomwidgetinterface.html#whatsThis" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="49" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QString" signature="QString whatsThis() const = 0"/>
<function threadsafety="unspecified" name="isContainer" fullname="QDesignerCustomWidgetInterface::isContainer" href="qdesignercustomwidgetinterface.html#isContainer" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="53" virtual="pure" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isContainer() const = 0"/>
<function threadsafety="unspecified" name="isInitialized" fullname="QDesignerCustomWidgetInterface::isInitialized" href="qdesignercustomwidgetinterface.html#isInitialized" status="active" access="public" location="customwidget.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.h" lineno="57" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool isInitialized() const"/>
</class>
<function threadsafety="unspecified" name="QDESIGNER_WIDGET_EXPORT" href="qdesignercustomwidgetinterface.html#QDESIGNER_WIDGET_EXPORT" status="active" access="public" location="customwidget.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/uiplugin/customwidget.qdoc" lineno="219" since="4.1" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" delete="false" default="false" final="false" relates="QDesignerCustomWidgetInterface" type="" signature="QDESIGNER_WIDGET_EXPORT()"/>
<function threadsafety="unspecified" name="QDesignerPropertySheetFactory" status="internal" access="private" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="225" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="" signature="QDesignerPropertySheetFactory(QExtensionManager *parent)">
<parameter left="QExtensionManager *" right="" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="metaEnum" status="internal" access="private" location="properties_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/properties_p.h" lineno="153" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="QMetaEnum" signature="QMetaEnum metaEnum(const char *name, const QObjectType *)">
<parameter left="const char *" right="" name="name" default=""/>
<parameter left="const QObjectType *" right="" name="" default="0"/>
</function>
<function threadsafety="unspecified" name="Q_DECLARE_EXTENSION_INTERFACE" href="qextensionmanager.html#Q_DECLARE_EXTENSION_INTERFACE" status="active" access="public" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" delete="false" default="false" final="false" relates="QExtensionManager" type="" signature="Q_DECLARE_EXTENSION_INTERFACE( ExtensionName, Identifier)">
<parameter left="" right="" name="ExtensionName" default=""/>
<parameter left="" right="" name="Identifier" default=""/>
</function>
<function threadsafety="unspecified" name="qt_extension" href="qextensionmanager.html#qt_extension" status="active" access="public" location="extension.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/extension/extension.h" lineno="79" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" relates="QExtensionManager" type="T" signature="T qt_extension(QAbstractExtensionManager *manager, QObject *object)">
<parameter left="QAbstractExtensionManager *" right="" name="manager" default=""/>
<parameter left="QObject *" right="" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="operator!=" status="internal" access="private" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="65" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator!=(const AppearanceOptions &amp;ao1, const AppearanceOptions &amp;ao2)">
<parameter left="const AppearanceOptions &amp;" right="" name="ao1" default=""/>
<parameter left="const AppearanceOptions &amp;" right="" name="ao2" default=""/>
</function>
<function threadsafety="unspecified" name="operator!=" status="internal" access="private" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="53" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator!=(const ToolWindowFontSettings &amp;tw1, const ToolWindowFontSettings &amp;tw2)">
<parameter left="const ToolWindowFontSettings &amp;" right="" name="tw1" default=""/>
<parameter left="const ToolWindowFontSettings &amp;" right="" name="tw2" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" status="internal" access="private" location="qdesigner_appearanceoptions.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_appearanceoptions.h" lineno="60" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator==(const AppearanceOptions &amp;ao1, const AppearanceOptions &amp;ao2)">
<parameter left="const AppearanceOptions &amp;" right="" name="ao1" default=""/>
<parameter left="const AppearanceOptions &amp;" right="" name="ao2" default=""/>
</function>
<function threadsafety="unspecified" name="operator==" status="internal" access="private" location="qdesigner_toolwindow.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/qdesigner_toolwindow.h" lineno="48" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="bool" signature="bool operator==(const ToolWindowFontSettings &amp;tw1, const ToolWindowFontSettings &amp;tw2)">
<parameter left="const ToolWindowFontSettings &amp;" right="" name="tw1" default=""/>
<parameter left="const ToolWindowFontSettings &amp;" right="" name="tw2" default=""/>
</function>
<function threadsafety="unspecified" name="actionIndexAt" status="internal" access="private" location="actionprovider_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/actionprovider_p.h" lineno="67" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="int" signature="int actionIndexAt(const Widget *w, const QPoint &amp;pos, Qt::Orientation orientation)">
<parameter left="const Widget *" right="" name="w" default=""/>
<parameter left="const QPoint &amp;" right="" name="pos" default=""/>
<parameter left="Qt::Orientation" right="" name="orientation" default=""/>
</function>
<function threadsafety="unspecified" name="registerExtension" status="internal" access="private" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="240" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void registerExtension(QExtensionManager *mgr)">
<parameter left="QExtensionManager *" right="" name="mgr" default=""/>
</function>
<function threadsafety="unspecified" name="uiLibWarning" status="internal" access="private" location="formbuilderextra_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/uilib/formbuilderextra_p.h" lineno="194" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" type="void" signature="void uiLibWarning(const QString &amp;message)">
<parameter left="const QString &amp;" right="" name="message" default=""/>
</function>
<function threadsafety="unspecified" name="createPropertySheet" status="internal" access="private" location="qdesigner_propertysheet_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/lib/shared/qdesigner_propertysheet_p.h" lineno="231" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" type="QObject *" signature="QObject * createPropertySheet(QObject *qObject, QObject *parent) const">
<parameter left="QObject *" right="" name="qObject" default=""/>
<parameter left="QObject *" right="" name="parent" default=""/>
</function>
<group name="all-examples" href="all-examples.html" status="internal" seen="false" title="" members="examples-designer"/>
<group name="best-practices" href="best-practices.html" status="internal" seen="false" title="" members="qtdesigner-components.html"/>
<group name="examples-designer" href="examples-designer.html" status="active" location="designer-examples.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/designer-examples.qdoc" lineno="28" seen="true" title="Qt Designer Examples" module="QtDesigner" groups="all-examples" members="calculatorbuilder,calculatorform,containerextension,customwidgetplugin,taskmenuextension,worldtimeclockbuilder,worldtimeclockplugin" brief="Using Qt Designer to build your UI"/>
<group name="modules" href="modules.html" status="internal" seen="false" title="" members="QtDesigner"/>
<group name="qttools" href="qttools.html" status="internal" seen="false" title="" members="qtdesigner-manual.html"/>
<module name="QtDesigner" href="qtdesigner-module.html" status="active" location="qtdesigner-module.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qttools/src/designer/src/designer/doc/src/qtdesigner-module.qdoc" lineno="28" seen="true" title="Qt Designer C++ Classes" module="QtDesigner" groups="modules" members="QExtensionFactory,QAbstractExtensionFactory,QAbstractExtensionManager,QExtensionManager,QDesignerActionEditorInterface,QDesignerDialogGuiInterface,QDesignerDnDItemInterface,QDesignerFormEditorInterface,QDesignerFormEditorPluginInterface,QDesignerFormWindowInterface,QDesignerFormWindowCursorInterface,QDesignerFormWindowManagerInterface,QDesignerFormWindowToolInterface,QDesignerIntegrationInterface,QDesignerIntegration,QDesignerMetaEnumInterface,QDesignerMetaPropertyInterface,QDesignerMetaMethodInterface,QDesignerMetaObjectInterface,QDesignerIntrospectionInterface,QDesignerMetaDataBaseInterface,QDesignerMetaDataBaseItemInterface,QDesignerNewFormWidgetInterface,QDesignerObjectInspectorInterface,QDesignerOptionsPageInterface,QDesignerPromotionInterface,PromotedClass,QDesignerPropertyEditorInterface,QDesignerSettingsInterface,QDesignerWidgetBoxInterface,QDesignerWidgetDataBaseInterface,QDesignerWidgetDataBaseItemInterface,QDesignerWidgetFactoryInterface,QDesignerContainerExtension,QDesignerDynamicPropertySheetExtension,QDesignerExtraInfoExtension,QDesignerLayoutDecorationExtension,QDesignerMemberSheetExtension,QDesignerPropertySheetExtension,QDesignerTaskMenuExtension,QDesignerFormWindowManager,QAbstractFormBuilder,QFormBuilder,QDesignerCustomWidgetInterface,QDesignerCustomWidgetCollectionInterface" brief="Provides classes to create your own custom widget plugins for Qt Designer and classes to access Qt Designer components"/>
</namespace>
</INDEX>