| 124 | } |
| 125 | |
| 126 | const 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 | |
| 135 | bool AbstractTreeNode::operator ==(const AbstractTreeNode &other) const |
no outgoing calls
no test coverage detected