Go to the documentation of this file.
67 std::string
name(
const std::string& localeString = std::string() )
const;
75 std::string
description(
const std::string& localeString = std::string() )
const;
DCA_ACTION_ID_TYPE id() const
Returns the internal id of a WacAction class.
bool operator==(const WacAction &aInst) const
Equality operator, returns true if two WacAction objects refer to the identical internal action.
int DCA_ACTION_ID_TYPE
Type for action ids.
bool operator!=(const WacAction &aInst) const
Inequality operator, returns true if two WacAction objects refer to different internal actions.
The WacAction class represents a given action of an application e.g. UPLOAD FILE, ADD ATTACHMENT,...
std::string description(const std::string &localeString=std::string()) const
Returns the localized (brief) description of the action.
std::string name(const std::string &localeString=std::string()) const
Returns the localized (display) name of the action.
WacAction NullWacAction
Defines a constant unassigned WacAction you can use for checks. if( myWacAction == NullWacAction ) --...
#define PRIVATE_PTR
Type for private pointer implementations, for internal use only.