MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / ScriptSelectionSet

Class ScriptSelectionSet

plugins/script/interfaces/SelectionSetInterface.h:14–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12// ========== SelectionSet Handling ==========
13
14class ScriptSelectionSet
15{
16private:
17 selection::ISelectionSetPtr _set;
18
19 static std::string _emptyStr;
20public:
21 ScriptSelectionSet(const selection::ISelectionSetPtr& set);
22
23 const std::string& getName();
24 bool empty();
25 void select();
26 void deselect();
27 void clear();
28 void assignFromCurrentScene();
29};
30
31// Wrap around the ISelectionSetManager::Visitor interface
32class SelectionSetVisitorWrapper :

Callers 2

createSelectionSetMethod · 0.85
findSelectionSetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected