#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 |
|
Constructors. |
|
|
|
|
|
Returns the ID associated with this event. |
|
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. |
|
Constructs a YCP map to be returned upon UI::WaitForEvent(). Reimplemented from YEvent. Reimplemented from YEvent. |
|
|