| Home · Modules · Classes · Namespaces · Functions |
The QxtCore module extends QtCore and contains core non-GUI functionality. More...
| Qxt | Contains miscellaneous identifiers used throughout the Qxt library |
|---|---|
| QxtMetaObject | Extensions to QMetaObject |
| QxtAbstractConnectionManager | Interface for classes that maintain connection pools |
|---|---|
| QxtAbstractFileLoggerEngine | The base class of file logger engines |
| QxtAbstractIOLoggerEngine | The base class of IO logger engines |
| QxtBasicFileLoggerEngine | Basic file logger engine |
| QxtBasicSTDLoggerEngine | Basic STD logger engine |
| QxtCsvModel | QAbstractTableModel for CSV Files |
| QxtDeplex | Puts a standard QIODevice into a QxtPipe chain |
| QxtFifo | Simple loopback QIODevice |
| QxtFileLock | Crossplattform way to lock a QFile |
| QxtFuture | Reference to a future result of a QxtSlotJob |
| QxtJSON | Implements serializing/deserializing from/to JSON |
| QxtLineSocket | Acts on a QIODevice as baseclass for line-based protocols |
| QxtLinkedTree | Fast container for tree structured data |
| QxtLinkedTreeIterator | Fast access to an QxtLinkedTree |
| QxtLocale | Has some additional data and functionality, missing in QLocale |
| QxtLogStream | Logging stream |
| QxtLogger | Easy to use, easy to extend logging tool |
| QxtLoggerEngine | The parent class of all extended Engine Plugins |
| QxtMultiSignalWaiter | Blocks and processes events until a group of signals is emitted |
| QxtPipe | Pipeable QIODevice * * pipes can be connected to other pipes, to exchange data * The default implementation uses a buffer. * Reimplement to make your custom class able to be connected into a pipe chain. * * Example usage: * |
| QxtPointerList | Manages a list of pointers to QObjects, that cleans itself |
| QxtRPCService | Transmits Qt signals over a QIODevice |
| QxtSignalGroup | Groups signals together in a Boolean fashion |
| QxtSignalWaiter | Blocks and processes events until a signal is emitted |
| QxtSlotMapper | Maps signals with a specific parameter value to certain slots |
| QxtStdStreambufDevice | QIODevice support for std::streambuf |
| QxtStdio | QIODevice and QxtPipe support for stdin and stdout |
| QxtTimer | Extends QTimer |
| QxtXmlFileLoggerEngine | XML file logger engine |
All other Qt modules rely on this module. To include the definitions of the module's classes, use the following directive:
#include <QxtCore>
| Copyright © 2007-2011 Qxt Foundation |
Qxt 0.6.2 |