Home
last modified time | relevance | path

Searched refs:mMaterialSortModel (Results 1 – 2 of 2) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/shiny/Editor/
H A DMainWindow.cpp60 mMaterialSortModel = new PropertySortModel(this); in MainWindow()
61 mMaterialSortModel->setSourceModel(mMaterialPropertyModel); in MainWindow()
62 mMaterialSortModel->setDynamicSortFilter(true); in MainWindow()
63 mMaterialSortModel->setSortCaseSensitivity(Qt::CaseInsensitive); in MainWindow()
65 ui->materialView->setModel(mMaterialSortModel); in MainWindow()
534 ui->materialView->scrollTo(mMaterialSortModel->mapFromSource(item->index())); in onMaterialPropertyChanged()
688 ui->materialView->scrollTo(mMaterialSortModel->mapFromSource(keyItem->index())); in addProperty()
741 …QModelIndex selectedIndex = mMaterialSortModel->mapToSource(ui->materialView->selectionModel()->cu… in on_actionDeleteProperty_triggered()
840 …QModelIndex selectedIndex = mMaterialSortModel->mapToSource(ui->materialView->selectionModel()->cu… in on_actionNewProperty_triggered()
918 …QModelIndex selectedIndex = mMaterialSortModel->mapToSource(ui->materialView->selectionModel()->cu… in on_actionCreateTextureUnit_triggered()
H A DMainWindow.hpp80 PropertySortModel* mMaterialSortModel; member in sh::MainWindow