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

Method load

src/gui/documentviewer/DocumentLoaderSaver.cpp:19–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void WizDocumentLoaderThread::load(const WIZDOCUMENTDATA &doc, WizEditorMode editorMode)
20{
21 setCurrentDoc(doc.strKbGUID, doc.strGUID, editorMode);
22
23 if (!isRunning())
24 {
25 start();
26 }
27}
28
29void WizDocumentLoaderThread::stop()
30{

Callers 5

loadErrorPageMethod · 0.45
editHandwritingNoteFunction · 0.45
createHandwritingNoteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected