Home
last modified time | relevance | path

Searched refs:rootIndex (Results 1 – 25 of 1117) sorted by relevance

12345678910>>...45

/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/qcommon/
H A Dskeletons.c130 root = (char *)g_skeletalJoints + rootIndex * jointSize; in CreateRavenSkel()
140 g_jointNodes[nodeIndex].data = rootIndex + RAVEN_HEAD; in CreateRavenSkel()
148 g_jointNodes[nodeIndex].data = rootIndex + RAVEN_UPPERBACK; in CreateRavenSkel()
156 root = (char *)g_skeletalJoints + rootIndex * jointSize; in CreateBoxSkel()
167 root = (char *)g_skeletalJoints + rootIndex * jointSize; in CreateBeetleSkel()
177 g_jointNodes[nodeIndex].data = rootIndex + BEETLE_HEAD; in CreateBeetleSkel()
186 root = (char *)g_skeletalJoints + rootIndex * jointSize; in CreateElfLordSkel()
196 g_jointNodes[nodeIndex].data = rootIndex + BEETLE_HEAD; in CreateElfLordSkel()
205 root = (char *)g_skeletalJoints + rootIndex * jointSize; in CreatePlagueElfSkel()
215 g_jointNodes[nodeIndex].data = rootIndex + PLAGUE_ELF_HEAD; in CreatePlagueElfSkel()
[all …]
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/qcommon/
H A Dskeletons.c131 root = (char *)g_skeletalJoints + rootIndex * jointSize; in CreateRavenSkel()
141 g_jointNodes[nodeIndex].data = rootIndex + RAVEN_HEAD; in CreateRavenSkel()
149 g_jointNodes[nodeIndex].data = rootIndex + RAVEN_UPPERBACK; in CreateRavenSkel()
158 root = (char *)g_skeletalJoints + rootIndex * jointSize; in CreateBoxSkel()
170 root = (char *)g_skeletalJoints + rootIndex * jointSize; in CreateBeetleSkel()
180 g_jointNodes[nodeIndex].data = rootIndex + BEETLE_HEAD; in CreateBeetleSkel()
190 root = (char *)g_skeletalJoints + rootIndex * jointSize; in CreateElfLordSkel()
200 g_jointNodes[nodeIndex].data = rootIndex + BEETLE_HEAD; in CreateElfLordSkel()
210 root = (char *)g_skeletalJoints + rootIndex * jointSize; in CreatePlagueElfSkel()
220 g_jointNodes[nodeIndex].data = rootIndex + PLAGUE_ELF_HEAD; in CreatePlagueElfSkel()
[all …]
/dports/editors/kate/kate-21.12.3/addons/project/
H A Dgitstatusmodel.cpp33 auto rootIndex = Root; in index() local
36 rootIndex = parent.row(); in index()
39 return createIndex(row, column, rootIndex); in index()
111 int rootIndex = index.internalId(); in data() local
112 if (rootIndex < 0 || rootIndex > 3) { in data()
120 return m_nodes[rootIndex].at(row).file; in data()
127 int a = m_nodes[rootIndex].at(row).linesAdded; in data()
136 return m_nodes[rootIndex].at(row).file; in data()
145 …return QString(QString::fromUtf8(m_nodes[rootIndex].at(row).file) + GitUtils::statusString(m_nodes… in data()
153 if (index.column() == 1 && rootIndex > 0) { in data()
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/itemviews/chart/
H A Dpieview.cpp76 QModelIndex index = model()->index(row, 1, rootIndex()); in dataChanged()
135 return model()->index(row, 1, rootIndex()); in indexAt()
151 return model()->index(row, 0, rootIndex()); in indexAt()
182 valueIndex = model()->index(index.row(), 1, rootIndex()); in itemRect()
286 rootIndex()); in moveCursor()
294 rootIndex()); in moveCursor()
297 rootIndex()); in moveCursor()
463 int rows = model()->rowCount(rootIndex()); in setSelection()
464 int columns = model()->columnCount(rootIndex()); in setSelection()
490 model()->index(firstRow, firstColumn, rootIndex()), in setSelection()
[all …]
/dports/editors/kate/kate-21.12.3/addons/katebuild-plugin/
H A DTargetModel.cpp104 QModelIndex rootIndex = createIndex(rootRow, 0, InvalidIndex); in addCommand() local
318 int rootIndex = index.internalId(); in data() local
319 if (rootIndex < 0 || rootIndex >= m_targets.size()) { in data()
330 …return m_targets[rootIndex].commands[row].first == m_targets[rootIndex].defaultCmd ? Qt::Checked :… in data()
390 int rootIndex = index.internalId(); in setData() local
391 if (rootIndex < 0 || rootIndex >= m_targets.size()) { in setData()
400 m_targets[rootIndex].defaultCmd = m_targets[rootIndex].commands[row].first; in setData()
401 …Q_EMIT dataChanged(createIndex(0, 0, rootIndex), createIndex(m_targets[rootIndex].commands.size() … in setData()
455 quint32 rootIndex = InvalidIndex; in index() local
458 rootIndex = parent.row(); in index()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/itemviews/chart/
H A Dpieview.cpp74 QModelIndex index = model()->index(row, 1, rootIndex()); in dataChanged()
133 return model()->index(row, 1, rootIndex()); in indexAt()
149 return model()->index(row, 0, rootIndex()); in indexAt()
180 valueIndex = model()->index(index.row(), 1, rootIndex()); in itemRect()
286 rootIndex()); in moveCursor()
294 rootIndex()); in moveCursor()
297 rootIndex()); in moveCursor()
472 int rows = model()->rowCount(rootIndex()); in setSelection()
473 int columns = model()->columnCount(rootIndex()); in setSelection()
499 model()->index(firstRow, firstColumn, rootIndex()), in setSelection()
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/notifications/package/contents/ui/
H A DApplicationConfiguration.qml22 property var rootIndex
23 property var behaviorSettings: rootIndex ? kcm.behaviorSettings(rootIndex) : null
27 …readonly property string appDisplayName: rootIndex ? kcm.sourcesModel.data(rootIndex, Qt.DisplayRo…
28 …readonly property string appIconName: rootIndex ? kcm.sourcesModel.data(rootIndex, Qt.DecorationRo…
29 …readonly property string desktopEntry: rootIndex ? kcm.sourcesModel.data(rootIndex, Private.Source…
30 …readonly property string notifyRcName: rootIndex ? kcm.sourcesModel.data(rootIndex, Private.Source…
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/net/py-qt5-network/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/devel/py-qt5-test/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/misc/py-qt5-demo/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/lang/py-qt5-qml/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/x11-toolkits/py-qt5-quick3d/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/x11-toolkits/py-qt5-gui/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/x11-toolkits/py-qt5-quickwidgets/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/x11-toolkits/py-qt5-quick/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/examples/itemviews/chart/
H A Dchart.py79 for row in range(self.model().rowCount(self.rootIndex())):
81 index = self.model().index(row, 1, self.rootIndex())
199 for row in range(self.model().rowCount(self.rootIndex())):
254 current.column(), self.rootIndex())
257 self.rootIndex())
263 current.column(), self.rootIndex())
266 current.column(), self.rootIndex())
352 index = self.model().index(row, 1, self.rootIndex())
363 index = self.model().index(row, 1, self.rootIndex())
402 rows = self.model().rowCount(self.rootIndex())
[all …]

12345678910>>...45