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

Method clear

app/src/DataModel/Dialogs/TransmitTestDialog.cpp:135–141  ·  view source on GitHub ↗

* @brief Clears all input and output fields. */

Source from the content-addressed store, hash-verified

133 * @brief Clears all input and output fields.
134 */
135void DataModel::TransmitTestDialog::clear()
136{
137 m_userInput->clear();
138 m_rawOutput->clear();
139 m_hexOutput->clear();
140 m_byteCountLabel->clear();
141}
142
143/**
144 * @brief Compiles and runs the transmit function with the user's input value.

Callers 15

showPreviewMethod · 0.45
cancelImportMethod · 0.45
computeBlocksMethod · 0.45
cancelImportMethod · 0.45
cancelImportMethod · 0.45
buildTableNamesMethod · 0.45
testTransmitFunctionMethod · 0.45
loadTemplatesMethod · 0.45
loadTemplatesMethod · 0.45
onClearMethod · 0.45
validateTransformMethod · 0.45
buildTemplatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected