MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setShowFoldingRegion

Method setShowFoldingRegion

src/eepp/ui/uicodeeditor.cpp:5396–5401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5394}
5395
5396void UICodeEditor::setShowFoldingRegion( bool showFoldingRegion ) {
5397 if ( mShowFoldingRegion != showFoldingRegion ) {
5398 mShowFoldingRegion = showFoldingRegion;
5399 invalidateDraw();
5400 }
5401}
5402
5403Drawable* UICodeEditor::getFoldDrawable() const {
5404 return mFoldDrawable;

Callers 4

LLMChatUIMethod · 0.80
addChatUIMethod · 0.80
loadFromXmlNodeMethod · 0.80
createEditorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected