Package com.trolltech.qt

Interface Summary
QtEnumerator  
QtJambiInterface The super interface of all interface types in Qt Jambi.
 

Class Summary
QClassPathFileEngineHandler  
QFlags<T extends QtEnumerator> This class manages a set of QtEnumerator values.
QNativePointer QNativePointer encapsulates a native C++ pointer.
QPair<T,S>  
QSignalEmitter This class implements the functionality to emit signals.
QSysInfo  
QThread The QThread class extends the java.lang.Thread class and should be used when QObjects are used in threads.
QtInfo This class contains static functions to query information about the Qt library Qt Jambi links against.
QtJambiObject The super class of all class types in Qt Jambi.
QtPropertyManager The QtPropertyManager class implements the Qt Jambi Property system.
QtPropertyManager.Entry The Entry class is used to keep information about a property.
QVariant The QVariant class acts like a union for the most common Qt data types.
Utilities This class contains static members that gives information and performs Qt Jambi related tasks.
 

Enum Summary
QNativePointer.AutoDeleteMode The AutoDeleteMode enum describes how garbage collection of the QNativePointer handles the deletion of the native pointer.
QNativePointer.Type The Type enum describe the Java types that can be used by a QNativePointer.
Utilities.Configuration Defines whether Qt is build in Release or Debug.
Utilities.OperatingSystem Enum for defining the operation system.
 

Exception Summary
ConnectionException The ConnectionException class is thrown when connecting to a signal fails.
QNoImplementationException  
QNoNativeResourcesException  
QNonVirtualOverridingException  
QNoSuchEnumValueException  
QNoSuchSignalException  
QNoSuchSlotException  
QPaintingOutsidePaintEventException This exception is thrown in cases where a painter is used on a widget outside its paintEvent function.
QPropertyException QPropertyException's are thrown when the reading, writing, or reseting of Qt Jambi properties fails.
QThreadAffinityException The QThreadAffinityException class is thrown when a QObject is used outside its own thread.
 

Annotation Types Summary
QtBlockedSlot The QtBlockedSlot annotation prevents a method from being used as a slot.
QtPropertyDesignable QtPropertyDesignable specifies wether a proprety is suitable for editing in a GUI builder (e.g., the Qt Designer).
QtPropertyOrder The QtPropertyOrder annotation gives the property a value that can be used for sorting properties.
QtPropertyReader This annotation is used to mark a method as a getter for a Qt property.
QtPropertyResetter QtPropertyResetter annotates a method as being a resetter for a property.
QtPropertyWriter QtPropertyWriter annotates a method as being a setter for a property.