SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Command Member List

This is the complete list of members for Command, including all inherited members.

Command()Command
Command(const Command &command)Command
commandCompare(const Command *c1, Command *c2)Commandinlinestatic
deserialize(const QByteArray &data)Command
getArgString() constCommandinline
getAssociateKey() constCommandinline
getCommand() constCommandinline
getDescription() constCommandinline
getGroup() constCommandinline
getKey() constCommandinline
getKeyLabel() constCommand
getKeyModifiers() constCommandinline
getLastProcessCommandLine() constCommandinline
getLastProcessError(QProcess::ProcessError &error) constCommand
getLastProcessExit(int &exitCode, QProcess::ExitStatus &exitStatus) constCommand
getLastProcessFinishTimestampms() constCommandinline
getLastProcessLog() constCommand
getLastProcessPid() constCommandinline
getLastProcessStartTimestampms() constCommandinline
getLastProcessState() constCommand
getRelease() constCommandinline
kill()Command
m_argStringCommandprivate
m_associateKeyCommandprivate
m_commandCommandprivate
m_currentProcessCommandprivate
m_currentProcessCommandLineCommandprivate
m_currentProcessErrorCommandprivate
m_currentProcessExitCodeCommandprivate
m_currentProcessExitStatusCommandprivate
m_currentProcessFinishTimeStampmsCommandprivate
m_currentProcessPidCommandprivate
m_currentProcessStartTimeStampmsCommandprivate
m_currentProcessStateCommandprivate
m_descriptionCommandprivate
m_groupCommandprivate
m_hasExitedCommandprivate
m_isInErrorCommandprivate
m_keyCommandprivate
m_keyModifiersCommandprivate
m_logCommandprivate
m_releaseCommandprivate
processError(QProcess::ProcessError error)Commandprivateslot
processFinished(int exitCode, QProcess::ExitStatus exitStatus)Commandprivateslot
processStateChanged(QProcess::ProcessState newState)Commandprivateslot
resetToDefaults()Command
run(const QString &apiAddress, int apiPort, int deviceSetIndex)Command
serialize() constCommand
setArgString(const QString &argString)Commandinline
setAssociateKey(bool associate)Commandinline
setCommand(const QString &command)Commandinline
setDescription(const QString &description)Commandinline
setGroup(const QString &group)Commandinline
setKey(Qt::Key key)Commandinline
setKeyModifiers(Qt::KeyboardModifiers keyModifiers)Commandinline
setRelease(bool release)Commandinline
~Command()Command