MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / toStr

Function toStr

bt_editor/bt_editor_base.cpp:126–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126const char *toStr(GraphicMode type)
127{
128 if( type == GraphicMode::EDITOR) return "EDITOR";
129 if( type == GraphicMode::MONITOR ) return "MONITOR";
130 if( type == GraphicMode::REPLAY) return "REPLAY";
131 return nullptr;
132}
133
134
135bool AbstractTreeNode::operator ==(const AbstractTreeNode &other) const

Callers 12

updateTreeViewMethod · 0.85
MainWindowMethod · 0.85
closeEventMethod · 0.85
saveToXMLMethod · 0.85
onAddToModelRegistryMethod · 0.85
createMorphSubMenuMethod · 0.85
RecursivelyCreateXmlFunction · 0.85
readStyleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected