Home
last modified time | relevance | path

Searched refs:TypeRole (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/dports/www/otter-browser/otter-browser-1.0.03/src/core/
H A DItemModel.cpp44 setData(type, TypeRole); in setup()
92 item->setData(type, TypeRole); in setupItem()
111 if (static_cast<ItemType>(index.data(TypeRole).toInt()) == FolderType) in resetCheckState()
183 …escriptionRole && static_cast<ItemType>(QStandardItemModel::data(index, TypeRole).toInt()) == Sepa… in data()
225 if (static_cast<ItemType>(rowIndex.data(TypeRole).toInt()) == FolderType) in getAllData()
238 if (static_cast<ItemType>(parent.data(TypeRole).toInt()) != FolderType) in dropMimeData()
H A DSessionModel.cpp44 …odel::EntityType type(static_cast<SessionModel::EntityType>(data(SessionModel::TypeRole).toInt())); in data()
66 …ntityType type(static_cast<SessionModel::EntityType>(parent.data(SessionModel::TypeRole).toInt())); in data()
167 case SessionModel::TypeRole: in data()
210 case SessionModel::TypeRole: in data()
245 m_rootItem->setData(SessionEntity, TypeRole); in SessionModel()
248 m_trashItem->setData(TrashEntity, TypeRole); in SessionModel()
/dports/x11-fm/konqueror/konqueror-21.12.3/src/
H A Dkonqhistoryproxymodel.cpp35 switch (source_index.data(KonqHistory::TypeRole).toInt()) { in data()
83 switch (left.data(KonqHistory::TypeRole).toInt()) { in lessThan()
85 Q_ASSERT(right.data(KonqHistory::TypeRole).toInt() == KonqHistory::HistoryType); in lessThan()
92 Q_ASSERT(right.data(KonqHistory::TypeRole).toInt() == KonqHistory::GroupType); in lessThan()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/qt-console/tray-monitor/
H A Dfilesmodel.h41 TypeRole = Qt::UserRole+7, enumerator
56 setData(QVariant(TYPEROLE_DIRECTORY), TypeRole); in DirectoryItem()
75 setData(QVariant(TYPEROLE_FILE), TypeRole); in FileItem()
146 int type = roleDataMap[TypeRole].toInt(); in canDropMimeData()
180 int type = roleDataMap[TypeRole].toInt(); in dropMimeData()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/qt-console/tray-monitor/
H A Dfilesmodel.h41 TypeRole = Qt::UserRole+7, enumerator
56 setData(QVariant(TYPEROLE_DIRECTORY), TypeRole); in DirectoryItem()
75 setData(QVariant(TYPEROLE_FILE), TypeRole); in FileItem()
146 int type = roleDataMap[TypeRole].toInt(); in canDropMimeData()
180 int type = roleDataMap[TypeRole].toInt(); in dropMimeData()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/qt-console/tray-monitor/
H A Dfilesmodel.h41 TypeRole = Qt::UserRole+7, enumerator
56 setData(QVariant(TYPEROLE_DIRECTORY), TypeRole); in DirectoryItem()
75 setData(QVariant(TYPEROLE_FILE), TypeRole); in FileItem()
146 int type = roleDataMap[TypeRole].toInt(); in canDropMimeData()
180 int type = roleDataMap[TypeRole].toInt(); in dropMimeData()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/qt-console/tray-monitor/
H A Dfilesmodel.h41 TypeRole = Qt::UserRole+7, enumerator
56 setData(QVariant(TYPEROLE_DIRECTORY), TypeRole); in DirectoryItem()
75 setData(QVariant(TYPEROLE_FILE), TypeRole); in FileItem()
146 int type = roleDataMap[TypeRole].toInt(); in canDropMimeData()
180 int type = roleDataMap[TypeRole].toInt(); in dropMimeData()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/qt-console/tray-monitor/
H A Dfilesmodel.h41 TypeRole = Qt::UserRole+7, enumerator
56 setData(QVariant(TYPEROLE_DIRECTORY), TypeRole); in DirectoryItem()
75 setData(QVariant(TYPEROLE_FILE), TypeRole); in FileItem()
146 int type = roleDataMap[TypeRole].toInt(); in canDropMimeData()
180 int type = roleDataMap[TypeRole].toInt(); in dropMimeData()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/qt-console/tray-monitor/
H A Dfilesmodel.h41 TypeRole = Qt::UserRole+7, enumerator
56 setData(QVariant(TYPEROLE_DIRECTORY), TypeRole); in DirectoryItem()
75 setData(QVariant(TYPEROLE_FILE), TypeRole); in FileItem()
146 int type = roleDataMap[TypeRole].toInt(); in canDropMimeData()
180 int type = roleDataMap[TypeRole].toInt(); in dropMimeData()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/qt-console/tray-monitor/
H A Dfilesmodel.h41 TypeRole = Qt::UserRole+7, enumerator
56 setData(QVariant(TYPEROLE_DIRECTORY), TypeRole); in DirectoryItem()
75 setData(QVariant(TYPEROLE_FILE), TypeRole); in FileItem()
146 int type = roleDataMap[TypeRole].toInt(); in canDropMimeData()
180 int type = roleDataMap[TypeRole].toInt(); in dropMimeData()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/qt-console/tray-monitor/
H A Dfilesmodel.h41 TypeRole = Qt::UserRole+7, enumerator
56 setData(QVariant(TYPEROLE_DIRECTORY), TypeRole); in DirectoryItem()
75 setData(QVariant(TYPEROLE_FILE), TypeRole); in FileItem()
146 int type = roleDataMap[TypeRole].toInt(); in canDropMimeData()
180 int type = roleDataMap[TypeRole].toInt(); in dropMimeData()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/widgets/
H A DClassesWidget.cpp137 case TypeRole: in data()
159 case TypeRole: in data()
179 case TypeRole: in data()
204 case TypeRole: in data()
413 case TypeRole: in data()
448 case TypeRole: in data()
482 case TypeRole: in data()
510 case TypeRole: in data()
548 auto left_type = left.data(ClassesModel::TypeRole).value<ClassesModel::RowType>(); in lessThan()
549 auto right_type = right.data(ClassesModel::TypeRole).value<ClassesModel::RowType>(); in lessThan()
[all …]
/dports/games/multimc/MultiMC5-0.6.11/api/logic/
H A DBaseVersionList.cpp62 case TypeRole: in data()
72 return {VersionPointerRole, VersionRole, VersionIdRole, TypeRole}; in providesRoles()
94 roles.insert(TypeRole, "type"); in roleNames()
/dports/net-im/kopete/kopete-21.12.3/kopete/contactlist/
H A Dkopetecontactlistview.cpp239 if (index.data(Kopete::Items::TypeRole) == Kopete::Items::MetaContact) { in contactActivated()
307 if (index.data(Kopete::Items::TypeRole) == Kopete::Items::MetaContact) { in showItemProperties()
311 } else if (index.data(Kopete::Items::TypeRole) == Kopete::Items::Group) { in showItemProperties()
583 if (index.data(Kopete::Items::TypeRole) == Kopete::Items::MetaContact) { in contextMenuEvent()
592 } else if (index.data(Kopete::Items::TypeRole) == Kopete::Items::Group) { in contextMenuEvent()
666 if (index.data(Kopete::Items::TypeRole) == Kopete::Items::MetaContact) { in dragMoveEvent()
668 } else if (index.data(Kopete::Items::TypeRole) == Kopete::Items::Group) { in dragMoveEvent()
758 if (index.data(Kopete::Items::TypeRole) == Kopete::Items::MetaContact) { in selectionChanged()
799 if (index.data(Kopete::Items::TypeRole) == Kopete::Items::Group) { in itemExpanded()
807 if (index.data(Kopete::Items::TypeRole) == Kopete::Items::Group) { in itemCollapsed()
[all …]
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/quick/models/abstractitemmodel/
H A Dabstractitemmodel.py66 TypeRole = Qt.UserRole + 1 variable in AnimalModel
69 _roles = {TypeRole: b"type", SizeRole: b"size"}
90 if role == self.TypeRole:
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/quick/models/abstractitemmodel/
H A Dabstractitemmodel.py66 TypeRole = Qt.UserRole + 1 variable in AnimalModel
69 _roles = {TypeRole: b"type", SizeRole: b"size"}
90 if role == self.TypeRole:
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/quick/models/abstractitemmodel/
H A Dabstractitemmodel.py66 TypeRole = Qt.UserRole + 1 variable in AnimalModel
69 _roles = {TypeRole: b"type", SizeRole: b"size"}
90 if role == self.TypeRole:
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/quick/models/abstractitemmodel/
H A Dabstractitemmodel.py66 TypeRole = Qt.UserRole + 1 variable in AnimalModel
69 _roles = {TypeRole: b"type", SizeRole: b"size"}
90 if role == self.TypeRole:
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/quick/models/abstractitemmodel/
H A Dabstractitemmodel.py66 TypeRole = Qt.UserRole + 1 variable in AnimalModel
69 _roles = {TypeRole: b"type", SizeRole: b"size"}
90 if role == self.TypeRole:
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/examples/quick/models/abstractitemmodel/
H A Dabstractitemmodel.py66 TypeRole = Qt.UserRole + 1 variable in AnimalModel
69 _roles = {TypeRole: b"type", SizeRole: b"size"}
90 if role == self.TypeRole:
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/quick/models/abstractitemmodel/
H A Dabstractitemmodel.py66 TypeRole = Qt.UserRole + 1 variable in AnimalModel
69 _roles = {TypeRole: b"type", SizeRole: b"size"}
90 if role == self.TypeRole:
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/examples/quick/models/abstractitemmodel/
H A Dabstractitemmodel.py66 TypeRole = Qt.UserRole + 1 variable in AnimalModel
69 _roles = {TypeRole: b"type", SizeRole: b"size"}
90 if role == self.TypeRole:
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/examples/quick/models/abstractitemmodel/
H A Dabstractitemmodel.py66 TypeRole = Qt.UserRole + 1 variable in AnimalModel
69 _roles = {TypeRole: b"type", SizeRole: b"size"}
90 if role == self.TypeRole:
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/examples/quick/models/abstractitemmodel/
H A Dabstractitemmodel.py66 TypeRole = Qt.UserRole + 1 variable in AnimalModel
69 _roles = {TypeRole: b"type", SizeRole: b"size"}
90 if role == self.TypeRole:
/dports/net/py-qt5-network/PyQt5-5.15.4/examples/quick/models/abstractitemmodel/
H A Dabstractitemmodel.py66 TypeRole = Qt.UserRole + 1 variable in AnimalModel
69 _roles = {TypeRole: b"type", SizeRole: b"size"}
90 if role == self.TypeRole:

12345678910>>...18