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

Method load

plugins/customscript/customscript_plugin.cpp:566–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566void CustomScriptPreferences::load(const KDevelop::SourceFormatterStyle& style)
567{
568 m_style = style;
569 m_commandEdit->setText(style.content());
570 m_captionLabel->setText(i18n("Style: %1", style.caption()));
571
572 updateTimeout();
573}
574
575QString CustomScriptPreferences::save() const
576{

Callers 7

createJobMethod · 0.45
ProjectConfigPageMethod · 0.45
ParametersMethod · 0.45
ProjectConfigPageMethod · 0.45
createJobMethod · 0.45
ProjectConfigPageMethod · 0.45
commandLineMethod · 0.45

Calls 3

setTextMethod · 0.45
contentMethod · 0.45
captionMethod · 0.45

Tested by

no test coverage detected