Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Classes | |
class | QAbstractAnimation |
The QAbstractAnimation class is the base of all animations. More... | |
class | QAbstractAnimationInternal |
class | QAbstractEventDispatcher |
The QAbstractEventDispatcher class provides an interface to manage Qt's event queue. More... | |
class | QAbstractEventDispatcherInternal |
class | QAbstractFileEngine |
The QAbstractFileEngine class provides an abstraction for accessing the filesystem. More... | |
class | QAbstractFileEngineHandler |
The QAbstractFileEngineHandler class provides a way to register custom file engines with your application. More... | |
class | QAbstractFileEngineHandlerInternal |
class | QAbstractFileEngineIterator |
The QAbstractFileEngineIterator class provides an iterator interface for custom file engines. More... | |
class | QAbstractFileEngineIteratorInternal |
class | QAbstractItemModel |
The QAbstractItemModel class provides the abstract interface for item model classes. More... | |
class | QAbstractItemModelInternal |
class | QAbstractListModel |
The QAbstractListModel class provides an abstract model that can be subclassed to create one-dimensional list models. More... | |
class | QAbstractListModelInternal |
class | QAbstractState |
The QAbstractState class is the base class of states of a QStateMachine. More... | |
class | QAbstractStateInternal |
class | QAbstractTableModel |
The QAbstractTableModel class provides an abstract model that can be subclassed to create table models. More... | |
class | QAbstractTableModelInternal |
class | QAbstractTransition |
The QAbstractTransition class is the base class of transitions between QAbstractState objects. More... | |
class | QAbstractTransitionInternal |
class | QAnimationGroup |
The QAnimationGroup class is an abstract base class for groups of animations. More... | |
class | QAnimationGroupInternal |
class | QAtomicInt |
The QAtomicInt class provides platform-independent atomic operations on integers. More... | |
class | QBasicAtomicInt |
class | QBasicTimer |
The QBasicTimer class provides timer events for objects. More... | |
class | QBitArray |
The QBitArray class provides an array of bits. More... | |
class | QBitRef |
class | QBool |
class | QBuffer |
The QBuffer class provides a QIODevice interface for a QByteArray. More... | |
class | QByteArray |
The QByteArray class provides an array of bytes. More... | |
class | QByteArrayMatcher |
The QByteArrayMatcher class holds a sequence of bytes that can be quickly matched in a byte array. More... | |
class | QByteRef |
class | QChar |
The QChar class provides a 16-bit Unicode character. More... | |
class | QCharRef |
class | QChildEvent |
The QChildEvent class contains event parameters for child object events. More... | |
class | QCoreApplication |
The QCoreApplication class provides an event loop for console Qt applications. More... | |
class | QCryptographicHash |
The QCryptographicHash class provides a way to generate cryptographic hashes. More... | |
class | QDataStream |
The QDataStream class provides serialization of binary data to a QIODevice. More... | |
class | QDate |
The QDate class provides date functions. More... | |
class | QDateTime |
The QDateTime class provides date and time functions. More... | |
class | QDebug |
The QDebug class provides an output stream for debugging information. More... | |
class | QDir |
The QDir class provides access to directory structures and their contents. More... | |
class | QDirIterator |
The QDirIterator class provides an iterator for directory entrylists. More... | |
class | QDynamicPropertyChangeEvent |
The QDynamicPropertyChangeEvent class contains event parameters for dynamic property change events. More... | |
class | QEasingCurve |
The QEasingCurve class provides easing curves for controlling animation. More... | |
class | QElapsedTimer |
The QElapsedTimer class provides a fast way to calculate elapsed times. More... | |
class | QEvent |
The QEvent class is the base class of all event classes. Event objects contain event parameters. More... | |
class | QEventLoop |
The QEventLoop class provides a means of entering and leaving an event loop. More... | |
class | QEventTransition |
The QEventTransition class provides a QObject-specific transition for Qt events. More... | |
class | QFSFileEngine |
The QFSFileEngine class implements Qt's default file engine. More... | |
class | QFactoryInterface |
class | QFactoryInterfaceInternal |
class | QFile |
The QFile class provides an interface for reading from and writing to files. More... | |
class | QFileInfo |
The QFileInfo class provides system-independent file information. More... | |
class | QFileSystemWatcher |
The QFileSystemWatcher class provides an interface for monitoring files and directories for modifications. More... | |
class | QFinalState |
The QFinalState class provides a final state. More... | |
class | QFlag |
The QFlag class is a helper data type for QFlags. More... | |
class | QFutureInterfaceBase |
class | QFutureWatcherBase |
class | QGenericArgument |
The QGenericArgument class is an internal helper class for marshalling arguments. More... | |
class | QGenericReturnArgument |
The QGenericReturnArgument class is an internal helper class for marshalling arguments. More... | |
class | Qt |
The Qt namespace contains miscellaneous identifiers used throughout the Qt library. More... | |
class | QHistoryState |
The QHistoryState class provides a means of returning to a previously active substate. More... | |
class | QIODevice |
The QIODevice class is the base interface class of all I/O devices in Qt. More... | |
class | QIODeviceInternal |
class | QIncompatibleFlag |
class | QInternal |
class | QLatin1Char |
The QLatin1Char class provides an 8-bit ASCII/Latin-1 character. More... | |
class | QLatin1String |
The QLatin1String class provides a thin wrapper around an US-ASCII/Latin-1 encoded string literal. More... | |
class | QLibrary |
The QLibrary class loads shared libraries at runtime. More... | |
class | QLibraryInfo |
The QLibraryInfo class provides information about the Qt library. More... | |
class | QLine |
The QLine class provides a two-dimensional vector using integer precision. More... | |
class | QLineF |
The QLineF class provides a two-dimensional vector using floating point precision. More... | |
class | QLocale |
The QLocale class converts between numbers and their string representations in various languages. More... | |
class | QMargins |
The QMargins class defines the four margins of a rectangle. More... | |
class | QMetaClassInfo |
The QMetaClassInfo class provides additional information about a class. More... | |
class | QMetaEnum |
The QMetaEnum class provides meta-data about an enumerator. More... | |
class | QMetaMethod |
The QMetaMethod class provides meta-data about a member function. More... | |
class | QMetaObject |
The QMetaObject class contains meta-information about Qt objects. More... | |
class | QMetaProperty |
The QMetaProperty class provides meta-data about a property. More... | |
class | QMetaType |
The QMetaType class manages named types in the meta-object system. More... | |
class | QMimeData |
The QMimeData class provides a container for data that records information about its MIME type. More... | |
class | QModelIndex |
The QModelIndex class is used to locate data in a data model. More... | |
class | QNoDebug |
class | QObject |
The QObject class is the base class of all Qt objects. More... | |
class | QObjectCleanupHandler |
The QObjectCleanupHandler class watches the lifetime of multiple QObjects. More... | |
class | QObjectUserData |
class | QParallelAnimationGroup |
The QParallelAnimationGroup class provides a parallel group of animations. More... | |
class | QPauseAnimation |
The QPauseAnimation class provides a pause for QSequentialAnimationGroup. More... | |
class | QPersistentModelIndex |
The QPersistentModelIndex class is used to locate data in a data model. More... | |
class | QPluginLoader |
The QPluginLoader class loads a plugin at run-time. More... | |
class | QPoint |
The QPoint class defines a point in the plane using integer precision. More... | |
class | QPointF |
The QPointF class defines a point in the plane using floating point precision. More... | |
class | QProcess |
The QProcess class is used to start external programs and to communicate with them. More... | |
class | QProcessEnvironment |
The QProcessEnvironment class holds the environment variables that can be passed to a program. More... | |
class | QPropertyAnimation |
The QPropertyAnimation class animates Qt properties More... | |
class | QReadLocker |
The QReadLocker class is a convenience class that simplifies locking and unlocking read-write locks for read access. More... | |
class | QReadWriteLock |
The QReadWriteLock class provides read-write locking. More... | |
class | QRect |
The QRect class defines a rectangle in the plane using integer precision. More... | |
class | QRectF |
The QRectF class defines a rectangle in the plane using floating point precision. More... | |
class | QRegExp |
The QRegExp class provides pattern matching using regular expressions. More... | |
class | QResource |
The QResource class provides an interface for reading directly from resources. More... | |
class | QRunnable |
The QRunnable class is the base class for all runnable objects. More... | |
class | QRunnableInternal |
class | QSemaphore |
The QSemaphore class provides a general counting semaphore. More... | |
class | QSequentialAnimationGroup |
The QSequentialAnimationGroup class provides a sequential group of animations. More... | |
class | QSettings |
The QSettings class provides persistent platform-independent application settings. More... | |
class | QSharedData |
The QSharedData class is a base class for shared data objects. More... | |
class | QSharedMemory |
The QSharedMemory class provides access to a shared memory segment. More... | |
class | QSignalMapper |
The QSignalMapper class bundles signals from identifiable senders. More... | |
class | QSignalTransition |
The QSignalTransition class provides a transition based on a Qt signal. More... | |
class | QSize |
The QSize class defines the size of a two-dimensional object using integer point precision. More... | |
class | QSizeF |
The QSizeF class defines the size of a two-dimensional object using floating point precision. More... | |
class | QSocketNotifier |
The QSocketNotifier class provides support for monitoring activity on a file descriptor. More... | |
class | QState |
The QState class provides a general-purpose state for QStateMachine. More... | |
class | QStateMachine |
The QStateMachine class provides a hierarchical finite state machine. More... | |
class | QStringMatcher |
The QStringMatcher class holds a sequence of characters that can be quickly matched in a Unicode string. More... | |
class | QStringRef |
The QStringRef class provides a thin wrapper around QString substrings. More... | |
class | QSysInfo |
The QSysInfo class provides information about the system. More... | |
class | QSystemLocale |
The QSystemLocale class can be used to finetune the system locale of the user. More... | |
class | QSystemSemaphore |
The QSystemSemaphore class provides a general counting system semaphore. More... | |
class | QTemporaryFile |
The QTemporaryFile class is an I/O device that operates on temporary files. More... | |
class | QTextBoundaryFinder |
The QTextBoundaryFinder class provides a way of finding Unicode text boundaries in a string. More... | |
class | QTextCodec |
The QTextCodec class provides conversions between text encodings. More... | |
class | QTextCodecInternal |
class | QTextCodecFactoryInterface |
class | QTextCodecFactoryInterfaceInternal |
class | QTextCodecPlugin |
The QTextCodecPlugin class provides an abstract base for custom QTextCodec plugins. More... | |
class | QTextCodecPluginInternal |
class | QTextDecoder |
The QTextDecoder class provides a state-based decoder. More... | |
class | QTextEncoder |
The QTextEncoder class provides a state-based encoder. More... | |
class | QTextStream |
The QTextStream class provides a convenient interface for reading and writing text. More... | |
class | QTime |
The QTime class provides clock time functions. More... | |
class | QTimeLine |
The QTimeLine class provides a timeline for controlling animations. More... | |
class | QTimer |
The QTimer class provides repetitive and single-shot timers. More... | |
class | QTimerEvent |
The QTimerEvent class contains parameters that describe a timer event. More... | |
class | QTranslator |
The QTranslator class provides internationalization support for text output. More... | |
class | QUrl |
The QUrl class provides a convenient interface for working with URLs. More... | |
class | QUuid |
The QUuid class stores a Universally Unique Identifier (UUID). More... | |
class | QVariant |
The QVariant class acts like a union for the most common Qt data types. More... | |
class | QVariantAnimation |
The QVariantAnimation class provides an abstract base class for animations. More... | |
class | QVariantAnimationInternal |
class | QVariantComparisonHelper |
class | QWriteLocker |
The QWriteLocker class is a convenience class that simplifies locking and unlocking read-write locks for write access. More... | |
class | QXmlStreamAttribute |
The QXmlStreamAttribute class represents a single XML attribute More... | |
class | QXmlStreamAttributes |
The QXmlStreamAttributes class represents a vector of QXmlStreamAttribute. More... | |
class | QXmlStreamEntityDeclaration |
The QXmlStreamEntityDeclaration class represents a DTD entity declaration. More... | |
class | QXmlStreamEntityResolver |
The QXmlStreamEntityResolver class provides an entity resolver for a QXmlStreamReader. More... | |
class | QXmlStreamNamespaceDeclaration |
The QXmlStreamNamespaceDeclaration class represents a namespace declaration. More... | |
class | QXmlStreamNotationDeclaration |
The QXmlStreamNotationDeclaration class represents a DTD notation declaration. More... | |
class | QXmlStreamReader |
The QXmlStreamReader class provides a fast parser for reading well-formed XML via a simple streaming API. More... | |
class | QXmlStreamStringRef |
class | QXmlStreamWriter |
The QXmlStreamWriter class provides an XML writer with a simple streaming API. More... | |
interface | IQSharedData |
interface | IQTextCodecFactoryInterface |
interface | IQFactoryInterface |
interface | IQAbstractAnimationSignals |
interface | IQAbstractEventDispatcherSignals |
interface | IQAbstractItemModelSignals |
interface | IQAbstractListModelSignals |
interface | IQAbstractStateSignals |
interface | IQAbstractTableModelSignals |
interface | IQAbstractTransitionSignals |
interface | IQAnimationGroupSignals |
interface | IQBufferSignals |
interface | IQCoreApplicationSignals |
interface | IQEventLoopSignals |
interface | IQEventTransitionSignals |
interface | IQFileSignals |
interface | IQFileSystemWatcherSignals |
interface | IQFinalStateSignals |
interface | IQFutureWatcherBaseSignals |
interface | IQHistoryStateSignals |
interface | IQIODeviceSignals |
interface | IQLibrarySignals |
interface | IQMimeDataSignals |
interface | IQObjectSignals |
interface | IQObjectCleanupHandlerSignals |
interface | IQParallelAnimationGroupSignals |
interface | IQPauseAnimationSignals |
interface | IQPluginLoaderSignals |
interface | IQProcessSignals |
interface | IQPropertyAnimationSignals |
interface | IQSequentialAnimationGroupSignals |
interface | IQSettingsSignals |
interface | IQSharedMemorySignals |
interface | IQSignalMapperSignals |
interface | IQSignalTransitionSignals |
interface | IQSocketNotifierSignals |
interface | IQStateSignals |
interface | IQStateMachineSignals |
interface | IQTemporaryFileSignals |
interface | IQTextCodecPluginSignals |
interface | IQTimeLineSignals |
interface | IQTimerSignals |
interface | IQTranslatorSignals |
interface | IQVariantAnimationSignals |
enum QtCore.QtMsgType |