#include <YEvent.h>
Inheritance diagram for YSimpleEvent:

Public Member Functions | |
| YSimpleEvent (EventType eventType, const YCPValue &id) | |
| YSimpleEvent (EventType eventType, const char *id) | |
| YSimpleEvent (EventType eventType, const string &id) | |
| YCPValue | id () const |
| virtual YCPMap | ycpEvent () |
| virtual YCPValue | userInput () |
Protected Attributes | |
| YCPValue | _id |
| YSimpleEvent::YSimpleEvent | ( | EventType | eventType, | |
| const char * | id | |||
| ) |
| YSimpleEvent::YSimpleEvent | ( | EventType | eventType, | |
| const string & | id | |||
| ) |
| YCPValue YSimpleEvent::id | ( | ) | const [inline] |
Returns the ID associated with this event.
| YCPMap YSimpleEvent::ycpEvent | ( | ) | [virtual] |
| YCPValue YSimpleEvent::userInput | ( | ) | [virtual] |
Returns the ID to be returned upon UI::UserInput(). This is the same as the "id" field of the ycpEvent() map.
Reimplemented from YEvent.
Reimplemented from YEvent.
YCPValue YSimpleEvent::_id [protected] |
1.5.0