Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
QCoreApplication class reference
Returns QTextCodec::codecForTr().
This function enters the main event loop (recursively). Do not call it unless you really know what you are doing.
This function exits from a recursive call to the main event loop. Do not call it unless you are an expert.
This function returns true if there are pending events; otherwise returns false. Pending events can be either from the window system or posted events using QApplication::postEvent().
Returns the current loop level.
Waits for an event to occur, processes it, then returns.
This function is useful for adapting Qt to situations where the event processing must be grafted onto existing program loops.
Using this function in new applications may be an indication of design problems.
See also processEvents(), exec(), and QTimer.
Sets the codec to be used for tr() calls to codec. Use QTextCodec::setCodecForTr() instead.
Copyright © 2004 Trolltech | Trademarks | Qt 4.0.0-b1 |