libyui
Loading...
Searching...
No Matches
YTimeoutEvent Class Reference

#include <YEvent.h>

Inheritance diagram for YTimeoutEvent:
Collaboration diagram for YTimeoutEvent:

Protected Member Functions

virtual ~YTimeoutEvent ()
 
- Protected Member Functions inherited from YEvent
void setDialog (YDialog *dia)
 
virtual ~YEvent ()
 
void invalidate ()
 

Additional Inherited Members

- Public Types inherited from YEvent
enum  EventType {
  NoEvent = 0 , UnknownEvent , WidgetEvent , MenuEvent ,
  KeyEvent , CancelEvent , TimeoutEvent , DebugEvent ,
  SpecialKeyEvent , InvalidEvent = 0x4242
}
 
enum  EventReason {
  UnknownReason = 0 , Activated , SelectionChanged , ValueChanged ,
  ContextMenuActivated
}
 
- Public Member Functions inherited from YEvent
 YEvent (EventType eventType=UnknownEvent)
 
EventType eventType () const
 
unsigned long serial () const
 
virtual YWidgetwidget () const
 
virtual YItemitem () const
 
YDialogdialog () const
 
bool isValid () const
 
- Static Public Member Functions inherited from YEvent
static const chartoString (EventType eventType)
 
static const chartoString (EventReason reason)
 

Detailed Description

Event to be returned upon timeout (i.e. no event available in the specified timeout)

Constructor & Destructor Documentation

◆ ~YTimeoutEvent()

virtual YTimeoutEvent::~YTimeoutEvent ( )
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.


The documentation for this class was generated from the following file: