Home
last modified time | relevance | path

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

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/common/
H A Dpluginmanager.h57 inline QVector<MeshDecorateInterface*>& meshDecoratePlugins() {return meshDecoratePlug;} in meshDecoratePlugins() function
H A Dpluginmanager.cpp213 foreach(MeshDecorateInterface *tt, this->meshDecoratePlugins()) in getDecoratorInterfaceByName()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlab/
H A Dmainwindow_Init.cpp501 foreach(MeshDecorateInterface *iDecorate, PM.meshDecoratePlugins()) in createToolBars()
957 foreach(MeshDecorateInterface *iDecorate, PM.meshDecoratePlugins()) in fillDecorateMenu()
H A Dglarea.cpp1411 for (auto tt : this->mw()->PM.meshDecoratePlugins()) { in updateDecorator()