Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/shiny/Editor/
H A DMainWindow.cpp431 while (getPropertyKey(passModelIndex) != "pass" && passModelIndex.isValid()) in getContext()
483 std::string sh::MainWindow::getPropertyKey(QModelIndex index) in getPropertyKey() function in sh::MainWindow
541 material.toStdString(), getPropertyKey(item->index()), value)); in onMaterialPropertyChanged()
543 else if (getPropertyKey(item->index()) == "texture_unit") in onMaterialPropertyChanged()
561 material.toStdString(), passIndex, getPropertyKey(item->index()), value)); in onMaterialPropertyChanged()
569 material.toStdString(), passIndex, getPropertyKey(item->index()), value)); in onMaterialPropertyChanged()
748 if (getPropertyKey(selectedIndex) == "pass") in on_actionDeleteProperty_triggered()
765 else if (getPropertyKey(selectedIndex) == "texture_unit") in on_actionDeleteProperty_triggered()
787 material.toStdString(), getPropertyKey(selectedIndex))); in on_actionDeleteProperty_triggered()
814 material.toStdString(), passIndex, getPropertyKey(selectedIndex))); in on_actionDeleteProperty_triggered()
[all …]
H A DMainWindow.hpp99 std::string getPropertyKey(QModelIndex index);