Home
last modified time | relevance | path

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

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DCollectSelectableBrushFacesVisitor.cpp33CollectSelectableBrushFacesVisitor::CollectSelectableBrushFacesVisitor(const EditorContext& editor… in CollectSelectableBrushFacesVisitor() function in TrenchBroom::Model::CollectSelectableBrushFacesVisitor
H A DCollectSelectableBrushFacesVisitor.h38 …class CollectSelectableBrushFacesVisitor : public CollectMatchingBrushFacesVisitor<MatchSelectable…
40 CollectSelectableBrushFacesVisitor(const EditorContext& editorContext);
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DMapDocumentCommandFacade.cpp130 Model::CollectSelectableBrushFacesVisitor visitor(*m_editorContext); in performSelectAllBrushFaces()
136 Model::CollectSelectableBrushFacesVisitor visitor(*m_editorContext); in performConvertToBrushFaceSelection()