17 #ifndef BERRYCOMMANDMANAGEREVENT_H_
18 #define BERRYCOMMANDMANAGEREVENT_H_
70 const QString& commandId,
const bool commandIdAdded,
71 const bool commandIdChanged,
const QString& categoryId,
72 const bool categoryIdAdded,
const bool categoryIdChanged);
95 const QString& parameterTypeId,
const bool parameterTypeIdAdded,
96 const bool parameterTypeIdChanged);
104 QString GetCategoryId()
const;
112 QString GetCommandId()
const;
130 QString GetParameterTypeId()
const;
138 bool IsCategoryChanged()
const;
147 bool IsCategoryDefined()
const;
155 bool IsCommandChanged()
const;
164 bool IsCommandDefined()
const;
175 bool IsParameterTypeChanged()
const;
187 bool IsParameterTypeDefined()
const;
197 static const int CHANGED_CATEGORY_DEFINED;
205 static const int CHANGED_COMMAND_DEFINED;
216 static const int CHANGED_PARAMETER_TYPE_DEFINED;
223 const QString categoryId;
237 const QString commandId;
245 const QString parameterTypeId;
Light weight base class for most BlueBerry classes.
#define berryObjectMacro(...)