MCPcopy Create free account
hub / github.com/KDE/kdevelop / configPage

Method configPage

kdevplatform/shell/ktexteditorpluginintegration.cpp:772–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772KDevelop::ConfigPage* Plugin::configPage(int number, QWidget* parent)
773{
774 if (auto* const page = m_plugin->configPage(number, parent)) {
775 auto* const adapter = new KTextEditorConfigPageAdapter(page, this, parent);
776 adjustPluginPageAdapter(Core::self()->pluginController()->pluginInfo(this), *adapter);
777 return adapter;
778 }
779 return nullptr;
780}
781
782int Plugin::configPages() const
783{

Callers 2

childPageMethod · 0.45
showSettingsDialogMethod · 0.45

Calls 3

adjustPluginPageAdapterFunction · 0.85
pluginControllerMethod · 0.80
pluginInfoMethod · 0.45

Tested by

no test coverage detected