MCPcopy Create free account
hub / github.com/KDAB/GammaRay / foldingBarWidth

Method foldingBarWidth

ui/codeeditor/codeeditor.cpp:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88int CodeEditor::foldingBarWidth() const
89{
90#ifdef HAVE_SYNTAX_HIGHLIGHTING
91 return fontMetrics().lineSpacing();
92#else
93 return 0;
94#endif
95}
96
97void CodeEditor::contextMenuEvent(QContextMenuEvent *event)
98{

Callers 1

mouseReleaseEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected