Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/shiny/Editor/
H A DMainWindow.cpp603 QStandardItem* shaderPropertiesItem = new QStandardItem (QString("shader_properties")); in buildMaterialModel() local
604 shaderPropertiesItem->setFlags(shaderPropertiesItem->flags() &= ~Qt::ItemIsEditable); in buildMaterialModel()
605shaderPropertiesItem->setData(QVariant(static_cast<int>(MaterialProperty::Object)), Qt::UserRole); in buildMaterialModel()
610 addProperty(shaderPropertiesItem, pit->first, pit->second); in buildMaterialModel()
612 passItem->appendRow(shaderPropertiesItem); in buildMaterialModel()