MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / zoomValue

Method zoomValue

src/plugins/codeeditor/gui/tabwidget.cpp:935–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933}
934
935int TabWidget::zoomValue()
936{
937 if (auto editor = d->currentTextEditor())
938 return static_cast<int>(editor->SendScintilla(TextEditor::SCI_GETZOOM));
939
940 return 0;
941}
942
943void TabWidget::updateZoomValue(int value)
944{

Callers 1

onZoomValueChangedMethod · 0.80

Calls 2

currentTextEditorMethod · 0.80
SendScintillaMethod · 0.45

Tested by

no test coverage detected