Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

QGuiEventLoop Class Reference

The QGuiEventLoop class manages Qt's event queue, including GUI-related events. More...

#include <QGuiEventLoop>

Inherits QEventLoop.

Writable Properties

Public Functions

Public Slots

Signals

Static Public Members

Protected Functions


Detailed Description

The QGuiEventLoop class manages Qt's event queue, including GUI-related events.

It inherits most of its interface from QEventLoop and implements some platform-specific, GUI-related functionality.

See also QApplication.


Member Function Documentation

QGuiEventLoop::QGuiEventLoop ( QObject * parent = 0 )

QGuiEventLoop::~QGuiEventLoop ()

void QGuiEventLoop::appClosingDown ()   [virtual protected]

void QGuiEventLoop::appStartingUp ()   [virtual protected]

void QGuiEventLoop::flush ()   [virtual]

bool QGuiEventLoop::hasPendingEvents () const   [virtual]

bool QGuiEventLoop::processEvents ( ProcessEventsFlags flags )   [virtual]

void QGuiEventLoop::winProcessEvent ( void * message )   [virtual]


Copyright © 2004 Trolltech. Trademarks
Qt 4.0.0-tp2