Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/model/
H A Dsketchmodel.cpp58 if (modelPart->hasViewID(id)) { in findModelPartAux()
H A Dmodelpart.h150 bool hasViewID(ViewLayer::ViewID);
162 bool hasViewID(long id);
H A Dmodelpartshared.h108 bool hasViewID(ViewLayer::ViewID viewID);
H A Dmodelpart.cpp649 bool ModelPart::hasViewID(ViewLayer::ViewID viewID) { in hasViewID() function in ModelPart
650 if (m_modelPartShared) return m_modelPartShared->hasViewID(viewID); in hasViewID()
721 bool ModelPart::hasViewID(long id) { in hasViewID() function in ModelPart
H A Dmodelpartshared.cpp685 bool ModelPartShared::hasViewID(ViewLayer::ViewID viewID) { in hasViewID() function in ModelPartShared