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

Method JSPluginDocSidebar

src/jsplugin/JSPluginWidgets.cpp:91–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89/////////////////////////////////////////////////////////////
90
91JSPluginDocSidebar::JSPluginDocSidebar(WizExplorerApp& app, JSPluginModule* module, QWidget *parent)
92 : JSPluginWebsiteView(app, module, parent)
93 , m_sidebarWidth(module->spec()->width())
94{
95 module->parentPlugin()->initStrings();
96 m_web->load(QUrl::fromLocalFile(m_module->spec()->htmlFileName()));
97}
98
99QSize JSPluginDocSidebar::sizeHint() const
100{

Callers

nothing calls this directly

Calls 6

widthMethod · 0.80
initStringsMethod · 0.80
parentPluginMethod · 0.80
htmlFileNameMethod · 0.80
specMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected