Home
last modified time | relevance | path

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

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DTextureCollectionEditor.cpp69 const StringList names = document->externalTextureCollectionNames(); in OnRemoveTextureCollectionsClicked()
90 const StringList names = document->externalTextureCollectionNames(); in OnMoveTextureCollectionUpClicked()
108 const StringList names = document->externalTextureCollectionNames(); in OnMoveTextureCollectionDownClicked()
223 const StringList names = document->externalTextureCollectionNames(); in updateControls()
H A DMapDocument.h345 const StringList externalTextureCollectionNames() const;
H A DMapDocument.cpp1120 const StringList MapDocument::externalTextureCollectionNames() const { in externalTextureCollectionNames() function in TrenchBroom::View::MapDocument