MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / text

Method text

app/src/DataModel/Editors/JsCodeEditor.cpp:137–140  ·  view source on GitHub ↗

* @brief Returns the editor's current text. */

Source from the content-addressed store, hash-verified

135 * @brief Returns the editor's current text.
136 */
137QString DataModel::JsCodeEditor::text() const
138{
139 return m_widget.toPlainText();
140}
141
142/**
143 * @brief Returns the source ID this editor is bound to.

Callers 15

bindAndInsertReadingMethod · 0.45
processItemsMethod · 0.45
createDatabaseMethod · 0.45
insertSessionMethod · 0.45
writeColumnDefsMethod · 0.45
writeRawBytesMethod · 0.45
writeTableSnapshotsMethod · 0.45
migrateColumnsTableMethod · 0.45
loadColumnOrderMethod · 0.45
loadTimestampIndexMethod · 0.45
openAndLoadMethod · 0.45
loadChartParametersFunction · 0.45

Calls

no outgoing calls

Tested by 2

evaluateMethod · 0.36
onInputModeChangedMethod · 0.36