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

Method style

kdevplatform/shell/sourceformattercontroller.cpp:126–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 SourceFormatterStyle style() const
127 {
128 Q_ASSERT(formatter);
129 SourceFormatterStyle style(styleName);
130 const KConfigGroup config = globalConfig().group(formatter->name());
131 if (config.hasGroup(styleName)) {
132 populateStyleFromConfig(style, config.group(styleName));
133 }
134 return style;
135 }
136};
137
138FormatterData readFormatterData(const KConfigGroup& sourceFormatterConfig, const QString& mimeTypeName,

Callers 14

projectOpenedMethod · 0.80
readFormatterAndStyleMethod · 0.80
buttonSpacingMethod · 0.80
setUpWidgetForDockWidgetFunction · 0.80
htmlImgFunction · 0.80
doMessageLineLayoutMethod · 0.80
doAuthorLineLayoutMethod · 0.80
sizeHintMethod · 0.80
drawStyledBackgroundMethod · 0.80
drawBackgroundMethod · 0.80
paintMethod · 0.80

Calls 3

globalConfigFunction · 0.85
populateStyleFromConfigFunction · 0.85
nameMethod · 0.45

Tested by

no test coverage detected