

Public Types | |
| enum | ActionType_t { kShow, kHide, kEnable, kDisable } |
Public Member Functions | |
| EvtSpecial (intf_thread_t *pIntf, ActionType_t action) | |
| virtual | ~EvtSpecial () |
| virtual const string | getAsString () const |
| Return the type of the event. | |
| EvtSpecial::EvtSpecial | ( | intf_thread_t * | pIntf, | |
| ActionType_t | action | |||
| ) | [inline] |
| virtual EvtSpecial::~EvtSpecial | ( | ) | [inline, virtual] |
| const string EvtSpecial::getAsString | ( | ) | const [virtual] |
Return the type of the event.
Implements EvtGeneric.
References SkinObject::getIntf(), kDisable, kEnable, kHide, kShow, and msg_Warn.
1.5.6