| 68 | bool onCloseView(Workspace* workspace, bool quitting) override; |
| 69 | void onTabPopup(Workspace* workspace) override; |
| 70 | InputChainElement* onGetInputChainElement() override { return this; } |
| 71 | |
| 72 | // DocumentObserver implementation |
| 73 | void onGeneralUpdate(doc::DocumentEvent& ev) override; |
no outgoing calls
no test coverage detected