94 explicit RawCommand(
const QString &p_sCommand,
bool p_bIsJson =
true, QObject *parent = 0);
111 inline QString command()
const;
119 inline quint32 count()
const;
121 virtual void execute();
129 inline bool isJson()
const;
137 inline QList<QString>& pValues();
154 void executed(QList<QString> p_qListParameters);
160 QList<QString> m_qListRawParameters;
179 return m_qListRawParameters.size();
195 return m_qListRawParameters;
200 #endif // RAWCOMMAND_H
#define RTCOMMANDSHARED_EXPORT
Contains declarations of the command design pattern: ICommand interface.
QList< QString > & pValues()
RtCommand library export/import macros.
The ICommand interface provides the base class of every command of the command design pattern...