MCPcopy Create free account
hub / github.com/KDE/labplot / setVariables

Method setVariables

src/frontend/widgets/ExpressionTextEdit.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void ExpressionTextEdit::setVariables(const QStringList& vars) {
89 m_variables = vars;
90 m_highlighter->setVariables(m_variables);
91 validateExpression(true);
92}
93
94void ExpressionTextEdit::insertCompletion(const QString& completion) {
95 QTextCursor tc{textCursor()};

Callers 6

updateModelEquationMethod · 0.45
parametersChangedMethod · 0.45
variableNameChangedMethod · 0.45
setExpressionTypeMethod · 0.45
MatrixFunctionDialogMethod · 0.45
variableNameChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected