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

Method displayModes

app/src/Console/Handler.cpp:264–270  ·  view source on GitHub ↗

* @brief Returns the list of available console display modes. */

Source from the content-addressed store, hash-verified

262 * @brief Returns the list of available console display modes.
263 */
264QStringList Console::Handler::displayModes() const
265{
266 QStringList list;
267 list.append(tr("Plain Text"));
268 list.append(tr("Hexadecimal"));
269 return list;
270}
271
272/**
273 * @brief Returns the list of supported text encodings for QML.

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected