35 bool categoryChanged,
bool definedChanged,
bool descriptionChanged,
36 bool handledChanged,
bool nameChanged,
bool parametersChanged,
37 bool returnTypeChanged,
bool helpContextIdChanged,
38 bool enabledChanged) :
45 throw Poco::NullPointerException(
"The command cannot be null");
56 if (parametersChanged)
60 if (returnTypeChanged)
64 if (helpContextIdChanged)
CommandEvent(const SmartPointer< Command > command, bool categoryChanged, bool definedChanged, bool descriptionChanged, bool handledChanged, bool nameChanged, bool parametersChanged, bool returnTypeChanged=false, bool helpContextIdChanged=false, bool enabledChanged=false)
SmartPointer< Command > GetCommand() const
bool IsHandledChanged() const
bool IsParametersChanged() const
bool IsHelpContextIdChanged() const
bool IsReturnTypeChanged() const
bool IsEnabledChanged() const
bool IsCategoryChanged() const
static int LAST_USED_BIT()