Home
last modified time | relevance | path

Searched refs:destinationAncestor (Results 1 – 20 of 20) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/kernel/
H A Dqabstractitemmodel.cpp2504 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2505 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2507 if (destinationAncestor == srcParent) { in allowMove()
2513 if (!destinationAncestor.isValid()) in allowMove()
2516 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2517 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqabstractitemmodel.cpp2852 QModelIndex destinationAncestor = destinationParent; in allowMove() local
2853 …int pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2855 if (destinationAncestor == srcParent) { in allowMove()
2861 if (!destinationAncestor.isValid()) in allowMove()
2864 … pos = (Qt::Vertical == orientation) ? destinationAncestor.row() : destinationAncestor.column(); in allowMove()
2865 destinationAncestor = destinationAncestor.parent(); in allowMove()