Home
last modified time | relevance | path

Searched refs:rowsMoved (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/dports/databases/akonadi/akonadi-21.12.3/autotests/libs/
H A Dmodelspy.cpp101 disconnect(m_model, &QAbstractItemModel::rowsMoved, this, &ModelSpy::rowsMoved); in startSpying()
110 connect(m_model, &QAbstractItemModel::rowsMoved, this, &ModelSpy::rowsMoved); in startSpying()
123 disconnect(m_model, &QAbstractItemModel::rowsMoved, this, &ModelSpy::rowsMoved); in stopSpying()
173 void ModelSpy::rowsMoved(const QModelIndex &srcParent, int start, int end, const QModelIndex &destP… in rowsMoved() function in ModelSpy
/dports/deskutils/copyq/CopyQ-5.0.0/plugins/itempinned/
H A Ditempinned.cpp180 connect( model, &QAbstractItemModel::rowsMoved, in ItemPinnedSaver()
223 disconnect( m_model.data(), &QAbstractItemModel::rowsMoved, in onRowsInserted()
234 connect( m_model.data(), &QAbstractItemModel::rowsMoved, in onRowsInserted()
243 disconnect( m_model.data(), &QAbstractItemModel::rowsMoved, in onRowsRemoved()
254 connect( m_model.data(), &QAbstractItemModel::rowsMoved, in onRowsRemoved()
282 disconnect( m_model.data(), &QAbstractItemModel::rowsMoved, in onRowsMoved()
292 connect( m_model.data(), &QAbstractItemModel::rowsMoved, in onRowsMoved()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/dialogs/
H A DStylesFilteredModelBase.cpp141 …disconnect(m_sourceModel, SIGNAL(rowsMoved(QModelIndex,int,int,QModelIndex,int)), this, SLOT(rowsM… in setStylesModel()
152 …connect(m_sourceModel, SIGNAL(rowsMoved(QModelIndex,int,int,QModelIndex,int)), this, SLOT(rowsMove… in setStylesModel()
206 void StylesFilteredModelBase::rowsMoved(const QModelIndex &sourceParent, int sourceStart, int sourc… in rowsMoved() function in StylesFilteredModelBase
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DStylesFilteredModelBase.cpp138 …disconnect(m_sourceModel, SIGNAL(rowsMoved(QModelIndex,int,int,QModelIndex,int)), this, SLOT(rowsM… in setStylesModel()
149 …connect(m_sourceModel, SIGNAL(rowsMoved(QModelIndex,int,int,QModelIndex,int)), this, SLOT(rowsMove… in setStylesModel()
203 void StylesFilteredModelBase::rowsMoved(const QModelIndex &sourceParent, int sourceStart, int sourc… in rowsMoved() function in StylesFilteredModelBase
/dports/devel/kf5-kio/kio-5.89.0/autotests/
H A Dkfileplacesmodeltest.cpp1019 QSignalSpy rowsMoved(m_places, &KFilePlacesModel::rowsMoved); in testMoveFunction() local
1025 args = rowsMoved.takeFirst(); in testMoveFunction()
1030 rowsMoved.clear(); in testMoveFunction()
1036 args = rowsMoved.takeFirst(); in testMoveFunction()
1041 rowsMoved.clear(); in testMoveFunction()
1048 args = rowsMoved.takeFirst(); in testMoveFunction()
1053 rowsMoved.clear(); in testMoveFunction()
1059 args = rowsMoved.takeFirst(); in testMoveFunction()
1064 rowsMoved.clear(); in testMoveFunction()
1074 rowsMoved.clear(); in testMoveFunction()
[all …]
/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/autotests/proxymodeltestsuite/
H A Dmodelspy.cpp50 …connect(m_model, SIGNAL(rowsMoved(QModelIndex, int, int, QModelIndex, int)), SLOT(rowsMoved(QModel… in startSpying()
76 …disconnect(m_model, SIGNAL(rowsMoved(QModelIndex, int, int, QModelIndex, int)), this, SLOT(rowsMov… in stopSpying()
155 void ModelSpy::rowsMoved(const QModelIndex &srcParent, int start, int end, const QModelIndex &destP… in rowsMoved() function in ModelSpy
H A Ddynamictreemodel.cpp213 QList<int> rowsMoved; in dropMimeData() local
222 rowsMoved = src_parent_it.value(); in dropMimeData()
223 std::sort(rowsMoved.begin(), rowsMoved.end()); in dropMimeData()
224 src_row_it = rowsMoved.begin(); in dropMimeData()
225 rows_moved_end = rowsMoved.end(); in dropMimeData()
/dports/mail/trojita/trojita-0.7/src/Imap/Model/
H A DModelWatcher.cpp45 connect(model, &QAbstractItemModel::rowsMoved, this, &ModelWatcher::rowsMoved); in setModel()
131 void ModelWatcher::rowsMoved(const QModelIndex &parent, int start, int end, const QModelIndex &dest… in rowsMoved() function in Imap::Mailbox::ModelWatcher
H A DModelWatcher.h60 …void rowsMoved(const QModelIndex &parent, int start, int end, const QModelIndex &destination, int …
/dports/devel/gammaray/GammaRay-2.11.3/core/remote/
H A Dselectionmodelserver.cpp83 connect(model(), &QAbstractItemModel::rowsMoved, m_timer, startTimer); in connectModel()
96 disconnect(model(), &QAbstractItemModel::rowsMoved, m_timer, nullptr); in disconnectModel()
H A Dremotemodelserver.cpp98 connect(m_model.data(), &QAbstractItemModel::rowsMoved, in connectModel()
99 this, &RemoteModelServer::rowsMoved); in connectModel()
129 disconnect(m_model.data(), &QAbstractItemModel::rowsMoved, in disconnectModel()
130 this, &RemoteModelServer::rowsMoved); in disconnectModel()
370 void RemoteModelServer::rowsMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, in rowsMoved() function in RemoteModelServer
/dports/polish/kadu/kadu-4.3/kadu-core/model/
H A Dmodel-watcher.cpp46 …connect(model, SIGNAL(rowsMoved(QModelIndex,int,int,QModelIndex,int)), this, SLOT(rowsMoved(QModel… in ModelWatcher()
142 void ModelWatcher::rowsMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const… in rowsMoved() function in ModelWatcher
H A Dmodel-watcher.h50 …void rowsMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex …
/dports/mail/trojita/trojita-0.7/tests/Misc/
H A Dtest_SenderIdentitiesModel.cpp130 QSignalSpy spy2(model, SIGNAL(rowsMoved(QModelIndex, int, int, QModelIndex, int))); in testMoveFirstIdentity()
160 QSignalSpy spy2(model, SIGNAL(rowsMoved(QModelIndex, int, int, QModelIndex, int))); in testMoveLastIdentity()
190 QSignalSpy spy2(model, SIGNAL(rowsMoved(QModelIndex, int, int, QModelIndex, int))); in testMoveMiddleIdentity()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/symbology/
H A Dqgscategorizedsymbolrendererwidget.h63 void rowsMoved();
133 void rowsMoved();
H A Dqgsgraduatedsymbolrendererwidget.h66 void rowsMoved();
127 void rowsMoved();
/dports/graphics/qgis/qgis-3.22.3/src/gui/symbology/
H A Dqgscategorizedsymbolrendererwidget.h63 void rowsMoved();
133 void rowsMoved();
H A Dqgsgraduatedsymbolrendererwidget.h67 void rowsMoved();
128 void rowsMoved();
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/kicker/plugin/
H A Dforwardingmodel.cpp210 …connect(m_sourceModel.data(), &QAbstractItemModel::rowsMoved, this, &QAbstractItemModel::rowsMoved in connectSignals()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/kcmkwin/kwindecoration/declarative-plugin/
H A Dpreviewsettings.cpp97 connect(m_leftButtons, &QAbstractItemModel::rowsMoved, this, updateLeft);
100 connect(m_rightButtons, &QAbstractItemModel::rowsMoved, this, updateRight);
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/libnotificationmanager/
H A Dlimitedrowcountproxymodel.cpp34 …connect(sourceModel, &QAbstractItemModel::rowsMoved, this, &LimitedRowCountProxyModel::invalidateF… in setSourceModel()
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/structures/
H A Dmodeltest.h58 void rowsMoved ( const QModelIndex &, int, int, const QModelIndex &, int );
/dports/security/keepassxc/keepassxc-2.6.6/tests/
H A Dmodeltest.h67 …void rowsMoved ( const QModelIndex &srcParent, int start, int end, const QModelIndex &destParent, …
/dports/security/keepassx-devel/keepassx-55869e8/tests/
H A Dmodeltest.h67 …void rowsMoved ( const QModelIndex &srcParent, int start, int end, const QModelIndex &destParent, …
/dports/devel/kf5-kdeclarative/kdeclarative-5.89.0/src/qmlcontrols/kquickcontrolsaddons/
H A Dcolumnproxymodel.cpp31 …disconnect(m_sourceModel, &QAbstractItemModel::rowsMoved, this, &ColumnProxyModel::considerRowsMov… in setSourceModel()
52 …connect(m_sourceModel, &QAbstractItemModel::rowsMoved, this, &ColumnProxyModel::considerRowsMoved); in setSourceModel()

12345678910>>...17