| <?xml version="1.0"?> |
| <def format="2"> |
| <markup ext=".qml" reporterrors="false" aftercode="true"> |
| |
| <keywords> |
| <keyword name="if"/> |
| <keyword name="while"/> |
| <keyword name="typeof"/> |
| <keyword name="for"/> |
| </keywords> |
| |
| |
| <codeblocks> |
| |
| <block name="onClicked"/> |
| <block name="onFinished"/> |
| <block name="onTriggered"/> |
| <block name="onRetrieveTriggered"/> |
| <block name="onPressed"/> |
| <block name="onTouch"/> |
| <block name="onFocusedChanged"/> |
| <block name="onSubmittedNewStatusChanged"/> |
| <block name="onCreationCompleted"/> |
| <block name="onFileSelected"/> |
| |
| { |
| call(var) |
| } |
| <structure offset="3" start="{" end="}"/> |
| |
| |
| </codeblocks> |
| <codeblocks> |
| <block name="function"/> |
| |
| { |
| call(var) |
| } |
| <structure offset="2" start="{" end="}"/> |
| </codeblocks> |
| |
| |
| |
| <exported> |
| <exporter prefix="Q_PROPERTY"> |
| <suffix>READ</suffix> |
| |
| <prefix>READ</prefix> |
| <prefix>WRITE</prefix> |
| <prefix>NOTIFY</prefix> |
| </exporter> |
| </exported> |
| |
| <imported> |
| <importer>connect</importer> |
| </imported> |
| </markup> |
| |
| <reflection> |
| <call arg="2">invokeMethod</call> |
| </reflection> |
| <define name="SIGNAL(X)" value="X"/> |
| <define name="SLOT(X)" value="X"/> |
| |
| <function name="qAbs"> |
| <pure/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="qBound"> |
| <pure/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="qDeleteAll"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="qFloatDistance"> |
| <pure/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="qFormatLogMessage"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="qFuzzyCompare"> |
| <pure/> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="qFuzzyIsNull"> |
| <pure/> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="qgetenv"> |
| <noreturn>false</noreturn> |
| <returnValue type="QByteArray"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="qInf"> |
| <noreturn>false</noreturn> |
| <returnValue type="double"/> |
| <use-retval/> |
| </function> |
| |
| |
| <function name="qIsFinite"> |
| <pure/> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="qIsInf"> |
| <pure/> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="qIsNaN"> |
| <pure/> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="qMax"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="qMin"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="qPrintable"> |
| <noreturn>false</noreturn> |
| <returnValue type="const char *"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="qputenv"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="qQNaN"> |
| <noreturn>false</noreturn> |
| <returnValue type="double"/> |
| <use-retval/> |
| </function> |
| |
| |
| <function name="qRound"> |
| <pure/> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="qRound64"> |
| <pure/> |
| <noreturn>false</noreturn> |
| <returnValue type="qint64"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="qSNaN"> |
| <noreturn>false</noreturn> |
| <returnValue type="double"/> |
| <use-retval/> |
| </function> |
| |
| |
| |
| <function name="qSort"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <warn severity="style" alternatives="std::sort" reason="Obsolete"/> |
| <arg nr="1"/> |
| <arg nr="2" default=""/> |
| <arg nr="3" default=""/> |
| </function> |
| |
| |
| |
| <function name="qStableSort"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <warn severity="style" alternatives="std::stable_sort" reason="Obsolete"/> |
| <arg nr="1"/> |
| <arg nr="2" default=""/> |
| <arg nr="3" default=""/> |
| </function> |
| |
| <function name="qSwap"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <warn severity="style" alternatives="std::swap" reason="Obsolete"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="qtTrId"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="qunsetenv"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="qUtf8Printable"> |
| <noreturn>false</noreturn> |
| <returnValue type="const char *"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="qUtf16Printable"> |
| <noreturn>false</noreturn> |
| <returnValue type="const wchar_t *"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="qVersion"> |
| <noreturn>false</noreturn> |
| <returnValue type="const char *"/> |
| <use-retval/> |
| </function> |
| |
| |
| |
| |
| |
| |
| <function name="QObject::connect"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" default="0"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" default="0"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| <function name="disconnect,QObject::disconnect"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" default="0"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" default="0"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" default="0"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <function name="QMenu::addAction"> |
| <noreturn>false</noreturn> |
| <returnValue type="QAction *"/> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="any"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="tr,QObject::tr"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" default="0" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" default="-1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QSettings::allKeys"> |
| <noreturn>false</noreturn> |
| <returnValue type="QStringList"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSettings::applicationName"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSettings::beginGroup"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QSettings::beginReadArray"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QSettings::beginWriteArray"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in" default="-1"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QSettings::childGroups,QSettings::childKeys"> |
| <noreturn>false</noreturn> |
| <returnValue type="QStringList"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSettings::clear"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="QSettings::contains"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QSettings::defaultFormat"> |
| <noreturn>false</noreturn> |
| <returnValue type="QSettings::Format"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| <function name="QSettings::endArray,QSettings::endGroup"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="QSettings::event"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <arg nr="1"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QSettings::fallbacksEnabled"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSettings::fileName"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSettings::format"> |
| <noreturn>false</noreturn> |
| <returnValue type="QSettings::Format"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSettings::group"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSettings::iniCodec"> |
| <noreturn>false</noreturn> |
| <returnValue type="QTextCodec *"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| <function name="QSettings::isAtomicSyncRequired,QSettings::isWritable"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSettings::organizationName"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSettings::registerFormat"> |
| <noreturn>false</noreturn> |
| <returnValue type="QSettings::Format"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"/> |
| <arg nr="3"/> |
| <arg nr="4" direction="in" default="Qt::CaseSensitive"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QSettings::remove"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QSettings::scope"> |
| <noreturn>false</noreturn> |
| <returnValue type="QSettings::Scope"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSettings::setArrayIndex"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QSettings::setAtomicSyncRequired"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QSettings::setDefaultFormat"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QSettings::setFallbacksEnabled"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QSettings::setIniCodec"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QSettings::setPath"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QSettings::setValue"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <strz/> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QSettings::status"> |
| <noreturn>false</noreturn> |
| <returnValue type="QSettings::Status"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSettings::sync"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="QSettings::value"> |
| <noreturn>false</noreturn> |
| <returnValue type="QVariant"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <strz/> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" default="QVariant()" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| <function name="QString::isEmpty,QString::isLower,QString::isNull,QString::isRightToLeft,QString::isUpper,QString::isValidUtf16"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| <function name="QString::sprintf"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString &"/> |
| <leak-ignore/> |
| <formatstr/> |
| <arg nr="1" direction="in"> |
| <formatstr/> |
| <not-uninit/> |
| </arg> |
| <warn severity="style" alternatives="QString::asprintf,QString::arg,QTextStream" reason="Obsolete"/> |
| </function> |
| |
| |
| |
| <function name="QList::append,QStringList::append"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| <function name="QString::append"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString &"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="0" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| <function name="QStandardItem::appendRow,QStandardItem::appendRows,QStandardItemModel::appendRow"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <function name="QString::arg"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="any"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::asprintf"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <formatstr/> |
| <arg nr="1" direction="in"> |
| <formatstr/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::at"> |
| <noreturn>false</noreturn> |
| <returnValue type="const QChar"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="QList::at"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="QStringList::at"> |
| <noreturn>false</noreturn> |
| <returnValue type="const QString &"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="QString::capacity"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QStandardItem::child"> |
| <noreturn>false</noreturn> |
| <returnValue type="QStandardItem *"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="0" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::chop"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QString::chopped"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| <function name="QString::compare"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <const/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="0" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" default="0" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QList::contains,QList::startsWith,QList::endsWith"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="bool"/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QSignalSpy::count,QSignalSpy::size"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="qsize"/> |
| <const/> |
| <arg nr="1" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QIcon::fromTheme"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="QIcon"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| |
| <function name="QMap::constFind"> |
| <noreturn>false</noreturn> |
| <returnValue type="QMap::const_iterator"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QMap::contains"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="bool"/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QMap::erase"> |
| <noreturn>false</noreturn> |
| <returnValue type="QMap::iterator"/> |
| <arg nr="1"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QMap::find"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| <function name="QMap::insert,QMap::insertMulti"> |
| <noreturn>false</noreturn> |
| <returnValue type="QMap::iterator"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QMap::key"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QMap::remove"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QMap::size"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| <function name="QMap::take"> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QMap::value"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QMap::values"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QString::contains,QString::startsWith,QString::endsWith"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="bool"/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="Qt::CaseSensitive" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QStringList::contains,QStringList::startsWith,QStringList::endsWith"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="bool"/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QList::insert,QStringList::insert"> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QStandardItemModel::item"> |
| <noreturn>false</noreturn> |
| <returnValue type="QStandardItem *"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="0" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QStandardItemModel::itemFromIndex"> |
| <noreturn>false</noreturn> |
| <returnValue type="QStandardItem *"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::fill"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString &"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default="-1"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QString::fromAscii"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="QString"/> |
| <leak-ignore/> |
| <const/> |
| <warn severity="style" alternatives="QString::fromLatin1" reason="Obsolete"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="-1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QString::fromLatin1"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="QString"/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="-1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QString::fromLocal8Bit"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="QString"/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="-1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::fromNSString"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::fromRawData"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::fromStdString"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="QString"/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| |
| |
| <function name="QString::fromStdU16String,QString::fromStdU32String,QString::fromStdWString"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QString::fromUtf8"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="QString"/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="-1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QString::fromUtf16"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="QString"/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="-1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::fromWCharArray"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="-1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::toAscii"> |
| <noreturn>false</noreturn> |
| <returnValue type="QByteArray"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <warn severity="style" alternatives="QString::toLatin1" reason="Obsolete"/> |
| </function> |
| |
| |
| <function name="QString::toLatin1,QString::toLocal8Bit"> |
| <noreturn>false</noreturn> |
| <returnValue type="QByteArray"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| |
| <function name="QList::indexOf,QStringList::indexOf"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="signed int"/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| <function name="QString::find"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <warn severity="style" alternatives="QString::indexOf" reason="Obsolete"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default="0"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| |
| <function name="QString::indexOf"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="signed int"/> |
| <const/> |
| <arg nr="1" direction="in"/> |
| <arg nr="any"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| <function name="QString::insert"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString &"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" default="0" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QList::lastIndexOf,QStringList::lastIndexOf"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="int"/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="-1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::lastIndexOf"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="signed int"/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="-1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" default="Qt::CaseSensitive" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::left"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::length"> |
| <noreturn>false</noreturn> |
| <returnValue type="qsizetype"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| |
| |
| <function name="QImage::width,QImage::height,QImage::dotsPerMeterX,QImage::dotsPerMeterY"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QImage::size"> |
| <noreturn>false</noreturn> |
| <returnValue type="QSize"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QString::leftJustified"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default="QLatin1Char(' ')"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in" default="false"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::leftRef"> |
| <noreturn>false</noreturn> |
| <returnValue type="QStringRef"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QString::localeAwareCompare"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QList::mid"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="-1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::mid"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="-1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QStringList::mid"> |
| <noreturn>false</noreturn> |
| <returnValue type="QStringList"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="-1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::midRef"> |
| <noreturn>false</noreturn> |
| <returnValue type="QStringRef"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" default="-1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QString::normalized"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default="QChar::Unicode_Unassigned"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| <function name="QString::number"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"/> |
| <arg nr="any" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QList::prepend,QStringList::prepend"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| <function name="QString::prepend"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString &"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QList::push_back,QStringList::push_back"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QString::push_back"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QList::push_front,QStringList::push_front"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QString::push_front"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="qInstallMessageHandler"> |
| <noreturn>false</noreturn> |
| <returnValue type="QtMessageHandler"/> |
| <arg nr="1"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="qInstallMsgHandler"> |
| <noreturn>false</noreturn> |
| <returnValue type="QtMsgHandler"/> |
| <arg nr="1"> |
| <not-bool/> |
| </arg> |
| <warn severity="style" alternatives="qInstallMessageHandler" reason="Obsolete"/> |
| </function> |
| |
| <function name="qrand"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="int"/> |
| <warn severity="style" alternatives="QRandomGenerator" reason="Obsolete"/> |
| </function> |
| |
| <function name="qsrand"> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"/> |
| <warn severity="style" alternatives="QRandomGenerator" reason="Obsolete"/> |
| </function> |
| |
| |
| |
| |
| <function name="QString::remove"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString &"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="0" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QList::removeAll,QStringList::removeAll"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QList::removeAt,QStringList::removeAt"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="QStandardItem::removeRow"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QStandardItem::removeRows"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QAbstractItemModel::removeRow,QStandardItemModel::removeRow"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" default="0" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QStandardItemModel::removeRows"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" default="0" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QString::repeated"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <function name="QString::replace"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString &"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" default="0" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="4" default="0" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="5" default="0" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::reserve"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QString::resize"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::right"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="QString::rightJustified"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default="QLatin1Char(' ')"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in" default="false"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::rightRef"> |
| <noreturn>false</noreturn> |
| <returnValue type="QStringRef"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| <function name="QString::section"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" default="-1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="4" default="SectionDefault" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <function name="QString::setNum"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString &"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="0" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" default="6" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QString::setRawData,QString::setUnicode,QString::setUtf16"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString &"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QString::shrink_to_fit,QString::squeeze"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="QString::simplified"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| |
| |
| <function name="QString::split"> |
| <noreturn>false</noreturn> |
| <returnValue type="QStringList"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="QString::KeepEmptyParts" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" default="Qt::CaseSensitive" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QList::swap,QStringList::swap"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::swap"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1"/> |
| </function> |
| |
| <function name="QString::toCFString"> |
| <noreturn>false</noreturn> |
| <returnValue type="CFStringRef"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QString::toCaseFolded"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QString::toDouble"> |
| <noreturn>false</noreturn> |
| <returnValue type="double"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" default="0" direction="out"> |
| </arg> |
| </function> |
| |
| <function name="QString::toFloat"> |
| <noreturn>false</noreturn> |
| <returnValue type="float"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" default="0" direction="out"> |
| </arg> |
| </function> |
| |
| <function name="QString::toHtmlEscaped"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QString::toInt"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" default="0" direction="out"> |
| </arg> |
| <arg nr="2" default="10" direction="in"> |
| <not-uninit/> |
| <valid>0,2:36</valid> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QString::toLong"> |
| <noreturn>false</noreturn> |
| <returnValue type="long"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" default="0" direction="out"> |
| </arg> |
| <arg nr="2" default="10" direction="in"> |
| <not-uninit/> |
| <valid>0,2:36</valid> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QString::toLongLong"> |
| <noreturn>false</noreturn> |
| <returnValue type="qlonglong"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" default="0" direction="out"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="10" direction="in"> |
| <not-uninit/> |
| <valid>0,2:36</valid> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QString::toLower"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QString::toShort"> |
| <noreturn>false</noreturn> |
| <returnValue type="short"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" default="0" direction="out"> |
| </arg> |
| <arg nr="2" default="10" direction="in"> |
| <not-uninit/> |
| <valid>0,2:36</valid> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QString::toStdString"> |
| <noreturn>false</noreturn> |
| <returnValue type="std::string"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QString::toStdU16String"> |
| <noreturn>false</noreturn> |
| <returnValue type="std::u16string"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QString::toStdU32String"> |
| <noreturn>false</noreturn> |
| <returnValue type="std::u32string"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QString::toStdWString"> |
| <noreturn>false</noreturn> |
| <returnValue type="std::wstring"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QString::toUInt"> |
| <noreturn>false</noreturn> |
| <returnValue type="uint"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" default="0" direction="out"> |
| </arg> |
| <arg nr="2" default="10" direction="in"> |
| <not-uninit/> |
| <valid>0,2:36</valid> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QString::toULong"> |
| <noreturn>false</noreturn> |
| <returnValue type="ulong"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" default="0" direction="out"> |
| </arg> |
| <arg nr="2" default="10" direction="in"> |
| <not-uninit/> |
| <valid>0,2:36</valid> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QString::toULongLong"> |
| <noreturn>false</noreturn> |
| <returnValue type="qulonglong"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" default="0" direction="out"> |
| </arg> |
| <arg nr="2" default="10" direction="in"> |
| <not-uninit/> |
| <valid>0,2:36</valid> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QString::toUShort"> |
| <noreturn>false</noreturn> |
| <returnValue type="ushort"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" default="0" direction="out"> |
| </arg> |
| <arg nr="2" default="10" direction="in"> |
| <not-uninit/> |
| <valid>0,2:36</valid> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QString::toUcs4"> |
| <noreturn>false</noreturn> |
| |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QString::toUpper"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QString::toUtf8"> |
| <noreturn>false</noreturn> |
| <returnValue type="QByteArray"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QString::toWCharArray"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <const/> |
| <arg nr="1" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QString::trimmed"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QString::truncate"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::unicode"> |
| <noreturn>false</noreturn> |
| <returnValue type="const QChar *"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QString::utf16"> |
| <noreturn>false</noreturn> |
| <returnValue type="const ushort *"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QString::vasprintf"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QString::vsprintf"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString &"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| </arg> |
| <warn severity="style" alternatives="QString::vasprintf,QString::arg,QTextStream" reason="Obsolete"/> |
| </function> |
| |
| |
| |
| <function name="QStringList::join"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="QString"/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QMetaObject::connectSlotsByName"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QDir::fromNativeSeparators,QDir::toNativeSeparators"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QDir::absoluteFilePath,QDir::canonicalPath,QDir::dirName"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDir::cd"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval type="error-code"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDir::cdUp"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval type="error-code"/> |
| </function> |
| |
| |
| <function name="QDir"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" default="""" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDir::count"> |
| <noreturn>false</noreturn> |
| <returnValue type="uint"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| <function name="QFile::exists"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" default="""" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QFile::open"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <leak-ignore/> |
| <arg nr="any"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QFile::remove"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <leak-ignore/> |
| <arg nr="1" default="0" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QFile::rename"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" default="0" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QFile::setFileName"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QFile::size,QIODevice::size"> |
| <noreturn>false</noreturn> |
| <returnValue type="qint64"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| |
| <function name="QLockFile::lock,QLockFile::removeStaleLockFile"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval type="error-code"/> |
| </function> |
| |
| <function name="QLockFile::isLocked"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QLockFile::staleLockTime"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QLockFile::tryLock"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <arg nr="1" default="0" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QFileDialog::getOpenFileName,QFileDialog::getSaveFileName,QFileDialog::getExistingDirectory"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <arg nr="any"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QFileDialog::getOpenFileNames"> |
| <noreturn>false</noreturn> |
| <returnValue type="QStringList"/> |
| <use-retval/> |
| <arg nr="any"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="qFatal"> |
| <noreturn>true</noreturn> |
| <leak-ignore/> |
| <formatstr/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <formatstr/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="QCoreApplication::translate,QApplication::translate"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" default="NULL" direction="in"> |
| <not-bool/> |
| </arg> |
| <arg nr="4" default="-1" direction="in"> |
| </arg> |
| </function> |
| |
| |
| <function name="QTimer::interval"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QTimer::intervalAsDuration"> |
| <noreturn>false</noreturn> |
| <returnValue type="std::chrono::milliseconds"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QTimer::isActive"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QTimer::isSingleShot"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QTimer::remainingTime"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QTimer::remainingTimeAsDuration"> |
| <noreturn>false</noreturn> |
| <returnValue type="std::chrono::milliseconds"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| <function name="QTimer::setInterval"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QTimer::setSingleShot"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QTimer::start"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <function name="QTimer::singleShot"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| </arg> |
| <arg nr="any"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QBoxLayout::addWidget,QVBoxLayout::addWidget,QHBoxLayout::addWidget"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default="0" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" default="Qt::Alignment()" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QGridLayout::addWidget"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="any" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QDate::addDays,QDate::addMonths,QDate::addYears"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDate"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDate::currentDate"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDate"/> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| |
| |
| |
| |
| <function name="QDate::day,QDate::dayOfWeek,QDate::dayOfYear,QDate::daysInMonth,QDate::daysInYear"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| <function name="QDate::daysTo"> |
| <noreturn>false</noreturn> |
| <returnValue type="qint64"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDate::fromJulianDay"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDate"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QDate::fromString"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDate"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default="Qt::TextDate"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDate::getDate"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="out"/> |
| <arg nr="2" direction="out"/> |
| <arg nr="3" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDate::isLeapYear"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QDate::isNull"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| <function name="QDate::isValid"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <arg nr="1" direction="in" default=""/> |
| <arg nr="2" direction="in" default=""/> |
| <arg nr="3" direction="in" default=""/> |
| <const/> |
| </function> |
| |
| <function name="QDate::month"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDate::setDate"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>:-1,1:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <valid>1:12</valid> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>1:31</valid> |
| </arg> |
| </function> |
| |
| <function name="QDate::toJulianDay"> |
| <noreturn>false</noreturn> |
| <returnValue type="qint64"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| |
| <function name="QDate::toString"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in" default="Qt::TextDate"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDate::weekNumber"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <const/> |
| <arg nr="1" direction="out" default="nullptr"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QModelIndex::row,QModelIndex::column"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDate::year"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QPainter::begin"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QPainter::device"> |
| <noreturn>false</noreturn> |
| <returnValue type="QPaintDevice *"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QPainter::deviceTransform"> |
| <noreturn>false</noreturn> |
| <returnValue type="const QTransform &"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| |
| <function name="QRectF::bottom,QRectF::height,QRectF::left,QRectF::right,QRectF::top,QRectF::width,QRectF::x,QRectF::y"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="qreal"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QRectF::size"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="QSizeF"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| |
| |
| <function name="QRectF::isEmpty,QRectF::isNull,QRectF::isValid,QModelIndex::isValid"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| |
| |
| |
| <function name="QRectF::topLeft,QRectF::topRight,QRectF::bottomLeft,QRectF::bottomRight,QRectF::center"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="QPointF"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| |
| <function name="QPointF::x,QPointF::y,QPointF::manhattanLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="qreal"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| <function name="QPointF::rx,QPointF::ry"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="qreal &"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <function name="QRect::bottom,QRect::height,QRect::left,QRect::right,QRect::top,QRect::width,QRect::x,QRect::y,QSize::width,QSize::height"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QRect::size"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="QSize"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| |
| |
| |
| |
| <function name="QRect::isEmpty,QRect::isNull,QRect::isValid,QSize::isValid,QSize::isEmpty,QSize::isNull"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| |
| |
| |
| <function name="QRect::topLeft,QRect::topRight,QRect::bottomLeft,QRect::bottomRight,QRect::center"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="QPoint"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| |
| <function name="QPoint::x,QPoint::y,QPoint::manhattanLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| <function name="QPoint::isNull,QPointF::isNull"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| |
| <function name="QRect::setHeight,QRect::setWidth,QSize::setHeight,QSize::setWidth,QPoint::setX,QPoint::setY,QPointF::setX,QPointF::setY"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| <function name="QPainter::drawEllipse"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="any" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <function name="QPainter::drawImage"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="any" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| <function name="QPainter::drawLine"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="any" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QPainter::drawPath"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <function name="QPainter::drawPixmap"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="any" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QPainter::drawPoint"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QPainter::drawRect"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="any" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| <function name="QPainter::drawText"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="any" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <function name="QPainter::fillRect"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="any" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QPainter::setBrush"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QPainter::setCompositionMode"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QPainter::setFont"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QPainter::setOpacity"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QPainter::setPen"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QPainter::setRenderHint"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default="true"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QPainter::translate"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QPainter::viewTransformEnabled"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QPainter::viewport"> |
| <noreturn>false</noreturn> |
| <returnValue type="QRect"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QPainter::window"> |
| <noreturn>false</noreturn> |
| <returnValue type="QRect"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QPainter::worldMatrixEnabled"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QPainter::worldTransform"> |
| <noreturn>false</noreturn> |
| <returnValue type="const QTransform &"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QTest::addColumn"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="QTest::newRow"> |
| <noreturn>false</noreturn> |
| <returnValue type="QTestData &"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="QHash::clear"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="QHash::contains"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QHash::count"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QHash::empty"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| <function name="QHash::find"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QHash::insert"> |
| <noreturn>false</noreturn> |
| <returnValue type="QHash::iterator"/> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QHash::isEmpty"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QHash::remove"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QHash::size"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QHash::squeeze"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| </function> |
| |
| |
| <function name="QHash::value"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <const/> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QHash::values"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <const/> |
| <arg nr="1" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QXmlStreamWriter::autoFormatting"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| <function name="QXmlStreamWriter::autoFormattingIndent"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| <function name="QXmlStreamWriter::codec"> |
| <noreturn>false</noreturn> |
| <returnValue type="QTextCodec *"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| <function name="QXmlStreamWriter::device"> |
| <noreturn>false</noreturn> |
| <returnValue type="QIODevice *"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| <function name="QXmlStreamWriter::hasError"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| <function name="QXmlStreamWriter::setAutoFormatting"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QXmlStreamWriter::setAutoFormattingIndent"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QXmlStreamWriter::writeAttribute"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in" default=""> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QXmlStreamWriter::writeAttributes"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QXmlStreamWriter::writeCharacters"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QXmlStreamWriter::writeComment"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QXmlStreamWriter::writeEmptyElement"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QXmlStreamWriter::writeEndDocument"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="QXmlStreamWriter::writeEndElement"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| </function> |
| |
| |
| |
| <function name="QXmlStreamWriter::writeStartDocument"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in" default=""> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QXmlStreamWriter::writeStartElement"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QXmlStreamWriter::writeTextElement"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in" default=""> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QXmlStreamAttributes::append"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QXmlStreamAttributes::hasAttribute"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| <function name="QXmlStreamAttributes::value"> |
| <noreturn>false</noreturn> |
| <returnValue type="QStringRef"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QRegExp::cap"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in" default="0"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="QRegExp::captureCount"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| <function name="QRegExp::capturedTexts"> |
| <noreturn>false</noreturn> |
| <returnValue type="QStringList"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| <function name="QRegExp::caseSensitivity"> |
| <noreturn>false</noreturn> |
| <returnValue type="Qt::CaseSensitivity"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| <function name="QRegExp::errorString"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| <function name="QRegExp::escape"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <pure/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QRegExp::exactMatch"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QRegExp::indexIn"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in" default="0"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in" default="CaretAtZero"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QRegExp::isEmpty,QRegExp::isMinimal,QRegExp::isValid"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| <function name="QRegExp::lastIndexIn"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in" default="-1"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in" default="CaretAtZero"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QRegExp::matchedLength"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| <function name="QRegExp::pattern"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| <function name="QRegExp::patternSyntax"> |
| <noreturn>false</noreturn> |
| <returnValue type="QRegExp::PatternSyntax"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| <function name="QRegExp::pos"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in" default="0"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| <function name="QRegExp::setCaseSensitivity,QRegExp::setMinimal,QRegExp::setPattern,QRegExp::setPatternSyntax"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QRegExp::swap"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1"/> |
| </function> |
| |
| |
| <function name="QAction::property"> |
| <noreturn>false</noreturn> |
| <returnValue type="QVariant"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QAction::setCheckable"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QAction::setChecked"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QAction::setData"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QAction::setDisabled"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QAction::setEnabled"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QAction::setIcon"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QAction::setProperty"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QAction::setShortcut"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QAction::setStatusTip"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QAction::setText"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QAction::setToolTip"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QAction::setVisible"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QAction::setWhatsThis"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QAction::text"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| <function name="QLabel::setAlignment"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QLabel::setBuddy"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QLabel::setEnabled"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QLabel::setFont"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QLabel::setGeometry"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in" default=""> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in" default=""> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QLabel::setPixmap"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QLabel::setText"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QLabel::setToolTip"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QLabel::setVisible"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QLabel::setWordWrap"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QLabel::text"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| <function name="QDomElement::appendChild"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDomNode"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QDomElement::attribute"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in" default="QString()"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDomElement::attributes"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDomNamedNodeMap"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDomElement::attributeNode"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDomAttr"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QDomElement::elementsByTagName"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDomNodeList"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QDomElement::firstChildElement"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDomElement"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in" default="QString()"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QDomElement::hasAttribute"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDomElement::namedItem"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDomNode"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDomElement::nextSiblingElement"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDomElement"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in" default="QString()"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| <function name="QDomElement::setAttribute"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QDomElement::setAttributeNode"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDomAttr"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDomElement::setTagName"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QDomElement::tagName"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDomElement::text"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| |
| |
| |
| <function name="QVector::append,QStack::append"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QVector::at,QStack::at"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="QVector::contains,QStack::contains"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QVector::count,QStack::count"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QVector::endsWith,QStack::endsWith"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QVector::fill,QStack::fill"> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default="-1"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QVector::indexOf,QStack::indexOf"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QVector::insert,QStack::insert"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QVector::lastIndexOf,QStack::lastIndexOf"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default="-1"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QVector::push_back,QStack::push_back"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QVector::remove,QStack::remove"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QVector::removeAll,QStack::removeAll"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QVector::removeAt,QStack::removeAt"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QVector::replace,QStack::replace"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QVector::reserve,QStack::reserve"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QVector::resize,QStack::resize"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QVector::size,QStack::size"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QVector::squeeze,QStack::squeeze"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="QVector::startsWith,QStack::startsWith"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QVector::swap,QStack::swap"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1"/> |
| </function> |
| |
| |
| <function name="QVector::value,QStack::value"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QStack::pop"> |
| <noreturn>false</noreturn> |
| </function> |
| |
| <function name="QStack::push"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QStack::top"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| </function> |
| |
| |
| <function name="QByteArray::at"> |
| <noreturn>false</noreturn> |
| <returnValue type="char"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QLinkedList::append"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QLinkedList::count"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QLinkedList::endsWith"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QLinkedList::erase"> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" default=""> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QLinkedList::size"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QLinkedList::startsWith"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in" indirect="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| <function name="QDateTime::addDays,QDateTime::addMSecs,QDateTime::addMonths,QDateTime::addSecs,QDateTime::addYears"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDateTime"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QDateTime::currentDateTime,QDateTime::currentDateTimeUtc"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDateTime"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| <function name="QDateTime::currentMSecsSinceEpoch,QDateTime::currentSecsSinceEpoch"> |
| <noreturn>false</noreturn> |
| <returnValue type="qint64"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDateTime::date"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDate"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDateTime::daysTo"> |
| <noreturn>false</noreturn> |
| <returnValue type="qint64"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDateTime::fromCFDate"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDateTime"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QDateTime::fromMSecsSinceEpoch"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDateTime"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in" default="0"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDateTime::fromNSDate"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDateTime"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QDateTime::fromSecsSinceEpoch"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDateTime"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in" default="0"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QDateTime::fromString"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDateTime"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in" default=""> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="QDateTime::isDaylightTime,QDateTime::isNull,QDateTime::isValid"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDateTime::msecsTo"> |
| <noreturn>false</noreturn> |
| <returnValue type="qint64"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDateTime::offsetFromUtc"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDateTime::secsTo"> |
| <noreturn>false</noreturn> |
| <returnValue type="qint64"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| <function name="QDateTime::setDate,QDateTime::setMSecsSinceEpoch,QDateTime::setOffsetFromUtc,QDateTime::setSecsSinceEpoch,QDateTime::setTime,QDateTime::setTimeSpec,QDateTime::setTimeZone"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDateTime::swap"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1"/> |
| </function> |
| |
| <function name="QDateTime::time"> |
| <noreturn>false</noreturn> |
| <returnValue type="QTime"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDateTime::timeSpec"> |
| <noreturn>false</noreturn> |
| <returnValue type="Qt::TimeSpec"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDateTime::timeZone"> |
| <noreturn>false</noreturn> |
| <returnValue type="QTimeZone"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDateTime::timeZoneAbbreviation"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDateTime::toCFDate"> |
| <noreturn>false</noreturn> |
| <returnValue type="CFDateRef"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDateTime::toLocalTime"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDateTime"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDateTime::toMSecsSinceEpoch"> |
| <noreturn>false</noreturn> |
| <returnValue type="qint64"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDateTime::toNSDate"> |
| <noreturn>false</noreturn> |
| <returnValue type="NSDate *"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDateTime::toOffsetFromUtc"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDateTime"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDateTime::toSecsSinceEpoch"> |
| <noreturn>false</noreturn> |
| <returnValue type="qint64"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QDateTime::toString"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in" default="Qt::TextDate"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QDateTime::toTimeSpec,QDateTime::toTimeZone"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDateTime"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QDateTime::toUTC"> |
| <noreturn>false</noreturn> |
| <returnValue type="QDateTime"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| |
| |
| |
| <function name="QSqlDatabase::commit,QSqlDatabase::rollback,QSqlDatabase::open,QSqlDatabase::transaction"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval type="error-code"/> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="QSqlQuery::addBindValue"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default="QSql::In"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QSqlQuery::at"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| </function> |
| |
| |
| <function name="QSqlQuery::bindValue"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in" default="QSql::In"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="QSqlQuery::boundValue"> |
| <noreturn>false</noreturn> |
| <returnValue type="QVariant"/> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QSqlQuery::boundValues"> |
| <noreturn>false</noreturn> |
| |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSqlQuery::clear"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="QSqlQuery::driver"> |
| <noreturn>false</noreturn> |
| <returnValue type="const QSqlDriver *"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| <function name="QSqlQuery::exec"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <leak-ignore/> |
| <use-retval type="error-code"/> |
| <arg nr="1" direction="in" default=""> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QSqlQuery::execBatch"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in" default="ValuesAsRows"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QSqlQuery::executedQuery"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSqlQuery::finish"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="QSqlQuery::first"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| </function> |
| |
| |
| <function name="QSqlQuery::isActive,QSqlQuery::isForwardOnly"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| <function name="QSqlQuery::isNull"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="QSqlQuery::isSelect,QSqlQuery::isValid"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSqlQuery::last"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| </function> |
| |
| <function name="QSqlQuery::lastError"> |
| <noreturn>false</noreturn> |
| <returnValue type="QSqlError"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSqlQuery::lastInsertId"> |
| <noreturn>false</noreturn> |
| <returnValue type="QVariant"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSqlQuery::lastQuery"> |
| <noreturn>false</noreturn> |
| <returnValue type="QString"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| <function name="QSqlQuery::next,QSqlQuery::nextResult"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| </function> |
| |
| <function name="QSqlQuery::numRowsAffected"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSqlQuery::numericalPrecisionPolicy"> |
| <noreturn>false</noreturn> |
| <returnValue type="QSql::NumericalPrecisionPolicy"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSqlQuery::prepare"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <leak-ignore/> |
| <use-retval type="error-code"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QSqlQuery::previous"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| </function> |
| |
| <function name="QSqlQuery::record"> |
| <noreturn>false</noreturn> |
| <returnValue type="QSqlRecord"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSqlQuery::result"> |
| <noreturn>false</noreturn> |
| <returnValue type="const QSqlResult *"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| <function name="QSqlQuery::seek"> |
| <noreturn>false</noreturn> |
| <returnValue type="bool"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default="false"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QSqlQuery::setForwardOnly"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QSqlQuery::setNumericalPrecisionPolicy"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="QSqlQuery::size"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <const/> |
| </function> |
| |
| |
| <function name="QSqlQuery::value"> |
| <noreturn>false</noreturn> |
| <returnValue type="QVariant"/> |
| <use-retval/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <container id="qtContainer" endPattern="> !!::" opLessAllowed="false" itEndPattern="> :: iterator|const_iterator"> |
| <type templateParameter="0"/> |
| <size> |
| <function name="append" action="push"/> |
| <function name="clear" action="clear"/> |
| <function name="count" yields="size"/> |
| <function name="erase" action="erase"/> |
| <function name="insert" action="insert"/> |
| <function name="isEmpty" yields="empty"/> |
| <function name="length" yields="size"/> |
| <function name="size" yields="size"/> |
| <function name="swap" action="change"/> |
| </size> |
| <access> |
| <function name="begin" yields="start-iterator"/> |
| <function name="cbegin" yields="start-iterator"/> |
| <function name="constBegin" yields="start-iterator"/> |
| <function name="end" yields="end-iterator"/> |
| <function name="cend" yields="end-iterator"/> |
| <function name="constEnd" yields="end-iterator"/> |
| </access> |
| </container> |
| <container id="qtList" startPattern="QList <" inherits="qtContainer" opLessAllowed="true" itEndPattern="> :: iterator|const_iterator|reverse_iterator|const_reverse_iterator"> |
| <size> |
| <function name="erase" action="erase" yields="iterator"/> |
| <function name="resize" action="resize"/> |
| <function name="empty" yields="empty"/> |
| <function name="push_back" action="push"/> |
| <function name="push_front" action="push"/> |
| <function name="prepend" action="push"/> |
| <function name="pop_back" action="pop"/> |
| <function name="pop_front" action="pop"/> |
| <function name="removeAll" action="change"/> |
| <function name="removeAt" action="pop"/> |
| <function name="removeDuplicates" action="change"/> |
| <function name="removeFirst" action="pop"/> |
| <function name="removeLast" action="pop"/> |
| <function name="takeAt" action="pop"/> |
| <function name="takeFirst" action="pop"/> |
| <function name="takeLast" action="pop"/> |
| </size> |
| <access indexOperator="array-like"> |
| <function name="at" yields="at_index"/> |
| <function name="front" yields="item"/> |
| <function name="first" yields="item"/> |
| <function name="back" yields="item"/> |
| <function name="last" yields="item"/> |
| <function name="reserve" action="change-internal"/> |
| <function name="rbegin" yields="start-iterator"/> |
| <function name="crbegin" yields="start-iterator"/> |
| <function name="rend" yields="end-iterator"/> |
| <function name="crend" yields="end-iterator"/> |
| </access> |
| </container> |
| <container id="qtLinkedList" startPattern="QLinkedList <" inherits="qtContainer" itEndPattern="> :: iterator|const_iterator|reverse_iterator|const_reverse_iterator"> |
| <size> |
| <function name="erase" action="erase" yields="iterator"/> |
| <function name="insert" action="insert" yields="iterator"/> |
| <function name="empty" yields="empty"/> |
| <function name="push_back" action="push"/> |
| <function name="push_front" action="push"/> |
| <function name="prepend" action="push"/> |
| <function name="pop_back" action="pop"/> |
| <function name="pop_front" action="pop"/> |
| <function name="removeAll" action="change"/> |
| <function name="removeAt" action="pop"/> |
| <function name="removeFirst" action="pop"/> |
| <function name="removeLast" action="pop"/> |
| <function name="removeOne" action="pop"/> |
| <function name="takeFirst" action="pop"/> |
| <function name="takeLast" action="pop"/> |
| </size> |
| <access> |
| <function name="front" yields="item"/> |
| <function name="first" yields="item"/> |
| <function name="back" yields="item"/> |
| <function name="last" yields="item"/> |
| <function name="rbegin" yields="start-iterator"/> |
| <function name="crbegin" yields="start-iterator"/> |
| <function name="rend" yields="end-iterator"/> |
| <function name="crend" yields="end-iterator"/> |
| </access> |
| </container> |
| <container id="qtVector" startPattern="QVector <" inherits="qtContainer" opLessAllowed="true" itEndPattern="> :: iterator|const_iterator|reverse_iterator|const_reverse_iterator"> |
| <size> |
| <function name="erase" action="erase" yields="iterator"/> |
| <function name="resize" action="resize"/> |
| <function name="push_back" action="push"/> |
| <function name="push_front" action="push"/> |
| <function name="prepend" action="push"/> |
| <function name="pop_back" action="pop"/> |
| <function name="pop_front" action="pop"/> |
| <function name="empty" yields="empty"/> |
| <function name="shrink_to_fit" action="change-internal"/> |
| <function name="squeeze" action="change-internal"/> |
| <function name="reserve" action="change-internal"/> |
| </size> |
| <access indexOperator="array-like"> |
| <function name="at" yields="at_index"/> |
| <function name="front" yields="item"/> |
| <function name="first" yields="item"/> |
| <function name="back" yields="item"/> |
| <function name="last" yields="item"/> |
| <function name="data" yields="buffer"/> |
| <function name="constData" yields="buffer-nt"/> |
| <function name="rbegin" yields="start-iterator"/> |
| <function name="crbegin" yields="start-iterator"/> |
| <function name="rend" yields="end-iterator"/> |
| <function name="crend" yields="end-iterator"/> |
| </access> |
| </container> |
| <container id="qtStack" startPattern="QStack <" inherits="qtVector"> |
| <size> |
| <function name="push" action="push"/> |
| <function name="pop" action="pop"/> |
| </size> |
| <access indexOperator="array-like"> |
| <function name="top" yields="item"/> |
| </access> |
| </container> |
| <container id="qtString" startPattern="QString" endPattern="" inherits="qtContainer" opLessAllowed="true" itEndPattern=":: iterator|const_iterator|reverse_iterator|const_reverse_iterator"> |
| <type string="std-like"/> |
| <size> |
| <function name="isNull" yields="empty"/> |
| <function name="resize" action="resize"/> |
| <function name="push_back" action="push"/> |
| <function name="push_front" action="push"/> |
| <function name="prepend" action="push"/> |
| <function name="shrink_to_fit" action="change-internal"/> |
| <function name="squeeze" action="change-internal"/> |
| <function name="reserve" action="change-internal"/> |
| <function name="chop" action="change"/> |
| <function name="remove" action="change"/> |
| <function name="append" action="append"/> |
| </size> |
| <access indexOperator="array-like"> |
| <function name="at" yields="at_index"/> |
| <function name="front" yields="item"/> |
| <function name="back" yields="item"/> |
| <function name="rbegin" yields="start-iterator"/> |
| <function name="crbegin" yields="start-iterator"/> |
| <function name="rend" yields="end-iterator"/> |
| <function name="crend" yields="end-iterator"/> |
| </access> |
| </container> |
| <container id="qtLatin1String" startPattern="QLatin1String" endPattern="" inherits="qtContainer" opLessAllowed="true" itEndPattern=":: const_iterator|const_reverse_iterator"> |
| <type string="std-like"/> |
| <size> |
| <function name="isNull" yields="empty"/> |
| <function name="chop" action="change"/> |
| </size> |
| <access indexOperator="array-like"> |
| <function name="at" yields="at_index"/> |
| <function name="front" yields="item"/> |
| <function name="back" yields="item"/> |
| <function name="rbegin" yields="start-iterator"/> |
| <function name="crbegin" yields="start-iterator"/> |
| <function name="rend" yields="end-iterator"/> |
| <function name="crend" yields="end-iterator"/> |
| </access> |
| </container> |
| <container id="qtByteArray" startPattern="QByteArray" endPattern="" inherits="qtContainer" opLessAllowed="true" itEndPattern=":: iterator|const_iterator|reverse_iterator|const_reverse_iterator"> |
| <size> |
| <function name="isNull" yields="empty"/> |
| <function name="resize" action="resize"/> |
| <function name="push_back" action="push"/> |
| <function name="push_front" action="push"/> |
| <function name="prepend" action="push"/> |
| <function name="shrink_to_fit" action="change-internal"/> |
| <function name="squeeze" action="change-internal"/> |
| <function name="reserve" action="change-internal"/> |
| </size> |
| <access indexOperator="array-like"> |
| <function name="at" yields="at_index"/> |
| <function name="front" yields="item"/> |
| <function name="back" yields="item"/> |
| <function name="data" yields="buffer"/> |
| <function name="constData" yields="buffer-nt"/> |
| <function name="rbegin" yields="start-iterator"/> |
| <function name="crbegin" yields="start-iterator"/> |
| <function name="rend" yields="end-iterator"/> |
| <function name="crend" yields="end-iterator"/> |
| </access> |
| </container> |
| <container id="qtMap" startPattern="QMap|QMultiMap|QHash <" inherits="qtContainer"> |
| <type templateParameter="1" associative="std-like"/> |
| <rangeItemRecordType> |
| <member name="first" templateParameter="0"/> |
| <member name="second" templateParameter="1"/> |
| </rangeItemRecordType> |
| <access> |
| <function name="count" action="find"/> |
| <function name="find" action="find" yields="iterator"/> |
| <function name="insert" action="push"/> |
| <function name="lower_bound" yields="iterator"/> |
| <function name="upper_bound" yields="iterator"/> |
| </access> |
| </container> |
| <container id="qtSet" startPattern="QSet <" inherits="qtContainer"> |
| <access> |
| <function name="count" action="find"/> |
| <function name="find" action="find" yields="iterator"/> |
| <function name="insert" action="push"/> |
| </access> |
| </container> |
| <container id="qtQueue" startPattern="QQueue <" inherits="qtContainer"> |
| <access> |
| <function name="at" yields="at_index"/> |
| <function name="emplace" action="push" yields="item"/> |
| <function name="push_front" action="push"/> |
| <function name="push_back" action="push"/> |
| <function name="pop_back" action="pop"/> |
| <function name="pop_front" action="pop"/> |
| <function name="front" yields="item"/> |
| <function name="back" yields="item"/> |
| </access> |
| </container> |
| <type-checks> |
| <unusedvar> |
| <suppress>QApplication</suppress> |
| <suppress>QMutexLocker</suppress> |
| <check>QRect</check> |
| <check>QRectF</check> |
| <check>QSize</check> |
| <check>QSizeF</check> |
| <check>QPoint</check> |
| <check>QPointF</check> |
| <check>QRegion</check> |
| <check>QTransform</check> |
| </unusedvar> |
| <operatorEqVarError> |
| <suppress>QMutex</suppress> |
| <suppress>QRecursiveMutex</suppress> |
| <suppress>QSemaphore</suppress> |
| <suppress>QReadWriteLock</suppress> |
| </operatorEqVarError> |
| </type-checks> |
| |
| <define name="QStringList" value="QList<QString>"/> |
| <define name="Q_ARG(type, data)" value="QArgument<type >(#type, data)"/> |
| <define name="Q_D(Class)" value="Class##Private * const d = d_func()"/> |
| <define name="Q_CLASSINFO(Name, Value)" value=""/> |
| <define name="Q_EXPORT_PLUGIN(ClassName)" value=""/> |
| <define name="Q_EXPORT_PLUGIN2(a,ClassName)" value=""/> |
| <define name="Q_IMPORT_PLUGIN(ClassName)" value=""/> |
| <define name="Q_IMPORT_PLUGIN2(a,ClassName)" value=""/> |
| <define name="Q_GLOBAL_STATIC(Type,VariableName)" value=""/> |
| <define name="Q_GLOBAL_STATIC_WITH_ARGS(Type,VariableName,Arguments)" value=""/> |
| <define name="Q_NAMESPACE_EXPORT" value=""/> |
| <define name="Q_DECL_EXPORT" value=""/> |
| <define name="Q_DECL_IMPORT" value=""/> |
| <define name="Q_DECL_DEPRECATED" value=""/> |
| <define name="Q_DECL_DEPRECATED_X(text)" value=""/> |
| <define name="QT_DECLARE_DEPRECATED_TR_FUNCTIONS(context)" value="static inline QString trUtf8(const char *sourceText, const char *disambiguation = Q_NULLPTR, int n = -1) { return QCoreApplication::translate(#context, sourceText, disambiguation, n); }"/> |
| <define name="Q_DECLARE_FLAGS(x,y)" value=""/> |
| <define name="Q_DECLARE_SEQUENTIAL_ITERATOR(C)" value=""/> |
| <define name="Q_DECLARE_MUTABLE_SEQUENTIAL_ITERATOR(C)" value=""/> |
| <define name="Q_DECLARE_ASSOCIATIVE_ITERATOR(C)" value=""/> |
| <define name="Q_DECLARE_MUTABLE_ASSOCIATIVE_ITERATOR(C)" value=""/> |
| <define name="Q_DECLARE_INTERFACE(ClassName,Identifier)" value=""/> |
| <define name="Q_DECLARE_LOGGING_CATEGORY(name)" value="extern const QLoggingCategory &name();"/> |
| <define name="Q_DECLARE_OPERATORS_FOR_FLAGS(x)" value=""/> |
| <define name="Q_DECLARE_ASSOCIATIVE_CONTAINER_METATYPE(Container)" value=""/> |
| <define name="Q_DECLARE_METATYPE(Type)" value=""/> |
| <define name="Q_DECLARE_OPAQUE_POINTER(PointerType)" value="QT_BEGIN_NAMESPACE namespace QtPrivate { template <> struct IsPointerDeclaredOpaque<PointerType>: std::true_type {};} QT_END_NAMESPACE"/> |
| <define name="Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE(Container)" value=""/> |
| <define name="Q_DECLARE_SMART_POINTER_METATYPE(SmartPointer)" value=""/> |
| <define name="Q_DECLARE_BUILTIN_METATYPE(TYPE, NAME)" value=""/> |
| <define name="Q_DECLARE_PRIVATE(Class)" value="inline Class##Private* d_func() { return reinterpret_cast<Class##Private*>(qGetPtrHelper(d_ptr)); } inline const Class##Private d_func() const { return reinterpret_cast<const Class##Private *>(qGetPtrHelper(d_ptr)); } friend class Class##Private;"/> |
| <define name="Q_DECLARE_PRIVATE_D(Dptr, Class)" value="inline Class##Private* d_func() { return reinterpret_cast<Class##Private *>(qGetPtrHelper(Dptr)); } inline const Class##Private* d_func() const { return reinterpret_cast<const Class##Private *>(qGetPtrHelper(Dptr)); } friend class Class##Private;"/> |
| <define name="Q_DECLARE_PUBLIC(Class)" value="inline Class##Public* d_func() { return reinterpret_cast<Class##Public*>(qGetPtrHelper(d_ptr)); } inline const Class##Public d_func() const { return reinterpret_cast<const Class##Public *>(qGetPtrHelper(d_ptr)); } friend class Class##Public;"/> |
| <define name="Q_DECLARE_TR_FUNCTIONS(context)" value="public: static inline QString tr(const char *sourceText, const char *disambiguation = Q_NULLPTR, int n = -1) { return QCoreApplication::translate(#context, sourceText, disambiguation, n); } QT_DECLARE_DEPRECATED_TR_FUNCTIONS(context) private:"/> |
| <define name="Q_DISABLE_COPY(Class)" value="Class(Class&);Class& operator=(const Class&);"/> |
| <define name="Q_DISABLE_COPY_MOVE(Class)" value="Class(Class&);Class& operator=(const Class&);Class(C&&);Class& operator=(Class&&);"/> |
| <define name="Q_EMIT" value=""/> |
| <define name="Q_ENUM(X)" value=""/> |
| <define name="Q_ENUMS(X)" value=""/> |
| <define name="Q_ENUM_NS(X)" value=""/> |
| <define name="Q_FLAG(X)" value=""/> |
| <define name="Q_FLAGS(X)" value=""/> |
| <define name="Q_FLAG_NS(X)" value=""/> |
| <define name="Q_FOREVER" value="for (;;)"/> |
| <define name="Q_INTERFACES(X)" value=""/> |
| <define name="Q_LIKELY(expr)" value="expr"/> |
| <define name="Q_NAMESPACE" value=""/> |
| <define name="Q_NULLPTR" value="NULL"/> |
| <define name="Q_OBJECT" value="static void qt_static_metacall(QObject*,QMetaObject::Call,int,void**);virtual const MetaObject* metaObject() const;virtual void* qt_metacast(const char*);virtual int qt_metacall(QMetaObject::Call,int,void**);"/> |
| <define name="Q_PRIVATE_SLOT(d, signature)" value=""/> |
| <define name="Q_SLOTS" value=""/> |
| |
| <define name="Q_PROPERTY(...)" value=""/> |
| <define name="Q_Q(Class)" value="Class * const q = q_func()"/> |
| <define name="Q_RETURN_ARG(type, data)" value="QReturnArgument<type >(#type, data)"/> |
| <define name="Q_UNLIKELY(expr)" value="expr"/> |
| <define name="Q_UNUSED(X)" value="(void)(X);"/> |
| <define name="QT_USE_NAMESPACE" value=""/> |
| <define name="QT_BEGIN_NAMESPACE" value=""/> |
| <define name="QT_END_NAMESPACE" value=""/> |
| <define name="QT_BEGIN_MOC_NAMESPACE" value=""/> |
| <define name="QT_END_MOC_NAMESPACE" value=""/> |
| <define name="QT_BEGIN_HEADER" value=""/> |
| <define name="QT_END_HEADER" value=""/> |
| <define name="QT_TR_NOOP(x)" value="x"/> |
| <define name="QT_TR_NOOP_UTF8(x)" value="x"/> |
| <define name="QT_TRANSLATE_NOOP(scope, x)" value="x"/> |
| <define name="QT_TRANSLATE_NOOP_UTF8(scope, x)" value="x"/> |
| <define name="QT_TRANSLATE_NOOP3(scope, x, comment)" value="{x, comment}"/> |
| <define name="QT_TRANSLATE_NOOP3_UTF8(scope, x, comment)" value="{x, comment}"/> |
| <define name="QT_WARNING_PUSH" value=""/> |
| <define name="QT_WARNING_POP" value=""/> |
| <define name="QT_WARNING_DISABLE_MSVC(number)" value=""/> |
| <define name="QT_WARNING_DISABLE_INTEL(number)" value=""/> |
| <define name="QT_WARNING_DISABLE_CLANG(text)" value=""/> |
| <define name="QT_WARNING_DISABLE_GCC(text)" value=""/> |
| <define name="QT_WARNING_DISABLE_DEPRECATED" value=""/> |
| <define name="QT_STRINGIFY(x)" value="#x"/> |
| <define name="QCOMPARE(actual, expected)" value="(void)((actual)==(expected))"/> |
| <define name="QVERIFY(condition)" value="(void)(condition)"/> |
| <define name="QVERIFY2(condition, message)" value="(void)(condition),(void)(message)"/> |
| <define name="QBENCHMARK_ONCE" value=""/> |
| <define name="QBENCHMARK" value=""/> |
| <define name="QTRY_COMPARE(actual, expected)" value="(void)((actual)==(expected))"/> |
| <define name="QTRY_COMPARE_WITH_TIMEOUT(actual, expected, timeout)" value="(void)((actual)==(expected))"/> |
| <define name="QTRY_VERIFY2(condition, message)" value="(void)(condition),(void)(message)"/> |
| <define name="QTRY_VERIFY(condition)" value="(void)(condition)"/> |
| <define name="QTRY_VERIFY2_WITH_TIMEOUT(condition, message, timeout)" value="(void)(condition),(void)(message),(void)(timeout)"/> |
| <define name="QTRY_VERIFY_WITH_TIMEOUT(condition, timeout)" value="(void)(condition),(void)(timeout)"/> |
| <define name="QTEST_GUILESS_MAIN(testclass)" value=""/> |
| <define name="QTEST_APPLESS_MAIN(testclass)" value=""/> |
| <define name="QTEST_MAIN(testclass)" value=""/> |
| <define name="Q_CONSTRUCTOR_FUNCTION0(AFUNC)" value=""/> |
| <define name="Q_CONSTRUCTOR_FUNCTION(AFUNC)" value=""/> |
| <define name="Q_FOREACH(A,B)" value="for(A:B)"/> |
| <define name="foreach(A,B)" value="for(A:B)"/> |
| <define name="forever" value="for (;;)"/> |
| <define name="emit" value=""/> |
| <define name="slots" value=""/> |
| <define name="signals" value="protected"/> |
| <define name="Q_SIGNALS" value="protected"/> |
| <define name="Q_OVERRIDE(x)" value=""/> |
| <define name="Q_PLUGIN_METADATA(x)" value=""/> |
| <define name="Q_ASSERT(condition)" value="assert(condition)"/> |
| <define name="Q_ASSERT_X(condition, where, what)" value="assert(condition)"/> |
| <define name="QTC_ASSERT_STRINGIFY_HELPER(x)" value="#x"/> |
| <define name="QTC_ASSERT_STRINGIFY(x)" value="QTC_ASSERT_STRINGIFY_HELPER(x)"/> |
| <define name="QTC_ASSERT_STRING(cond)" value="::Utils::writeAssertLocation( "\"" cond"\" in file " __FILE__ ", line " QTC_ASSERT_STRINGIFY(__LINE__))"/> |
| <define name="QTC_ASSERT(cond," value="action) if (Q_LIKELY(cond)) {} else { QTC_ASSERT_STRING(#cond); action; } do {} while (0)"/> |
| <define name="QTC_CHECK(cond)" value="if (Q_LIKELY(cond)) {} else { QTC_ASSERT_STRING(#cond); } do {} while (0)"/> |
| <define name="QTC_GUARD(cond)" value="((Q_LIKELY(cond)) ? true : (QTC_ASSERT_STRING(#cond), false))"/> |
| <define name="Q_LOGGING_CATEGORY(name,...)" value=""/> |
| <define name="QT_FORWARD_DECLARE_CLASS(name)" value="class name;"/> |
| <define name="QT_FORWARD_DECLARE_STRUCT(name)" value="struct name;"/> |
| <define name="QT_VERSION_CHECK(major, minor, patch)" value="((major<<16)|(minor<<8)|(patch))"/> |
| <define name="QT_CONFIG(feature)" value="1"/> |
| |
| <define name="QML_ADDED_IN_VERSION(MAJOR, MINOR)" value=""/> |
| <define name="QML_ANONYMOUS" value=""/> |
| <define name="QML_ATTACHED(ATTACHED_TYPE)" value=""/> |
| <define name="QML_CONSTRUCTIBLE_VALUE" value=""/> |
| <define name="QML_ELEMENT" value=""/> |
| <define name="QML_EXTENDED(EXTENDED_TYPE)" value=""/> |
| <define name="QML_EXTENDED_NAMESPACE(EXTENSION_NAMESPACE)" value=""/> |
| <define name="QML_EXTRA_VERSION(MAJOR, MINOR)" value=""/> |
| <define name="QML_FOREIGN(FOREIGN_TYPE)" value=""/> |
| <define name="QML_FOREIGN_NAMESPACE(FOREIGN_NAMESPACE)" value=""/> |
| <define name="QML_IMPLEMENTS_INTERFACES(interfaces)" value=""/> |
| <define name="QML_INTERFACE" value=""/> |
| <define name="QML_NAMED_ELEMENT(name)" value=""/> |
| <define name="QML_REMOVED_IN_VERSION(MAJOR, MINOR)" value=""/> |
| <define name="QML_SEQUENTIAL_CONTAINER(VALUE_TYPE)" value=""/> |
| <define name="QML_SINGLETON" value=""/> |
| <define name="QML_STRUCTURED_VALUE" value=""/> |
| <define name="QML_UNAVAILABLE" value=""/> |
| <define name="QML_UNCREATABLE(reason)" value=""/> |
| <define name="QML_VALUE_TYPE(name)" value=""/> |
| |
| <define name="QML_DECLARE_TYPE" value=""/> |
| <define name="QML_DECLARE_TYPEINFO(Type, Flags)" value=""/> |
| |
| <define name="Q_OBJECT_BINDABLE_PROPERTY(containingClass, type, name, signal)" value=""/> |
| <define name="Q_OBJECT_BINDABLE_PROPERTY_WITH_ARGS(containingClass, type, name, initialvalue, signal)" value=""/> |
| |
| <define name="Q_IMPORT_QML_PLUGIN(PluginName)" value=""/> |
| |
| <define name="QStringLiteral(str)" value="QString::fromUtf8(str, sizeof(str) - 1)"/> |
| <define name="QByteArrayLiteral(str)" value="QByteArray(str)"/> |
| |
| <define name="qreal" value="double"/> |
| <podtype name="qint8" sign="s" size="1"/> |
| <podtype name="qint16" sign="s" size="2"/> |
| <podtype name="qint32" sign="s" size="4"/> |
| <podtype name="qint64" sign="s" size="8"/> |
| <podtype name="quint8" sign="u" size="1"/> |
| <podtype name="quint16" sign="u" size="2"/> |
| <podtype name="quint32" sign="u" size="4"/> |
| <podtype name="quint64" sign="u" size="8"/> |
| |
| <podtype name="qlonglong" sign="s" size="8"/> |
| |
| <podtype name="qulonglong" sign="u" size="8"/> |
| <podtype name="uchar" sign="u" size="1"/> |
| <podtype name="uint" sign="u"/> |
| <podtype name="ulong" sign="u"/> |
| <podtype name="ushort" sign="u"/> |
| <podtype name="qptrdiff" sign="s"/> |
| <podtype name="qintptr" sign="s"/> |
| <podtype name="quintptr" sign="u"/> |
| |
| |
| <smart-pointer class-name="QSharedDataPointer"/> |
| <smart-pointer class-name="QExplicitlySharedDataPointer"/> |
| <smart-pointer class-name="QSharedPointer"/> |
| <smart-pointer class-name="QWeakPointer"/> |
| <smart-pointer class-name="QPointer"/> |
| <smart-pointer class-name="QScopedPointer"> |
| <unique/> |
| </smart-pointer> |
| <smart-pointer class-name="QScopedArrayPointer"> |
| <unique/> |
| </smart-pointer> |
| |
| <smart-pointer class-name="QtPatternist::AutoPtr"/> |
| <smart-pointer class-name="QGuard"/> |
| </def> |
| |