31 bool categoryChanged,
bool definedChanged,
bool descriptionChanged,
32 bool handledChanged,
bool nameChanged,
bool parametersChanged,
33 bool returnTypeChanged,
bool helpContextIdChanged,
34 bool enabledChanged) :
41 throw Poco::NullPointerException(
"The command cannot be null");
52 if (parametersChanged)
56 if (returnTypeChanged)
60 if (helpContextIdChanged)
bool IsEnabledChanged() const
bool IsHelpContextIdChanged() const
bool IsHandledChanged() const
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)
bool IsParametersChanged() const
bool IsReturnTypeChanged() const
SmartPointer< Command > GetCommand() const
static int LAST_USED_BIT()
bool IsCategoryChanged() const