| 88 | virtual std::string name() = 0; |
| 89 | void setViewer(PathologyViewer* viewer) { _viewer = viewer; } |
| 90 | bool active() { return _active; } |
| 91 | virtual void setActive(bool active) { |
| 92 | _active = active; |
| 93 | } |
nothing calls this directly
no outgoing calls
no test coverage detected