91 explicit RawCommand(
const QString &p_sCommand,
bool p_bIsJson =
true, QObject *parent = 0);
107 inline QString
command()
const;
115 inline quint32
count()
const;
125 inline bool isJson()
const;
133 inline QList<QString>&
pValues();
156 QList<QString> m_qListRawParameters;
172 return m_qListRawParameters.size();
186 return m_qListRawParameters;
Contains declarations of the command design pattern: ICommand interface.
Real-time client/server communication (commands, raw data streaming).
void executed(QList< QString > p_qListParameters)
RawCommand(QObject *parent=0)
QList< QString > & pValues()
The ICommand interface provides the base class of every command of the command design pattern.