MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / selectAll

Method selectAll

src/widgets/WizCodeEditorDialog.cpp:128–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127
128bool WizCodeEditorDialog::selectAll()
129{
130 if (!g_instance)
131 return false;
132 if (QApplication::activeWindow() != g_instance)
133 return false;
134
135 g_instance->m_codeBrowser->page()->triggerAction(QWebEnginePage::SelectAll);
136 //
137 return true;
138}
139
140bool WizCodeEditorDialog::undo()
141{

Callers 4

focusMethod · 0.80
cipherErrorMethod · 0.80
WizLineInputDialogMethod · 0.80

Calls 1

triggerActionMethod · 0.45

Tested by

no test coverage detected