Home
last modified time | relevance | path

Searched refs:KDescendantsProxyModel (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/src/core/
H A Dkdescendantsproxymodel.cpp108 Q_Q(KDescendantsProxyModel); in processPendingParents()
203 KDescendantsProxyModel::KDescendantsProxyModel(QObject *parent) in KDescendantsProxyModel() function in KDescendantsProxyModel
209 KDescendantsProxyModel::~KDescendantsProxyModel() = default;
369 Q_D(KDescendantsProxyModel); in setDisplayAncestorData()
387 Q_D(KDescendantsProxyModel); in setAncestorSeparator()
407 Q_D(KDescendantsProxyModel); in setSourceModel()
728 Q_Q(KDescendantsProxyModel); in notifyhasSiblings()
743 Q_Q(KDescendantsProxyModel); in sourceRowsAboutToBeInserted()
788 …{KDescendantsProxyModel::ExpandableRole, KDescendantsProxyModel::ExpandedRole, KDescendantsProxyMo… in sourceRowsInserted()
806 …{KDescendantsProxyModel::ExpandableRole, KDescendantsProxyModel::ExpandedRole, KDescendantsProxyMo… in sourceRowsInserted()
[all …]
H A Dkdescendantsproxymodel.h60 class KITEMMODELS_EXPORT KDescendantsProxyModel : public QAbstractProxyModel
100 explicit KDescendantsProxyModel(QObject *parent = nullptr);
105 ~KDescendantsProxyModel() override;
252 Q_DECLARE_PRIVATE(KDescendantsProxyModel)
/dports/mail/trojita/trojita-0.7/src/Imap/Model/kdeui-itemviews/
H A Dkdescendantsproxymodel.cpp120 Q_Q(KDescendantsProxyModel); in processPendingParents()
205 KDescendantsProxyModel::KDescendantsProxyModel(QObject *parent) in KDescendantsProxyModel() function in KDescendantsProxyModel
210 KDescendantsProxyModel::~KDescendantsProxyModel() in ~KDescendantsProxyModel()
227 Q_D(KDescendantsProxyModel); in setDisplayAncestorData()
239 Q_D(KDescendantsProxyModel); in setAncestorSeparator()
533 Q_Q(KDescendantsProxyModel); in sourceRowsAboutToBeInserted()
573 Q_Q(KDescendantsProxyModel); in sourceRowsInserted()
686 Q_Q(KDescendantsProxyModel); in sourceRowsAboutToBeRemoved()
720 Q_Q(KDescendantsProxyModel); in sourceRowsRemoved()
856 Q_Q(KDescendantsProxyModel); in sourceRowsAboutToBeMoved()
[all …]
H A Dkdescendantsproxymodel.h70 class KDEUI_EXPORT KDescendantsProxyModel : public QAbstractProxyModel
81 explicit KDescendantsProxyModel( QObject *parent = 0 );
86 virtual ~KDescendantsProxyModel();
189 Q_DECLARE_PRIVATE( KDescendantsProxyModel )
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A Dkdescendantsproxymodel.cpp107 Q_Q(KDescendantsProxyModel); in processPendingParents()
191 KDescendantsProxyModel::KDescendantsProxyModel(QObject *parent) in KDescendantsProxyModel() function in Marble::KDescendantsProxyModel
196 KDescendantsProxyModel::~KDescendantsProxyModel() in ~KDescendantsProxyModel()
215 Q_D(KDescendantsProxyModel); in setDisplayAncestorData()
227 Q_D(KDescendantsProxyModel); in setAncestorSeparator()
239 Q_D(KDescendantsProxyModel); in setSourceModel()
514 Q_Q(KDescendantsProxyModel); in sourceRowsAboutToBeInserted()
550 Q_Q(KDescendantsProxyModel); in sourceRowsInserted()
659 Q_Q(KDescendantsProxyModel); in sourceRowsAboutToBeRemoved()
694 Q_Q(KDescendantsProxyModel); in sourceRowsRemoved()
[all …]
H A Dkdescendantsproxymodel.h54 class MARBLE_EXPORT KDescendantsProxyModel : public QAbstractProxyModel
65 explicit KDescendantsProxyModel(QObject *parent = nullptr);
70 ~KDescendantsProxyModel() override;
165 Q_DECLARE_PRIVATE(KDescendantsProxyModel)
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/sieveeditor/imapfoldercompletion/
H A Dselectimaplineeditcompletermodel.h10 class KDescendantsProxyModel; variable
26 KDescendantsProxyModel *const mFlatProxy;
H A Dselectimaplineeditcompletermodel.cpp15 , mFlatProxy(new KDescendantsProxyModel(this)) in SelectImapLineEditCompleterModel()
/dports/mail/trojita/trojita-0.7/src/Imap/Model/
H A DVisibleTasksModel.h28 class KDescendantsProxyModel; variable
56 KDescendantsProxyModel *m_flatteningModel;
H A DOneMessageModel.h31 class KDescendantsProxyModel; variable
117 KDescendantsProxyModel *m_flatteningModel;
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/libtaskmanager/
H A Dflattentaskgroupsproxymodel.cpp24 : KDescendantsProxyModel(parent) in FlattenTaskGroupsProxyModel()
37 KDescendantsProxyModel::setSourceModel(sourceModel); in setSourceModel()
H A Dflattentaskgroupsproxymodel.h27 class TASKMANAGER_EXPORT FlattenTaskGroupsProxyModel : public KDescendantsProxyModel, public Abstra…
/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/tests/proxymodeltestapp/
H A Ddescendantpmwidget.h19 class KDescendantsProxyModel; variable
38 KDescendantsProxyModel *m_descProxyModel;
H A Dproxymodeltestwidget.cpp46 KDescendantsProxyModel *descProxyModel = new KDescendantsProxyModel(this); in ProxyModelTestWidget()
/dports/deskutils/zanshin/zanshin-21.12.3/src/widgets/
H A Dnameanddatasourcedialog.h16 class KDescendantsProxyModel; variable
48 KDescendantsProxyModel *m_flattenProxy;
/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/autotests/
H A Dkdescendantsproxymodeltest.cpp274 KDescendantsProxyModel proxy; in testResetModelContent()
313 KDescendantsProxyModel proxy; in testChangeSeparator()
353 KDescendantsProxyModel proxy; in testChangeInvisibleSeparator()
392 KDescendantsProxyModel proxy; in testRemoveSeparator()
430 KDescendantsProxyModel proxy; in testResetCollapsedModelContent()
496 KDescendantsProxyModel proxy; in testInsertInCollapsedModel()
536 KDescendantsProxyModel proxy; in testRemoveInCollapsedModel()
582 KDescendantsProxyModel proxy; in testMoveInsideCollapsed()
643 KDescendantsProxyModel proxy; in testExpandInsideCollapsed()
/dports/deskutils/kalendar/kalendar-0.4.0/src/contents/ui/TreeView/
H A DTreeListView.qml10 * A ListView with an internal KDescendantsProxyModel already in place.
16 * * descendantsModel: The used KDescendantsProxyModel instance
H A DTreeViewDecoration.qml30 * model: KDescendantsProxyModel
31 * The KDescendantsProxyModel the view is showing.
34 property KDescendantsProxyModel model
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/cmake/
H A Dcmakedocumentation.h20 class KDescendantsProxyModel; variable
48 KDescendantsProxyModel* m_flatIndex;
/dports/sysutils/plasma-pass/plasma-pass-1.2.0/plugin/
H A Dpasswordfiltermodel.h29 class KDescendantsProxyModel; variable
78 KDescendantsProxyModel *mFlatModel = nullptr;
/dports/deskutils/kalarm/kalarm-21.12.3/src/resources/
H A Deventmodel.cpp25 setSourceModel(new KDescendantsProxyModel(this)); in EventListModel()
49 auto proxyModel = static_cast<KDescendantsProxyModel*>(sourceModel()); in event()
59 auto proxyModel = static_cast<KDescendantsProxyModel*>(sourceModel()); in eventForSourceRow()
69 auto proxyModel = static_cast<KDescendantsProxyModel*>(sourceModel()); in eventIndex()
121 …return static_cast<KDescendantsProxyModel*>(sourceModel())->sourceModel()->headerData(section, ori… in headerData()
131 auto proxyModel = static_cast<KDescendantsProxyModel*>(sourceModel()); in filterAcceptsRow()
/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/src/qml/
H A Dkdescendantsproxymodel_qml.h15 class KDescendantsProxyModelQml : public KDescendantsProxyModel
H A Dkdescendantsproxymodel_qml.cpp11 : KDescendantsProxyModel(parent) in KDescendantsProxyModelQml()
/dports/databases/akonadi/akonadi-21.12.3/docs/
H A Dclient_libraries.md263 Additionally, a KDescendantsProxyModel may be used to alter how the items in the tree are presented.
267 KDescendantsProxyModel *descProxy = new KDescendantsProxyModel(this);
272 ![A KDescendantsProxyModel wrapping an EntityTreeModel](/docs/images/descendantentitiesproxymodel.p…
274 KDescendantsProxyModel can also display ancestors of each Entity in the list.
278 KDescendantsProxyModel *descProxy = new KDescendantsProxyModel(this);
287 ![A KDescendantsProxyModel with ancestor names.](/docs/images/descendantentitiesproxymodel-withanse…
293 KDescendantsProxyModel *descProxy = new KDescendantsProxyModel(this);
304KDescendantsProxyModel wrapping an EntityTreeModel](/docs/images/descendantentitiesproxymodel-colf…
356 descendedList = new KDescendantsProxyModel(this);
408 …he example_contacts application for example which uses a further KDescendantsProxyModel and Entity…
/dports/astro/marble/marble-21.12.3/src/lib/marble/declarative/
H A DBookmarks.cpp155 KDescendantsProxyModel* flattener = new KDescendantsProxyModel( this ); in model()

123