mirror of
https://github.com/status-im/QtModelsToolkit.git
synced 2026-08-30 09:31:07 +00:00
562 lines
127 KiB
XML
562 lines
127 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE QDOCINDEX>
|
|
<INDEX url="" title="QtModelsToolkit Reference Documentation" version="" project="QtModelsToolkit">
|
|
<namespace name="" status="active" access="public" module="qtmodelstoolkit">
|
|
<qmlclass name="Aggregator" qml-module-name="QtModelsToolkit" fullname="QtModelsToolkit.Aggregator" href="qml-qtmodelstoolkit-aggregator.html" status="active" access="public" abstract="true" documented="true" title="Aggregator" fulltitle="Aggregator" subtitle="" groups="Aggregators" brief="Common interface for all aggregators">
|
|
<qmlproperty name="model" fullname="QtModelsToolkit.Aggregator.model" status="active" access="public" documented="true" type="any" attached="false" writable="true"/>
|
|
<qmlproperty name="value" fullname="QtModelsToolkit.Aggregator.value" status="active" access="public" documented="true" type="any" attached="false" writable="true"/>
|
|
</qmlclass>
|
|
<qmlclass name="ConcatModel" qml-module-name="QtModelsToolkit" fullname="QtModelsToolkit.ConcatModel" href="qml-qtmodelstoolkit-concatmodel.html" status="active" access="public" documented="true" title="ConcatModel" fulltitle="ConcatModel" subtitle="" groups="ProxyModels" brief="Proxy model concatenating vertically multiple source models">
|
|
<function name="fromSourceRow" fullname="QtModelsToolkit.ConcatModel.fromSourceRow" href="qml-qtmodelstoolkit-concatmodel.html#fromSourceRow-method" status="active" access="public" documented="true" meta="qmlmethod"/>
|
|
<function name="sourceModel" fullname="QtModelsToolkit.ConcatModel.sourceModel" href="qml-qtmodelstoolkit-concatmodel.html#sourceModel-method" status="active" access="public" documented="true" meta="qmlmethod"/>
|
|
<function name="sourceModelRow" fullname="QtModelsToolkit.ConcatModel.sourceModelRow" href="qml-qtmodelstoolkit-concatmodel.html#sourceModelRow-method" status="active" access="public" documented="true" meta="qmlmethod"/>
|
|
<qmlproperty name="expectedRoles" fullname="QtModelsToolkit.ConcatModel.expectedRoles" href="qml-qtmodelstoolkit-concatmodel.html#expectedRoles-prop" status="active" access="public" documented="true" type="list<string>" attached="false" writable="true"/>
|
|
<qmlproperty name="markerRoleName" fullname="QtModelsToolkit.ConcatModel.markerRoleName" href="qml-qtmodelstoolkit-concatmodel.html#markerRoleName-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
|
|
<qmlproperty name="propagateResets" fullname="QtModelsToolkit.ConcatModel.propagateResets" href="qml-qtmodelstoolkit-concatmodel.html#propagateResets-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
|
|
<qmlproperty name="sources" fullname="QtModelsToolkit.ConcatModel.sources" href="qml-qtmodelstoolkit-concatmodel.html#sources-prop" status="active" access="public" documented="true" type="list<SourceModel>" attached="false" writable="true"/>
|
|
</qmlclass>
|
|
<qmlclass name="FunctionAggregator" qml-module-name="QtModelsToolkit" qml-base-type="QtModelsToolkit::SingleRoleAggregator" fullname="QtModelsToolkit.FunctionAggregator" href="qml-qtmodelstoolkit-functionaggregator.html" status="active" access="public" documented="true" title="FunctionAggregator" fulltitle="FunctionAggregator" subtitle="" groups="Aggregators" brief="Aggregator calculating value using provided function">
|
|
<qmlproperty name="aggregateFunction" fullname="QtModelsToolkit.FunctionAggregator.aggregateFunction" href="qml-qtmodelstoolkit-functionaggregator.html#aggregateFunction-prop" status="active" access="public" documented="true" type="any" attached="false" writable="true"/>
|
|
<qmlproperty name="initialValue" fullname="QtModelsToolkit.FunctionAggregator.initialValue" href="qml-qtmodelstoolkit-functionaggregator.html#initialValue-prop" status="active" access="public" documented="true" type="any" attached="false" writable="true"/>
|
|
</qmlclass>
|
|
<qmlclass name="GroupingModel" qml-module-name="QtModelsToolkit" fullname="QtModelsToolkit.GroupingModel" href="qml-qtmodelstoolkit-groupingmodel.html" status="active" access="public" documented="true" title="GroupingModel" fulltitle="GroupingModel" subtitle="" groups="ProxyModels" brief="Proxy model grouping rows into submodels by value of given role">
|
|
<qmlproperty name="groupingRoleName" fullname="QtModelsToolkit.GroupingModel.groupingRoleName" href="qml-qtmodelstoolkit-groupingmodel.html#groupingRoleName-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
|
|
<qmlproperty name="submodelRoleName" fullname="QtModelsToolkit.GroupingModel.submodelRoleName" href="qml-qtmodelstoolkit-groupingmodel.html#submodelRoleName-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
|
|
</qmlclass>
|
|
<qmlclass name="LeftJoinModel" qml-module-name="QtModelsToolkit" fullname="QtModelsToolkit.LeftJoinModel" href="qml-qtmodelstoolkit-leftjoinmodel.html" status="active" access="public" documented="true" title="LeftJoinModel" fulltitle="LeftJoinModel" subtitle="" groups="ProxyModels" brief="Proxy model joining two models in a SQL LEFT JOIN fasion">
|
|
<qmlproperty name="joinRole" fullname="QtModelsToolkit.LeftJoinModel.joinRole" href="qml-qtmodelstoolkit-leftjoinmodel.html#joinRole-prop" status="active" access="public" documented="true" type="any" attached="false" writable="true"/>
|
|
<qmlproperty name="leftModel" fullname="QtModelsToolkit.LeftJoinModel.leftModel" href="qml-qtmodelstoolkit-leftjoinmodel.html#leftModel-prop" status="active" access="public" documented="true" type="any" attached="false" writable="true"/>
|
|
<qmlproperty name="rightModel" fullname="QtModelsToolkit.LeftJoinModel.rightModel" href="qml-qtmodelstoolkit-leftjoinmodel.html#rightModel-prop" status="active" access="public" documented="true" type="any" attached="false" writable="true"/>
|
|
<qmlproperty name="rolesToJoin" fullname="QtModelsToolkit.LeftJoinModel.rolesToJoin" href="qml-qtmodelstoolkit-leftjoinmodel.html#rolesToJoin-prop" status="active" access="public" documented="true" type="any" attached="false" writable="true"/>
|
|
</qmlclass>
|
|
<qmlclass name="ModelCount" qml-module-name="QtModelsToolkit" fullname="QtModelsToolkit.ModelCount" href="qml-qtmodelstoolkit-modelcount.html" status="active" access="public" documented="true" title="ModelCount" fulltitle="ModelCount" subtitle="" groups="Utilities" brief="Attached property exposing model's row count">
|
|
<qmlproperty name="count" fullname="QtModelsToolkit.ModelCount.count" href="qml-qtmodelstoolkit-modelcount.html#count-attached-prop" status="active" access="public" documented="true" type="int" attached="true" writable="true"/>
|
|
<qmlproperty name="empty" fullname="QtModelsToolkit.ModelCount.empty" href="qml-qtmodelstoolkit-modelcount.html#empty-attached-prop" status="active" access="public" documented="true" type="int" attached="true" writable="true"/>
|
|
</qmlclass>
|
|
<qmlclass name="ModelEntry" qml-module-name="QtModelsToolkit" fullname="QtModelsToolkit.ModelEntry" href="qml-qtmodelstoolkit-modelentry.html" status="active" access="public" documented="true" title="ModelEntry" fulltitle="ModelEntry" subtitle="" groups="Utilities" brief="Utility allowing handy binding to a single row from a model">
|
|
<qmlproperty name="available" fullname="QtModelsToolkit.ModelEntry.available" href="qml-qtmodelstoolkit-modelentry.html#available-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
|
|
<qmlproperty name="cacheOnRemoval" fullname="QtModelsToolkit.ModelEntry.cacheOnRemoval" href="qml-qtmodelstoolkit-modelentry.html#cacheOnRemoval-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
|
|
<qmlproperty name="item" fullname="QtModelsToolkit.ModelEntry.item" href="qml-qtmodelstoolkit-modelentry.html#item-prop" status="active" access="public" documented="true" type="any" attached="false" writable="true"/>
|
|
<qmlproperty name="itemRemovedFromModel" fullname="QtModelsToolkit.ModelEntry.itemRemovedFromModel" href="qml-qtmodelstoolkit-modelentry.html#itemRemovedFromModel-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
|
|
<qmlproperty name="key" fullname="QtModelsToolkit.ModelEntry.key" href="qml-qtmodelstoolkit-modelentry.html#key-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
|
|
<qmlproperty name="roles" fullname="QtModelsToolkit.ModelEntry.roles" href="qml-qtmodelstoolkit-modelentry.html#roles-prop" status="active" access="public" documented="true" type="list<string>" attached="false" writable="true"/>
|
|
<qmlproperty name="row" fullname="QtModelsToolkit.ModelEntry.row" href="qml-qtmodelstoolkit-modelentry.html#row-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
|
|
<qmlproperty name="sourceModel" fullname="QtModelsToolkit.ModelEntry.sourceModel" href="qml-qtmodelstoolkit-modelentry.html#sourceModel-prop" status="active" access="public" documented="true" type="any" attached="false" writable="true"/>
|
|
<qmlproperty name="value" fullname="QtModelsToolkit.ModelEntry.value" href="qml-qtmodelstoolkit-modelentry.html#value-prop" status="active" access="public" documented="true" type="any" attached="false" writable="true"/>
|
|
</qmlclass>
|
|
<qmlclass name="ModelQuery" qml-module-name="QtModelsToolkit" fullname="QtModelsToolkit.ModelQuery" href="qml-qtmodelstoolkit-modelquery.html" status="active" access="public" documented="true" title="ModelQuery" fulltitle="ModelQuery" subtitle="" groups="Utilities" brief="Set of methods for querying QAbstractItemModel-based models">
|
|
<function name="contains" fullname="QtModelsToolkit.ModelQuery.contains" href="qml-qtmodelstoolkit-modelquery.html#contains-method" status="active" access="public" documented="true" meta="qmlmethod"/>
|
|
<function name="get" fullname="QtModelsToolkit.ModelQuery.get" href="qml-qtmodelstoolkit-modelquery.html#get-method" status="active" access="public" documented="true" meta="qmlmethod"/>
|
|
<function name="get" fullname="QtModelsToolkit.ModelQuery.get" href="qml-qtmodelstoolkit-modelquery.html#get-method" status="active" access="public" documented="true" meta="qmlmethod"/>
|
|
<function name="indexOf" fullname="QtModelsToolkit.ModelQuery.indexOf" href="qml-qtmodelstoolkit-modelquery.html#indexOf-method" status="active" access="public" documented="true" meta="qmlmethod"/>
|
|
<function name="indexOf" fullname="QtModelsToolkit.ModelQuery.indexOf" href="qml-qtmodelstoolkit-modelquery.html#indexOf-method" status="active" access="public" documented="true" meta="qmlmethod"/>
|
|
<function name="isModel" fullname="QtModelsToolkit.ModelQuery.isModel" href="qml-qtmodelstoolkit-modelquery.html#isModel-method" status="active" access="public" documented="true" meta="qmlmethod"/>
|
|
<function name="roleByName" fullname="QtModelsToolkit.ModelQuery.roleByName" href="qml-qtmodelstoolkit-modelquery.html#roleByName-method" status="active" access="public" documented="true" meta="qmlmethod"/>
|
|
<function name="roleNames" fullname="QtModelsToolkit.ModelQuery.roleNames" href="qml-qtmodelstoolkit-modelquery.html#roleNames-method" status="active" access="public" documented="true" meta="qmlmethod"/>
|
|
</qmlclass>
|
|
<qmlclass name="MovableModel" qml-module-name="QtModelsToolkit" fullname="QtModelsToolkit.MovableModel" href="qml-qtmodelstoolkit-movablemodel.html" status="active" access="public" documented="true" title="MovableModel" fulltitle="MovableModel" subtitle="" groups="ProxyModels" brief="Proxy model allowing freely reorder rows without modifying the source model">
|
|
<function name="desyncOrder" fullname="QtModelsToolkit.MovableModel.desyncOrder" href="qml-qtmodelstoolkit-movablemodel.html#desyncOrder-method" status="active" access="public" documented="true" meta="qmlmethod"/>
|
|
<function name="move" fullname="QtModelsToolkit.MovableModel.move" href="qml-qtmodelstoolkit-movablemodel.html#move-method" status="active" access="public" documented="true" meta="qmlmethod"/>
|
|
<function name="order" fullname="QtModelsToolkit.MovableModel.order" href="qml-qtmodelstoolkit-movablemodel.html#order-method" status="active" access="public" documented="true" meta="qmlmethod"/>
|
|
<function name="syncOrder" fullname="QtModelsToolkit.MovableModel.syncOrder" href="qml-qtmodelstoolkit-movablemodel.html#syncOrder-method" status="active" access="public" documented="true" meta="qmlmethod"/>
|
|
<qmlproperty name="synced" fullname="QtModelsToolkit.MovableModel.synced" href="qml-qtmodelstoolkit-movablemodel.html#synced-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
|
|
</qmlclass>
|
|
<qmlclass name="ObjectProxyModel" qml-module-name="QtModelsToolkit" fullname="QtModelsToolkit.ObjectProxyModel" href="qml-qtmodelstoolkit-objectproxymodel.html" status="active" access="public" documented="true" title="ObjectProxyModel" fulltitle="ObjectProxyModel" subtitle="" groups="ProxyModels" brief="Proxy model using QML delegate to transform source model">
|
|
<qmlproperty name="delegate" fullname="QtModelsToolkit.ObjectProxyModel.delegate" href="qml-qtmodelstoolkit-objectproxymodel.html#delegate-prop" status="active" access="public" documented="true" type="any" attached="false" writable="true"/>
|
|
<qmlproperty name="expectedRoles" fullname="QtModelsToolkit.ObjectProxyModel.expectedRoles" href="qml-qtmodelstoolkit-objectproxymodel.html#expectedRoles-prop" status="active" access="public" documented="true" type="list<string>" attached="false" writable="true"/>
|
|
<qmlproperty name="exposedRoles" fullname="QtModelsToolkit.ObjectProxyModel.exposedRoles" href="qml-qtmodelstoolkit-objectproxymodel.html#exposedRoles-prop" status="active" access="public" documented="true" type="list<string>" attached="false" writable="true"/>
|
|
</qmlclass>
|
|
<page name="index.html" href="index.html" status="active" location="index.qdoc" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/src/index.qdoc" lineno="1" documented="true" subtype="page" title="QtModelsToolkit QML Module" fulltitle="QtModelsToolkit QML Module" subtitle="" module="QtModelsToolkit">
|
|
<contents name="proxy-models" title="Proxy models" level="1"/>
|
|
<contents name="proxy-models-associated-types" title="Proxy models - associated types" level="2"/>
|
|
<contents name="aggregators" title="Aggregators" level="1"/>
|
|
<contents name="utilities" title="Utilities" level="1"/>
|
|
</page>
|
|
<qmlclass name="RoleRename" qml-module-name="QtModelsToolkit" fullname="QtModelsToolkit.RoleRename" href="qml-qtmodelstoolkit-rolerename.html" status="active" access="public" documented="true" title="RoleRename" fulltitle="RoleRename" subtitle="" groups="ProxyModelsAssociated" brief="Defines name mapping for a single role within RolesRenamingModel">
|
|
<qmlproperty name="from" fullname="QtModelsToolkit.RoleRename.from" href="qml-qtmodelstoolkit-rolerename.html#from-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
|
|
<qmlproperty name="to" fullname="QtModelsToolkit.RoleRename.to" href="qml-qtmodelstoolkit-rolerename.html#to-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
|
|
</qmlclass>
|
|
<qmlclass name="RolesRenamingModel" qml-module-name="QtModelsToolkit" fullname="QtModelsToolkit.RolesRenamingModel" href="qml-qtmodelstoolkit-rolesrenamingmodel.html" status="active" access="public" documented="true" title="RolesRenamingModel" fulltitle="RolesRenamingModel" subtitle="" groups="ProxyModels" brief="Simple proxy allowing to rename roles according to a provided mapping">
|
|
<qmlproperty name="mapping" fullname="QtModelsToolkit.RolesRenamingModel.mapping" href="qml-qtmodelstoolkit-rolesrenamingmodel.html#mapping-prop" status="active" access="public" documented="true" type="list<RoleName>" attached="false" writable="true"/>
|
|
</qmlclass>
|
|
<qmlclass name="SingleRoleAggregator" qml-module-name="QtModelsToolkit" qml-base-type="QtModelsToolkit::Aggregator" fullname="QtModelsToolkit.SingleRoleAggregator" href="qml-qtmodelstoolkit-singleroleaggregator.html" status="active" access="public" abstract="true" documented="true" title="SingleRoleAggregator" fulltitle="SingleRoleAggregator" subtitle="" groups="Aggregators" brief="Common interface for all aggregators operating on a single role">
|
|
<qmlproperty name="roleName" fullname="QtModelsToolkit.SingleRoleAggregator.roleName" status="active" access="public" documented="true" type="any" attached="false" writable="true"/>
|
|
</qmlclass>
|
|
<qmlclass name="SourceModel" qml-module-name="QtModelsToolkit" fullname="QtModelsToolkit.SourceModel" href="qml-qtmodelstoolkit-sourcemodel.html" status="active" access="public" documented="true" title="SourceModel" fulltitle="SourceModel" subtitle="" groups="ProxyModelsAssociated" brief="Wraps arbitrary QAbstractItemModel to be concatenated with other models within a ConcatModel">
|
|
<qmlproperty name="markerRoleValue" fullname="QtModelsToolkit.SourceModel.markerRoleValue" href="qml-qtmodelstoolkit-sourcemodel.html#markerRoleValue-prop" status="active" access="public" documented="true" type="any" attached="false" writable="true"/>
|
|
<qmlproperty name="model" fullname="QtModelsToolkit.SourceModel.model" href="qml-qtmodelstoolkit-sourcemodel.html#model-prop" status="active" access="public" documented="true" type="any" attached="false" writable="true"/>
|
|
</qmlclass>
|
|
<qmlclass name="SumAggregator" qml-module-name="QtModelsToolkit" qml-base-type="QtModelsToolkit::SingleRoleAggregator" fullname="QtModelsToolkit.SumAggregator" href="qml-qtmodelstoolkit-sumaggregator.html" status="active" access="public" documented="true" title="SumAggregator" fulltitle="SumAggregator" subtitle="" groups="Aggregators" brief="Single role aggregator calculating sum of values for a given role"/>
|
|
<qmlclass name="WritableProxyModel" qml-module-name="QtModelsToolkit" fullname="QtModelsToolkit.WritableProxyModel" href="qml-qtmodelstoolkit-writableproxymodel.html" status="active" access="public" documented="true" title="WritableProxyModel" fulltitle="WritableProxyModel" subtitle="" groups="ProxyModels" brief="Proxy allowing editing and removing entries from the source model">
|
|
<qmlproperty name="dirty" fullname="QtModelsToolkit.WritableProxyModel.dirty" href="qml-qtmodelstoolkit-writableproxymodel.html#dirty-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
|
|
<qmlproperty name="syncedRemovals" fullname="QtModelsToolkit.WritableProxyModel.syncedRemovals" href="qml-qtmodelstoolkit-writableproxymodel.html#syncedRemovals-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
|
|
</qmlclass>
|
|
<namespace name="qtmt" href="qtmt-sub-qtmodelstoolkit.html" status="internal" access="private" location="modelsyncedcontainer.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelsyncedcontainer.h" lineno="9">
|
|
<class name="Aggregator" fullname="qtmt::Aggregator" href="qtmt-aggregator.html" status="internal" access="private" location="aggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/aggregator.h" lineno="11">
|
|
<function name="Q_PROPERTY" fullname="qtmt::Aggregator::Q_PROPERTY" href="qtmt-aggregator.html#Q_PROPERTY" status="internal" access="private" location="aggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/aggregator.h" lineno="14" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int Q_PROPERTY(QAbstractItemModel *)">
|
|
<parameter type="QAbstractItemModel *" name="" default=""/>
|
|
</function>
|
|
<function name="acceptRoles" fullname="qtmt::Aggregator::acceptRoles" href="qtmt-aggregator.html#acceptRoles" status="internal" access="private" location="aggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/aggregator.h" lineno="34" meta="plain" virtual="virtual" const="false" static="false" final="false" override="false" type="bool" signature="bool acceptRoles(const int &roles)">
|
|
<parameter type="const int &" name="roles" default=""/>
|
|
</function>
|
|
<function name="connectToModel" fullname="qtmt::Aggregator::connectToModel" href="qtmt-aggregator.html#connectToModel" status="internal" access="private" location="aggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/aggregator.h" lineno="42" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void connectToModel()"/>
|
|
<function name="model" fullname="qtmt::Aggregator::model" href="qtmt-aggregator.html#model" status="internal" access="private" location="aggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/aggregator.h" lineno="20" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="QAbstractItemModel *" signature="QAbstractItemModel * model() const"/>
|
|
<function name="recalculate" fullname="qtmt::Aggregator::recalculate" href="qtmt-aggregator.html#recalculate" status="internal" access="private" location="aggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/aggregator.h" lineno="33" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void recalculate()"/>
|
|
<function name="setModel" fullname="qtmt::Aggregator::setModel" href="qtmt-aggregator.html#setModel" status="internal" access="private" location="aggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/aggregator.h" lineno="21" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setModel(QAbstractItemModel *model)">
|
|
<parameter type="QAbstractItemModel *" name="model" default=""/>
|
|
</function>
|
|
<function name="value" fullname="qtmt::Aggregator::value" href="qtmt-aggregator.html#value" status="internal" access="private" location="aggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/aggregator.h" lineno="23" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="int" signature="int value() const"/>
|
|
<function name="valueChanged" fullname="qtmt::Aggregator::valueChanged" href="qtmt-aggregator.html#valueChanged" status="internal" access="private" location="aggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/aggregator.h" lineno="27" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void valueChanged()"/>
|
|
<variable name="m_model" fullname="qtmt::Aggregator::m_model" href="qtmt-aggregator.html#m_model-var" status="internal" access="private" location="aggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/aggregator.h" lineno="37" type="QAbstractItemModel *" static="false"/>
|
|
<variable name="m_onLayoutToBeChangedCount" fullname="qtmt::Aggregator::m_onLayoutToBeChangedCount" href="qtmt-aggregator.html#m_onLayoutToBeChangedCount-var" status="internal" access="private" location="aggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/aggregator.h" lineno="40" type="int" static="false"/>
|
|
<variable name="m_value" fullname="qtmt::Aggregator::m_value" href="qtmt-aggregator.html#m_value-var" status="internal" access="private" location="aggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/aggregator.h" lineno="38" type="int" static="false"/>
|
|
</class>
|
|
<class name="ConcatModel" fullname="qtmt::ConcatModel" href="qtmt-concatmodel.html" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="41">
|
|
<function name="Q_INTERFACES" fullname="qtmt::ConcatModel::Q_INTERFACES" href="qtmt-concatmodel.html#Q_INTERFACES" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="44" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int Q_INTERFACES(int )">
|
|
<parameter type="int" name="" default=""/>
|
|
</function>
|
|
<function name="classBegin" fullname="qtmt::ConcatModel::classBegin" href="qtmt-concatmodel.html#classBegin" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="81" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void classBegin()"/>
|
|
<function name="componentComplete" fullname="qtmt::ConcatModel::componentComplete" href="qtmt-concatmodel.html#componentComplete" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="82" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void componentComplete()"/>
|
|
<function name="connectModelSlots" fullname="qtmt::ConcatModel::connectModelSlots" href="qtmt-concatmodel.html#connectModelSlots" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="100" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void connectModelSlots(int index, class QAbstractItemModel *model)">
|
|
<parameter type="int" name="index" default=""/>
|
|
<parameter type="class QAbstractItemModel *" name="model" default=""/>
|
|
</function>
|
|
<function name="countPrefix" fullname="qtmt::ConcatModel::countPrefix" href="qtmt-concatmodel.html#countPrefix" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="104" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="int" signature="int countPrefix(int sourceIndex) const">
|
|
<parameter type="int" name="sourceIndex" default=""/>
|
|
</function>
|
|
<function name="data" fullname="qtmt::ConcatModel::data" href="qtmt-concatmodel.html#data" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="76" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int data(const int &, int ) const override">
|
|
<parameter type="const int &" name="" default=""/>
|
|
<parameter type="int" name="" default=""/>
|
|
</function>
|
|
<function name="disconnectModelSlots" fullname="qtmt::ConcatModel::disconnectModelSlots" href="qtmt-concatmodel.html#disconnectModelSlots" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="101" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void disconnectModelSlots(class QAbstractItemModel *model)">
|
|
<parameter type="class QAbstractItemModel *" name="model" default=""/>
|
|
</function>
|
|
<function name="expectedRoles" fullname="qtmt::ConcatModel::expectedRoles" href="qtmt-concatmodel.html#expectedRoles" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="65" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="const int &" signature="const int & expectedRoles() const"/>
|
|
<function name="expectedRolesChanged" fullname="qtmt::ConcatModel::expectedRolesChanged" href="qtmt-concatmodel.html#expectedRolesChanged" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="86" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void expectedRolesChanged()"/>
|
|
<function name="fetchRowCounts" fullname="qtmt::ConcatModel::fetchRowCounts" href="qtmt-concatmodel.html#fetchRowCounts" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="105" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void fetchRowCounts()"/>
|
|
<function name="initAllModelsSlots" fullname="qtmt::ConcatModel::initAllModelsSlots" href="qtmt-concatmodel.html#initAllModelsSlots" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="99" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void initAllModelsSlots()"/>
|
|
<function name="initRoles" fullname="qtmt::ConcatModel::initRoles" href="qtmt-concatmodel.html#initRoles" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="94" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void initRoles()"/>
|
|
<function name="initRolesMapping" fullname="qtmt::ConcatModel::initRolesMapping" href="qtmt-concatmodel.html#initRolesMapping" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="96" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void initRolesMapping(int index, class QAbstractItemModel *model)">
|
|
<parameter type="int" name="index" default=""/>
|
|
<parameter type="class QAbstractItemModel *" name="model" default=""/>
|
|
</function>
|
|
<function name="initRolesMapping" fullname="qtmt::ConcatModel::initRolesMapping" href="qtmt-concatmodel.html#initRolesMapping-1" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="97" meta="plain" virtual="non" const="false" static="false" final="false" override="false" overload="true" overload-number="1" type="void" signature="void initRolesMapping()"/>
|
|
<function name="mapFromSourceRoles" fullname="qtmt::ConcatModel::mapFromSourceRoles" href="qtmt-concatmodel.html#mapFromSourceRoles" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="107" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="int" signature="int mapFromSourceRoles(int , const int &) const">
|
|
<parameter type="int" name="" default=""/>
|
|
<parameter type="const int &" name="" default=""/>
|
|
</function>
|
|
<function name="markerRoleName" fullname="qtmt::ConcatModel::markerRoleName" href="qtmt-concatmodel.html#markerRoleName" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="62" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="const int &" signature="const int & markerRoleName() const"/>
|
|
<function name="propagateResets" fullname="qtmt::ConcatModel::propagateResets" href="qtmt-concatmodel.html#propagateResets" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="68" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="bool" signature="bool propagateResets() const"/>
|
|
<function name="propagateResetsChanged" fullname="qtmt::ConcatModel::propagateResetsChanged" href="qtmt-concatmodel.html#propagateResetsChanged" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="87" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void propagateResetsChanged()"/>
|
|
<function name="roleNames" fullname="qtmt::ConcatModel::roleNames" href="qtmt-concatmodel.html#roleNames" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="78" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int roleNames() const override"/>
|
|
<function name="rowCount" fullname="qtmt::ConcatModel::rowCount" href="qtmt-concatmodel.html#rowCount" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="75" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int rowCount(const int &parent) const override">
|
|
<parameter type="const int &" name="parent" default="..."/>
|
|
</function>
|
|
<function name="rowCountInternal" fullname="qtmt::ConcatModel::rowCountInternal" href="qtmt-concatmodel.html#rowCountInternal" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="103" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="int" signature="int rowCountInternal() const"/>
|
|
<function name="setData" fullname="qtmt::ConcatModel::setData" href="qtmt-concatmodel.html#setData" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="77" meta="plain" virtual="non" const="false" static="false" final="false" override="true" type="bool" signature="bool setData(const int &index, const int &value, int role) override">
|
|
<parameter type="const int &" name="index" default=""/>
|
|
<parameter type="const int &" name="value" default=""/>
|
|
<parameter type="int" name="role" default=""/>
|
|
</function>
|
|
<function name="setExpectedRoles" fullname="qtmt::ConcatModel::setExpectedRoles" href="qtmt-concatmodel.html#setExpectedRoles" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="64" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setExpectedRoles(const int &expectedRoles)">
|
|
<parameter type="const int &" name="expectedRoles" default=""/>
|
|
</function>
|
|
<function name="setMarkerRoleName" fullname="qtmt::ConcatModel::setMarkerRoleName" href="qtmt-concatmodel.html#setMarkerRoleName" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="61" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setMarkerRoleName(const int &markerRoleName)">
|
|
<parameter type="const int &" name="markerRoleName" default=""/>
|
|
</function>
|
|
<function name="setPropagateResets" fullname="qtmt::ConcatModel::setPropagateResets" href="qtmt-concatmodel.html#setPropagateResets" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="67" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setPropagateResets(bool propagateResets)">
|
|
<parameter type="bool" name="propagateResets" default=""/>
|
|
</function>
|
|
<function name="sourceForIndex" fullname="qtmt::ConcatModel::sourceForIndex" href="qtmt-concatmodel.html#sourceForIndex" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="92" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="int" signature="int sourceForIndex(int ) const">
|
|
<parameter type="int" name="" default=""/>
|
|
</function>
|
|
<function name="sources" fullname="qtmt::ConcatModel::sources" href="qtmt-concatmodel.html#sources" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="59" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int sources()"/>
|
|
<variable name="QAbstractItemModel" fullname="qtmt::ConcatModel::QAbstractItemModel" href="qtmt-concatmodel.html#QAbstractItemModel-var" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="71" type="int" static="false"/>
|
|
<variable name="m_expectedRoles" fullname="qtmt::ConcatModel::m_expectedRoles" href="qtmt-concatmodel.html#m_expectedRoles-var" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="111" type="int" static="false"/>
|
|
<variable name="m_initialized" fullname="qtmt::ConcatModel::m_initialized" href="qtmt-concatmodel.html#m_initialized-var" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="117" type="bool" static="false"/>
|
|
<variable name="m_layoutChangePersistentIndexes" fullname="qtmt::ConcatModel::m_layoutChangePersistentIndexes" href="qtmt-concatmodel.html#m_layoutChangePersistentIndexes-var" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="128" type="int" static="false"/>
|
|
<variable name="m_markerRole" fullname="qtmt::ConcatModel::m_markerRole" href="qtmt-concatmodel.html#m_markerRole-var" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="115" type="int" static="false"/>
|
|
<variable name="m_markerRoleName" fullname="qtmt::ConcatModel::m_markerRoleName" href="qtmt-concatmodel.html#m_markerRoleName-var" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="114" type="int" static="false"/>
|
|
<variable name="m_nameRoles" fullname="qtmt::ConcatModel::m_nameRoles" href="qtmt-concatmodel.html#m_nameRoles-var" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="120" type="int" static="false"/>
|
|
<variable name="m_propagateResets" fullname="qtmt::ConcatModel::m_propagateResets" href="qtmt-concatmodel.html#m_propagateResets-var" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="112" type="bool" static="false"/>
|
|
<variable name="m_proxyIndexes" fullname="qtmt::ConcatModel::m_proxyIndexes" href="qtmt-concatmodel.html#m_proxyIndexes-var" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="129" type="int" static="false"/>
|
|
<variable name="m_roleNames" fullname="qtmt::ConcatModel::m_roleNames" href="qtmt-concatmodel.html#m_roleNames-var" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="119" type="int" static="false"/>
|
|
<variable name="m_rolesMappingInitializationFlags" fullname="qtmt::ConcatModel::m_rolesMappingInitializationFlags" href="qtmt-concatmodel.html#m_rolesMappingInitializationFlags-var" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="124" type="int" static="false"/>
|
|
<variable name="m_rowCounts" fullname="qtmt::ConcatModel::m_rowCounts" href="qtmt-concatmodel.html#m_rowCounts-var" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="125" type="int" static="false"/>
|
|
<variable name="m_sources" fullname="qtmt::ConcatModel::m_sources" href="qtmt-concatmodel.html#m_sources-var" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="110" type="int" static="false"/>
|
|
<variable name="s_defaultMarkerRoleName" fullname="qtmt::ConcatModel::s_defaultMarkerRoleName" href="qtmt-concatmodel.html#s_defaultMarkerRoleName-var" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="90" type="const char *const" static="true"/>
|
|
</class>
|
|
<class name="LeftJoinModel" fullname="qtmt::LeftJoinModel" href="qtmt-leftjoinmodel.html" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="9">
|
|
<function name="Q_INTERFACES" fullname="qtmt::LeftJoinModel::Q_INTERFACES" href="qtmt-leftjoinmodel.html#Q_INTERFACES" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="12" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int Q_INTERFACES(int )">
|
|
<parameter type="int" name="" default=""/>
|
|
</function>
|
|
<function name="classBegin" fullname="qtmt::LeftJoinModel::classBegin" href="qtmt-leftjoinmodel.html#classBegin" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="45" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void classBegin()"/>
|
|
<function name="componentComplete" fullname="qtmt::LeftJoinModel::componentComplete" href="qtmt-leftjoinmodel.html#componentComplete" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="46" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void componentComplete()"/>
|
|
<function name="connectLeftModelSignals" fullname="qtmt::LeftJoinModel::connectLeftModelSignals" href="qtmt-leftjoinmodel.html#connectLeftModelSignals" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="58" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void connectLeftModelSignals()"/>
|
|
<function name="connectRightModelSignals" fullname="qtmt::LeftJoinModel::connectRightModelSignals" href="qtmt-leftjoinmodel.html#connectRightModelSignals" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="59" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void connectRightModelSignals()"/>
|
|
<function name="data" fullname="qtmt::LeftJoinModel::data" href="qtmt-leftjoinmodel.html#data" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="43" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int data(const int &, int ) const override">
|
|
<parameter type="const int &" name="" default=""/>
|
|
<parameter type="int" name="" default=""/>
|
|
</function>
|
|
<function name="initialize" fullname="qtmt::LeftJoinModel::initialize" href="qtmt-leftjoinmodel.html#initialize" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="56" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void initialize(bool reset)">
|
|
<parameter type="bool" name="reset" default=""/>
|
|
</function>
|
|
<function name="initializeIfReady" fullname="qtmt::LeftJoinModel::initializeIfReady" href="qtmt-leftjoinmodel.html#initializeIfReady" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="55" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void initializeIfReady(bool reset)">
|
|
<parameter type="bool" name="reset" default=""/>
|
|
</function>
|
|
<function name="joinRole" fullname="qtmt::LeftJoinModel::joinRole" href="qtmt-leftjoinmodel.html#joinRole" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="36" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="const int &" signature="const int & joinRole() const"/>
|
|
<function name="joinRoleChanged" fullname="qtmt::LeftJoinModel::joinRoleChanged" href="qtmt-leftjoinmodel.html#joinRoleChanged" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="51" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void joinRoleChanged()"/>
|
|
<function name="leftModel" fullname="qtmt::LeftJoinModel::leftModel" href="qtmt-leftjoinmodel.html#leftModel" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="30" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="int *" signature="int * leftModel() const"/>
|
|
<function name="rightModel" fullname="qtmt::LeftJoinModel::rightModel" href="qtmt-leftjoinmodel.html#rightModel" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="33" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="int *" signature="int * rightModel() const"/>
|
|
<function name="rightModelChanged" fullname="qtmt::LeftJoinModel::rightModelChanged" href="qtmt-leftjoinmodel.html#rightModelChanged" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="50" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void rightModelChanged()"/>
|
|
<function name="roleNames" fullname="qtmt::LeftJoinModel::roleNames" href="qtmt-leftjoinmodel.html#roleNames" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="42" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int roleNames() const override"/>
|
|
<function name="rolesToJoin" fullname="qtmt::LeftJoinModel::rolesToJoin" href="qtmt-leftjoinmodel.html#rolesToJoin" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="39" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="const int &" signature="const int & rolesToJoin() const"/>
|
|
<function name="rolesToJoinChanged" fullname="qtmt::LeftJoinModel::rolesToJoinChanged" href="qtmt-leftjoinmodel.html#rolesToJoinChanged" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="52" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void rolesToJoinChanged()"/>
|
|
<function name="rowCount" fullname="qtmt::LeftJoinModel::rowCount" href="qtmt-leftjoinmodel.html#rowCount" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="41" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int rowCount(const int &parent) const override">
|
|
<parameter type="const int &" name="parent" default="..."/>
|
|
</function>
|
|
<function name="setJoinRole" fullname="qtmt::LeftJoinModel::setJoinRole" href="qtmt-leftjoinmodel.html#setJoinRole" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="35" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setJoinRole(const int &joinRole)">
|
|
<parameter type="const int &" name="joinRole" default=""/>
|
|
</function>
|
|
<function name="setLeftModel" fullname="qtmt::LeftJoinModel::setLeftModel" href="qtmt-leftjoinmodel.html#setLeftModel" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="29" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setLeftModel(int *model)">
|
|
<parameter type="int *" name="model" default=""/>
|
|
</function>
|
|
<function name="setRightModel" fullname="qtmt::LeftJoinModel::setRightModel" href="qtmt-leftjoinmodel.html#setRightModel" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="32" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setRightModel(int *model)">
|
|
<parameter type="int *" name="model" default=""/>
|
|
</function>
|
|
<function name="setRolesToJoin" fullname="qtmt::LeftJoinModel::setRolesToJoin" href="qtmt-leftjoinmodel.html#setRolesToJoin" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="38" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setRolesToJoin(const int &roles)">
|
|
<parameter type="const int &" name="roles" default=""/>
|
|
</function>
|
|
<variable name="m_initialized" fullname="qtmt::LeftJoinModel::m_initialized" href="qtmt-leftjoinmodel.html#m_initialized-var" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="75" type="bool" static="false"/>
|
|
<variable name="m_joinRole" fullname="qtmt::LeftJoinModel::m_joinRole" href="qtmt-leftjoinmodel.html#m_joinRole-var" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="67" type="int" static="false"/>
|
|
<variable name="m_joinedRoles" fullname="qtmt::LeftJoinModel::m_joinedRoles" href="qtmt-leftjoinmodel.html#m_joinedRoles-var" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="65" type="int" static="false"/>
|
|
<variable name="m_lastUsedRightModelIndex" fullname="qtmt::LeftJoinModel::m_lastUsedRightModelIndex" href="qtmt-leftjoinmodel.html#m_lastUsedRightModelIndex-var" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="77" type="int" static="false"/>
|
|
<variable name="m_layoutChangePersistentIndexes" fullname="qtmt::LeftJoinModel::m_layoutChangePersistentIndexes" href="qtmt-leftjoinmodel.html#m_layoutChangePersistentIndexes-var" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="80" type="int" static="false"/>
|
|
<variable name="m_leftModel" fullname="qtmt::LeftJoinModel::m_leftModel" href="qtmt-leftjoinmodel.html#m_leftModel-var" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="72" type="int" static="false"/>
|
|
<variable name="m_leftModelJoinRole" fullname="qtmt::LeftJoinModel::m_leftModelJoinRole" href="qtmt-leftjoinmodel.html#m_leftModelJoinRole-var" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="69" type="int" static="false"/>
|
|
<variable name="m_leftRoleNames" fullname="qtmt::LeftJoinModel::m_leftRoleNames" href="qtmt-leftjoinmodel.html#m_leftRoleNames-var" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="62" type="int" static="false"/>
|
|
<variable name="m_proxyIndexes" fullname="qtmt::LeftJoinModel::m_proxyIndexes" href="qtmt-leftjoinmodel.html#m_proxyIndexes-var" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="81" type="int" static="false"/>
|
|
<variable name="m_rightModel" fullname="qtmt::LeftJoinModel::m_rightModel" href="qtmt-leftjoinmodel.html#m_rightModel-var" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="73" type="int" static="false"/>
|
|
<variable name="m_rightModelJoinRole" fullname="qtmt::LeftJoinModel::m_rightModelJoinRole" href="qtmt-leftjoinmodel.html#m_rightModelJoinRole-var" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="70" type="int" static="false"/>
|
|
<variable name="m_rightModelRolesOffset" fullname="qtmt::LeftJoinModel::m_rightModelRolesOffset" href="qtmt-leftjoinmodel.html#m_rightModelRolesOffset-var" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="61" type="int" static="false"/>
|
|
<variable name="m_rightRoleNames" fullname="qtmt::LeftJoinModel::m_rightRoleNames" href="qtmt-leftjoinmodel.html#m_rightRoleNames-var" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="63" type="int" static="false"/>
|
|
<variable name="m_roleNames" fullname="qtmt::LeftJoinModel::m_roleNames" href="qtmt-leftjoinmodel.html#m_roleNames-var" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="64" type="int" static="false"/>
|
|
<variable name="m_rolesToJoin" fullname="qtmt::LeftJoinModel::m_rolesToJoin" href="qtmt-leftjoinmodel.html#m_rolesToJoin-var" status="internal" access="private" location="leftjoinmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/leftjoinmodel.h" lineno="68" type="int" static="false"/>
|
|
</class>
|
|
<class name="ModelCount" fullname="qtmt::ModelCount" href="qtmt-modelcount.html" status="internal" access="private" location="modelcount.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelcount.h" lineno="10">
|
|
<function name="Q_PROPERTY" fullname="qtmt::ModelCount::Q_PROPERTY" href="qtmt-modelcount.html#Q_PROPERTY" status="internal" access="private" location="modelcount.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelcount.h" lineno="12" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int Q_PROPERTY(int )">
|
|
<parameter type="int" name="" default=""/>
|
|
</function>
|
|
<function name="count" fullname="qtmt::ModelCount::count" href="qtmt-modelcount.html#count" status="internal" access="private" location="modelcount.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelcount.h" lineno="20" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="int" signature="int count() const"/>
|
|
<function name="empty" fullname="qtmt::ModelCount::empty" href="qtmt-modelcount.html#empty" status="internal" access="private" location="modelcount.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelcount.h" lineno="21" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="bool" signature="bool empty() const"/>
|
|
<function name="emptyChanged" fullname="qtmt::ModelCount::emptyChanged" href="qtmt-modelcount.html#emptyChanged" status="internal" access="private" location="modelcount.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelcount.h" lineno="25" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void emptyChanged()"/>
|
|
<function name="qmlAttachedProperties" fullname="qtmt::ModelCount::qmlAttachedProperties" href="qtmt-modelcount.html#qmlAttachedProperties" status="internal" access="private" location="modelcount.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelcount.h" lineno="18" meta="plain" virtual="non" const="false" static="true" final="false" override="false" type="qtmt::ModelCount *" signature="qtmt::ModelCount * qmlAttachedProperties(int *object)">
|
|
<parameter type="int *" name="object" default=""/>
|
|
</function>
|
|
<variable name="m_count" fullname="qtmt::ModelCount::m_count" href="qtmt-modelcount.html#m_count-var" status="internal" access="private" location="modelcount.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelcount.h" lineno="28" type="int" static="false"/>
|
|
</class>
|
|
<class name="ModelSyncedContainer" fullname="qtmt::ModelSyncedContainer" href="qtmt-modelsyncedcontainer.html" status="internal" access="private" location="modelsyncedcontainer.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelsyncedcontainer.h" lineno="12">
|
|
<function name="data" fullname="qtmt::ModelSyncedContainer::data" href="qtmt-modelsyncedcontainer.html#data" status="internal" access="private" location="modelsyncedcontainer.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelsyncedcontainer.h" lineno="116" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="const int &" signature="const int & data() const"/>
|
|
<function name="operator[]" fullname="qtmt::ModelSyncedContainer::operator[]" href="qtmt-modelsyncedcontainer.html#operator-5b-5d" status="internal" access="private" location="modelsyncedcontainer.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelsyncedcontainer.h" lineno="102" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="const T &" signature="const T & operator[](int i) const">
|
|
<parameter type="int" name="i" default=""/>
|
|
</function>
|
|
<function name="operator[]" fullname="qtmt::ModelSyncedContainer::operator[]" href="qtmt-modelsyncedcontainer.html#operator-5b-5d-1" status="internal" access="private" location="modelsyncedcontainer.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelsyncedcontainer.h" lineno="107" meta="plain" virtual="non" const="false" static="false" final="false" override="false" overload="true" overload-number="1" type="T &" signature="T & operator[](int i)">
|
|
<parameter type="int" name="i" default=""/>
|
|
</function>
|
|
<function name="setModel" fullname="qtmt::ModelSyncedContainer::setModel" href="qtmt-modelsyncedcontainer.html#setModel" status="internal" access="private" location="modelsyncedcontainer.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelsyncedcontainer.h" lineno="15" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setModel(int *model)">
|
|
<parameter type="int *" name="model" default=""/>
|
|
</function>
|
|
<function name="size" fullname="qtmt::ModelSyncedContainer::size" href="qtmt-modelsyncedcontainer.html#size" status="internal" access="private" location="modelsyncedcontainer.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelsyncedcontainer.h" lineno="112" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="int" signature="int size() const"/>
|
|
<function name="storePersistentIndexes" fullname="qtmt::ModelSyncedContainer::storePersistentIndexes" href="qtmt-modelsyncedcontainer.html#storePersistentIndexes" status="internal" access="private" location="modelsyncedcontainer.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelsyncedcontainer.h" lineno="121" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void storePersistentIndexes(int *model)">
|
|
<parameter type="int *" name="model" default=""/>
|
|
</function>
|
|
<function name="updateFromPersistentIndexes" fullname="qtmt::ModelSyncedContainer::updateFromPersistentIndexes" href="qtmt-modelsyncedcontainer.html#updateFromPersistentIndexes" status="internal" access="private" location="modelsyncedcontainer.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelsyncedcontainer.h" lineno="131" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void updateFromPersistentIndexes()"/>
|
|
<variable name="m_container" fullname="qtmt::ModelSyncedContainer::m_container" href="qtmt-modelsyncedcontainer.html#m_container-var" status="internal" access="private" location="modelsyncedcontainer.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelsyncedcontainer.h" lineno="153" type="int" static="false"/>
|
|
<variable name="m_ctx" fullname="qtmt::ModelSyncedContainer::m_ctx" href="qtmt-modelsyncedcontainer.html#m_ctx-var" status="internal" access="private" location="modelsyncedcontainer.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelsyncedcontainer.h" lineno="155" type="int" static="false"/>
|
|
<variable name="m_persistentIndexes" fullname="qtmt::ModelSyncedContainer::m_persistentIndexes" href="qtmt-modelsyncedcontainer.html#m_persistentIndexes-var" status="internal" access="private" location="modelsyncedcontainer.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/modelsyncedcontainer.h" lineno="152" type="int" static="false"/>
|
|
</class>
|
|
<class name="ObjectProxyModel" fullname="qtmt::ObjectProxyModel" href="qtmt-objectproxymodel.html" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="16">
|
|
<function name="Q_PROPERTY" fullname="qtmt::ObjectProxyModel::Q_PROPERTY" href="qtmt-objectproxymodel.html#Q_PROPERTY" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="20" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int Q_PROPERTY(int *)">
|
|
<parameter type="int *" name="" default=""/>
|
|
</function>
|
|
<function name="data" fullname="qtmt::ObjectProxyModel::data" href="qtmt-objectproxymodel.html#data" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="32" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int data(const int &, int ) const override">
|
|
<parameter type="const int &" name="" default=""/>
|
|
<parameter type="int" name="" default=""/>
|
|
</function>
|
|
<function name="delegate" fullname="qtmt::ObjectProxyModel::delegate" href="qtmt-objectproxymodel.html#delegate" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="36" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="int *" signature="int * delegate() const"/>
|
|
<function name="emitAllDataChanged" fullname="qtmt::ObjectProxyModel::emitAllDataChanged" href="qtmt-objectproxymodel.html#emitAllDataChanged" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="57" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void emitAllDataChanged()"/>
|
|
<function name="expectedRoles" fullname="qtmt::ObjectProxyModel::expectedRoles" href="qtmt-objectproxymodel.html#expectedRoles" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="40" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="const int &" signature="const int & expectedRoles() const"/>
|
|
<function name="expectedRolesChanged" fullname="qtmt::ObjectProxyModel::expectedRolesChanged" href="qtmt-objectproxymodel.html#expectedRolesChanged" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="49" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void expectedRolesChanged()"/>
|
|
<function name="exposedRoles" fullname="qtmt::ObjectProxyModel::exposedRoles" href="qtmt-objectproxymodel.html#exposedRoles" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="43" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="const int &" signature="const int & exposedRoles() const"/>
|
|
<function name="exposedRolesChanged" fullname="qtmt::ObjectProxyModel::exposedRolesChanged" href="qtmt-objectproxymodel.html#exposedRolesChanged" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="50" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void exposedRolesChanged()"/>
|
|
<function name="findExpectedRoles" fullname="qtmt::ObjectProxyModel::findExpectedRoles" href="qtmt-objectproxymodel.html#findExpectedRoles" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="70" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int findExpectedRoles(const int &, const int &)">
|
|
<parameter type="const int &" name="" default=""/>
|
|
<parameter type="const int &" name="" default=""/>
|
|
</function>
|
|
<function name="initRoles" fullname="qtmt::ObjectProxyModel::initRoles" href="qtmt-objectproxymodel.html#initRoles" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="66" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void initRoles()"/>
|
|
<function name="roleNames" fullname="qtmt::ObjectProxyModel::roleNames" href="qtmt-objectproxymodel.html#roleNames" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="34" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int roleNames() const override"/>
|
|
<function name="setDelegate" fullname="qtmt::ObjectProxyModel::setDelegate" href="qtmt-objectproxymodel.html#setDelegate" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="37" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setDelegate(int *delegate)">
|
|
<parameter type="int *" name="delegate" default=""/>
|
|
</function>
|
|
<function name="setExpectedRoles" fullname="qtmt::ObjectProxyModel::setExpectedRoles" href="qtmt-objectproxymodel.html#setExpectedRoles" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="39" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setExpectedRoles(const int &expectedRoles)">
|
|
<parameter type="const int &" name="expectedRoles" default=""/>
|
|
</function>
|
|
<function name="setExposedRoles" fullname="qtmt::ObjectProxyModel::setExposedRoles" href="qtmt-objectproxymodel.html#setExposedRoles" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="42" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setExposedRoles(const int &exposedRoles)">
|
|
<parameter type="const int &" name="exposedRoles" default=""/>
|
|
</function>
|
|
<function name="setSourceModel" fullname="qtmt::ObjectProxyModel::setSourceModel" href="qtmt-objectproxymodel.html#setSourceModel" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="33" meta="plain" virtual="non" const="false" static="false" final="false" override="true" type="void" signature="void setSourceModel(int *sourceModel) override">
|
|
<parameter type="int *" name="sourceModel" default=""/>
|
|
</function>
|
|
<function name="updateIndexes" fullname="qtmt::ObjectProxyModel::updateIndexes" href="qtmt-objectproxymodel.html#updateIndexes" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="68" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void updateIndexes(int from, int to)">
|
|
<parameter type="int" name="from" default=""/>
|
|
<parameter type="int" name="to" default=""/>
|
|
</function>
|
|
<function name="updateRoleNames" fullname="qtmt::ObjectProxyModel::updateRoleNames" href="qtmt-objectproxymodel.html#updateRoleNames" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="67" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void updateRoleNames()"/>
|
|
<struct name="Entry" fullname="qtmt::ObjectProxyModel::Entry" href="qtmt-objectproxymodel-entry.html" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="60">
|
|
<variable name="context" fullname="qtmt::ObjectProxyModel::Entry::context" href="qtmt-objectproxymodel-entry.html#context-var" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="63" type="int *" static="false"/>
|
|
<variable name="proxy" fullname="qtmt::ObjectProxyModel::Entry::proxy" href="qtmt-objectproxymodel-entry.html#proxy-var" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="61" type="int" static="false"/>
|
|
<variable name="rowData" fullname="qtmt::ObjectProxyModel::Entry::rowData" href="qtmt-objectproxymodel-entry.html#rowData-var" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="62" type="int *" static="false"/>
|
|
</struct>
|
|
<variable name="QObject" fullname="qtmt::ObjectProxyModel::QObject" href="qtmt-objectproxymodel.html#QObject-var" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="45" type="int" static="false"/>
|
|
<variable name="m_container" fullname="qtmt::ObjectProxyModel::m_container" href="qtmt-objectproxymodel.html#m_container-var" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="84" type="ModelSyncedContainer<qtmt::ObjectProxyModel::Entry>" static="false"/>
|
|
<variable name="m_dataChangedQueued" fullname="qtmt::ObjectProxyModel::m_dataChangedQueued" href="qtmt-objectproxymodel.html#m_dataChangedQueued-var" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="76" type="bool" static="false"/>
|
|
<variable name="m_delegate" fullname="qtmt::ObjectProxyModel::m_delegate" href="qtmt-objectproxymodel.html#m_delegate-var" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="73" type="int" static="false"/>
|
|
<variable name="m_expectedRoleNames" fullname="qtmt::ObjectProxyModel::m_expectedRoleNames" href="qtmt-objectproxymodel.html#m_expectedRoleNames-var" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="74" type="int" static="false"/>
|
|
<variable name="m_expectedRoles" fullname="qtmt::ObjectProxyModel::m_expectedRoles" href="qtmt-objectproxymodel.html#m_expectedRoles-var" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="78" type="int" static="false"/>
|
|
<variable name="m_exposedRoles" fullname="qtmt::ObjectProxyModel::m_exposedRoles" href="qtmt-objectproxymodel.html#m_exposedRoles-var" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="79" type="int" static="false"/>
|
|
<variable name="m_exposedRolesSet" fullname="qtmt::ObjectProxyModel::m_exposedRolesSet" href="qtmt-objectproxymodel.html#m_exposedRolesSet-var" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="82" type="int" static="false"/>
|
|
<variable name="m_roleNames" fullname="qtmt::ObjectProxyModel::m_roleNames" href="qtmt-objectproxymodel.html#m_roleNames-var" status="internal" access="private" location="objectproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/objectproxymodel.h" lineno="81" type="int" static="false"/>
|
|
</class>
|
|
<class name="RoleRename" fullname="qtmt::RoleRename" href="qtmt-rolerename.html" status="internal" access="private" location="rolesrenamingmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/rolesrenamingmodel.h" lineno="8">
|
|
<function name="Q_PROPERTY" fullname="qtmt::RoleRename::Q_PROPERTY" href="qtmt-rolerename.html#Q_PROPERTY" status="internal" access="private" location="rolesrenamingmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/rolesrenamingmodel.h" lineno="11" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int Q_PROPERTY(int )">
|
|
<parameter type="int" name="" default=""/>
|
|
</function>
|
|
<function name="from" fullname="qtmt::RoleRename::from" href="qtmt-rolerename.html#from" status="internal" access="private" location="rolesrenamingmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/rolesrenamingmodel.h" lineno="18" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="const int &" signature="const int & from() const"/>
|
|
<function name="setFrom" fullname="qtmt::RoleRename::setFrom" href="qtmt-rolerename.html#setFrom" status="internal" access="private" location="rolesrenamingmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/rolesrenamingmodel.h" lineno="17" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setFrom(const int &from)">
|
|
<parameter type="const int &" name="from" default=""/>
|
|
</function>
|
|
<function name="setTo" fullname="qtmt::RoleRename::setTo" href="qtmt-rolerename.html#setTo" status="internal" access="private" location="rolesrenamingmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/rolesrenamingmodel.h" lineno="20" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setTo(const int &to)">
|
|
<parameter type="const int &" name="to" default=""/>
|
|
</function>
|
|
<function name="to" fullname="qtmt::RoleRename::to" href="qtmt-rolerename.html#to" status="internal" access="private" location="rolesrenamingmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/rolesrenamingmodel.h" lineno="21" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="const int &" signature="const int & to() const"/>
|
|
<function name="toChanged" fullname="qtmt::RoleRename::toChanged" href="qtmt-rolerename.html#toChanged" status="internal" access="private" location="rolesrenamingmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/rolesrenamingmodel.h" lineno="25" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void toChanged()"/>
|
|
<variable name="m_from" fullname="qtmt::RoleRename::m_from" href="qtmt-rolerename.html#m_from-var" status="internal" access="private" location="rolesrenamingmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/rolesrenamingmodel.h" lineno="28" type="int" static="false"/>
|
|
<variable name="m_to" fullname="qtmt::RoleRename::m_to" href="qtmt-rolerename.html#m_to-var" status="internal" access="private" location="rolesrenamingmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/rolesrenamingmodel.h" lineno="29" type="int" static="false"/>
|
|
</class>
|
|
<class name="RolesRenamingModel" fullname="qtmt::RolesRenamingModel" href="qtmt-rolesrenamingmodel.html" status="internal" access="private" location="rolesrenamingmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/rolesrenamingmodel.h" lineno="32">
|
|
<function name="Q_PROPERTY" fullname="qtmt::RolesRenamingModel::Q_PROPERTY" href="qtmt-rolesrenamingmodel.html#Q_PROPERTY" status="internal" access="private" location="rolesrenamingmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/rolesrenamingmodel.h" lineno="35" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int Q_PROPERTY(int )">
|
|
<parameter type="int" name="" default=""/>
|
|
</function>
|
|
<function name="mapping" fullname="qtmt::RolesRenamingModel::mapping" href="qtmt-rolesrenamingmodel.html#mapping" status="internal" access="private" location="rolesrenamingmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/rolesrenamingmodel.h" lineno="40" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int mapping()"/>
|
|
<function name="roleNames" fullname="qtmt::RolesRenamingModel::roleNames" href="qtmt-rolesrenamingmodel.html#roleNames" status="internal" access="private" location="rolesrenamingmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/rolesrenamingmodel.h" lineno="41" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int roleNames() const override"/>
|
|
<variable name="m_mapping" fullname="qtmt::RolesRenamingModel::m_mapping" href="qtmt-rolesrenamingmodel.html#m_mapping-var" status="internal" access="private" location="rolesrenamingmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/rolesrenamingmodel.h" lineno="45" type="int" static="false"/>
|
|
<variable name="m_rolesFetched" fullname="qtmt::RolesRenamingModel::m_rolesFetched" href="qtmt-rolesrenamingmodel.html#m_rolesFetched-var" status="internal" access="private" location="rolesrenamingmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/rolesrenamingmodel.h" lineno="44" type="bool" static="false"/>
|
|
</class>
|
|
<class name="SingleRoleAggregator" fullname="qtmt::SingleRoleAggregator" href="qtmt-singleroleaggregator.html" status="internal" access="private" location="singleroleaggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/singleroleaggregator.h" lineno="9" bases="qtmt::Aggregator">
|
|
<function name="Q_PROPERTY" fullname="qtmt::SingleRoleAggregator::Q_PROPERTY" href="qtmt-singleroleaggregator.html#Q_PROPERTY" status="internal" access="private" location="singleroleaggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/singleroleaggregator.h" lineno="12" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int Q_PROPERTY(int )">
|
|
<parameter type="int" name="" default=""/>
|
|
</function>
|
|
<function name="acceptRoles" fullname="qtmt::SingleRoleAggregator::acceptRoles" href="qtmt-singleroleaggregator.html#acceptRoles" status="internal" access="private" location="singleroleaggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/singleroleaggregator.h" lineno="24" meta="plain" virtual="non" const="false" static="false" final="false" override="true" type="bool" signature="bool acceptRoles(const int &roles) override">
|
|
<parameter type="const int &" name="roles" default=""/>
|
|
</function>
|
|
<function name="roleExists" fullname="qtmt::SingleRoleAggregator::roleExists" href="qtmt-singleroleaggregator.html#roleExists" status="internal" access="private" location="singleroleaggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/singleroleaggregator.h" lineno="25" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="bool" signature="bool roleExists() const"/>
|
|
<function name="roleName" fullname="qtmt::SingleRoleAggregator::roleName" href="qtmt-singleroleaggregator.html#roleName" status="internal" access="private" location="singleroleaggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/singleroleaggregator.h" lineno="17" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="const int &" signature="const int & roleName() const"/>
|
|
<function name="setRoleName" fullname="qtmt::SingleRoleAggregator::setRoleName" href="qtmt-singleroleaggregator.html#setRoleName" status="internal" access="private" location="singleroleaggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/singleroleaggregator.h" lineno="18" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setRoleName(const int &roleName)">
|
|
<parameter type="const int &" name="roleName" default=""/>
|
|
</function>
|
|
<variable name="m_roleName" fullname="qtmt::SingleRoleAggregator::m_roleName" href="qtmt-singleroleaggregator.html#m_roleName-var" status="internal" access="private" location="singleroleaggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/singleroleaggregator.h" lineno="28" type="int" static="false"/>
|
|
</class>
|
|
<class name="SnapshotObject" fullname="qtmt::SnapshotObject" href="qtmt-snapshotobject.html" status="internal" access="private" location="snapshotobject.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/snapshotobject.h" lineno="10">
|
|
<function name="Q_PROPERTY" fullname="qtmt::SnapshotObject::Q_PROPERTY" href="qtmt-snapshotobject.html#Q_PROPERTY" status="internal" access="private" location="snapshotobject.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/snapshotobject.h" lineno="14" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int Q_PROPERTY(int )">
|
|
<parameter type="int" name="" default=""/>
|
|
</function>
|
|
<function name="SnapshotObject" fullname="qtmt::SnapshotObject::SnapshotObject" href="qtmt-snapshotobject.html#SnapshotObject" status="internal" access="private" location="snapshotobject.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/snapshotobject.h" lineno="19" meta="constructor" virtual="non" const="false" static="false" final="false" override="false" type="" signature="SnapshotObject(const int *object, int *parent)">
|
|
<parameter type="const int *" name="object" default=""/>
|
|
<parameter type="int *" name="parent" default=""/>
|
|
</function>
|
|
<function name="available" fullname="qtmt::SnapshotObject::available" href="qtmt-snapshotobject.html#available" status="internal" access="private" location="snapshotobject.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/snapshotobject.h" lineno="22" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="bool" signature="bool available() const"/>
|
|
<function name="availableChanged" fullname="qtmt::SnapshotObject::availableChanged" href="qtmt-snapshotobject.html#availableChanged" status="internal" access="private" location="snapshotobject.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/snapshotobject.h" lineno="28" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void availableChanged()"/>
|
|
<function name="grabSnapshot" fullname="qtmt::SnapshotObject::grabSnapshot" href="qtmt-snapshotobject.html#grabSnapshot" status="internal" access="private" location="snapshotobject.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/snapshotobject.h" lineno="24" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void grabSnapshot(const int *object)">
|
|
<parameter type="const int *" name="object" default=""/>
|
|
</function>
|
|
<function name="insertIntoVariantMap" fullname="qtmt::SnapshotObject::insertIntoVariantMap" href="qtmt-snapshotobject.html#insertIntoVariantMap" status="internal" access="private" location="snapshotobject.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/snapshotobject.h" lineno="37" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void insertIntoVariantMap(int &map, const int &key, const int &value)">
|
|
<parameter type="int &" name="map" default=""/>
|
|
<parameter type="const int &" name="key" default=""/>
|
|
<parameter type="const int &" name="value" default=""/>
|
|
</function>
|
|
<function name="modelToVariant" fullname="qtmt::SnapshotObject::modelToVariant" href="qtmt-snapshotobject.html#modelToVariant" status="internal" access="private" location="snapshotobject.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/snapshotobject.h" lineno="36" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int modelToVariant(const QAbstractItemModel *)">
|
|
<parameter type="const QAbstractItemModel *" name="" default=""/>
|
|
</function>
|
|
<function name="objectToVariant" fullname="qtmt::SnapshotObject::objectToVariant" href="qtmt-snapshotobject.html#objectToVariant" status="internal" access="private" location="snapshotobject.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/snapshotobject.h" lineno="35" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int objectToVariant(const int *)">
|
|
<parameter type="const int *" name="" default=""/>
|
|
</function>
|
|
<function name="objectToVariantMap" fullname="qtmt::SnapshotObject::objectToVariantMap" href="qtmt-snapshotobject.html#objectToVariantMap" status="internal" access="private" location="snapshotobject.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/snapshotobject.h" lineno="34" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int objectToVariantMap(const int *)">
|
|
<parameter type="const int *" name="" default=""/>
|
|
</function>
|
|
<function name="setAvailable" fullname="qtmt::SnapshotObject::setAvailable" href="qtmt-snapshotobject.html#setAvailable" status="internal" access="private" location="snapshotobject.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/snapshotobject.h" lineno="31" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setAvailable(bool available)">
|
|
<parameter type="bool" name="available" default=""/>
|
|
</function>
|
|
<function name="setSnapshot" fullname="qtmt::SnapshotObject::setSnapshot" href="qtmt-snapshotobject.html#setSnapshot" status="internal" access="private" location="snapshotobject.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/snapshotobject.h" lineno="32" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setSnapshot(const int &snapshot)">
|
|
<parameter type="const int &" name="snapshot" default=""/>
|
|
</function>
|
|
<function name="snapshot" fullname="qtmt::SnapshotObject::snapshot" href="qtmt-snapshotobject.html#snapshot" status="internal" access="private" location="snapshotobject.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/snapshotobject.h" lineno="21" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="int" signature="int snapshot() const"/>
|
|
<variable name="m_available" fullname="qtmt::SnapshotObject::m_available" href="qtmt-snapshotobject.html#m_available-var" status="internal" access="private" location="snapshotobject.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/snapshotobject.h" lineno="40" type="bool" static="false"/>
|
|
<variable name="m_snapshot" fullname="qtmt::SnapshotObject::m_snapshot" href="qtmt-snapshotobject.html#m_snapshot-var" status="internal" access="private" location="snapshotobject.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/snapshotobject.h" lineno="39" type="int" static="false"/>
|
|
</class>
|
|
<class name="SourceModel" fullname="qtmt::SourceModel" href="qtmt-sourcemodel.html" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="12">
|
|
<function name="Q_PROPERTY" fullname="qtmt::SourceModel::Q_PROPERTY" href="qtmt-sourcemodel.html#Q_PROPERTY" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="16" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int Q_PROPERTY(QAbstractItemModel *)">
|
|
<parameter type="QAbstractItemModel *" name="" default=""/>
|
|
</function>
|
|
<function name="markerRoleValue" fullname="qtmt::SourceModel::markerRoleValue" href="qtmt-sourcemodel.html#markerRoleValue" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="29" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="const int &" signature="const int & markerRoleValue() const"/>
|
|
<function name="markerRoleValueChanged" fullname="qtmt::SourceModel::markerRoleValueChanged" href="qtmt-sourcemodel.html#markerRoleValueChanged" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="34" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void markerRoleValueChanged()"/>
|
|
<function name="model" fullname="qtmt::SourceModel::model" href="qtmt-sourcemodel.html#model" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="26" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="QAbstractItemModel *" signature="QAbstractItemModel * model() const"/>
|
|
<function name="modelChanged" fullname="qtmt::SourceModel::modelChanged" href="qtmt-sourcemodel.html#modelChanged" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="33" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void modelChanged()"/>
|
|
<function name="setMarkerRoleValue" fullname="qtmt::SourceModel::setMarkerRoleValue" href="qtmt-sourcemodel.html#setMarkerRoleValue" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="28" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setMarkerRoleValue(const int &markerRoleValue)">
|
|
<parameter type="const int &" name="markerRoleValue" default=""/>
|
|
</function>
|
|
<function name="setModel" fullname="qtmt::SourceModel::setModel" href="qtmt-sourcemodel.html#setModel" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="25" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setModel(QAbstractItemModel *model)">
|
|
<parameter type="QAbstractItemModel *" name="model" default=""/>
|
|
</function>
|
|
<variable name="m_markerRoleValue" fullname="qtmt::SourceModel::m_markerRoleValue" href="qtmt-sourcemodel.html#m_markerRoleValue-var" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="38" type="int" static="false"/>
|
|
<variable name="m_model" fullname="qtmt::SourceModel::m_model" href="qtmt-sourcemodel.html#m_model-var" status="internal" access="private" location="concatmodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/concatmodel.h" lineno="37" type="int" static="false"/>
|
|
</class>
|
|
<class name="SumAggregator" fullname="qtmt::SumAggregator" href="qtmt-sumaggregator.html" status="internal" access="private" location="sumaggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/sumaggregator.h" lineno="10" bases="qtmt::SingleRoleAggregator">
|
|
<function name="SumAggregator" fullname="qtmt::SumAggregator::SumAggregator" href="qtmt-sumaggregator.html#SumAggregator" status="internal" access="private" location="sumaggregator.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/sumaggregator.h" lineno="13" meta="constructor" virtual="non" const="false" static="false" final="false" override="false" type="" signature="SumAggregator(int *parent)">
|
|
<parameter type="int *" name="parent" default="nullptr"/>
|
|
</function>
|
|
</class>
|
|
<class name="WritableProxyModel" fullname="qtmt::WritableProxyModel" href="qtmt-writableproxymodel.html" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="9">
|
|
<function name="Q_PROPERTY" fullname="qtmt::WritableProxyModel::Q_PROPERTY" href="qtmt-writableproxymodel.html#Q_PROPERTY" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="13" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="int" signature="int Q_PROPERTY(bool )">
|
|
<parameter type="bool" name="" default=""/>
|
|
</function>
|
|
<function name="columnCount" fullname="qtmt::WritableProxyModel::columnCount" href="qtmt-writableproxymodel.html#columnCount" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="42" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int columnCount(const int &parent) const override">
|
|
<parameter type="const int &" name="parent" default="..."/>
|
|
</function>
|
|
<function name="data" fullname="qtmt::WritableProxyModel::data" href="qtmt-writableproxymodel.html#data" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="45" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int data(const int &, int ) const override">
|
|
<parameter type="const int &" name="" default=""/>
|
|
<parameter type="int" name="" default=""/>
|
|
</function>
|
|
<function name="dirty" fullname="qtmt::WritableProxyModel::dirty" href="qtmt-writableproxymodel.html#dirty" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="36" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="bool" signature="bool dirty() const"/>
|
|
<function name="hasChildren" fullname="qtmt::WritableProxyModel::hasChildren" href="qtmt-writableproxymodel.html#hasChildren" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="60" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="bool" signature="bool hasChildren(const int &parent) const override">
|
|
<parameter type="const int &" name="parent" default="..."/>
|
|
</function>
|
|
<function name="index" fullname="qtmt::WritableProxyModel::index" href="qtmt-writableproxymodel.html#index" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="54" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int index(int , int , const int &) const override">
|
|
<parameter type="int" name="" default=""/>
|
|
<parameter type="int" name="" default=""/>
|
|
<parameter type="const int &" name="" default=""/>
|
|
</function>
|
|
<function name="insertRows" fullname="qtmt::WritableProxyModel::insertRows" href="qtmt-writableproxymodel.html#insertRows" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="52" meta="plain" virtual="non" const="false" static="false" final="false" override="true" type="bool" signature="bool insertRows(int row, int count, const int &parent) override">
|
|
<parameter type="int" name="row" default=""/>
|
|
<parameter type="int" name="count" default=""/>
|
|
<parameter type="const int &" name="parent" default="..."/>
|
|
</function>
|
|
<function name="itemData" fullname="qtmt::WritableProxyModel::itemData" href="qtmt-writableproxymodel.html#itemData" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="48" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int itemData(const int &) const override">
|
|
<parameter type="const int &" name="" default=""/>
|
|
</function>
|
|
<function name="mapFromSource" fullname="qtmt::WritableProxyModel::mapFromSource" href="qtmt-writableproxymodel.html#mapFromSource" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="58" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int mapFromSource(const int &) const override">
|
|
<parameter type="const int &" name="" default=""/>
|
|
</function>
|
|
<function name="mapToSource" fullname="qtmt::WritableProxyModel::mapToSource" href="qtmt-writableproxymodel.html#mapToSource" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="57" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int mapToSource(const int &) const override">
|
|
<parameter type="const int &" name="" default=""/>
|
|
</function>
|
|
<function name="onLayoutAboutToBeChanged" fullname="qtmt::WritableProxyModel::onLayoutAboutToBeChanged" href="qtmt-writableproxymodel.html#onLayoutAboutToBeChanged" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="78" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void onLayoutAboutToBeChanged(const int &sourceParents, int hint)">
|
|
<parameter type="const int &" name="sourceParents" default=""/>
|
|
<parameter type="int" name="hint" default=""/>
|
|
</function>
|
|
<function name="onLayoutChanged" fullname="qtmt::WritableProxyModel::onLayoutChanged" href="qtmt-writableproxymodel.html#onLayoutChanged" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="79" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void onLayoutChanged(const int &sourceParents, int hint)">
|
|
<parameter type="const int &" name="sourceParents" default=""/>
|
|
<parameter type="int" name="hint" default=""/>
|
|
</function>
|
|
<function name="onModelAboutToBeReset" fullname="qtmt::WritableProxyModel::onModelAboutToBeReset" href="qtmt-writableproxymodel.html#onModelAboutToBeReset" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="76" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void onModelAboutToBeReset()"/>
|
|
<function name="onModelReset" fullname="qtmt::WritableProxyModel::onModelReset" href="qtmt-writableproxymodel.html#onModelReset" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="77" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void onModelReset()"/>
|
|
<function name="onRowsAboutToBeInserted" fullname="qtmt::WritableProxyModel::onRowsAboutToBeInserted" href="qtmt-writableproxymodel.html#onRowsAboutToBeInserted" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="72" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void onRowsAboutToBeInserted(const int &parent, int start, int end)">
|
|
<parameter type="const int &" name="parent" default=""/>
|
|
<parameter type="int" name="start" default=""/>
|
|
<parameter type="int" name="end" default=""/>
|
|
</function>
|
|
<function name="onRowsAboutToBeMoved" fullname="qtmt::WritableProxyModel::onRowsAboutToBeMoved" href="qtmt-writableproxymodel.html#onRowsAboutToBeMoved" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="80" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void onRowsAboutToBeMoved(const int &sourceParent, int sourceStart, int sourceEnd, const int &destinationParent, int destinationRow)">
|
|
<parameter type="const int &" name="sourceParent" default=""/>
|
|
<parameter type="int" name="sourceStart" default=""/>
|
|
<parameter type="int" name="sourceEnd" default=""/>
|
|
<parameter type="const int &" name="destinationParent" default=""/>
|
|
<parameter type="int" name="destinationRow" default=""/>
|
|
</function>
|
|
<function name="onRowsAboutToBeRemoved" fullname="qtmt::WritableProxyModel::onRowsAboutToBeRemoved" href="qtmt-writableproxymodel.html#onRowsAboutToBeRemoved" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="74" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void onRowsAboutToBeRemoved(const int &parent, int start, int end)">
|
|
<parameter type="const int &" name="parent" default=""/>
|
|
<parameter type="int" name="start" default=""/>
|
|
<parameter type="int" name="end" default=""/>
|
|
</function>
|
|
<function name="onRowsInserted" fullname="qtmt::WritableProxyModel::onRowsInserted" href="qtmt-writableproxymodel.html#onRowsInserted" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="73" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void onRowsInserted(const int &parent, int first, int last)">
|
|
<parameter type="const int &" name="parent" default=""/>
|
|
<parameter type="int" name="first" default=""/>
|
|
<parameter type="int" name="last" default=""/>
|
|
</function>
|
|
<function name="onRowsMoved" fullname="qtmt::WritableProxyModel::onRowsMoved" href="qtmt-writableproxymodel.html#onRowsMoved" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="81" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void onRowsMoved(const int &sourceParent, int sourceStart, int sourceEnd, const int &destinationParent, int destinationRow)">
|
|
<parameter type="const int &" name="sourceParent" default=""/>
|
|
<parameter type="int" name="sourceStart" default=""/>
|
|
<parameter type="int" name="sourceEnd" default=""/>
|
|
<parameter type="const int &" name="destinationParent" default=""/>
|
|
<parameter type="int" name="destinationRow" default=""/>
|
|
</function>
|
|
<function name="onRowsRemoved" fullname="qtmt::WritableProxyModel::onRowsRemoved" href="qtmt-writableproxymodel.html#onRowsRemoved" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="75" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void onRowsRemoved(const int &parent, int first, int last)">
|
|
<parameter type="const int &" name="parent" default=""/>
|
|
<parameter type="int" name="first" default=""/>
|
|
<parameter type="int" name="last" default=""/>
|
|
</function>
|
|
<function name="onSourceDataChanged" fullname="qtmt::WritableProxyModel::onSourceDataChanged" href="qtmt-writableproxymodel.html#onSourceDataChanged" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="71" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void onSourceDataChanged(const int &topLeft, const int &bottomRight, const int &roles)">
|
|
<parameter type="const int &" name="topLeft" default=""/>
|
|
<parameter type="const int &" name="bottomRight" default=""/>
|
|
<parameter type="const int &" name="roles" default=""/>
|
|
</function>
|
|
<function name="parent" fullname="qtmt::WritableProxyModel::parent" href="qtmt-writableproxymodel.html#parent" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="56" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int parent(const int &) const override">
|
|
<parameter type="const int &" name="" default=""/>
|
|
</function>
|
|
<function name="removeRows" fullname="qtmt::WritableProxyModel::removeRows" href="qtmt-writableproxymodel.html#removeRows" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="51" meta="plain" virtual="non" const="false" static="false" final="false" override="true" type="bool" signature="bool removeRows(int row, int count, const int &parent) override">
|
|
<parameter type="int" name="row" default=""/>
|
|
<parameter type="int" name="count" default=""/>
|
|
<parameter type="const int &" name="parent" default="..."/>
|
|
</function>
|
|
<function name="revert" fullname="qtmt::WritableProxyModel::revert" href="qtmt-writableproxymodel.html#revert" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="61" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void revert()"/>
|
|
<function name="rowCount" fullname="qtmt::WritableProxyModel::rowCount" href="qtmt-writableproxymodel.html#rowCount" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="43" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int rowCount(const int &parent) const override">
|
|
<parameter type="const int &" name="parent" default="..."/>
|
|
</function>
|
|
<function name="setData" fullname="qtmt::WritableProxyModel::setData" href="qtmt-writableproxymodel.html#setData" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="46" meta="plain" virtual="non" const="false" static="false" final="false" override="true" type="bool" signature="bool setData(const int &index, const int &value, int role) override">
|
|
<parameter type="const int &" name="index" default=""/>
|
|
<parameter type="const int &" name="value" default=""/>
|
|
<parameter type="int" name="role" default="..."/>
|
|
</function>
|
|
<function name="setDirty" fullname="qtmt::WritableProxyModel::setDirty" href="qtmt-writableproxymodel.html#setDirty" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="68" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setDirty(bool flag)">
|
|
<parameter type="bool" name="flag" default=""/>
|
|
</function>
|
|
<function name="setItemData" fullname="qtmt::WritableProxyModel::setItemData" href="qtmt-writableproxymodel.html#setItemData" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="49" meta="plain" virtual="non" const="false" static="false" final="false" override="true" type="bool" signature="bool setItemData(const int &index, const int &roles) override">
|
|
<parameter type="const int &" name="index" default=""/>
|
|
<parameter type="const int &" name="roles" default=""/>
|
|
</function>
|
|
<function name="setSourceModel" fullname="qtmt::WritableProxyModel::setSourceModel" href="qtmt-writableproxymodel.html#setSourceModel" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="40" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setSourceModel(QAbstractItemModel *sourceModel)">
|
|
<parameter type="QAbstractItemModel *" name="sourceModel" default=""/>
|
|
</function>
|
|
<function name="setSyncedRemovals" fullname="qtmt::WritableProxyModel::setSyncedRemovals" href="qtmt-writableproxymodel.html#setSyncedRemovals" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="69" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void setSyncedRemovals(bool syncedRemovals)">
|
|
<parameter type="bool" name="syncedRemovals" default=""/>
|
|
</function>
|
|
<function name="sibling" fullname="qtmt::WritableProxyModel::sibling" href="qtmt-writableproxymodel.html#sibling" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="55" meta="plain" virtual="non" const="true" static="false" final="false" override="true" type="int" signature="int sibling(int , int , const int &) const override">
|
|
<parameter type="int" name="" default=""/>
|
|
<parameter type="int" name="" default=""/>
|
|
<parameter type="const int &" name="" default=""/>
|
|
</function>
|
|
<function name="syncedRemovals" fullname="qtmt::WritableProxyModel::syncedRemovals" href="qtmt-writableproxymodel.html#syncedRemovals" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="37" meta="plain" virtual="non" const="true" static="false" final="false" override="false" type="bool" signature="bool syncedRemovals() const"/>
|
|
<function name="syncedRemovalsChanged" fullname="qtmt::WritableProxyModel::syncedRemovalsChanged" href="qtmt-writableproxymodel.html#syncedRemovalsChanged" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="65" meta="plain" virtual="non" const="false" static="false" final="false" override="false" type="void" signature="void syncedRemovalsChanged()"/>
|
|
<function name="~WritableProxyModel" fullname="qtmt::WritableProxyModel::~WritableProxyModel" href="qtmt-writableproxymodel.html#dtor.WritableProxyModel" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="18" meta="destructor" virtual="non" const="false" static="false" final="false" override="false" type="" signature="~WritableProxyModel()"/>
|
|
<variable name="QVariantList" fullname="qtmt::WritableProxyModel::QVariantList" href="qtmt-writableproxymodel.html#QVariantList-var" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="22" type="int" static="false"/>
|
|
<variable name="QVariantMap" fullname="qtmt::WritableProxyModel::QVariantMap" href="qtmt-writableproxymodel.html#QVariantMap-var" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="20" type="int" static="false"/>
|
|
<variable name="d" fullname="qtmt::WritableProxyModel::d" href="qtmt-writableproxymodel.html#d-var" status="internal" access="private" location="writableproxymodel.h" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/include/qtmodelstoolkit/writableproxymodel.h" lineno="83" type="int" static="false"/>
|
|
</class>
|
|
</namespace>
|
|
<group name="Aggregators" href="aggregators.html" status="internal" seen="false" title="" members="Aggregator,FunctionAggregator,SingleRoleAggregator,SumAggregator"/>
|
|
<group name="ProxyModels" href="proxymodels.html" status="internal" seen="false" title="" members="ConcatModel,GroupingModel,LeftJoinModel,MovableModel,ObjectProxyModel,RolesRenamingModel,WritableProxyModel"/>
|
|
<group name="ProxyModelsAssociated" href="proxymodelsassociated.html" status="internal" seen="false" title="" members="SourceModel,RoleRename"/>
|
|
<group name="Utilities" href="utilities.html" status="internal" seen="false" title="" members="ModelCount,ModelEntry,ModelQuery"/>
|
|
<module name="QtModelsToolkit" href="qtmodelstoolkit-module.html" status="active" location="index.qdoc" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/src/index.qdoc" lineno="25" documented="true" seen="true" title="" module="QtModelsToolkit"/>
|
|
<qmlmodule name="QtModelsToolkit" qml-module-name="QtModelsToolkit" qml-module-version="." href="qtmodelstoolkit-qmlmodule.html" status="active" location="index.qdoc" filepath="/home/michalc/workspace/QtModelsToolkit/toolkit/src/index.qdoc" lineno="21" documented="true" seen="true" title="" module="QtModelsToolkit" members="Aggregator,SourceModel,ConcatModel,FunctionAggregator,GroupingModel,LeftJoinModel,ModelCount,ModelEntry,ModelQuery,MovableModel,ObjectProxyModel,RolesRenamingModel,RoleRename,SingleRoleAggregator,SumAggregator,WritableProxyModel"/>
|
|
</namespace>
|
|
</INDEX>
|