92 explicit RawCommand(
const QString &p_sCommand,
bool p_bIsJson =
true, QObject *parent = 0);
108 inline QString
command()
const;
116 inline quint32
count()
const;
126 inline bool isJson()
const;
134 inline QList<QString>&
pValues();
157 QList<QString> m_qListRawParameters;
173 return m_qListRawParameters.size();
187 return m_qListRawParameters;
Export macros, build-info entry points and namespace anchor for the COMLIB communication library.
Minimal ICommand interface for the GoF command pattern, used by the MNE Scan plugin runtime.
Real-time client/server communication primitives for talking to mne_rt_server.
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.