Module qtjambi
Package io.qt
-
Interface Summary Interface Description QtAbstractEnumerator The QtAbstractEnumerator interface servers as a base for all Qt Jambi enums.QtAbstractFlagEnumerator The QtFlagEnumerator interface servers as a base for all qint32 enums available as QFlags.QtByteEnumerator The QtEnumerator interface servers as a base for all qint8 enum classes.QtByteFlagEnumerator The QtByteFlagEnumerator interface servers as a base for all qint8 enums available as QFlags.QtEnumerator The QtEnumerator interface servers as a base for all qint32 enums.QtFlagEnumerator The QtFlagEnumerator interface servers as a base for all qint32 enums available as QFlags.QtLongEnumerator The QtEnumerator interface servers as a base for all qint64 enum classes.QtLongFlagEnumerator The QtLongFlagEnumerator interface servers as a base for all qint64 enums available as QFlags.QtObjectInterface The super interface of all interface types in Qt Jambi.QtShortEnumerator The QtEnumerator interface servers as a base for all qint16 enum classes.QtShortFlagEnumerator The QtByteFlagEnumerator interface servers as a base for all qint16 enums available as QFlags.QtSignalBlockerInterface The interface of all signal blocking types in Qt Jambi.QtSignalEmitterInterface Interface supertype of all signal emitting types in Qt Jambi.QtThreadAffineInterface The interface of all thread affine types in Qt Jambi.QtUtilities.ByteSupplier QtUtilities.CharSupplier QtUtilities.FloatSupplier QtUtilities.ShortSupplier QtUtilities.Supplier<T> QUiForm<T extends QWidget> Common interface for all classes generated by juic from Designer's .jui files. -
Class Summary Class Description QFlags<T extends QtAbstractFlagEnumerator> This class manages a set of QtFlagEnumerator values.QNativePointer QNativePointer encapsulates a native C++ pointer.QtArgument QtArgument is used to initialize an interface type or a set of inherited interface types with their non-standard constructors.QtArgument.Stream Argument stream.QtGadget Supertype for generic Q_GADGET types.QtObject The super class of all class types in Qt Jambi.QtObject.QPrivateConstructor This type is used as solo argument for internal constructors.QtResources Access utility class to the QtJambi "classpath:" resource system.QtUtilities This class contains static members that gives information and performs Qt Jambi related tasks. -
Enum Summary Enum Description 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. -
Exception Summary Exception Description QClassCannotBeSubclassedException QConnectionException The ConnectionException class is thrown when connecting to a signal fails.QInterfaceCannotBeSubclassedException QMisfittingSignatureException QMissingVirtualOverridingException QNativePointer.ReadOnlyNativePointerException QNoDefaultValueException QNoImplementationException QNoNativeResourcesException The QNoNativeResourcesException is used to indicate that the C++ native resources of a Java object are destroyed while it is still referenced in Java.QNonVirtualOverridingException QNoSuchEnumValueException QNoSuchMethodException QNoSuchSignalException QNoSuchSlotException QSignalAccessException The QSignalAccessException class is thrown when a private signal is emitted other than from inside its owning object.QSignalInvocationException The SignalInvocationException class is thrown when a signal invocation fails.QThreadAffinityException The QThreadAffinityException class is thrown when a QObject is used outside its own thread.QUninvokableSlotException QUnsuccessfulInvocationException -
Annotation Types Summary Annotation Type Description QtAllowedTypeSet This annotation labels a MultiSignal.overload(...) method with all accepted sets of parameter types.QtAllowedTypeSets This annotation labels a MultiSignal.overload(...) method with all accepted sets of parameter types.QtClassInfo This annotation is equivalent to the Q_CLASSINFO() macro in C++ Qt.QtClassInfos This annotation collects a set ofQtClassInfo
annotations.QtDeclaredFinal Marks a non-final java method to be declared final in C++.QtExtensibleEnum This annotation marks an enum to be extensible, i.e. resolve(int) will return a custom entry for values not predefined in the enum.QtFinalOverride Marks a method to override a final declared method of an interface.QtInvokable QtInvokable specifies whether a method or constructor can be accessed by QMetaMethod.QtPointerType This annotation marks a slot parameter to be value pointer type.QtPrimitiveType This annotation marks a boxed-typed signal parameter to be primitive.QtPrivateOverride This annotation marks a method to override a private (pure) virtual Qt method.QtPropertyBindable QtPropertyBindable annotates a method as being aQBindable
getter for aQProperty
-based property.QtPropertyConstant QtPropertyConstant indicates that the property value is constant.QtPropertyDesignable QtPropertyDesignable specifies whether a property is suitable for editing in a GUI builder (e.g. the Qt Designer).QtPropertyMember QtPropertyMember annotates a field as being a member for a property.QtPropertyNotify This annotation is used to mark a method as a notify signal for a Qt property.QtPropertyReader This annotation is used to mark a method as a getter for a Qt property.QtPropertyRequired QtPropertyRequired indicates that the property value is required.QtPropertyResetter QtPropertyResetter annotates a method as being a resetter for a property.QtPropertyScriptable QtPropertyScriptable specifies whether a property can be accessed by a scripting engine.QtPropertyStored QtPropertyStored specifies whether a property is stored.QtPropertyUser QtPropertyUser specifies that a property is designated as the user-facing or user-editable property for the class. e.g., QAbstractButton.checked is the user editable property for (checkable) buttons.QtPropertyWriter QtPropertyWriter annotates a method as being a setter for a property.QtReferenceType This annotation marks a slot parameter to be non-const reference type.QtRejectedEntries This annotation lists all entries that are rejected within a QtEnumerator, i.e. the entry will never be returned by resolve(int).QtUninvokable The QtUninvokable annotation marks methods not registered in the meta object system by Q_SLOT or Q_INVOKABLE.QtUnlistedEnum The QtUnlistedEnum annotation marks a native enum not to be listed as QMetaEnum.