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

Function actionDataText

src/core/AutomationServer.cpp:112–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112QString actionDataText(const QAction* action)
113{
114 const QVariant data = action->data();
115 if (!data.isValid() || data.isNull()) {
116 return QString();
117 }
118 return data.toString();
119}
120
121QString actionValue(const QAction* action)
122{

Callers 3

describeActionFunction · 0.85
actionMatchesTargetFunction · 0.85
doInvokeMethod · 0.85

Calls 4

isNullMethod · 0.80
dataMethod · 0.45
isValidMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected