13 #ifndef BERRYCOMMANDMANAGEREVENT_H_
14 #define BERRYCOMMANDMANAGEREVENT_H_
66 const QString& commandId,
const bool commandIdAdded,
67 const bool commandIdChanged,
const QString& categoryId,
68 const bool categoryIdAdded,
const bool categoryIdChanged);
91 const QString& parameterTypeId,
const bool parameterTypeIdAdded,
92 const bool parameterTypeIdChanged);
100 QString GetCategoryId()
const;
108 QString GetCommandId()
const;
126 QString GetParameterTypeId()
const;
134 bool IsCategoryChanged()
const;
143 bool IsCategoryDefined()
const;
151 bool IsCommandChanged()
const;
160 bool IsCommandDefined()
const;
171 bool IsParameterTypeChanged()
const;
183 bool IsParameterTypeDefined()
const;
193 static const int CHANGED_CATEGORY_DEFINED;
201 static const int CHANGED_COMMAND_DEFINED;
212 static const int CHANGED_PARAMETER_TYPE_DEFINED;
219 const QString categoryId;
233 const QString commandId;
241 const QString parameterTypeId;