Home
last modified time | relevance | path

Searched refs:mainModel (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/perfprofiler/
H A Dperfprofilerstatisticsview.cpp96 PerfProfilerStatisticsRelativesModel *parents = mainModel->parents(); in PerfProfilerStatisticsView()
98 m_mainView->setModel(mainModel); in PerfProfilerStatisticsView()
113 [propagateSelection, mainModel](QModelIndex index) { in PerfProfilerStatisticsView()
114 propagateSelection(mainModel->typeId(index.row())); in PerfProfilerStatisticsView()
120 m_mainView->setCurrentIndex(mainModel->index(mainModel->rowForTypeId(typeId), 0)); in PerfProfilerStatisticsView()
127 m_mainView->setCurrentIndex(mainModel->index(mainModel->rowForTypeId(typeId), 0)); in PerfProfilerStatisticsView()
145 const PerfProfilerStatisticsMainModel *mainModel = in selectByTypeId() local
147 if (mainModel) { in selectByTypeId()
152 m_mainView->setCurrentIndex(mainModel->index(mainModel->rowForTypeId(typeId), 0)); in selectByTypeId()
153 mainModel->children()->selectByTypeId(typeId); in selectByTypeId()
[all …]
H A Dperfprofilerstatisticsmodel.cpp390 return mainModel()->address(row.typeId); in data()
393 return mainModel()->metaInfo(row.typeId, Function); in data()
415 const PerfProfilerStatisticsMainModel *main = mainModel(); in sort()
423 const PerfProfilerStatisticsMainModel *main = mainModel(); in sort()
528 const PerfProfilerStatisticsMainModel *PerfProfilerStatisticsRelativesModel::mainModel() const in mainModel() function in PerfProfiler::Internal::PerfProfilerStatisticsRelativesModel
H A Dperfprofilerstatisticsmodel.h148 const PerfProfilerStatisticsMainModel *mainModel() const;
/dports/cad/ldview/ldview-4.4/LDLoader/
H A DLDLActionLine.cpp63 const LDLMainModel *mainModel = getMainModel(); in getRandomColorNumber() local
75 if (mainModel->getGreenFrontFaces() && in getRandomColorNumber()
80 else if (mainModel->getRedBackFaces() && in getRandomColorNumber()
85 else if (mainModel->getBlueNeutralFaces() && in getRandomColorNumber()
98 const LDLMainModel *mainModel = getMainModel(); in getColorNumber() local
100 if (m_colorNumber != 24 && mainModel->getRandomColors() && in getColorNumber()
101 ((const LDLModel *)mainModel == m_parentModel || m_colorNumber != 16)) in getColorNumber()
105 else if (m_colorNumber != 24 && mainModel->getForceHighlightColor()) in getColorNumber()
107 return mainModel->getHighlightColorNumber(); in getColorNumber()
H A DLDLCommentLine.cpp90 LDLMainModel *mainModel = m_parentModel->getMainModel(); in parse() local
92 if (mainModel) in parse()
94 LDLPalette *palette = mainModel->getPalette(); in parse()
508 LDLMainModel *mainModel = m_parentModel->getMainModel(); in getOBIColorNumber() local
510 if (mainModel != NULL) in getOBIColorNumber()
512 LDLPalette *palette = mainModel->getPalette(); in getOBIColorNumber()
H A DLDLModelLine.cpp490 void LDLModelLine::createLowResModel(LDLMainModel *mainModel, const char *name) in createLowResModel() argument
493 m_lowResModel->setMainModel(mainModel); in createLowResModel()
497 void LDLModelLine::createHighResModel(LDLMainModel *mainModel, const char *name) in createHighResModel() argument
500 m_highResModel->setMainModel(mainModel); in createHighResModel()
507 const LDLMainModel *mainModel = getMainModel(); in getColorNumber() local
509 if (mainModel->getRandomColors() && m_highResModel != NULL && in getColorNumber()
H A DLDLModelLine.h17 void createLowResModel(LDLMainModel *mainModel, const char *name);
18 void createHighResModel(LDLMainModel *mainModel, const char *name);
H A DLDLAutoCamera.cpp119 LDLMainModel *mainModel = m_model->getMainModel(); in zoomToFit() local
121 mainModel->getScanConditionalControlPoints(); in zoomToFit()
136 mainModel->setScanConditionalControlPoints( in zoomToFit()
141 mainModel->setScanConditionalControlPoints(origScanControlPoints); in zoomToFit()
/dports/astro/stellarium/stellarium-0.21.3/src/gui/
H A DShortcutsDialog.cpp67 mainModel(new QStandardItemModel(this)) in ShortcutsDialog()
130 data = mainModel->data(index.sibling(index.row(), 2)); in initEditors()
167 for (int row = 0; row < mainModel->rowCount(); row++) in findCollidingItems()
169 QStandardItem* group = mainModel->item(row, 0); in findCollidingItems()
286 filterModel->setSourceModel(mainModel); in createDialogContent()
377 mainModel->appendRow(groupItem); in updateGroup()
392 QStandardItem* item = mainModel->item(row, 0); in findItemByData()
448 mainModel->setData(index.sibling(index.row(), 1), in updateShortcutsItem()
450 mainModel->setData(index.sibling(index.row(), 2), in updateShortcutsItem()
519 mainModel->clear(); in resetModel()
[all …]
H A DShortcutsDialog.hpp114 QStandardItemModel* mainModel; member in ShortcutsDialog
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/datagrid/
H A Dsqlqueryrownummodel.cpp7 mainModel = value; in SqlQueryRowNumModel()
28 if (!mainModel) in rowCount()
31 return mainModel->rowCount(); in rowCount()
38 if (!mainModel) in columnCount()
41 return mainModel->columnCount(); in columnCount()
H A Dsqlqueryrownummodel.h24 QAbstractItemModel* mainModel = nullptr; variable
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/menu/
H A Dmenu_background.h53 Model *mainModel;
97 const Model *getMainModel() const {return mainModel;} in getMainModel()
98 Model *getMainModelPtr() const {return mainModel;} in getMainModelPtr()
H A Dmenu_background.cpp107 mainModel = renderer.newModel(rsMenu, getGameCustomCoreDataPath(data_path, mainModelFile)); in MenuBackground()
/dports/editors/calligra/calligra-3.2.1/stage/part/tools/animationtool/
H A DKPrEditAnimationsWidget.cpp178 …m_docker->mainModel()->setBeginTime(m_timeLineModel->mapToSource(m_timeLineView->currentIndex()), … in setBeginTime()
185 …m_docker->mainModel()->setDuration(m_timeLineModel->mapToSource(m_timeLineView->currentIndex()), -… in setDuration()
199 …m_docker->mainModel()->setTriggerEvent(m_timeLineModel->mapToSource(m_timeLineView->currentIndex()… in setTriggerEvent()
267 KPrShapeAnimation *currentAnimation = m_docker->mainModel()->animationByRow(itemIndex.row()); in changeCurrentAnimation()
275 m_docker->mainModel()->replaceAnimation(itemIndex, animation); in changeCurrentAnimation()
H A DKPrShapeAnimationDocker.h57 KPrShapeAnimations *mainModel();
/dports/games/glest/glest_source_3.2.2/source/glest_game/menu/
H A Dmenu_background.h47 Model *mainModel;
87 const Model *getMainModel() const {return mainModel;} in getMainModel()
H A Dmenu_background.cpp104 mainModel= renderer.newModel(rsMenu); in MenuBackground()
105 mainModel->load("data/core/menu/main_model/menu_main.g3d"); in MenuBackground()
/dports/cad/ldview/ldview-4.4/UnMirrorStuds/
H A DUnMirrorStuds.cpp154 LDLMainModel *mainModel = new LDLMainModel; in run() local
156 if (mainModel->load(newFilename)) in run()
165 if (processModel(mainModel, identMatrix)) in run()
215 mainModel->release(); in run()
/dports/cad/ldview/ldview-4.4/LDLib/
H A DLDrawModelViewer.cpp79 mainModel(NULL), in LDrawModelViewer()
271 TCObject::release(mainModel); in dealloc()
1040 mainModel = NULL; in loadModel()
1159 if (!mainModel) in parseModel()
1383 if (mainModel) in reparse()
1896 if (mainModel) in setSeamWidth()
4143 if (mainModel) in getPartsList()
4719 if (mainModel) in getViewInfo()
4940 if (mainModel == NULL) in getMpdChild()
4979 curModel = mainModel; in getCurModel()
[all …]
H A DLDrawModelViewer.h492 LDLMainModel *getMainModel(void) { return mainModel; } in getMainModel()
493 const LDLMainModel *getMainModel(void) const { return mainModel; } in getMainModel()
717 LDLMainModel *mainModel; variable
H A DLDModelParser.cpp65 LDLModel *mainModel = modelViewer->getMainModel(); in LDModelParser() local
67 if (mainModel) in LDModelParser()
69 LDLPalette *palette = mainModel->getMainModel()->getPalette(); in LDModelParser()
/dports/games/keeperrl/keeperrl-alpha23/
H A Dgame.cpp179 WModel mainModel = models[baseModel].get(); in prepareSiteRetirement() local
180 mainModel->setGame(nullptr); in prepareSiteRetirement()
183 if (c->getPosition().getModel() != mainModel) in prepareSiteRetirement()
184 transferCreature(c, mainModel); in prepareSiteRetirement()
189 if (c->getPosition().getModel() == mainModel) in prepareSiteRetirement()
192 for (WCreature c : mainModel->getAllCreatures()) in prepareSiteRetirement()
194 mainModel->clearExternalEnemies(); in prepareSiteRetirement()
/dports/devel/kirigami-gallery/kirigami-gallery-21.12.3/src/data/contents/ui/gallery/
H A DCardsGridViewGallery.qml57 mainModel.append({"title": "Item " + i,
68 id: mainModel
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svapp/framework/
H A DDocument.cpp1327 auto mainModel = ModelById::getAs<WaveFileModel>(m_mainModel); in toXml() local
1328 if (mainModel) { in toXml()
1337 mainModel->toXml(out, indent + " ", "mainModel=\"true\""); in toXml()
1347 .arg(mainModel->getExportId())); in toXml()
1523 auto mainModel = ModelById::get(m_mainModel); in writePlaceholderMainModel() local
1524 if (!mainModel) return; in writePlaceholderMainModel()
1527 .arg(mainModel->getExportId()) in writePlaceholderMainModel()
1528 .arg(mainModel->getSampleRate()); in writePlaceholderMainModel()

12