MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / tmate2PushDefaultAction

Function tmate2PushDefaultAction

src/gui/MainWindow_Controllers.cpp:157–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157QString tmate2PushDefaultAction(int encoderIndex)
158{
159 switch (encoderIndex) {
160 case 0: return QStringLiteral("StepCycle");
161 case 1: return QStringLiteral("ToggleRit");
162 case 2: return QStringLiteral("ToggleXit");
163 default: return QStringLiteral("None");
164 }
165}
166
167static bool isCwMomentaryActionId(const QString& id)
168{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected