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

Method getVisibleLinesCount

src/eepp/ui/uicodeeditor.cpp:2433–2435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2431}
2432
2433int UICodeEditor::getVisibleLinesCount() const {
2434 return eefloor( editorHeight() / getLineHeight() ) + 1;
2435}
2436
2437const StyleSheetLength& UICodeEditor::getLineSpacing() const {
2438 return mLineSpacing;

Callers 7

resizeToFitMethod · 0.45
getTotalVisibleLinesMethod · 0.45
updateScrollBarMethod · 0.45
jumpLinesDownMethod · 0.45
selectToNextLineMethod · 0.45
isMinimapFileTooLargeMethod · 0.45
onAutoSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected