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

Method BasicRootNode

libs/scene/BasicRootNode.h:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35public:
36 BasicRootNode()
37 {
38 _namespace = GlobalNamespaceFactory().createNamespace();
39 _targetManager = GlobalEntityModule().createTargetManager();
40 _selectionGroupManager = GlobalSelectionGroupModule().createSelectionGroupManager();
41 _selectionSetManager = GlobalSelectionSetModule().createSelectionSetManager();
42 _layerManager = GlobalLayerModule().createLayerManager(*this);
43 _undoSystem = GlobalUndoSystemFactory().createUndoSystem();
44 }
45
46 void setName(const std::string& name) override
47 {

Callers

nothing calls this directly

Calls 6

createNamespaceMethod · 0.80
createTargetManagerMethod · 0.80
createLayerManagerMethod · 0.80
createUndoSystemMethod · 0.80

Tested by

no test coverage detected