|
YWidget * | _widget |
|
EventReason | _reason |
|
|
enum | EventType {
NoEvent = 0,
UnknownEvent,
WidgetEvent,
MenuEvent,
KeyEvent,
CancelEvent,
TimeoutEvent,
DebugEvent,
InvalidEvent = 0x4242
} |
|
enum | EventReason {
UnknownReason = 0,
Activated,
SelectionChanged,
ValueChanged,
ContextMenuActivated
} |
|
static const char * | toString (EventType eventType) |
| Returns the character representation of an event type.
|
|
static const char * | toString (EventReason reason) |
| Returns the character representation of an event reason.
|
|
Definition at line 165 of file YEvent.h.
◆ ~YWidgetEvent()
virtual YWidgetEvent::~YWidgetEvent |
( |
| ) |
|
|
inlineprotectedvirtual |
Protected destructor - events can only be deleted via YDialog::deleteEvent().
The associated dialog will take care of this event and delete it when appropriate.
Definition at line 194 of file YEvent.h.
◆ reason()
EventReason YWidgetEvent::reason |
( |
| ) |
const |
|
inline |
Returns the reason for this event.
This very much like an event sub-type.
Definition at line 185 of file YEvent.h.
◆ widget()
virtual YWidget* YWidgetEvent::widget |
( |
| ) |
const |
|
inlinevirtual |
Returns the widget that caused this event.
Reimplemented from YEvent.
Reimplemented from YEvent.
Definition at line 180 of file YEvent.h.
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/libyui-3.3.2/src/YEvent.h
- /builddir/build/BUILD/libyui-3.3.2/src/YEvent.cc