MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / CurrentDocumentBrowserObject

Method CurrentDocumentBrowserObject

src/WizMainWindow.cpp:4086–4094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4084}
4085
4086QObject* WizMainWindow::CurrentDocumentBrowserObject()
4087{
4088 WizDocumentView* docView = currentDocumentView();
4089 if (docView) {
4090 return currentDocumentView()->web();
4091 } else {
4092 return nullptr;
4093 }
4094}
4095
4096WizDatabaseManager* WizMainWindow::DatabaseManagerEx()
4097{

Callers

nothing calls this directly

Calls 1

webMethod · 0.45

Tested by

no test coverage detected