Command(bool p_bIsJson=true, QObject *parent=0) | COMMUNICATIONLIB::Command | explicit |
Command(const QString &p_sCommand, const QJsonObject &p_qCommandContent, bool p_bIsJson=true, QObject *parent=0) | COMMUNICATIONLIB::Command | explicit |
Command(const QString &p_sCommand, const QString &p_sDescription, bool p_bIsJson=true, QObject *parent=0) | COMMUNICATIONLIB::Command | explicit |
Command(const QString &p_sCommand, const QString &p_sDescription, const QStringList &p_qListParamNames, const QList< QVariant > &p_qListParamValues, bool p_bIsJson=true, QObject *parent=0) | COMMUNICATIONLIB::Command | explicit |
Command(const QString &p_sCommand, const QString &p_sDescription, const QStringList &p_qListParamNames, const QList< QVariant > &p_qListParamValues, const QStringList &p_vecParameterDescriptions, bool p_bIsJson=true, QObject *parent=0) | COMMUNICATIONLIB::Command | explicit |
Command(const Command &p_Command) | COMMUNICATIONLIB::Command | |
command() const | COMMUNICATIONLIB::Command | inline |
ConstSPtr typedef (defined in COMMUNICATIONLIB::Command) | COMMUNICATIONLIB::Command | |
count() const | COMMUNICATIONLIB::Command | inline |
description() const | COMMUNICATIONLIB::Command | inline |
execute() | COMMUNICATIONLIB::Command | virtual |
executed(Command p_command) | COMMUNICATIONLIB::Command | signal |
isJson() | COMMUNICATIONLIB::Command | inline |
m_bIsJson (defined in COMMUNICATIONLIB::Command) | COMMUNICATIONLIB::Command | |
m_qListParamDescriptions (defined in COMMUNICATIONLIB::Command) | COMMUNICATIONLIB::Command | |
m_qListParamNames (defined in COMMUNICATIONLIB::Command) | COMMUNICATIONLIB::Command | |
m_qListParamValues (defined in COMMUNICATIONLIB::Command) | COMMUNICATIONLIB::Command | |
m_sCommand (defined in COMMUNICATIONLIB::Command) | COMMUNICATIONLIB::Command | |
m_sDescription (defined in COMMUNICATIONLIB::Command) | COMMUNICATIONLIB::Command | |
operator=(const Command &rhs) | COMMUNICATIONLIB::Command | |
operator[](const QString &key) | COMMUNICATIONLIB::Command | |
operator[](qint32 idx) | COMMUNICATIONLIB::Command | |
operator[](const QString &key) const | COMMUNICATIONLIB::Command | |
pDescriptions() const | COMMUNICATIONLIB::Command | inline |
pNames() const | COMMUNICATIONLIB::Command | inline |
pValues() | COMMUNICATIONLIB::Command | inline |
reply(const QString &p_sReply) | COMMUNICATIONLIB::Command | |
send() | COMMUNICATIONLIB::Command | |
SPtr typedef (defined in COMMUNICATIONLIB::Command) | COMMUNICATIONLIB::Command | |
toJsonObject() const | COMMUNICATIONLIB::Command | |
toStringList() const | COMMUNICATIONLIB::Command | |
toStringReadySend() const | COMMUNICATIONLIB::Command | |
~Command() | COMMUNICATIONLIB::Command | virtual |
~ICommand() | UTILSLIB::ICommand | inlinevirtual |