| 460 | |
| 461 | // Get/Set object type (see ObjectType) |
| 462 | ObjectType GetType() const {return _type;} |
| 463 | void SetType( ObjectType type ) {_type=type;} |
| 464 | |
| 465 | // Get IPaths interface. May be nullptr when object does not implement it. |
no outgoing calls
no test coverage detected