Package com.trolltech.qt.core

Interface Summary
QAbstractFactoryInterface This interface is implemented by Qt Jambi classes that are factories (after the factory design pattern).
Qt The Qt namespace contains miscellaneous identifiers used throughout the Qt library.
QtConcurrent.FilteredFunctor An implementation of this interface is given to one of QtConcurrent's filtered() methods.
QtConcurrent.MapFunctor An implemetation of this interface is given one to QtConcurrent's map() methods.
QtConcurrent.MappedFunctor Implement this interface to perform a mapped operation.
QtConcurrent.ReducedFunctor Implement this interface in order to perform a reduce operation.
 

Class Summary
Global  
Global.QtMsgType  
QAbstractEventDispatcher The QAbstractEventDispatcher class provides an interface to manage Qt's event queue.
QAbstractFactory  
QAbstractFileEngine The QAbstractFileEngine class provides an abstraction for accessing the filesystem.
QAbstractFileEngine_MapExtensionOption  
QAbstractFileEngine_MapExtensionReturn  
QAbstractFileEngine_UnMapExtensionOption  
QAbstractFileEngine.Extension This enum describes the types of extensions that the plugin factory can support.
QAbstractFileEngine.FileFlag The permissions and types of a file, suitable for OR'ing together.
QAbstractFileEngine.FileFlags This is a flags class for com.trolltech.qt.core.QAbstractFileEngine.FileFlag
QAbstractFileEngine.FileName These values are used to request a file name in a particular format.
QAbstractFileEngine.FileOwner See also.
owner(), ownerId(), and setFileName().
QAbstractFileEngine.FileTime These are used by the fileTime() function.
QAbstractFileEngineHandler The QAbstractFileEngineHandler class provides a way to register custom file engines with your application.
QAbstractFileEngineIterator The QAbstractFileEngineIterator class provides an iterator interface for custom file engines.
QAbstractItemModel The QAbstractItemModel class provides the abstract interface for item model classes.
QAbstractListModel The QAbstractListModel class provides an abstract model that can be subclassed to create one-dimensional list models.
QBasicTimer The QBasicTimer class provides timer events for objects.
QBitArray The QBitArray class provides an array of bits.
QBuffer The QBuffer class provides a QIODevice interface for a QByteArray.
QByteArray The QByteArray class provides an array of bytes.
QByteArrayMatcher The QByteArrayMatcher class holds a sequence of bytes that can be quickly matched in a byte array.
QChildEvent The QChildEvent class contains event parameters for child object events.
QCoreApplication The QCoreApplication class provides an event loop for console Qt applications.
QCoreApplication.Encoding Also, for all encodings except QTextStream::Latin1 and QTextStream::UTF8 , you need to call setAutoDetectUnicode (false) to obtain the Qt 3 behavior in addition to the setCodec() call.
QCryptographicHash The QCryptographicHash class provides a way to generate cryptographic hashes.
QCryptographicHash.Algorithm  
QDataStream The QDataStream class provides serialization of binary data to a QIODevice.
QDataStream.Status This enum describes the current status of the text stream.
QDataStream.Version This enum defines the version of the UUID.
QDate The QDate class provides date functions.
QDateTime The QDateTime class provides date and time functions.
QDir The QDir class provides access to directory structures and their contents.
QDir.Filter This class has no available documentation.
QDir.Filters This is a flags class for com.trolltech.qt.core.QDir.Filter
QDir.SortFlag This enum describes the sort options available to QDir, e.g.
QDir.SortFlags This is a flags class for com.trolltech.qt.core.QDir.SortFlag
QDirIterator The QDirIterator class provides an iterator for directory entrylists.
QDirIterator.IteratorFlag These flags can be passed to a QTreeWidgetItemIterator constructor (OR-ed together if more than one is used), so that the iterator will only iterate over items that match the given flags.
QDirIterator.IteratorFlags This is a flags class for com.trolltech.qt.core.QDirIterator.IteratorFlag
QDynamicPropertyChangeEvent The QDynamicPropertyChangeEvent class contains event parameters for dynamic property change events.
QEvent The QEvent class is the base class of all event classes.
QEvent.Type  
QEventLoop The QEventLoop class provides a means of entering and leaving an event loop.
QEventLoop.ProcessEventsFlag This enum controls the types of events processed by the processEvents() functions.
QEventLoop.ProcessEventsFlags This is a flags class for com.trolltech.qt.core.QEventLoop.ProcessEventsFlag
QFile The QFile class provides an interface for reading from and writing to files.
QFile.FileError This enum describes the errors that may be returned by the error() function.
QFile.MemoryMapFlags This enum describes special options that may be used by the map() function.
QFile.Permission  
QFile.Permissions This is a flags class for com.trolltech.qt.core.QFile.Permission
QFileInfo The QFileInfo class provides system-independent file information.
QFileSystemWatcher The QFileSystemWatcher class provides an interface for monitoring files and directories for modifications.
QFSFileEngine The QFSFileEngine class implements Qt's default file engine.
QFuture The QFuture class represents the result of an asynchronous computation.
QFutureIterator The QFutureIterator class provides a Java-style const iterator for QFuture.
QFutureSynchronizer The QFutureSynchronizer class is a convenience class that simplifies QFuture synchronization.
QFutureVoid  
QFutureWatcher The QFutureWatcher class allows monitoring a QFuture using signals and slots.
QIODevice The QIODevice class is the base interface class of all I/O devices in Qt.
QIODevice.OpenMode This is a flags class for com.trolltech.qt.core.QIODevice.OpenModeFlag
QIODevice.OpenModeFlag This enum is used with open() to describe the mode in which a device is opened.
QLibraryInfo The QLibraryInfo class provides information about the Qt library.
QLibraryInfo.LibraryLocation This enum type is used to specify a specific location specifier.
QLocale The QLocale class converts between numbers and their string representations in various languages.
QLocale.Country This enumerated type is used to specify a country.
QLocale.FormatType  
QLocale.Language This enumerated type is used to specify a language.
QLocale.MeasurementSystem This enum defines which units are used for measurement.
QLocale.NumberOption This enum defines a set of options for number-to-string and string-to-number conversions.
QLocale.NumberOptions This is a flags class for com.trolltech.qt.core.QLocale.NumberOption
QMessageHandler The QMessageHandler class provides a means of receiving notifications when the C++ side of Qt Jambi enters a state where it produces warnings and debug messages and similar.
QMimeData The QMimeData class provides a container for data that records information about its MIME type.
QModelIndex  
QMutex The QMutex class provides access serialization between threads.
QMutex.RecursionMode  
QObject The QObject class is the base class of all Qt objects.
QPersistentModelIndex The QPersistentModelIndex class is used to locate data in a data model.
QPoint The QPoint class defines a point in the plane using integer precision.
QPointF The QPointF class defines a point in the plane using floating point precision.
QProcess The QProcess class is used to start external programs and to communicate with them.
QProcess.DetachedProcessInfo  
QProcess.ExitStatus This enum describes the different exit statuses of QProcess.
QProcess.ProcessChannel  
QProcess.ProcessChannelMode This enum describes the process channel modes of QProcess.
QProcess.ProcessError This enum describes the different types of errors that are reported by QProcess.
QProcess.ProcessState This enum describes the different states of QProcess.
QReadWriteLock The QReadWriteLock class provides read-write locking.
QReadWriteLock.RecursionMode See also.
QReadWriteLock().
QRect The QRect class defines a rectangle in the plane using integer precision.
QRectF The QRectF class defines a rectangle in the plane using floating point precision.
QRegExp The QRegExp class provides pattern matching using regular expressions. A regular expression, or "regexp", is a pattern for matching substrings in a text.
QRegExp.CaretMode The CaretMode enum defines the different meanings of the caret (^) in a regular expression.
QRegExp.PatternSyntax The syntax used to interpret the meaning of the pattern.
QRunnable The QRunnable class is the base class for all runnable objects.
QSemaphore The QSemaphore class provides a general counting semaphore.
QSettings The QSettings class provides persistent platform-independent application settings.
QSettings.Format  
QSettings.Scope This enum specifies whether settings are user-specific or shared by all users of the same system.
QSettings.Status This enum describes the current status of the text stream.
QSignalMapper The QSignalMapper class bundles signals from identifiable senders.
QSize The QSize class defines the size of a two-dimensional object using integer point precision.
QSizeF The QSizeF class defines the size of a two-dimensional object using floating point precision.
QSocketNotifier The QSocketNotifier class provides support for monitoring activity on a file descriptor.
QSocketNotifier.Type  
QStringMatcher The QStringMatcher class holds a sequence of characters that can be quickly matched in a Unicode string.
QSystemLocale The QSystemLocale class can be used to finetune the system locale of the user.
QSystemLocale.QueryType Specifies the type of information queried by query().
QSystemSemaphore The QSystemSemaphore class provides a general counting system semaphore.
QSystemSemaphore.AccessMode This enum is used by the constructor and setKey().
QSystemSemaphore.SystemSemaphoreError  
Qt.Alignment This is a flags class for com.trolltech.qt.core.Qt.AlignmentFlag
Qt.AlignmentFlag This enum type is used to describe alignment.
Qt.AnchorAttribute An anchor has one or more of the following attributes.
Qt.ApplicationAttribute This enum describes attributes that change the behavior of application-wide features.
Qt.ArrowType  
Qt.AspectRatioMode This enum type defines what happens to the aspect ratio when scaling an rectangle.
Qt.Axis Identify the axes emanating from a node.
Qt.BGMode Background mode.
Qt.BrushStyle This enum type defines the brush styles supported by Qt, i.e.
Qt.CaseSensitivity  
Qt.CheckState This enum describes the state of checkable items, controls, and widgets.
Qt.ClipOperation  
Qt.ConnectionType This enum describes the types of connection that can be used between signals and slots.
Qt.ContextMenuPolicy This enum type defines the various policies a widget can have with respect to showing a context menu.
Qt.Corner This enum type specifies a corner in a rectangle.
Qt.CursorShape This enum type defines the various cursors that can be used.
Qt.DateFormat Note. For ISODate formats, each Y, M and D represents a single digit of the year, month and day used to specify the date.
Qt.DayOfWeek  
Qt.DockWidgetArea  
Qt.DockWidgetAreas This is a flags class for com.trolltech.qt.core.Qt.DockWidgetArea
Qt.DockWidgetAreaSizes  
Qt.DropAction  
Qt.DropActions This is a flags class for com.trolltech.qt.core.Qt.DropAction
Qt.EventPriority This enum can be used to specify event priorities.
Qt.FillRule Specifies which method should be used to fill the paths and polygons.
Qt.FocusPolicy This enum type defines the various policies a widget can have with respect to acquiring keyboard focus.
Qt.FocusReason This enum specifies why the focus changed.
Qt.GlobalColor