Public Types | Public Slots | Public Member Functions

QEventLoop Class Reference

Search for all occurrences

Detailed Description

Definition at line 55 of file qeventloop.h.

#include <qeventloop.h>

Inheritance diagram for QEventLoop:
Inheritance graph
[legend]

List of all members.

Public Types

enum   ProcessEventsFlag {
  AllEvents = 0x00, ExcludeUserInputEvents = 0x01, ExcludeSocketNotifiers = 0x02, WaitForMoreEvents = 0x04,
  X11ExcludeTimers = 0x08, EventLoopExec = 0x20, DialogExec = 0x40
}

Public Slots

void  quit ()

Public Member Functions

  QEventLoop (QObject *parent=0)
  ~QEventLoop ()
bool  processEvents (ProcessEventsFlags flags=AllEvents)
void  processEvents (ProcessEventsFlags flags, int maximumTime)
int  exec (ProcessEventsFlags flags=AllEvents)
void  exit (int returnCode=0)
bool  isRunning () const
void  wakeUp ()

Member Enumeration Documentation

Enumerator:
AllEvents 
ExcludeUserInputEvents 
ExcludeSocketNotifiers 
WaitForMoreEvents 
X11ExcludeTimers 
EventLoopExec 
DialogExec 

Definition at line 64 of file qeventloop.h.

                           {
        AllEvents = 0x00,
        ExcludeUserInputEvents = 0x01,
        ExcludeSocketNotifiers = 0x02,
        WaitForMoreEvents = 0x04,
#ifdef QT3_SUPPORT
        ExcludeUserInput = ExcludeUserInputEvents,
        WaitForMore = WaitForMoreEvents,
#endif
    X11ExcludeTimers = 0x08
#ifdef QT_DEPRECATED
    , DeferredDeletion = 0x10
#endif
        , EventLoopExec = 0x20
        , DialogExec = 0x40
    };

Constructor & Destructor Documentation

QEventLoop ( QObject parent = 0 ) [explicit]
~QEventLoop ( )

Member Function Documentation

bool processEvents ( ProcessEventsFlags  flags = AllEvents )
void processEvents ( ProcessEventsFlags  flags,
int  maximumTime 
)
int exec ( ProcessEventsFlags  flags = AllEvents )
void exit ( int  returnCode = 0 )
bool isRunning ( ) const
void wakeUp ( )
void quit ( ) [slot]

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

QEventLoop QEventLoop QEventLoop QEventLoop QEventLoop QEventLoop QEventLoop QEventLoop QEventLoop QEventLoop
QEventLoop QEventLoop QEventLoop QEventLoop QEventLoop QEventLoop QEventLoop QEventLoop QEventLoop QEventLoop