MNE-CPP
beta 1.0
|
This is the complete list of members for RTCOMMANDLIB::Command, including all inherited members.
Command(bool p_bIsJson=true, QObject *parent=0) | RTCOMMANDLIB::Command | explicit |
Command(const QString &p_sCommand, const QJsonObject &p_qCommandContent, bool p_bIsJson=true, QObject *parent=0) | RTCOMMANDLIB::Command | explicit |
Command(const QString &p_sCommand, const QString &p_sDescription, bool p_bIsJson=true, QObject *parent=0) | RTCOMMANDLIB::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) | RTCOMMANDLIB::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) | RTCOMMANDLIB::Command | explicit |
Command(const Command &p_Command) | RTCOMMANDLIB::Command | |
command() const | RTCOMMANDLIB::Command | inline |
ConstSPtr typedef (defined in RTCOMMANDLIB::Command) | RTCOMMANDLIB::Command | |
count() const | RTCOMMANDLIB::Command | inline |
description() const | RTCOMMANDLIB::Command | inline |
execute() | RTCOMMANDLIB::Command | virtual |
executed(Command p_command) | RTCOMMANDLIB::Command | signal |
isJson() | RTCOMMANDLIB::Command | inline |
m_bIsJson (defined in RTCOMMANDLIB::Command) | RTCOMMANDLIB::Command | |
m_qListParamDescriptions (defined in RTCOMMANDLIB::Command) | RTCOMMANDLIB::Command | |
m_qListParamNames (defined in RTCOMMANDLIB::Command) | RTCOMMANDLIB::Command | |
m_qListParamValues (defined in RTCOMMANDLIB::Command) | RTCOMMANDLIB::Command | |
m_sCommand (defined in RTCOMMANDLIB::Command) | RTCOMMANDLIB::Command | |
m_sDescription (defined in RTCOMMANDLIB::Command) | RTCOMMANDLIB::Command | |
operator=(const Command &rhs) | RTCOMMANDLIB::Command | |
operator[](const QString &key) | RTCOMMANDLIB::Command | |
operator[](qint32 idx) | RTCOMMANDLIB::Command | |
operator[](const QString &key) const | RTCOMMANDLIB::Command | |
pDescriptions() const | RTCOMMANDLIB::Command | inline |
pNames() const | RTCOMMANDLIB::Command | inline |
pValues() | RTCOMMANDLIB::Command | inline |
reply(const QString &p_sReply) | RTCOMMANDLIB::Command | |
send() | RTCOMMANDLIB::Command | |
SPtr typedef (defined in RTCOMMANDLIB::Command) | RTCOMMANDLIB::Command | |
toJsonObject() const | RTCOMMANDLIB::Command | |
toStringList() const | RTCOMMANDLIB::Command | |
toStringReadySend() const | RTCOMMANDLIB::Command | |
~Command() | RTCOMMANDLIB::Command | virtual |
~ICommand() | ICommand | inlinevirtual |