Public Member Functions | |
CRule (CCondition *adopted) | |
CRule (const CRule &) | |
CRule & | operator= (const CRule &) |
void | setCondition (CCondition *adopted) |
void | adoptAction (CAction *, bool onActivation) |
void | removeAction (bool onActivation, UInt32 index) |
void | replaceAction (CAction *adopted, bool onActivation, UInt32 index) |
void | enable (CPrimaryClient *) |
void | disable (CPrimaryClient *) |
bool | handleEvent (const CEvent &) |
CString | format () const |
const CCondition * | getCondition () const |
UInt32 | getNumActions (bool onActivation) const |
const CAction & | getAction (bool onActivation, UInt32 index) const |
Definition at line 246 of file CInputFilter.h.