Uses of Interface
io.qt.QtObjectInterface
Package
Description
-
Uses of QtObjectInterface in io.qt
Modifier and TypeClassDescriptionclass
io.qt.MemberAccess<T extends QtObjectInterface>
This class manages member access for interface default functions.Modifier and TypeClassDescriptionclass
Supertype for generic Q_GADGET types.class
Super class of all native types provided by QtJambi.Modifier and TypeMethodDescription<Q extends QtObjectInterface,
M>
Mstatic <T extends QtObjectInterface>
QNativePointerQNativePointer.fromArray
(T... array) static <T extends QtObjectInterface>
QNativePointerQNativePointer.fromObject
(T object) <T extends QtObjectInterface>
TIf the native pointer is of pointer type, this function returns its value matching the given valueType.<T extends QtObjectInterface>
T[]QNativePointer.objectArray
(Class<T> valueType) If the native pointer is of pointer type, this function returns its value matching the given valueType.<T extends QtObjectInterface>
TReturns the value of the native pointer matching the given valueType at the specified position.<T extends QtObjectInterface>
voidQNativePointer.setObjectAt
(long pos, T value) Sets the value of the array element atpos
to which this native pointer points.<T extends QtObjectInterface>
voidQNativePointer.setObjectValue
(T value) Sets the value of this pointer tovalue
.Modifier and TypeMethodDescription<T extends QtObjectInterface>
T[]QNativePointer.objectArray
(Class<T> valueType) If the native pointer is of pointer type, this function returns its value matching the given valueType.Modifier and TypeMethodDescriptionvoid
InternalAccess.addAllReferenceCount
(QtObjectInterface owner, Class<? extends QtObjectInterface> declaringClass, String fieldName, boolean isThreadSafe, boolean isStatic, Collection<?> values) void
InternalAccess.addReferenceCount
(QtObjectInterface owner, Class<? extends QtObjectInterface> declaringClass, String fieldName, boolean isThreadSafe, boolean isStatic, Object value) long
InternalAccess.checkedNativeId
(QtObjectInterface object) void
InternalAccess.clearReferenceCount
(QtObjectInterface owner, Class<? extends QtObjectInterface> declaringClass, String fieldName, boolean isStatic) static <T extends QtObjectInterface>
QNativePointerQNativePointer.fromArray
(T... array) static QMetaObject.DisposedSignal
QtUtilities.getSignalOnDispose
(QtObjectInterface object) boolean
InternalAccess.hasOwnerFunction
(QtObjectInterface object) static void
QtUtilities.initializeNativeObject
(QtObjectInterface object) static void
QtUtilities.initializeNativeObject
(QtObjectInterface object, QtArgument.Stream arguments) void
InternalAccess.invalidateObject
(QtObjectInterface object) boolean
InternalAccess.isCppOwnership
(QtObjectInterface object) boolean
InternalAccess.isJavaOwnership
(QtObjectInterface object) boolean
InternalAccess.isSplitOwnership
(QtObjectInterface object) long
InternalAccess.nativeId
(QtObjectInterface object) InternalAccess.owner
(QtObjectInterface object) void
InternalAccess.putReferenceCount
(QtObjectInterface owner, Class<? extends QtObjectInterface> declaringClass, String fieldName, boolean isThreadSafe, boolean isStatic, Object key, Object value) void
InternalAccess.registerDependentObject
(QtObjectInterface dependentObject, QtObject owner) void
InternalAccess.registerDependentObject
(QtObjectInterface dependentObject, QtObjectInterface owner) void
InternalAccess.registerDependentObject
(QtObject dependentObject, QtObjectInterface owner) void
InternalAccess.removeFromCollectionReferenceCount
(QtObjectInterface owner, Class<? extends QtObjectInterface> declaringClass, String fieldName, boolean isStatic, Object value) void
InternalAccess.removeFromMapReferenceCount
(QtObjectInterface owner, Class<? extends QtObjectInterface> declaringClass, String fieldName, boolean isStatic, Object value) void
InternalAccess.setCppOwnership
(QtObjectInterface object) void
InternalAccess.setDefaultOwnership
(QtObjectInterface object) void
InternalAccess.setJavaOwnership
(QtObjectInterface object) void
InternalAccess.setReferenceCount
(QtObjectInterface owner, Class<? extends QtObjectInterface> declaringClass, String fieldName, boolean threadSafe, boolean isStatic, Object newValue) void
InternalAccess.unregisterDependentObject
(QtObjectInterface dependentObject, QtObject owner) void
InternalAccess.unregisterDependentObject
(QtObjectInterface dependentObject, QtObjectInterface owner) void
InternalAccess.unregisterDependentObject
(QtObject dependentObject, QtObjectInterface owner) Modifier and TypeMethodDescriptionvoid
InternalAccess.addAllReferenceCount
(QtObjectInterface owner, Class<? extends QtObjectInterface> declaringClass, String fieldName, boolean isThreadSafe, boolean isStatic, Collection<?> values) void
InternalAccess.addReferenceCount
(QtObjectInterface owner, Class<? extends QtObjectInterface> declaringClass, String fieldName, boolean isThreadSafe, boolean isStatic, Object value) void
InternalAccess.clearReferenceCount
(QtObjectInterface owner, Class<? extends QtObjectInterface> declaringClass, String fieldName, boolean isStatic) void
InternalAccess.putReferenceCount
(QtObjectInterface owner, Class<? extends QtObjectInterface> declaringClass, String fieldName, boolean isThreadSafe, boolean isStatic, Object key, Object value) void
InternalAccess.removeFromCollectionReferenceCount
(QtObjectInterface owner, Class<? extends QtObjectInterface> declaringClass, String fieldName, boolean isStatic, Object value) void
InternalAccess.removeFromMapReferenceCount
(QtObjectInterface owner, Class<? extends QtObjectInterface> declaringClass, String fieldName, boolean isStatic, Object value) void
InternalAccess.setReferenceCount
(QtObjectInterface owner, Class<? extends QtObjectInterface> declaringClass, String fieldName, boolean threadSafe, boolean isStatic, Object newValue) -
Uses of QtObjectInterface in io.qt.activex
Modifier and TypeInterfaceDescriptioninterface
Abstract class that provides an API to initialize and access a COM objectModifier and TypeClassDescriptionclass
QObject that wraps a COM objectclass
Wrapper around script codeclass
Wrapper around a script engineclass
Bridge between application objects and script codeclass
Selection dialog for registered COM componentsclass
QWidget that wraps an ActiveX control -
Uses of QtObjectInterface in io.qt.bluetooth
Modifier and TypeClassDescriptionclass
Assigns an address to the Bluetooth deviceclass
Discovers the Bluetooth devices nearbyclass
Stores information about the Bluetooth deviceclass
Encapsulates the details of a local QBluetooth deviceclass
Enables access to the local Bluetooth deviceclass
Uses the RFCOMM or L2cap protocol to communicate with a Bluetooth deviceclass
Enables you to query for Bluetooth servicesclass
Enables access to the attributes of a Bluetooth servicestatic class
Stores attributes of a Bluetooth Data Element Alternativestatic class
Stores attributes of a Bluetooth Data Element Sequenceclass
Enables connection to a Bluetooth device running a bluetooth serverclass
Transfers data to another device using Object Push Profile (OPP)class
Stores the response for a data transfer requestclass
Stores information about a data transfer requestclass
Generates a UUID for each Bluetooth serviceclass
Represents the data to be broadcast during Bluetooth Low Energy advertisingclass
Represents the parameters used for Bluetooth Low Energy advertisingstatic class
QLowEnergyAdvertisingParameters::AddressInfo defines the elements of a white listclass
Stores information about a Bluetooth Low Energy service characteristicclass
Used to set up GATT service dataclass
Used when requesting or reporting an update of the parameters of a Bluetooth LE connectionclass
Access to Bluetooth Low Energy Devicesclass
Stores information about the Bluetooth Low Energy descriptorclass
Used to create GATT service datafinal class
Represents an individual service on a Bluetooth Low Energy Deviceclass
Used to set up GATT service data -
Uses of QtObjectInterface in io.qt.charts
Modifier and TypeClassDescriptionclass
Base class used for specialized axis classesclass
Abstract parent class for all bar series classesclass
Base class for all Qt Chart seriesclass
Legend marker for an area seriesclass
Presents data in area chartsclass
Adds categories to a chart's axesclass
Legend marker for a bar seriesclass
Java wrapper for Qt classQtCharts::QBarModelMapper
class
Presents a series of data as vertical bars grouped by categoryclass
Represents one set of bars in a bar chartclass
Legend marker for a box plot seriesclass
Java wrapper for Qt classQtCharts::QBoxPlotModelMapper
class
Presents data in box-and-whiskers chartsclass
Represents one item in a box-and-whiskers chartclass
Legend marker for a candlestick seriesclass
Abstract model mapper class for candlestick seriesclass
Presents data as candlesticksclass
Represents a single candlestick item in a candlestick chartclass
Places named ranges on the axisclass
Manages the graphical representation of the chart's series, legends, and axesclass
Standalone widget that can display chartsclass
Adds dates and times to a chart's axisclass
Horizontal model mapper for bar seriesclass
Horizontal model mapper for box plot seriesclass
Horizontal model mapper for a candlestick seriesclass
Presents a series of data as horizontal bars grouped by categoryclass
Presents a series of categorized data as a percentage of each categoryclass
Presents a series of data as horizontally stacked bars, with one bar per categoryclass
Horizontal model mapper for pie seriesclass
Horizontal model mapper for line, spline, and scatter seriesfinal class
Displays the legend of a chartclass
Abstract object that can be used to access markers within a legendclass
Presents data in line chartsclass
Adds a logarithmic scale to a chart's axisclass
Presents a series of categorized data as a percentage of each categoryclass
Legend marker for a pie seriesclass
Java wrapper for Qt classQtCharts::QPieModelMapper
class
Presents data in pie chartsclass
Represents a single slice in a pie seriesclass
Presents data in polar chartsclass
Presents data in scatter chartsclass
Presents data as spline chartsclass
Presents a series of data as vertically stacked bars, with one bar per categoryclass
Adds values to a chart's axesclass
Vertical model mapper for bar seriesclass
Vertical model mapper for box plot seriesclass
Vertical model mapper for a candlestick seriesclass
Vertical model mapper for pie seriesclass
Vertical model mapper for line, spline, and scatter seriesclass
Legend marker for a line, spline, or scatter seriesclass
Java wrapper for Qt classQtCharts::QXYModelMapper
class
Base class for line, spline, and scatter series -
Uses of QtObjectInterface in io.qt.concurrent
Modifier and TypeClassDescriptionstatic class
Java wrapper for Qt classQtConcurrent::MedianDouble
static final class
Java wrapper for Qt's classQtConcurrent::ThreadEngineStarter
-
Uses of QtObjectInterface in io.qt.core
Modifier and TypeClassDescriptionfinal class
QPointer<O extends QtObjectInterface>
Java wrapper for Qt class QPointer.final class
QWeakPointer<O extends QtObjectInterface>
Java wrapper for Qt class QWeakPointer similar toWeakReference
but also supplyingnull
when resource has been disposed.Modifier and TypeInterfaceDescriptionstatic interface
Java wrapper for Qt callableQEasingCurve::EasingFunction
interface
Java wrapper for Qt classQFactoryInterface
static interface
Java wrapper for Qt callableQLoggingCategory::CategoryFilter
interface
The base class for all runnable objectsstatic interface
Java wrapper for Qt callableQSettings::ReadFunc
static interface
Java wrapper for Qt callableQSettings::WriteFunc
interface
Java wrapper for Qt callableQtMessageHandler
Modifier and TypeClassDescriptionclass
The base of all animationsclass
Interface to manage Qt's event queuestatic class
Java wrapper for Qt classQAbstractEventDispatcher::TimerInfo
class
The abstract interface for item model classesclass
Abstract model that can be subclassed to create one-dimensional list modelsclass
Base class for proxy item models that can do sorting, filtering or other data processing tasksclass
The base class of states of a QStateMachineclass
Abstract model that can be subclassed to create table modelsclass
The base class of transitions between QAbstractState objectsclass
Java wrapper for Qt classQAnimationDriver
class
Abstract base class for groups of animationsclass
QAssociativeConstIterator<Key,
T> Java-iterable wrapper for Qt's constant iterator types:final class
QAssociativeIterator<Key,
T> Java-iterable wrapper for Qt's iterator types:class
Java wrapper for Qt classQBasicMutex
class
Timer events for objectsclass
Array of bitsclass
QIODevice interface for a QByteArrayclass
Array of bytesstatic class
QByteArray::FromBase64Result class holds the result of a call to QByteArray::fromBase64Encodingclass
Holds a sequence of bytes that can be quickly matched in a byte arrayclass
Describes calendar systemsstatic class
Java wrapper for Qt classQCalendar::YearMonthDay
class
Used to hold an array of CBOR elementsclass
Holds the error condition found while parsing or validating a CBOR streamclass
Used to hold an associative container representable in CBORclass
Used by QCborValue to report a parsing errorclass
Simple CBOR stream decoder, operating on either a QByteArray or QIODevicestatic final class
QCborStreamReader.StringResult<Container>
Java wrapper for Qt classQCborStreamReader::StringResult<QVariant>
class
Simple CBOR encoder operating on a one-way streamclass
Encapsulates a value in CBORclass
Contains event parameters for child object eventsclass
Compares strings according to a localized collation algorithmclass
Can be used to speed up string collationclass
Defines a possible command-line optionclass
Means for handling the command line optionsclass
Proxies multiple source models, concatenating their rowsclass
Event loop for Qt applications without UIclass
Way to generate cryptographic hashesclass
Serialization of binary data to a QIODeviceclass
Date functionsclass
Date and time functionsclass
Marks a deadline in the futureclass
Output stream for debugging informationclass
Convenience class for custom QDebug operatorsclass
Java wrapper for Qt classQDeferredDeleteEvent
class
Access to directory structures and their contentsclass
Iterator for directory entrylistsclass
Contains event parameters for dynamic property change eventsclass
Easing curves for controlling animationclass
Fast way to calculate elapsed timesclass
The base class of all event classes.class
Means of entering and leaving an event loopclass
Means to quit an event loop when it is no longer neededclass
QObject-specific transition for Qt eventsclass
Interface for reading from and writing to filesclass
Interface for reading from and writing to open filesclass
System-independent file informationclass
Convenient way of selecting file variantsclass
Interface for monitoring files and directories for modificationsclass
Final statefinal class
Java wrapper for Qt callableQFunctionPointer
final class
Java wrapper for Qt class QFutureInterfaceclass
Java wrapper for Qt classQFutureInterfaceBase
final class
Allows monitoring a QFuture using signals and slotsclass
Java wrapper for Qt classQFutureWatcherBase
class
QHash<Key,
T> Java wrapper for Qt classQHash
class
Means of returning to a previously active substateclass
Proxies its source model unmodifiedclass
The base interface class of all I/O devices in Qtclass
Manages information about selected items in a modelclass
Keeps track of a view's selected itemsclass
Manages information about a range of selected items in a modelclass
Encapsulates a JSON arrayclass
Way to read and write JSON documentsclass
Encapsulates a JSON objectclass
Used to report errors during JSON parsingclass
Encapsulates a value in JSONclass
Loads shared libraries at runtimefinal class
Information about the Qt libraryclass
Two-dimensional vector using integer precisionclass
Two-dimensional vector using floating point precisionclass
QLinkedList<T>
Java wrapper for Qt class QLinkedListclass
QList<T>
Java wrapper for Qt class QListclass
Converts between numbers and their string representations in various languagesclass
Locking between processes using a fileclass
Represents a category, or 'area' in the logging infrastructureclass
QMap<Key,
T> Java wrapper for Qt classQMap
class
Defines the four margins of a rectangleclass
Defines the four margins of a rectangleclass
Way to generate hash-based message authentication codesclass
Additional information about a log messageclass
Meta-data about an enumeratorclass
Meta-data about a member functionclass
Meta-data about a propertyclass
Manages named types in the meta-object systemstatic final class
This class represents a QMetaType-registered but Java-unknown gadget type.static final class
This class represents a QMetaType-registered but Java-unknown object type.static final class
This class represents a QMetaType-registered but Java-unknown value type.class
Container for data that records information about its MIME typeclass
Maintains a database of MIME typesclass
Describes types of file or data, represented by a MIME type stringclass
Used to locate data in a data modelclass
QMultiHash<Key,
T> Java wrapper for Qt classQMultiHash
class
QMultiMap<Key,
T> Java wrapper for Qt classQMultiMap
class
Access serialization between threadsclass
The base class of all Qt objectsclass
Watches the lifetime of multiple QObjectsclass
Information about the operating system versionclass
Parallel group of animationsclass
Pause for QSequentialAnimationGroupclass
Used to locate data in a data modelclass
Loads a plugin at run-timeclass
Defines a point in the plane using integer precisionclass
Defines a point in the plane using floating point precisionclass
Used to start external programs and to communicate with themclass
Holds the environment variables that can be passed to a programclass
Animates Qt propertiesclass
QQueue<T>
Java wrapper for Qt classQQueue
class
Allows one to obtain random values from a high-quality Random Number Generatorclass
Read-write lockingclass
Defines a rectangle in the plane using integer precisionclass
Defines a rectangle in the plane using floating point precisionclass
Access serialization between threadsclass
Pattern matching using regular expressionsclass
Pattern matching using regular expressionsclass
The results of a matching a QRegularExpression against a stringclass
Iterator on the results of a global match of a QRegularExpression object against a stringclass
Interface for reading directly from resourcesclass
Interface for safely writing to filesclass
General counting semaphoreclass
Sequential group of animationsclass
Java-iterable wrapper for Qt's constant iterator types:final class
Java-iterable wrapper for Qt's iterator types:class
QSet<T>
Java wrapper for Qt classQSet
class
Persistent platform-independent application settingsclass
Access to a shared memory segmentclass
Exception-safe wrapper around QObject::blockSignals()class
Bundles signals from identifiable sendersclass
Transition based on a Qt signalclass
Defines the size of a two-dimensional object using integer point precisionclass
Defines the size of a two-dimensional object using floating point precisionclass
Support for monitoring activity on a file descriptorclass
Support for sorting and filtering data passed between another model and a viewclass
QStack<T>
Java wrapper for Qt class QStackfinal class
Methods for accessing standard pathsclass
General-purpose state for QStateMachineclass
Hierarchical finite state machinestatic class
Represents a Qt signal eventstatic class
Inherits QEvent and holds a clone of an event associated with a QObjectfinal class
Struct containing a reference to a static plugin instance together with its meta dataclass
Provides information about currently mounted storage and drivesfinal class
Unicode character stringclass
List of stringsclass
Model that supplies strings to viewsclass
Holds a sequence of characters that can be quickly matched in a Unicode stringclass
General counting system semaphoreclass
Creates a unique directory for temporary useclass
I/O device that operates on temporary filesclass
Way of finding Unicode text boundaries in a stringclass
Conversions between text encodingsstatic class
Java wrapper for Qt classQTextCodec::ConverterState
class
State-based decoderclass
State-based encoderclass
Convenient interface for reading and writing textclass
Platform-independent way to manage threadsclass
Manages a collection of QThreadsclass
Per-thread data storageclass
Clock time functionsclass
Timeline for controlling animationsclass
Repetitive and single-shot timersclass
Contains parameters that describe a timer eventclass
Converts between UTC and local time in a specific time zonestatic class
Java wrapper for Qt classQTimeZone::OffsetData
class
Internationalization support for text outputclass
This proxy transposes the source modelclass
Convenient interface for working with URLsclass
Way to manipulate a key-value pairs in a URL's queryclass
Stores a Universally Unique Identifier (UUID)class
Acts like a union for the most common Qt data typesclass
Base class for animationsclass
QVector<T>
Java wrapper for Qt class QVectorclass
Contains a version number with an arbitrary number of segmentsclass
Condition variable for synchronizing threadsclass
Represents a single XML attributeclass
Represents a vector of QXmlStreamAttributeclass
Represents a DTD entity declarationclass
Entity resolver for a QXmlStreamReaderclass
Represents a namespace declarationclass
Represents a DTD notation declarationclass
Fast parser for reading well-formed XML via a simple streaming APIclass
XML writer with a simple streaming APIModifier and TypeMethodDescription<T extends QtObjectInterface>
TQScope.capture
(T object) The given object is managed by the scope, i.e.static <T extends QtObjectInterface>
TQFunctionPointer.cast
(QtObjectInterface function, Class<T> functionalInterface) Converts the given function into given functional interface type.<T extends QtObjectInterface>
TConverts this function pointer into given functional interface type.static <T extends QtObjectInterface>
TQMetaObject.cast
(Class<T> targetType, QtObjectInterface object) Casts an object to the given targetType.<O extends QtObjectInterface>
OQScope.create
(QScope.Factory<O> factory) Creates a new object being managed by this scope.<O extends QtObjectInterface,
A>
OQScope.create
(QScope.Factory1<A, O> factory, A arg0) Creates a new object being managed by this scope.<O extends QtObjectInterface,
A, B>
OQScope.create
(QScope.Factory2<A, B, O> factory, A arg0, B arg1) Creates a new object being managed by this scope.<O extends QtObjectInterface,
A, B, C>
OQScope.create
(QScope.Factory3<A, B, C, O> factory, A arg0, B arg1, C arg2) Creates a new object being managed by this scope.<O extends QtObjectInterface,
A, B, C, D>
OQScope.create
(QScope.Factory4<A, B, C, D, O> factory, A arg0, B arg1, C arg2, D arg3) Creates a new object being managed by this scope.<O extends QtObjectInterface,
A, B, C, D, E>
OQScope.create
(QScope.Factory5<A, B, C, D, E, O> factory, A arg0, B arg1, C arg2, D arg3, E arg4) Creates a new object being managed by this scope.<O extends QtObjectInterface,
A, B, C, D, E, F>
OQScope.create
(QScope.Factory6<A, B, C, D, E, F, O> factory, A arg0, B arg1, C arg2, D arg3, E arg4, F arg5) Creates a new object being managed by this scope.<O extends QtObjectInterface,
A, B, C, D, E, F, G>
OQScope.create
(QScope.Factory7<A, B, C, D, E, F, G, O> factory, A arg0, B arg1, C arg2, D arg3, E arg4, F arg5, G arg6) Creates a new object being managed by this scope.<O extends QtObjectInterface,
A, B, C, D, E, F, G, H>
OQScope.create
(QScope.Factory8<A, B, C, D, E, F, G, H, O> factory, A arg0, B arg1, C arg2, D arg3, E arg4, F arg5, G arg6, H arg7) Creates a new object being managed by this scope.<O extends QtObjectInterface,
A, B, C, D, E, F, G, H, I>
OQScope.create
(QScope.Factory9<A, B, C, D, E, F, G, H, I, O> factory, A arg0, B arg1, C arg2, D arg3, E arg4, F arg5, G arg6, H arg7, I arg8) Creates a new object being managed by this scope.static <O extends QtObjectInterface>
QScopedArrayPointer<O> QScopedArrayPointer.disposing
(O... data) static <O extends QtObjectInterface>
QScopedPointer<O> QScopedPointer.disposing
(O data) static <O extends QtObjectInterface>
voidQScopedArrayPointer.performAndDispose
(Consumer<O[]> action, O... data) Performs an action on resources which will be disposes subsequently.static <O extends QtObjectInterface,
R>
RQScopedArrayPointer.performAndDispose
(Function<O[], R> action, O... data) Performs an action on resources which will be disposes subsequently.static <O extends QtObjectInterface>
doubleQScopedArrayPointer.performAndDispose
(ToDoubleFunction<O[]> action, O... data) Performs an action on resources which will be disposes subsequently.static <O extends QtObjectInterface>
intQScopedArrayPointer.performAndDispose
(ToIntFunction<O[]> action, O... data) Performs an action on resources which will be disposes subsequently.static <O extends QtObjectInterface>
longQScopedArrayPointer.performAndDispose
(ToLongFunction<O[]> action, O... data) Performs an action on resources which will be disposes subsequently.static <O extends QtObjectInterface>
voidQScopedPointer.performAndDispose
(Consumer<O> action, O data) Performs an action on a resource which will be disposes subsequently.static <O extends QtObjectInterface,
R>
RQScopedPointer.performAndDispose
(Function<O, R> action, O data) Performs an action on a resource which will be disposes subsequently.static <O extends QtObjectInterface>
doubleQScopedPointer.performAndDispose
(ToDoubleFunction<O> action, O data) Performs an action on a resource which will be disposes subsequently.static <O extends QtObjectInterface>
intQScopedPointer.performAndDispose
(ToIntFunction<O> action, O data) Performs an action on a resource which will be disposes subsequently.static <O extends QtObjectInterface>
longQScopedPointer.performAndDispose
(ToLongFunction<O> action, O data) Performs an action on a resource which will be disposes subsequently.static <T extends QtObjectInterface>
TQObject.qobject_cast
(Class<T> targetType, QObject object) final <T extends QtObjectInterface>
TQObject.qt_metacast
(Class<T> targetType) Casts an object to the given targetType.static <T extends QtObjectInterface>
TQVariant.qvariant_cast
(Object object, Class<T> targetType, QMetaType ... instantiations) Modifier and TypeMethodDescriptionstatic <T extends QtObjectInterface>
TQFunctionPointer.cast
(QtObjectInterface function, Class<T> functionalInterface) Converts the given function into given functional interface type.static <T extends QtObjectInterface>
TQMetaObject.cast
(Class<T> targetType, QtObjectInterface object) Casts an object to the given targetType.static <O extends QtObjectInterface>
QScopedArrayPointer<O> QScopedArrayPointer.disposing
(O... data) static <O extends QtObjectInterface>
voidQScopedArrayPointer.performAndDispose
(Consumer<O[]> action, O... data) Performs an action on resources which will be disposes subsequently.static <O extends QtObjectInterface,
R>
RQScopedArrayPointer.performAndDispose
(Function<O[], R> action, O... data) Performs an action on resources which will be disposes subsequently.static <O extends QtObjectInterface>
doubleQScopedArrayPointer.performAndDispose
(ToDoubleFunction<O[]> action, O... data) Performs an action on resources which will be disposes subsequently.static <O extends QtObjectInterface>
intQScopedArrayPointer.performAndDispose
(ToIntFunction<O[]> action, O... data) Performs an action on resources which will be disposes subsequently.static <O extends QtObjectInterface>
longQScopedArrayPointer.performAndDispose
(ToLongFunction<O[]> action, O... data) Performs an action on resources which will be disposes subsequently.Modifier and TypeMethodDescriptionstatic void
QPluginLoader.qRegisterPluginInterface
(Class<? extends QtObjectInterface> iface) static void
QPluginLoader.registerPluginInterface
(Class<? extends QtObjectInterface> factoryClass) Deprecated. -
Uses of QtObjectInterface in io.qt.core.internal
Modifier and TypeClassDescriptionclass
Java wrapper for Qt classQAbstractFileEngine
class
Java wrapper for Qt classQAbstractFileEngineHandler
class
Java wrapper for Qt classQAbstractFileEngineIterator
class
Java wrapper for Qt classQFactoryLoader
class
Java wrapper for Qt classQFSFileEngine
Modifier and TypeMethodDescription<P extends QtObjectInterface,
R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method1<P, R> create, String key) <P extends QtObjectInterface,
A, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method2<P, A, R> create, String key, A a) <P extends QtObjectInterface,
R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method2<P, String, R> create, String key) <P extends QtObjectInterface,
A, B, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method3<P, A, B, R> create, String key, A a, B b) <P extends QtObjectInterface,
A, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method3<P, String, A, R> create, String key, A a) <P extends QtObjectInterface,
A, B, C, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method4<P, A, B, C, R> create, String key, A a, B b, C c) <P extends QtObjectInterface,
A, B, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method4<P, String, A, B, R> create, String key, A a, B b) <P extends QtObjectInterface,
A, B, C, D, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method5<P, A, B, C, D, R> create, String key, A a, B b, C c, D d) <P extends QtObjectInterface,
A, B, C, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method5<P, String, A, B, C, R> create, String key, A a, B b, C c) <P extends QtObjectInterface,
A, B, C, D, E, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method6<P, A, B, C, D, E, R> create, String key, A a, B b, C c, D d, E e) <P extends QtObjectInterface,
A, B, C, D, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method6<P, String, A, B, C, D, R> create, String key, A a, B b, C c, D d) <P extends QtObjectInterface,
A, B, C, D, E, F, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method7<P, A, B, C, D, E, F, R> create, String key, A a, B b, C c, D d, E e, F f) <P extends QtObjectInterface,
A, B, C, D, E, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method7<P, String, A, B, C, D, E, R> create, String key, A a, B b, C c, D d, E e) <P extends QtObjectInterface,
A, B, C, D, E, F, G, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method8<P, A, B, C, D, E, F, G, R> create, String key, A a, B b, C c, D d, E e, F f, G g) <P extends QtObjectInterface,
A, B, C, D, E, F, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method8<P, String, A, B, C, D, E, F, R> create, String key, A a, B b, C c, D d, E e, F f) <P extends QtObjectInterface,
A, B, C, D, E, F, G, H, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method9<P, A, B, C, D, E, F, G, H, R> create, String key, A a, B b, C c, D d, E e, F f, G g, H h) <P extends QtObjectInterface,
A, B, C, D, E, F, G, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method9<P, String, A, B, C, D, E, F, G, R> create, String key, A a, B b, C c, D d, E e, F f, G g) <P extends QtObjectInterface>
PQFactoryLoader.loadPlugin
(Class<P> pluginClass, String key, Object... args) Modifier and TypeMethodDescriptionstatic void
QFactoryLoader.registerFactory
(Class<? extends QtObjectInterface> factoryClass) ModifierConstructorDescriptionQFactoryLoader
(Class<? extends QtObjectInterface> iid) Overloaded constructor forQFactoryLoader(java.lang.Class, java.lang.String, io.qt.core.Qt.CaseSensitivity)
QFactoryLoader
(Class<? extends QtObjectInterface> iid, String suffix) Overloaded constructor forQFactoryLoader(java.lang.Class, java.lang.String, io.qt.core.Qt.CaseSensitivity)
witharg__3 = io.qt.core.Qt.CaseSensitivity.CaseSensitive
.QFactoryLoader
(Class<? extends QtObjectInterface> iid, String suffix, Qt.CaseSensitivity arg__3) SeeQFactoryLoader::
QFactoryLoader(const char*, QString, Qt::CaseSensitivity) -
Uses of QtObjectInterface in io.qt.datavis
Modifier and TypeClassDescriptionclass
Methods for rendering 3D bar graphsclass
Representation of a camera in 3D spaceclass
Basic wheel mouse based input handlerclass
Representation of a light source in 3D spaceclass
Simple base class for all the objects in a 3D sceneclass
Methods for rendering 3D scatter graphsclass
Description of the 3D scene being visualizedclass
Methods for rendering 3D surface plotsclass
Visual style for graphsclass
Base class for the axes of a graphclass
Window and render loop for graphsclass
Base class for implementations of input handlersclass
Base class for all data seriesclass
Base class for all data visualization data proxiesclass
Represents a data series in a 3D bar graphclass
Template class that provides listsclass
Container for resolved data to be added to bar graphsclass
The data proxy for a 3D bars graphclass
Template class that provides a dynamic arrayclass
Manipulates an axis of a graphclass
Adds a custom item to a graphclass
Adds a custom label to a graphclass
Adds a volume rendered object to a graphclass
Base proxy class for Q3DSurfaceclass
Proxy class for presenting data in item models with Q3DBarsclass
Proxy class for presenting data in item models with Q3DScatterclass
Proxy class for presenting data in item models with Q3DSurfaceclass
Formatting rules for a logarithmic value axisclass
Represents a data series in a 3D scatter graphclass
Template class that provides a dynamic arrayclass
Container for resolved data to be added to scatter graphsclass
The data proxy for 3D scatter graphsclass
Represents a data series in a 3D surface graphclass
Template class that provides listsclass
Container for resolved data to be added to surface graphsclass
The data proxy for a 3D surface graphclass
Template class that provides a dynamic arrayclass
Basic touch display based input handlerclass
Manipulates an axis of a graphclass
Base class for value axis formatters -
Uses of QtObjectInterface in io.qt.dbus
Modifier and TypeInterfaceDescriptioninterface
Allows slots to determine the D-Bus context of the callsinterface
Refers to one pending asynchronous callModifier and TypeClassDescriptionclass
The base class of D-Bus adaptor classesclass
The base class for all D-Bus interfaces in the Qt D-Bus binding, allowing access to remote interfacesclass
Java wrapper for Qt classQDBusAbstractInterfaceBase
class
Used to marshall and demarshall D-Bus argumentsclass
Represents a connection to the D-Bus bus daemonfinal class
Access to the D-Bus bus daemon serviceclass
Represents an error received from the D-Bus bus or from remote applications found in the busclass
Proxy for interfaces on remote objectsclass
Represents one message sent or received over the D-Bus busclass
Enables the programmer to identify the OBJECT_PATH type provided by the D-Bus typesystemclass
Convenient way for waiting for asynchronous repliesclass
The QDBusPendingReply class contains the reply to an asynchronous method call.class
QDBusPendingReply2<A,
B> The QDBusPendingReply class contains the reply to an asynchronous method call.class
QDBusPendingReply3<A,
B, C> The QDBusPendingReply class contains the reply to an asynchronous method call.class
QDBusPendingReply4<A,
B, C, D> The QDBusPendingReply class contains the reply to an asynchronous method call.class
QDBusPendingReply5<A,
B, C, D, E> The QDBusPendingReply class contains the reply to an asynchronous method call.class
QDBusPendingReply6<A,
B, C, D, E, F> The QDBusPendingReply class contains the reply to an asynchronous method call.class
QDBusPendingReply7<A,
B, C, D, E, F, G> The QDBusPendingReply class contains the reply to an asynchronous method call.class
QDBusPendingReply8<A,
B, C, D, E, F, G, H> The QDBusPendingReply class contains the reply to an asynchronous method call.final class
QDBusReply<T>
The QDBusReply class stores the reply for a method call to a remote object.class
Peer-to-peer communication between processes on the same computerclass
Allows the user to watch for a bus service changeclass
Enables the programmer to identify the SIGNATURE type provided by the D-Bus typesystemclass
Holds one Unix file descriptorclass
Enables the programmer to identify the variant type provided by the D-Bus typesystemclass
Used to handle several DBus paths with one class -
Uses of QtObjectInterface in io.qt.designer
Modifier and TypeInterfaceDescriptioninterface
Interface for extension factories in Qt Designerinterface
Interface for extension managers in Qt Designerinterface
Allows you to add pages to a custom multi-page container in Qt Designer's workspaceinterface
Allows you to include several custom widgets in one single libraryinterface
Enables Qt Designer to access and construct custom widgetsinterface
Java wrapper for Qt classQDesignerDnDItemInterface
interface
Allows you to manipulate a widget's dynamic properties in Qt Designer's property editorinterface
Java wrapper for Qt classQDesignerFormEditorPluginInterface
interface
Allows you to query and modify a form window's widget selection, and in addition modify the properties of all the form's widgetsinterface
Java wrapper for Qt classQDesignerLanguageExtension
interface
Java wrapper for Qt classQDesignerLayoutDecorationExtension
interface
Allows you to manipulate a widget's member functions which is displayed when configuring connections using Qt Designer's mode for editing signals and slotsinterface
Java wrapper for Qt classQDesignerMetaDataBaseItemInterface
interface
Java wrapper for Qt classQDesignerOptionsPageInterface
interface
Java wrapper for Qt classQDesignerPromotionInterface
interface
Allows you to manipulate a widget's properties which is displayed in Qt Designer's property editorinterface
Java wrapper for Qt classQDesignerSettingsInterface
interface
Allows you to add custom menu entries to Qt Designer's task menuinterface
Java wrapper for Qt classQDesignerWidgetDataBaseItemInterface
Modifier and TypeClassDescriptionclass
Default implementation for classes that create user interfaces at run-timeclass
Allows you to change the focus of Qt Designer's action editorclass
Allows you to access Qt Designer's various componentsclass
Allows you to query and manipulate form windows appearing in Qt Designer's workspaceclass
Java wrapper for Qt classQDesignerFormWindowToolInterface
class
Java wrapper for Qt classQDesignerIntegration
class
Java wrapper for Qt classQDesignerIntegrationInterface
class
Java wrapper for Qt classQDesignerMetaDataBaseInterface
class
Java wrapper for Qt classQDesignerNewFormWidgetInterface
class
Allows you to change the focus of Qt Designer's object inspectorstatic class
Java wrapper for Qt classQDesignerPromotionInterface::PromotedClass
class
Allows you to query and manipulate the current state of Qt Designer's property editorclass
Java wrapper for Qt classQDesignerResourceBrowserInterface
class
Allows you to control the contents of Qt Designer's widget boxstatic class
Java wrapper for Qt classQDesignerWidgetBoxInterface::Category
static class
Java wrapper for Qt classQDesignerWidgetBoxInterface::Widget
class
Java wrapper for Qt classQDesignerWidgetDataBaseInterface
class
Java wrapper for Qt classQDesignerWidgetFactoryInterface
class
Extension management facilities for Qt Designerclass
Used to dynamically construct user interfaces from UI files at run-time -
Uses of QtObjectInterface in io.qt.designer.util
Modifier and TypeClassDescriptionfinal class
Generic implementation forQDesignerCustomWidgetInterface
. -
Uses of QtObjectInterface in io.qt.gamepad
Modifier and TypeClassDescriptionclass
A gamepad device connected to a systemclass
Provides support for keyboard events triggered by gamepadsfinal class
Queries attached gamepads and related events -
Uses of QtObjectInterface in io.qt.gui
Modifier and TypeInterfaceDescriptioninterface
Java wrapper for Qt classQAbstractUndoItem
static interface
Java wrapper for Qt classQAccessible::ActivationObserver
static interface
Java wrapper for Qt callableQAccessible::InterfaceFactory
static interface
Java wrapper for Qt callableQAccessible::RootObjectHandler
static interface
Java wrapper for Qt callableQAccessible::UpdateHandler
interface
Implements support for invocable actions in the interfaceinterface
Implements support for objects with editable textinterface
Java wrapper for Qt classQAccessibleImageInterface
interface
Defines an interface that exposes information about accessible objectsinterface
Implements support for the IAccessibleTable2 Cell interfaceinterface
Implements support for the IAccessibleTable2 interfaceinterface
Implements support for text handlinginterface
Implements support for objects that manipulate a valueinterface
Represents a paint device that supports multiple pagesinterface
The base class of objects that can be painted on with QPainterinterface
Java wrapper for Qt callablepicture_io_handler
interface
Abstraction of renderable surfaces in Qtinterface
Allows drawing of custom text objects in QTextDocumentsModifier and TypeClassDescriptionclass
The base class of a family of classes that expose all functions for each OpenGL version and profileclass
Abstract base class used to implement custom layouts for QTextDocumentsstatic class
QAbstractTextDocumentLayout::PaintContext class is a convenience class defining the parameters used when painting a document's layoutstatic class
QAbstractTextDocumentLayout::Selection class is a convenience class defining the parameters of a selectionfinal class
Enums and static functions related to accessibilitystatic class
Java wrapper for Qt classQAccessible::State
class
Java wrapper for Qt classQAccessibleApplication
class
Java wrapper for Qt classQAccessibleBridge
class
Java wrapper for Qt classQAccessibleBridgePlugin
class
The base class for accessibility notificationsclass
Implements parts of the QAccessibleInterface for QObjectsclass
Abstract base class for plugins provinding accessibility information for user interface elementsclass
Notfies the accessibility framework that the state of an object has changedclass
Signifies a change in a table, list, or tree where cells are added or removed.class
Notifies of cursor movementsclass
Notifies of text being insertedclass
Notifies of text being deletedclass
Signals a change in the text selection of an objectclass
Notifies about text changes.class
Describes a change in value for an accessible objectclass
Event that is generated when a QAction is added, removed, or changedclass
Java wrapper for Qt classQApplicationStateChangeEvent
class
Drawing area for QWindowclass
Monochrome (1-bit depth) pixmapsclass
Defines the fill pattern of shapes drawn by QPainterfinal class
Access to the window system clipboardclass
Contains parameters that describe a close eventclass
Colors based on RGB, HSV or CMYK valuesclass
Color space abstractionclass
Transformation between color spacesclass
Used in combination with QBrush to specify a conical gradient brushclass
Contains parameters that describe a context menu eventclass
Mouse cursor with an arbitrary shapeclass
Methods for accessing common desktop servicesclass
Range checking of floating-point numbersclass
Support for MIME-based drag and drop data transferclass
Event which is sent to a widget when a drag and drop action enters itclass
Event that is sent to a widget when a drag and drop action leaves itclass
Event which is sent while a drag and drop action is in progressclass
Event which is sent when a drag and drop action is completedclass
Contains parameters that describe an enter eventclass
Contains event parameters for expose eventsclass
Event that will be sent when there is a request to open a file or a URLclass
Contains event parameters for widget focus eventsclass
Specifies a query for a font used for drawing textclass
Information about the fonts available in the underlying window systemclass
General information about fontsclass
Font metrics informationclass
Font metrics informationclass
Abstract base class for pluginsclass
Creates plugin driversclass
Direct access to the internal glyphs in a fontclass
Used in combination with QBrush to specify gradient fillsclass
Manages the GUI application's control flow and main settingsclass
Event that is used to request helpful information about a particular point in a widgetclass
Event which is sent after a widget is hiddenclass
Contains parameters that describe a mouse eventclass
Scalable icons in different modes and statesclass
Indicates that a main icon drag has begunclass
Abstract base class for QIcon renderersstatic class
Java wrapper for Qt classQIconEngine::ScaledPixmapArgument
class
Abstract base for custom QIconEngine pluginsclass
Hardware-independent image representation that allows direct access to the pixel data, and can be used as a paint deviceclass
Defines the common image I/O interface for all image formats in Qtclass
Defines an interface for writing an image format pluginclass
Format independent interface for reading images from files or other devicesclass
Format independent interface for writing images to files or other devicesclass
The base class for events that describe user inputfinal class
Access to the active text input methodclass
Parameters for input method eventsstatic class
QInputMethodEvent::Attribute class stores an input method attributeclass
Event sent by the input context to input objectsclass
Validator that ensures a string contains a valid integer within a specified rangeclass
Describes a key eventclass
Encapsulates a key sequence as used by shortcutsclass
Used in combination with QBrush to specify a linear gradient brushclass
Inline class containing platform-specific functionality for the linuxfb platform plugin that is typically used on systems running Embedded Linux or Androidclass
Java wrapper for Qt classQMatrix2x2
class
Java wrapper for Qt classQMatrix2x3
class
Java wrapper for Qt classQMatrix2x4
class
Java wrapper for Qt classQMatrix3x2
class
Java wrapper for Qt classQMatrix3x3
class
Java wrapper for Qt classQMatrix3x4
class
Java wrapper for Qt classQMatrix4x2
class
Java wrapper for Qt classQMatrix4x3
class
Represents a 4x4 transformation matrix in 3D spaceclass
Contains parameters that describe a mouse eventclass
Contains event parameters for move eventsclass
Convenience class for playing movies with QImageReaderclass
Contains parameters that describe a gesture eventclass
Represents an offscreen surface in the underlying platformclass
Functions for creating and managing OpenGL buffer objectsclass
Represents a native OpenGL context, enabling OpenGL rendering on a QSurfacefinal class
Represents a group of contexts sharing OpenGL resourcesclass
Enables logging of OpenGL debugging messagesclass
Wraps an OpenGL debug messageclass
Cross-platform access to the OpenGL ES 3.0, 3.1 and 3.2 APIclass
Encapsulates an OpenGL framebuffer objectclass
Specifies the format of an OpenGL framebuffer objectclass
Cross-platform access to the OpenGL ES 2.0 APIfinal class
All functions for OpenGL 1.0 specificationfinal class
All functions for OpenGL 1.1 specificationfinal class
All functions for OpenGL 1.2 specificationfinal class
All functions for OpenGL 1.3 specificationfinal class
All functions for OpenGL 1.4 specificationfinal class
All functions for OpenGL 1.5 specificationfinal class
All functions for OpenGL 2.0 specificationfinal class
All functions for OpenGL 2.1 specificationfinal class
All functions for OpenGL 3.0 specificationfinal class
All functions for OpenGL 3.1 specificationfinal class
All functions for OpenGL 3.2 compatibility profilefinal class
All functions for OpenGL 3.2 core profilefinal class
All functions for OpenGL 3.3 compatibility profilefinal class
All functions for OpenGL 3.3 core profilefinal class
All functions for OpenGL 4.0 compatibility profilefinal class
All functions for OpenGL 4.0 core profilefinal class
All functions for OpenGL 4.1 compatibility profilefinal class
All functions for OpenGL 4.1 core profilefinal class
All functions for OpenGL 4.2 compatibility profilefinal class
All functions for OpenGL 4.2 core profilefinal class
All functions for OpenGL 4.3 compatibility profilefinal class
All functions for OpenGL 4.3 core profilefinal class
All functions for OpenGL 4.4 compatibility profilefinal class
All functions for OpenGL 4.4 core profilefinal class
All functions for OpenGL 4.5 compatibility profilefinal class
All functions for OpenGL 4.5 core profilefinal class
All functions for OpenGL ES 2class
Enables painting to an OpenGL context using QPainterclass
Describes the pixel storage modes that affect the unpacking of pixels during texture uploadclass
Allows OpenGL shaders to be compiledclass
Allows OpenGL shader programs to be linked and usedclass
Encapsulates an OpenGL texture objectclass
Convenient way to draw textured quads via OpenGLclass
Wraps a sequence of OpenGL timer query objectsclass
Wraps an OpenGL timer query objectclass
Represents the version and if applicable the profile of an OpenGL contextclass
Java wrapper for Qt classQOpenGLVersionStatus
class
Wraps an OpenGL Vertex Array Objectstatic class
QOpenGLVertexArrayObject::Binder class is a convenience class to help with the binding and releasing of OpenGL Vertex Array Objectsclass
Convenience subclass of QWindow to perform OpenGL paintingstatic class
Java wrapper for Qt classQPagedPaintDevice::Margins
class
Describes the size, orientation and margins of a pageclass
Describes the size and name of a defined page sizeclass
Convenience subclass of QWindow that is also a QPaintDeviceclass
Abstract definition of how QPainter draws to a given device on a given platformfinal class
Information about the active paint engine's current stateclass
Performs low-level painting on widgets and other paint devicesstatic class
This class is used in conjunction with the QPainter::drawPixmapFragments() function to specify how a pixmap, or sub-rect of a pixmap, is drawnclass
Container for painting operations, enabling graphical shapes to be constructed and reusedstatic class
QPainterPath::Element class specifies the position and type of a subpathclass
Used to generate fillable outlines for a given painter pathclass
Contains event parameters for paint eventsclass
Contains color groups for each widget stateclass
Class to generate PDFs that can be used as a paint deviceclass
Defines how a QPainter should draw lines and outlines of shapesclass
Paint device that records and replays QPainter commandsclass
Contains parameters for loading and saving picturesclass
Class for describing different pixel layouts in graphics buffersclass
Off-screen image representation that can be used as a paint deviceclass
Application-wide cache for pixmapsstatic class
QPixmapCache::Key class can be used for efficient access to the QPixmapCacheclass
Used to notify about native platform surface eventsclass
Identifies a unique object, such as a tagged token or stylus, which is used with a pointing deviceclass
Vector of points using integer precisionclass
Vector of points using floating point precisionclass
Represents a quaternion consisting of a vector and scalarclass
Used in combination with QBrush to specify a radial gradient brushclass
Convenience class for using QPainter on a QWindowclass
Access to a single physical instance of a fontclass
Used to check a string against a regular expressionclass
Specifies a clip region for a painterclass
Used to check a string against a regular expressionclass
Contains event parameters for resize eventsclass
Struct contains a 64-bit RGB colorfinal class
Used to query screen propertiesclass
Java wrapper for Qt classQScreenOrientationChangeEvent
class
Sent when scrollingclass
Sent in preparation of scrollingfinal class
Access to the session managerclass
Event which is generated when the user presses a key combinationclass
Event that is sent when a widget is shownclass
Item for use with the QStandardItemModel classclass
Generic model for storing custom dataclass
Enables optimized drawing of text when the text and its layout is updated rarelyclass
Event that is used to show messages in a status barfinal class
Contains platform specific hints and settingsclass
Represents the format of a QSurfaceclass
Allows you to define syntax highlighting rules, and in addition you can use the class to query a document's current formatting or user dataclass
Contains parameters that describe a Tablet eventclass
Container for text fragments in a QTextDocumentstatic class
QTextBlock::iterator class provides an iterator for reading the contents of a QTextBlockclass
Formatting information for blocks of text in a QTextDocumentclass
Container for text blocks within a QTextDocumentclass
Used to associate custom data with blocks of textclass
Formatting information for characters in a QTextDocumentclass
Offers an API to access and modify QTextDocumentsclass
Holds formatted textclass
Represents a piece of formatted text from a QTextDocumentclass
Format-independent interface for writing a QTextDocument to files or other devicesclass
Formatting information for a QTextDocumentclass
Holds a piece of text in a QTextDocument with a single QTextCharFormatclass
Represents a frame in a QTextDocumentstatic class
Iterator for reading the contents of a QTextFrameclass
Formatting information for frames in a QTextDocumentclass
Formatting information for images in a QTextDocumentclass
Represents an inline object in a QAbstractTextDocumentLayout and its implementationsclass
All the information required to draw text in a custom paint engineclass
Used to lay out and render textstatic class
QTextLayout::FormatRange structure is used to apply extra formatting information for a specified area in the text layout's contentclass
Encapsulates the different types of length used in a QTextDocumentclass
Represents a line of text inside a QTextLayoutclass
Decorated list of items in a QTextDocumentclass
Formatting information for lists in a QTextDocumentclass
Base class for different kinds of objects that can group parts of a QTextDocument togetherclass
Description of general rich text propertiesstatic class
Java wrapper for Qt classQTextOption::Tab
class
Represents a table in a QTextDocumentclass
Represents the properties of a cell in a QTextTableclass
Formatting information for table cells in a QTextDocumentclass
Formatting information for tables in a QTextDocumentclass
Describes the device from which touch events originateclass
Contains parameters that describe a touch eventstatic class
Information about a touch point in a QTouchEventclass
Specifies 2D transformations of a coordinate systemclass
Validation of input textclass
Represents a vector or vertex in 2D spaceclass
Represents a vector or vertex in 3D spaceclass
Represents a vector or vertex in 4D spaceclass
Event that can be used to handle hyperlinks in a "What's This?" textclass
Contains parameters that describe a wheel eventclass
Represents a window in the underlying windowing systemclass
The window state before a window state change -
Uses of QtObjectInterface in io.qt.gui.gl
Modifier and TypeInterfaceDescriptioninterface
Java wrapper for Qt callableGLDEBUGPROC
-
Uses of QtObjectInterface in io.qt.gui.qpa
Modifier and TypeClassDescriptionclass
Java wrapper for Qt classQPlatformIntegration
-
Uses of QtObjectInterface in io.qt.help
Modifier and TypeClassDescriptionfinal class
Access to the details about a compressed help filefinal class
Item for use with QHelpContentModelfinal class
Model that supplies content to viewsfinal class
Tree view for displaying help content model itemsclass
Access to contents and indices of the help engineclass
The core functionality of the help systemfinal class
Details for the filters used by QHelpFilterEngineclass
Filtered view of the help contentsclass
Widget that allows for creating, editing and removing filtersfinal class
Model that supplies index keywords to viewsfinal class
List view displaying the QHelpIndexModelfinal class
Struct provides the data associated with a help linkclass
Access to widgets reusable to integrate fulltext search as well as to index and search documentationclass
Contains the field name and the associated search termclass
Simple line edit or an advanced widget to enable the user to input a search term in a standardized input maskclass
The data associated with the search resultfinal class
Text browser to display search results -
Uses of QtObjectInterface in io.qt.internal
Modifier and TypeMethodDescriptionprotected static void
NativeUtility.disposeObject
(QtObjectInterface object) protected static QMetaObject.DisposedSignal
NativeUtility.getSignalOnDispose
(QtObjectInterface object, boolean forceCreation) Emitted either as the native resources that belong to the object are being cleaned up or directly before the object is finalized.protected static void
NativeUtility.initializeNativeObject
(Class<?> declaringClass, QtObjectInterface object, Map<Class<?>, List<?>> arguments) protected static boolean
NativeUtility.isObjectDisposed
(QtObjectInterface object) static boolean
TestUtility.isSharedPointer
(QtObjectInterface object) static boolean
TestUtility.tryIsObjectDisposed
(QtObjectInterface object) Testing method... -
Uses of QtObjectInterface in io.qt.keyboard
Modifier and TypeClassDescriptionclass
Base class for input methodsclass
Extension plugin for the Qt Virtual Keyboardclass
Provides access to an input contextfinal class
InputEngine class provides an input engine that supports C++ and QML integrationfinal class
List model for selection listsclass
Trace is a data model for touch input data -
Uses of QtObjectInterface in io.qt.location
Modifier and TypeInterfaceDescriptioninterface
Factory class used as the plugin interface for services related to geographical informationinterface
Factory class used as the plugin interface for services related to geographical informationinterface
Java wrapper for Qt classQGeoServiceProviderFactoryV3
Modifier and TypeClassDescriptionclass
Manages an operation started by an instance of QGeoCodingManagerfinal class
Support for geocoding operationsclass
Interface and convenience methods to implementers of QGeoServiceProvider plugins who want to provide support for geocoding operationsclass
Represents the information relevant to the point at which two QGeoRouteSegments meetclass
Represents a route between two pointsclass
Represents a leg of a route, that is the portion of a route between one waypoint and the next.class
Manages an operation started by an instance of QGeoRoutingManagerclass
Represents the parameters and restrictions which define a request for routing informationclass
Represents a segment of a routefinal class
Support for geographic routing operationsclass
Interface and convenience methods to implementers of QGeoServiceProvider plugins who want to provide access to geographic routing informationclass
Aggregates access to services which provide geographical informationclass
Represents a set of data about a placeclass
Represents generic attribute information about a placeclass
Represents a category that a QPlace can be associated withclass
Represents a contact detail such as a phone number or website urlclass
Serves as the base class for rich content typesclass
Manages a content retrieval operation started by an instance of QPlaceManagerclass
Represents the parameters of a content requestclass
Manages a place details fetch operation started by an instance of QPlaceManagerclass
Represents a publisher's article describing a placeclass
Represents an iconclass
Manages operations which return an identifier such as saving and removal operations of places and categoriesclass
Represents a reference to an imagefinal class
The interface which allows clients to access places stored in a particular backendclass
Interface for implementers of QGeoServiceProvider plugins who want to provide access to place functionalityclass
Manages a place matching operation started by an instance of QPlaceManagerclass
Used to find places from one manager that match those from another.class
Represents a search result containing a proposed searchclass
Holds rating information about a placeclass
Manages an operation started by an instance of QPlaceManager and serves as a base class for more specialized repliesclass
Represents a search result containing a placeclass
Represents a review of a placeclass
Manages a place search operation started by an instance of QPlaceManagerclass
Represents the set of parameters for a search requestclass
The base class for search resultsclass
Manages a search suggestion operation started by an instance of QPlaceManagerclass
Represents a supplier of a place or content associated with a placeclass
Represents an individual user -
Uses of QtObjectInterface in io.qt.macextras
Modifier and TypeClassDescriptionclass
Converts between a MIME type and a Uniform Type Identifier (UTI) formatclass
Wraps the native NSToolbar classclass
Item for QMacToolBar -
Uses of QtObjectInterface in io.qt.multimedia
Modifier and TypeInterfaceDescriptioninterface
Java wrapper for Qt classQAudioSystemFactoryInterface
interface
The base class for objects extending media objects functionalityinterface
Interface provides camera-specific information about devices supported by a camera service plug-ininterface
Interface identifies the default device used by a media service plug-ininterface
Interface identifies features supported by a media service plug-ininterface
Java wrapper for Qt classQMediaServiceProviderFactoryInterface
interface
Interface identifies the devices supported by a media service plug-ininterface
Interface identifies if a media service plug-in supports a media formatModifier and TypeClassDescriptionclass
Base class for audio backendsclass
Access for QAudioInput to access the audio device provided by the pluginclass
Base class for audio backendsclass
Abstraction for planar video dataclass
Abstraction for video dataclass
Represents a filter that is applied to the video frames received by a VideoOutput typeclass
Base class for video presentation surfacesclass
Represents a collection of audio samples with a specific format and sample rateclass
Java wrapper for Qt classQAudioDecoder
class
Java wrapper for Qt classQAudioDecoderControl
class
Interface to query audio devices and their functionalityclass
Set of audio encoder settingsclass
Access to the settings of a media service that performs audio encodingclass
Stores audio stream parameter informationclass
Interface for receiving audio data from an audio input deviceclass
Audio input selector media controlclass
Interface for sending audio data to an audio output deviceclass
Audio output selector media controlclass
Allows you to monitor audio being played or recordedclass
Used for the recording of audioclass
Control over the audio role of a media objectclass
Abstract base for audio pluginsclass
Interface for system camera devicesstatic class
A FrameRateRange represents a range of frame rates as minimum and maximum rateclass
Control for setting the capture buffer formatclass
Control for setting capture destinationclass
Abstract base class for classes that control still cameras or video camerasfinal class
Interface for exposure related camera settingsclass
Allows controlling camera exposure parametersclass
Allows controlling feedback (sounds etc) during camera operationclass
Allows controlling a camera's flashfinal class
Interface for focus and zoom related camera settingsclass
Supplies control for focusing related camera parametersclass
Information on zones used for autofocusing a cameraclass
Used for the recording of media contentclass
Control interface for image capture servicesfinal class
Interface for image processing related camera settingsclass
Abstract class for controlling image processing parameters, like white balance, contrast, saturation, sharpening and denoisingclass
General information about camera devicesclass
Camera info media controlclass
Abstract base class for classes that control still cameras or video camerasclass
Set of viewfinder settingsclass
Abstract class for controlling camera viewfinder parametersclass
Access to the viewfinder settings of a camera media serviceclass
Supplies control for optical and digital camera zoomclass
Control over the audio role of a media objectclass
Access to the settings of a media service that performs image encodingclass
Set of image encoder settingsclass
Allows control over probing audio data in media objectsclass
Supplies a control for reporting availability of a serviceclass
Access to the output container format of a QMediaServiceclass
Access to the resource relating to a media contentclass
Base interface for media service controlsclass
Access to the gapless playback related control of a QMediaServiceclass
Deprecated.class
Common base for multimedia objectsclass
Allows the playing of a media sourceclass
Access to the media playing functionality of a QMediaServiceclass
List of media content to playclass
Used for the recording of media contentclass
Access to the recording functionality of a QMediaServiceclass
Description of a media resourceclass
Common base class for media service implementationsclass
Java wrapper for Qt classQMediaServiceProviderHint
class
Interface provides an interface for QMediaService plug-insclass
Media stream selection controlclass
Represents a time interval with integer precisionclass
Represents a set of zero or more disjoint time intervalsclass
Allows control over probing video frames in media objectsclass
Read access to the meta-data of a QMediaService's mediaclass
Write access to the meta-data of a QMediaService's mediaclass
Interfaces to the RDS functionality of the system radioclass
Access to the RDS functionality of the radio in the QMediaServiceclass
Interface to the systems analog radio deviceclass
Access to the radio tuning functionality of a QMediaServiceclass
Method to play .wav sound filesclass
Way to play low latency sound effectsclass
Video device selector media controlclass
Set of video encoder settingsclass
Access to the settings of a media service that performs video encodingclass
Represents the implementation of a filter that owns all graphics and computational resources, and performs the actual filtering or calculationsclass
Represents a frame of video dataclass
Allows you to monitor video frames being played or recordedclass
Media control for rendering video to a QAbstractVideoSurfaceclass
Specifies the stream format of a video presentation surfaceclass
Media control for rendering video to a window -
Uses of QtObjectInterface in io.qt.multimedia.widgets
Modifier and TypeClassDescriptionclass
Java wrapper for Qt classQCameraViewfinder
class
Java wrapper for Qt classQGraphicsVideoItem
class
Widget which presents video produced by a media objectclass
Media control which implements a video widget -
Uses of QtObjectInterface in io.qt.network
Modifier and TypeClassDescriptionclass
The interface for cache implementationsclass
The base functionality common to all socket typesclass
Authentication objectclass
Stores information about a domain name recordclass
Stores information about a host address recordclass
Represents a DNS lookupclass
Stores information about a DNS MX recordclass
Stores information about a DNS SRV recordclass
Stores information about a DNS TXT recordclass
This class provides encryption for UDP socketsclass
This class implements server-side DTLS cookie generation and verificationstatic class
This class defines parameters for DTLS cookie generatorclass
IP addressclass
Static functions for host name lookupsclass
Specifies that a host supports HTTP Strict Transport Security policy (HSTS)class
Controls HTTP/2 parameters and settingsclass
Resembles a MIME multipart message to be sent over HTTPclass
Holds a body part to be used inside a HTTP multipart MIME messageclass
Java wrapper for Qt classQIPv6Address
class
Local socket based serverclass
Local socketclass
Allows the application to send network requests and receive repliesclass
Stores one IP address supported by a network interface, along with its associated netmask and broadcast addressclass
Cache informationclass
Deprecated.class
Deprecated.class
Holds one network cookieclass
Implements a simple jar of QNetworkCookie objectsclass
The data and metadata of a UDP datagramclass
Very basic disk cacheclass
Listing of the host's IP addresses and network interfacesclass
Network layer proxyclass
Fine-grained proxy selectionclass
Used to query the proxy settings for a socketclass
Contains the data and headers for a request sent with QNetworkAccessManagerclass
Holds a request to be sent with QNetworkAccessManagerclass
Deprecated.class
This class represents Online Certificate Status Protocol responseclass
Convenient API for an X509 certificateclass
API for accessing the extensions of an X509 certificateclass
Represents an SSL cryptographic cipherclass
Holds the configuration and state of an SSL connectionclass
Interface for Diffie-Hellman parameters for serversclass
Represents an elliptic curve for use by elliptic-curve cipher algorithmsclass
SSL errorclass
Interface for private and public keysclass
Authentication data for pre shared keys (PSK) ciphersuitesclass
SSL encrypted socket for both clients and serversclass
TCP-based serverclass
TCP socketclass
UDP socket -
Uses of QtObjectInterface in io.qt.network.auth
Modifier and TypeInterfaceDescriptionstatic interface
Java wrapper for Qt callableQAbstractOAuth::ModifyParametersFunction
Modifier and TypeClassDescriptionclass
The base of all implementations of OAuth authentication methodsclass
The base of all implementations of OAuth 2 authentication methodsclass
Handles replies to OAuth authentication requestsclass
Implementation of the OAuth 1 Protocolclass
Implements OAuth 1 signature methodsclass
Implementation of the Authorization Code Grant flowclass
Java wrapper for Qt classQOAuthHttpServerReplyHandler
class
Java wrapper for Qt classQOAuthOobReplyHandler
-
Uses of QtObjectInterface in io.qt.nfc
Modifier and TypeClassDescriptionclass
Filter for matching NDEF messagesstatic class
Java wrapper for Qt classQNdefFilter::Record
class
NFC NDEF messageclass
Java wrapper for Qt classQNdefNfcIconRecord
class
NFC RTD-SmartPosterclass
NFC RTD-Textclass
NFC RTD-URIclass
NFC NDEF recordclass
Access to notifications for NFC eventsclass
Manages all interactions related to sharing files and data over NFCfinal class
Transfers data to remote device over NFCclass
Interface for communicating with a target devicestatic class
A request id handleclass
Implements the NdefRecord type in QML -
Uses of QtObjectInterface in io.qt.positioning
Modifier and TypeInterfaceDescriptioninterface
Factory class used as the plugin interface for external providers of positioning datainterface
Extends QGeoPositionInfoSourceFactory, adding factory methods taking a parameters argumentModifier and TypeClassDescriptionclass
Represents an address of a QGeoLocationclass
Describes the parameters of an area or region to be monitored for proximityclass
Enables the detection of proximity changes for a specified set of coordinatesclass
Defines a circular geographic areaclass
Defines a geographical position on the surface of the Earthclass
Represents basic information about a locationclass
Defines a geographic pathclass
Defines a geographic polygonclass
Contains information gathered on a global position, direction and velocity at a particular point in timeclass
Abstract base class for the distribution of positional updatesclass
Defines a rectangular geographic areaclass
Contains basic information about a satelliteclass
Abstract base class for the distribution of satellite information updatesclass
Defines a geographic areaclass
Positional information using a NMEA data source -
Uses of QtObjectInterface in io.qt.printsupport
Modifier and TypeClassDescriptionclass
Base implementation for print dialogs used to configure printersclass
Configuration dialog for the page-related options on a printerclass
Dialog for specifying the printer's configurationclass
Defines an interface for how QPrinter interacts with a given printing subsystemclass
Paint device that paints on a printerclass
Gives access to information about existing printersclass
Dialog for previewing and configuring page layouts for printer outputclass
Widget for previewing page layouts for printer output -
Uses of QtObjectInterface in io.qt.purchasing
Modifier and TypeClassDescriptionclass
A product registered in the storeclass
Main entry point for managing in-app purchasesclass
Contains information about a transaction in the external app store -
Uses of QtObjectInterface in io.qt.qml
Modifier and TypeClassDescriptionfinal class
QQmlListProperty<T extends QtObjectInterface>
The QQmlListProperty class allows applications to expose list-like properties of QObject-derived classes to QML.Modifier and TypeInterfaceDescriptioninterface
Allows you to control QML file loadinginterface
Java wrapper for Qt classQQmlEngineExtensionInterface
interface
Java wrapper for Qt classQQmlExtensionInterface
interface
Used to register image providers in the QML engineinterface
Instances drive the progress of QQmlIncubatorsinterface
Creates QNetworkAccessManager instances for a QML engineinterface
Updates on the QML parser stateinterface
Interface for property value sources such as animations and bindingsinterface
Java wrapper for Qt classQQmlTypesExtensionInterface
static interface
Java wrapper for Qt callableQtQml::ObjectCallback
static interface
Java wrapper for Qt callableQtQml::QQmlAttachedPropertiesFunc
static interface
Java wrapper for Qt callableQtQml::ValueCallback
Modifier and TypeClassDescriptionclass
Environment for evaluating JavaScript codeclass
Acts as a container for Qt/JavaScript data typesclass
Java-style iterator for QJSValueclass
Convenient way to load an application from a single QML fileclass
Encapsulates a QML component definitionclass
Defines a context within a QML enginestatic class
Java wrapper for Qt classQQmlContext::PropertyPair
class
Java wrapper for Qt classQQmlDebuggingEnabler
class
Environment for instantiating QML componentsclass
Abstract base for custom QML extension pluginsclass
Encapsulates a QML errorclass
Evaluates JavaScript in a QML contextclass
Java wrapper for Qt classQQmlExtensionPlugin
class
Java wrapper for Qt classQQmlFile
class
A class for applying a QFileSelector to QML file loadingclass
Allows QML objects to be created asynchronouslyclass
Java wrapper for Qt classQQmlInfo
final class
QQmlListProperty<T extends QtObjectInterface>
The QQmlListProperty class allows applications to expose list-like properties of QObject-derived classes to QML.class
Allows the manipulation of QQmlListProperty propertiesclass
Abstracts accessing properties on objects created from QMLclass
Allows you to set key-value pairs that can be used in QML bindingsclass
Encapsulates a script and its contextModifier and TypeMethodDescriptionfinal <T extends QtObjectInterface>
TQQmlEngine.singletonInstance
(Class<T> type, int qmlTypeId) Modifier and TypeMethodDescriptionstatic int
QtQml.qmlRegisterInterface
(Class<? extends QtObjectInterface> type, String typeName) Deprecated.Use qmlRegisterInterface(uri, versionMajor) insteadstatic int
QtQml.qmlRegisterInterface
(Class<? extends QtObjectInterface> type, String uri, int versionMajor) -
Uses of QtObjectInterface in io.qt.qt3d.animation
Modifier and TypeClassDescriptionclass
An abstract base class for Qt3D animationsclass
The base class for types providing key frame animation dataclass
Java wrapper for Qt classQt3DAnimation::QAbstractChannelMapping
class
The base class for types providing animation playback capabilitiesclass
The base class for types used to construct animation blend treesclass
Performs an additive blend of two animation clips based on an additive factorclass
Provides key-frame animation capabilities to Qt 3Dclass
Represents an animation callback objectclass
Specifies key frame animation dataclass
Class containing the animation dataclass
Enables loading key frame animation data from a fileclass
A controller class for animationsclass
A class grouping animations togetherclass
Component providing animation playback capabilities of a tree of blend nodesclass
Allows to map the channels within the clip onto an invocation of a callback objectclass
Defines a channel for a QAnimationClipData.class
Java wrapper for Qt classQt3DAnimation::QChannelComponent
class
Allows to map the channels within the clip onto properties of objects in the applicationclass
Allows to map the channels within the clip onto properties of objects in the applicationclass
Component providing simple animation playback capabilitiesclass
Base class for changes in QClipBlendNodeclass
Class used for including a clip in a blend treeclass
Java wrapper for Qt classQt3DAnimation::QClock
class
A base class for handling keyframesclass
A class implementing simple keyframe animation to a QTransformclass
Performs a linear interpolation of two animation clips based on a normalized factorclass
A class implementing blend-shape morphing animationclass
A class providing morph targets to blend-shape animationclass
Java wrapper for Qt classQt3DAnimation::QSkeletonMapping
class
A class implementing vertex-blend morphing animation -
Uses of QtObjectInterface in io.qt.qt3d.core
Modifier and TypeClassDescriptionclass
The base class for aspects that provide a vertical slice of behaviorclass
A skeleton contains the joints for a skinned meshclass
Used to calculate skinning transform matrices and set them on shadersclass
Responsible for handling all the QAbstractAspect subclasses that have been registered with the sceneclass
Base class for jobs executed in an aspectclass
Base class for all Qt3D backend nodesclass
Creates and maps backend nodes to their respective frontend nodesclass
Base class of scene nodes that can be aggregated by Qt3DCore::QEntity instances as a componentclass
Used to notify when a component is added to an entityclass
Used to notify when a component is removed from an entityclass
Used to notify when a dynamic property value is updatedclass
Qt3DCore::QEntity is a Qt3DCore::QNode subclass that can aggregate several Qt3DCore::QComponent instances that will specify its behaviorclass
Used to transforms parts of skinned meshesclass
The base class of all Qt3D node classes used to build a Qt3D sceneclass
The base class for all CommandRequested QSceneChange eventsclass
The base class for all NodeCreated QSceneChange eventsclass
Used to notify when a node is destroyedclass
Uniquely identifies a QNodeclass
Java wrapper for Qt classQt3DCore::QNodeIdTypePair
class
Used to notify when a node is added to a propertyclass
Used to notify when a node is removed from a propertyclass
Used to notify when a property value is updatedclass
The base class for all PropertyUpdated QSceneChange eventsclass
Used to notify when a value is added to a propertyclass
The base class for all PropertyValueAdded QSceneChange eventsclass
Used to notify when a value is added to a propertyclass
The base class for all PropertyValueRemoved QSceneChange eventsclass
Base class for changes that can be sent and received by Qt3D's change notification systemclass
Holds the data for a skeleton to be used with skinned meshesclass
Used to load a skeleton of joints from fileclass
The base class for all static PropertyUpdated QSceneChange eventsclass
The base class for all static PropertyValueAdded QSceneChange eventsclass
The base class for all static PropertyValueRemoved QSceneChange eventsclass
Used to perform transforms on meshes -
Uses of QtObjectInterface in io.qt.qt3d.core.quick
Modifier and TypeClassDescriptionclass
Environment for the QAspectEngine and a method for instantiating QML components -
Uses of QtObjectInterface in io.qt.qt3d.extras
Modifier and TypeClassDescriptionclass
Basic functionality for camera controllersstatic class
Java wrapper for Qt classQt3DExtras::QAbstractCameraController::InputState
class
Java wrapper for Qt classQt3DExtras::QAbstractSpriteSheet
class
Allows creation of a cone in 3D space.class
A conical meshclass
Allows creation of a cuboid in 3D space.class
A cuboid meshclass
Allows creation of a cylinder in 3D space.class
A cylindrical meshclass
Default implementation of the phong lighting effect where the diffuse light component is read from a texture mapclass
Default implementation of the phong lighting effect where the diffuse and specular light components are read from texture mapsclass
Default implementation of the phong lighting effectclass
Allows creation of a 3D extruded text in 3D spaceclass
A 3D extruded Text meshclass
Allows controlling the scene camera from the first person perspectiveclass
Default FrameGraph implementation of a forward rendererclass
Material that implements the Gooch shading model, popular in CAD and CAM applicationsclass
Default implementation of PBR lightingclass
Default implementation of the phong lighting effectclass
Specialization of QNormalDiffuseMapMaterial with alpha coverage and a depth test performed in the rendering passclass
Default implementation of the phong lighting and bump effect where the diffuse light component is read from a texture map and the normals of the mesh being rendered from a normal texture mapclass
Default implementation of the phong lighting and bump effect where the diffuse and specular light components are read from texture maps and the normals of the mesh being rendered from a normal texture mapclass
Allows controlling the scene camera along orbital pathclass
Default implementation for rendering the color properties set for each vertexclass
Default implementation of the phong lighting effect with alphaclass
Default implementation of the phong lighting effectclass
Allows creation of a plane in 3D space.class
A square planar meshclass
Qt3DExtras::QSkyboxEntity is a convenience Qt3DCore::QEntity subclass that can be used to insert a skybox in a 3D sceneclass
Allows creation of a sphere in 3D space.class
A spherical meshclass
Java wrapper for Qt classQt3DExtras::QSpriteGrid
class
Java wrapper for Qt classQt3DExtras::QSpriteSheet
class
Java wrapper for Qt classQt3DExtras::QSpriteSheetItem
class
Java wrapper for Qt classQt3DExtras::Qt3DWindow
class
Allows creation of a 2D text in 3D spaceclass
Deprecated.Use Qt3DExtras::QMetalRoughMaterialclass
Default implementation of a simple unlit texture materialclass
Allows creation of a torus in 3D space.class
A toroidal mesh -
Uses of QtObjectInterface in io.qt.qt3d.extras.quick
Modifier and TypeClassDescriptionclass
Java wrapper for Qt classQt3DExtras::Quick::Qt3DQuickWindow
-
Uses of QtObjectInterface in io.qt.qt3d.input
Modifier and TypeClassDescriptionclass
The base class for the Action Input and all Aggregate Action Inputsclass
QAbstractActionInput is the base class for all Axis Inputclass
The base class used by Qt3d to interact with arbitrary input devicesclass
Links a set of QAbstractActionInput that trigger the same eventclass
Stores Device and Buttons used to trigger an input eventclass
An axis input controlled by an analog input The axis value is controlled like a traditional analog input such as a joystickclass
Stores QAbstractAxisInputs used to trigger an input eventclass
Processes velocity or acceleration data from a QAxisclass
Stores settings for the specified list of Axisclass
An axis input controlled by buttons The axis value is controlled by buttons rather than a traditional analog input such as a joystickclass
Responsible for creating physical devices and handling associated jobsclass
Represents a set of QAbstractActionInput's that must be triggerd at onceclass
Represents a set of QAbstractActionInput's that must be triggerd one after the otherclass
Holds the pointer to an input event source objectclass
In charge of dispatching keyboard events to attached QQKeyboardHandler objectsclass
Provides keyboard event notificationclass
Event type send by KeyBoardHandlerclass
Allows the user to define a set of actions that they wish to use within an applicationclass
Delegates mouse events to the attached MouseHandler objectsclass
Qt3DCore::QMouseEvent contains parameters that describe a mouse eventclass
Provides a means of being notified about mouse events when attached to a QMouseDevice instanceclass
Base class for handling changes in physical devicesclass
Contains parameters that describe a mouse wheel event -
Uses of QtObjectInterface in io.qt.qt3d.logic
Modifier and TypeClassDescriptionclass
Provides a way to have a synchronous function executed each frameclass
Responsible for handling frame synchronization jobs -
Uses of QtObjectInterface in io.qt.qt3d.render
Modifier and TypeInterfaceDescriptioninterface
Java wrapper for Qt classQt3DRender::PropertyReaderInterface
interface
Abstract base class for all functorsinterface
Provides a mechanism to generate buffer data from a jobinterface
Java wrapper for Qt classQt3DRender::QGeometryFactory
interface
Provides the image data for a textureinterface
Provides texture image data for QAbstractTextureImageModifier and TypeClassDescriptionclass
Encapsulate a QAbstractLight object in a Qt 3D sceneclass
An abstract base class for ray casting in 3d scenesclass
A base class to be used to provide texturesclass
Encapsulates the necessary information to create an OpenGL texture imageclass
Enable alpha-to-coverage multisampling modeclass
Specify alpha reference testclass
Defines an attribute and how data should be read from a QBufferclass
Specifies the equation used for both the RGB blend equation and the Alpha blend equationclass
Encapsulates blending information: specifies how the incoming values (what's going to be drawn) are going to affect the existing values (what is already drawn)class
FrameGraph node to transfer a rectangle of pixel values from one region of a render target to anotherclass
Provides a data store for raw data to later be used as vertices or uniformsclass
Exchanges buffer data between GPU and CPUclass
Defines a view point through which the scene will be renderedclass
Qt3DRender::QCameraLens specifies the projection matrix that will be used to define a Camera for a 3D sceneclass
Class to allow for selection of camera to be usedclass
Class to clear buffersclass
Enables an additional OpenGL clipping plane that can be in shaders using gl_ClipDistanceclass
Allows specifying which color components should be written to the currently bound frame bufferclass
QComponent to issue work for the compute shader on GPUclass
Specifies whether front or back face culling is enabledclass
Java wrapper for Qt classQt3DRender::QDebugOverlay
class
Enables remapping depth values written into the depth bufferclass
Tests the fragment shader's depth value against the depth of a sample being written toclass
Encapsulate a Directional Light object in a Qt 3D sceneclass
FrameGraph node to issue work for the compute shader on GPUclass
Enable ditheringclass
Base class for effects in a Qt 3D sceneclass
Encapsulate an environment light object in a Qt 3D sceneclass
Storage for filter keys and their valuesclass
Base class of all FrameGraph configuration nodesclass
A base class for changes in the FrameGraphNodeclass
Defines front and back facing polygonsclass
Enable frustum culling for the FrameGraphclass
Encapsulates geometryclass
Encapsulates geometry renderingclass
Identifies the API required for the attached QTechniqueclass
Way of filtering which entities will be renderedclass
Controls layers drawn in a frame graph branchclass
Way of controlling the complexity of rendered entities based on their size on the screenclass
Simple spherical volume, defined by its center and radiusclass
Provides a way of enabling child entities based on distance or screen sizeclass
Specifies the width of rasterized linesclass
Provides an abstract class that should be the base of all material component classes in a sceneclass
Class to emplace a memory barrierclass
A custom mesh loaderclass
Enable multisample antialiasingclass
Disable depth writeclass
When a Qt3DRender::QNoDraw node is present in a FrameGraph branch, this prevents the renderer from rendering any primitiveclass
When a Qt3DRender::QNoPicking node is present in a FrameGraph branch, this prevents the render aspect from performing picking selection for the given branchclass
Instantiates a component that can be used to interact with a QEntity by a process known as pickingclass
A QAbstractTextureImage that can be written through a QPainterclass
Provides storage for a name and value pair.class
Holds information when an object is pickedclass
Specifies how entity picking is handledclass
Holds information when a segment of a line is pickedclass
Holds information when a segment of a point cloud is pickedclass
Holds information when a triangle is pickedclass
Encapsulate a Point Light object in a Qt 3D sceneclass
Specifies the size of rasterized points.class
Sets the scale and steps to calculate depth values for polygon offsetsclass
Select entities which are within a distance threshold of a target entityclass
Render state allows to control the type of rasterization to be performedclass
Qt3DRender::QRayCaster is used to perform ray casting tests in 3d world coordinatesclass
Details of a hit when casting a ray through a modelclass
Classclass
Holds settings related to available rendering enginesclass
Frame graph node for render capturefinal class
Receives the result of render capture requestclass
Encapsulates a Render Passclass
Provides storage for vectors of Filter Keys and Parametersclass
Holds settings related to rendering process and host the active FrameGraphclass
An abstract base class for all render statesclass
FrameGraph node offers a way of specifying a set of QRenderState objects to be applied during the execution of a framegraph branchclass
Provides a way of specifying the render surfaceclass
Encapsulates a target (usually a frame buffer object) which the renderer can render intoclass
Allows the specification of an attachment of a render target (whether it is a color texture, a depth texture, etc...class
Provides a way of specifying a render targetclass
Provides the facility to load an existing Sceneclass
Discards fragments that fall outside of a certain rectangular portion of the screenclass
Performe ray casting test based on screen coordinatesclass
Enables seamless cubemap texture filteringclass
FrameGraphNode used to insert a fence in the graphics command streamclass
Provides a way of specifying values of a Uniform Block or a shader structureclass
Provides Image access to shader programsclass
Encapsulates a Shader Programclass
Generates a Shader Program content from loaded graphsclass
Allows to use a textureId from a separate OpenGL context in a Qt 3D sceneclass
Provides storage for the sort types to be usedclass
Encapsulate a Spot Light object in a Qt 3D sceneclass
Controls the front and back writing of individual bits in the stencil planesclass
Specifies stencil operationfinal class
Sets the actions to be taken when stencil and depth tests failclass
Specifies arguments for the stecil testfinal class
Specifies arguments for stencil testclass
Enables or disables entire subtrees of framegraph nodesclass
Encapsulates a Techniqueclass
A QFrameGraphNode used to select QTechniques to useclass
A QAbstractTexture with a Target1D target formatclass
A QAbstractTexture with a Target1DArray target formatclass
A QAbstractTexture with a Target2D target formatclass
A QAbstractTexture with a Target2DArray target formatclass
A QAbstractTexture with a Target2DMultisample target formatclass
A QAbstractTexture with a Target2DMultisampleArray target formatclass
A QAbstractTexture with a Target3D target formatclass
A QAbstractTexture with a TargetBuffer target formatclass
A QAbstractTexture with a TargetCubeMap target formatclass
A QAbstractTexture with a TargetCubeMapArray target formatclass
Stores texture information such as the target, height, width, depth, layers, wrap, and if mipmaps are enabledclass
Holds content and information required to perform partial updates of a texture contentclass
Encapsulates the necessary information to create an OpenGL texture image from an image sourceclass
Stores data representing a textureclass
Handles the texture loading and setting the texture's propertiesclass
A QAbstractTexture with a TargetRectangle target formatclass
Defines the wrap mode a Qt3DRender::QAbstractTexture should apply to a textureclass
A viewport on the Qt3D Sceneclass
FrameGraphNode used to wait for a fence in the graphics command stream to become signaled -
Uses of QtObjectInterface in io.qt.qt3d.render.quick.scene2d
Modifier and TypeClassDescriptionclass
This class enables rendering qml into a texture, which then can be used as a part of 3D scene -
Uses of QtObjectInterface in io.qt.quick
Modifier and TypeClassDescriptionstatic class
QSGGeometry.VertexData<T extends QtObjectInterface>
Modifier and TypeInterfaceDescriptioninterface
An interface providing access to some of the graphics API specific internals of the scenegraphModifier and TypeClassDescriptionclass
Interface for for asynchronous control of QML image requestsclass
Convenience class for integrating OpenGL rendering using a framebuffer object (FBO) with Qt Quickstatic class
Java wrapper for Qt classQQuickFramebufferObject::Renderer
class
Interface for supporting pixmaps and threaded image requests in QMLclass
Interface for asynchronous image loading in QQuickAsyncImageProviderclass
The most basic of all visual items in Qt Quickstatic final class
Java wrapper for Qt classQQuickItem::UpdatePaintNodeData
final class
Contains the result from QQuickItem::grabToImage()class
Way to use the QPainter API in the QML Scene Graphclass
Mechanism for rendering the Qt Quick scenegraph onto an offscreen render target in a fully application-controlled mannerclass
Access to the QTextDocument of QQuickTextEditclass
Interface for loading custom textures from QMLclass
Java wrapper for Qt classQQuickTransform
class
Window for displaying a Qt Quick user interfaceclass
The window for displaying a graphical QML scenestatic class
Describes some of the RHI's graphics state at the point of a beginExternalCommands() callclass
Gives access to the scene graph nodes and rendering of a QSGEngineclass
Serves as a baseclass for geometry based nodesclass
Implements the clipping functionality in the scene graphclass
Serves as a baseclass for dynamically changing textures, such as content that is rendered to FBO'sclass
Allows low level rendering of a scene graphclass
Convenient way of rendering solid colored geometry in the scene graphclass
Low-level storage for graphics primitives in the Qt Quick Scene Graphstatic class
QSGGeometry::Attribute describes a single vertex attribute in a QSGGeometrystatic class
QSGGeometry::AttributeSet describes how the vertices in a QSGGeometry are built upstatic class
QSGGeometry::ColoredPoint2D struct is a convenience struct for accessing 2D Points with a colorstatic class
QSGGeometry::Point2D struct is a convenience struct for accessing 2D Pointsstatic class
QSGGeometry::TexturedPoint2D struct is a convenience struct for accessing 2D Points with texture coordinatesclass
Used for all rendered content in the scene graphclass
Provided for convenience to easily draw textured content using the QML scene graphclass
Encapsulates rendering state for a shader programclass
Represents a graphics API independent shader programstatic class
Describes state changes that the material wants to apply to the currently active graphics pipeline statestatic class
Encapsulates the current rendering state during a call to QSGMaterialRhiShader::updateUniformData() and the other update type of functionsclass
Represents an OpenGL shader program in the rendererstatic class
QSGMaterialShader::RenderState encapsulates the current rendering state during a call to QSGMaterialShader::updateState()class
Used as a unique type token in combination with QSGMaterialclass
Java wrapper for Qt classQSGNinePatchNode
class
The base class for all nodes in the scene graphclass
Java wrapper for Qt classQSGNodeVisitor
class
Used to change opacity of nodesclass
Convenient way of rendering textured geometry in the scene graphclass
Convenience class for drawing solid filled rectangles using scenegraphclass
Represents a set of custom rendering commands targeting the graphics API that is in use by the scenegraphstatic class
Java wrapper for Qt classQSGRenderNode::RenderState
class
Java wrapper for Qt classQSGRootNode
class
QSGSimpleMaterial<State>
class
QSGSimpleMaterialComparableMaterial<State extends Object & Comparable<State>>
class
QSGSimpleMaterialShader<State>
class
Convenience class for drawing solid filled rectangles using scenegraphclass
Provided for convenience to easily draw textured content using the QML scene graphclass
Baseclass for textures used in the scene graphclass
Convenient way of rendering textured geometry in the scene graphclass
Encapsulates texture based entities in QMLclass
Implements transformations in the scene graphclass
Convenient way of rendering per-vertex colored geometry in the scene graph -
Uses of QtObjectInterface in io.qt.quick.internal
Modifier and TypeClassDescriptionfinal class
Java wrapper for Qt classQQuickCloseEvent
-
Uses of QtObjectInterface in io.qt.quick.widgets
Modifier and TypeClassDescriptionclass
Widget for displaying a Qt Quick user interface -
Uses of QtObjectInterface in io.qt.quick3d
Modifier and TypeClassDescriptionfinal class
Helper class for selecting correct surface formatclass
Base class for defining custom geometrystatic class
Java wrapper for Qt classQQuick3DGeometry::Attribute
class
Base class of all 3D nodes and resources -
Uses of QtObjectInterface in io.qt.remoteobjects
Modifier and TypeInterfaceDescriptionstatic interface
Java wrapper for Qt callableQRemoteObjectHostBase::RemoteObjectNameFilter
static interface
Java wrapper for Qt callableQRemoteObjectNode::RemoteObjectSchemaHandler
interface
Encapsulates the result of an asynchronous method callModifier and TypeClassDescriptionclass
Java wrapper for Qt classClientIoDevice
class
Java wrapper for Qt classIoDeviceBase
final class
Java wrapper for Qt classQAbstractItemModelReplica
class
Java wrapper for Qt classQConnectionAbstractServer
class
A class which provides the methods for setting PROP values of a replica to value they had the last time the replica was usedfinal class
A dynamically instantiated Replicaclass
A (Host) Node on a Qt Remote Objects networkclass
Base functionality common to Host and RegistryHost classesclass
A node on a Qt Remote Objects networkclass
Provides a QObject-based API for watching a QRemoteObjectPendingCallfinal class
final class
A class holding information about Source objects available on the Qt Remote Objects networkclass
A (Host/Registry) node on a Qt Remote Objects networkclass
A class interacting with (but not implementing) a Qt API on the Remote Object networkclass
Java wrapper for Qt classQRemoteObjectSettingsStore
class
Java wrapper for Qt classQRemoteObjectSourceLocationInfo
class
Java wrapper for Qt classServerIoDevice
-
Uses of QtObjectInterface in io.qt.script
Modifier and TypeInterfaceDescriptioninterface
Access to the Qt Script environment from Qt C++ member functionsstatic interface
Java wrapper for Qt callableQScriptEngine::FunctionSignature
interface
Java wrapper for Qt classQScriptExtensionInterface
Modifier and TypeClassDescriptionclass
Interface for defining custom behavior of (a class of) Qt Script objectsclass
Iterator interface for custom Qt Script objectsfinal class
Represents a Qt Script function invocationclass
Additional information about a QScriptContextclass
Environment for evaluating Qt Script codeclass
Interface to report events pertaining to QScriptEngine executionclass
Abstract base for custom QScript extension pluginsclass
Encapsulates a Qt Script programclass
Acts as a handle to "interned" strings in a QScriptEngineclass
The result of a script syntax checkclass
Acts as a container for the Qt Script data types -
Uses of QtObjectInterface in io.qt.script.tools
-
Uses of QtObjectInterface in io.qt.scxml
Modifier and TypeInterfaceDescriptionstatic interface
URI resolver and resource loader for an SCXML compilerstatic interface
Represents a function to be executed on each iteration of an SCXML foreach loopinterface
Used by compiled state machinesModifier and TypeClassDescriptionclass
Compiler for SCXML filesclass
C++ data model for a Qt SCXML state machineclass
The data model base class for a Qt SCXML state machineclass
Creates SCXML service instances from documents loaded at runtimeclass
The ECMAScript data model for a Qt SCXML state machineclass
Describes the errors returned by the Qt SCXML state machine when parsing an SCXML fileclass
Event for a Qt SCXML state machinestatic class
AssingmentInfo class represents a data assignmentstatic class
Represents a unit of executable contentstatic class
Represents a foreach constructstatic class
Represents a service invocationstatic class
Represents a parameter to a service invocationclass
The base class for services called from state machinesclass
Creates invokable service instancesclass
The null data model for a Qt SCXML stateMachineclass
Interface to the state machines created from SCXML filesclass
Creates SCXML service instances from precompiled documents -
Uses of QtObjectInterface in io.qt.sensors
Modifier and TypeInterfaceDescriptioninterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterinterface
Instantiates instances of QSensorBackendinterface
The pure virtual interface to sensor pluginsinterface
Efficient callback facility for asynchronous notifications of sensor changesinterface
The pure virtual interface to sensor gesture pluginsinterface
The pure virtual interface to sensor pluginsinterface
Convenience wrapper around QSensorFilterinterface
Convenience wrapper around QSensorFilterModifier and TypeClassDescriptionclass
Convenience wrapper around QSensorclass
Reports on linear acceleration along the X, Y and Z axesclass
Convenience wrapper around QSensorclass
Holds readings from the altimeter sensorclass
Represents one reading from the ambient light sensorclass
Convenience wrapper around QSensorclass
Holds readings of the ambient temperatureclass
Convenience wrapper around QSensorclass
Convenience wrapper around QSensorclass
Represents one reading from a compassclass
Holds distance reading in cm from the proximity sensorclass
Convenience wrapper around QSensorclass
Convenience wrapper around QSensorclass
Represents one reading from the gyroscope sensorclass
Holds readings from the holster sensorclass
Convenience wrapper around QSensorclass
Holds readings from the humidity sensorclass
Convenience wrapper around QSensorclass
Holds readings from the IR proximity sensorclass
Convenience wrapper around QSensorclass
Holds readings from the Lid sensorclass
Convenience wrapper around QSensorclass
Represents one reading from the light sensorclass
Convenience wrapper around QSensorclass
Convenience wrapper around QSensorclass
Represents one reading from the magnetometerclass
Represents one reading from the orientation sensorclass
Convenience wrapper around QSensorclass
Holds the specifics of an output rangeclass
Holds readings from the pressure sensorclass
Convenience wrapper around QSensorclass
Represents one reading from the proximity sensorclass
Convenience wrapper around QSensorclass
Represents one reading from the rotation sensorclass
Convenience wrapper around QSensorclass
Represents a single hardware sensorclass
Sensor implementationclass
Represents one or more sensor gesture recognizersclass
Manages sensor gestures, registers and creates sensor gesture pluginsclass
The base class for a sensor gesture recognizerclass
Handles registration and creation of sensor backendsclass
Holds the readings from the sensorclass
Represents one reading from the tap sensorclass
Convenience wrapper around QSensorclass
Holds readings from the tilt sensorclass
Convenience wrapper around QSensor -
Uses of QtObjectInterface in io.qt.serialbus
Modifier and TypeInterfaceDescriptioninterface
Factory class used as the plugin interface for CAN bus pluginsinterface
Factory class used as the plugin interface for CAN bus pluginsstatic interface
Java wrapper for Qt callableQtJambiAPI::FunctionType<int,const QModbusRequest&>::type
static interface
Java wrapper for Qt callableQtJambiAPI::FunctionType<int,const QModbusResponse&>::type
interface
Represents the interface for objects that can be passed to QModbusTcpServer::installConnectionObserverModifier and TypeClassDescriptionfinal class
Handles registration and creation of bus pluginsclass
The interface class for CAN busstatic class
QCanBusDevice::Filter struct defines a filter for CAN bus framesclass
Information about CAN bus interfacesclass
Container class representing a single CAN framestatic class
Timestamp information with microsecond precisionclass
The interface to send Modbus requestsclass
Container class representing single bit and 16 bit word entries in the Modbus registerclass
The base class for Modbus classes, QModbusServer and QModbusClientclass
Container class representing the physical and functional description of a Modbus serverclass
Container class containing the function and error code inside a Modbus ADUclass
Abstract container class containing the function code and payload that is stored inside a Modbus ADUclass
Contains the data for a request sent with a QModbusClient derived classclass
Container class containing the function code and payload that is stored inside a Modbus ADUclass
Container class containing the function code and payload that is stored inside a Modbus ADUclass
Represents a Modbus client that uses a serial bus for its communication with the Modbus serverclass
Represents a Modbus server that uses a serial port for its communication with the Modbus clientclass
The interface to receive and process Modbus requestsclass
The interface class for Modbus TCP client deviceclass
Represents a Modbus server that uses a TCP server for its communication with the Modbus client -
Uses of QtObjectInterface in io.qt.serialport
Modifier and TypeClassDescriptionclass
Provides functions to access serial portsclass
Provides information about existing serial ports -
Uses of QtObjectInterface in io.qt.sql
Modifier and TypeClassDescriptionclass
Handles a connection to a databaseclass
Abstract base class for accessing specific SQL databasesclass
QSqlDriverCreator<T extends QSqlDriver>
The QSqlDriverCreator class is a template class that provides a SQL driver factory for a specific driver type.class
The base class for SQL driver factoriesclass
Abstract base for custom QSqlDriver pluginsclass
SQL database error informationclass
Manipulates the fields in SQL database tables and viewsclass
Functions to manipulate and describe database indexesclass
Means of executing and manipulating SQL statementsclass
Read-only data model for SQL result setsclass
Encapsulates a database recordclass
Stores information about an SQL foreign keyclass
The QSqlRelationalDelegate class provides a delegate that is used to display and edit data from a QSqlRelationalTableModel.class
Editable data model for a single database table, with foreign key supportclass
Abstract interface for accessing data from specific SQL databasesclass
Editable data model for a single database table -
Uses of QtObjectInterface in io.qt.svg
Modifier and TypeClassDescriptionclass
QGraphicsItem that can be used to render the contents of SVG filesclass
Paint device that is used to create SVG drawingsclass
Used to draw the contents of SVG files onto paint devicesclass
Widget that is used to display the contents of Scalable Vector Graphics (SVG) files -
Uses of QtObjectInterface in io.qt.test
Modifier and TypeClassDescriptionclass
Helps testing QAbstractItemModel subclassesclass
Enables introspection of signal emissionclass
Java wrapper for Qt classQSpontaneKeyEvent
static class
Java wrapper for Qt classQTest::QBenchmarkIterationController
static final class
Used to simulate a sequence of touch eventsclass
Java wrapper for Qt classQTestDelayEvent
class
Java wrapper for Qt classQTestEvent
class
List of GUI eventsclass
Java wrapper for Qt classQTestEventLoop
class
Java wrapper for Qt classQTestKeyClicksEvent
class
Java wrapper for Qt classQTestKeyEvent
class
Java wrapper for Qt classQTestMouseEvent
-
Uses of QtObjectInterface in io.qt.texttospeech
Modifier and TypeClassDescriptionclass
Convenient access to text-to-speech enginesclass
The base for text-to-speech engine integrationsclass
The base for all text-to-speech plug-insclass
Allows to set and retrieve values of a particular voice -
Uses of QtObjectInterface in io.qt.webchannel
Modifier and TypeClassDescriptionclass
Java wrapper for Qt classQQmlWebChannel
class
Exposes QObjects to remote HTML clientsclass
Communication channel between the C++ QWebChannel server and a HTML/JS client -
Uses of QtObjectInterface in io.qt.webengine
Modifier and TypeClassDescriptionclass
Web engine profile shared by multiple pagesclass
Enables the injection of scripts in the JavaScript engine -
Uses of QtObjectInterface in io.qt.webengine.core
Modifier and TypeClassDescriptionfinal class
In-memory store for client certificatesfinal class
Access to Chromium's cookiesstatic class
QWebEngineCookieStore::FilterRequest struct is used in conjunction with QWebEngineCookieStore::setCookieFilter() and is the type filterCallback operates onclass
Encapsulates the result of a string search on a pageclass
Holds a request to be sent with WebEnginefinal class
Encapsulates the data of an HTML5 web notificationclass
Enables accepting or rejecting requests for larger persistent storage than the application's current allocation in File System APIclass
Enables accepting or rejecting requests from the registerProtocolHandler APIfinal class
Information about URL requestsclass
Abstract base class for URL interceptionfinal class
Represents a custom URL requestclass
Configures a custom URL schemeclass
Base class for handling custom URL schemes -
Uses of QtObjectInterface in io.qt.webengine.widgets
Modifier and TypeClassDescriptionclass
Java wrapper for Qt classQWebEngineCertificateError
class
Java wrapper for Qt classQWebEngineClientCertificateSelection
class
Java wrapper for Qt classQWebEngineContextMenuData
final class
Java wrapper for Qt classQWebEngineDownloadItem
final class
Java wrapper for Qt classQWebEngineFullScreenRequest
final class
Java wrapper for Qt classQWebEngineHistory
class
Java wrapper for Qt classQWebEngineHistoryItem
class
Object to view and edit web documentsclass
Web engine profile shared by multiple pagesclass
Encapsulates a JavaScript programfinal class
Represents a collection of user scriptsfinal class
Object to store the settings used by QWebEnginePageclass
Widget that is used to view and edit web documents -
Uses of QtObjectInterface in io.qt.websockets
Modifier and TypeClassDescriptionclass
Abstract base for custom 32-bit mask generatorsclass
Implements a TCP socket that talks the WebSocket protocolclass
Authenticator object for Cross Origin Requests (CORS)class
Implements a WebSocket-based server -
Uses of QtObjectInterface in io.qt.widgets
Modifier and TypeInterfaceDescriptioninterface
The base class for all graphical items in a QGraphicsSceneinterface
Can be inherited to allow your custom items to be managed by layoutsinterface
Abstract base class that must be subclassed when implementing new item editor creatorsinterface
Abstract item that a QLayout manipulatesModifier and TypeClassDescriptionclass
The abstract base class of button widgets, providing functionality common to buttonsclass
Common base for all path itemsclass
Used to display and edit data items from a modelclass
The basic functionality for item view classesclass
Scrolling area with on-demand scroll barsclass
Integer value within a rangeclass
Spinbox and a line edit to display valuesclass
Implements the QAccessibleInterface for QWidgetsclass
Abstract user interface action that can be inserted into widgetsclass
Groups actions togetherclass
Manages the GUI application's control flow and main settingsclass
Lines up child widgets horizontally or verticallyclass
Container to organize groups of button widgetsclass
Monthly based calendar widget allowing the user to select a dateclass
Checkbox with a text labelclass
Dialog widget for specifying colorsclass
Maps device independent QColors to device dependent pixel valuesclass
Model/view implementation of a column viewclass
Combined button and popup listclass
Vista style command link buttonclass
Encapsulates the common Look and Feel of a GUIclass
Completions based on an item modelclass
Mapping between a section of a data model to widgetsclass
Widget for editing dates based on the QDateTimeEdit widgetclass
Widget for editing dates and timesclass
Access to screen information on multi-head systemsclass
Rounded range control (like a speedometer or potentiometer)class
The base class of dialog windowsclass
Widget that presents buttons in a layout that is appropriate to the current widget styleclass
Data model for the local filesystemclass
Widget that can be docked inside a QMainWindow or floated as a top-level window on the desktopclass
Spin box widget that takes doublesclass
Error message display dialogclass
Dialog that allow users to select files or directoriesclass
File icons for the QDirModel and the QFileSystemModel classesclass
Data model for the local filesystemclass
Focus frame which can be outside of a widget's normal paintable areaclass
Combobox that lets the user select a font familyclass
Dialog widget for selecting a fontclass
Manages forms of input widgets and their associated labelsstatic class
Contains the result of a QFormLayout::takeRow() callclass
The base class of widgets that can have a frameclass
Represents a gesture, containing properties that describe the corresponding user inputclass
The description of triggered gesturesclass
The infrastructure for gesture recognitionfinal class
Represents an anchor between two items in a QGraphicsAnchorLayoutclass
Layout where one can anchor widgets together in Graphics Viewclass
Blur effectclass
Colorize effectclass
Drop shadow effectclass
The base class for all graphics effectsclass
Ellipse item that you can add to a QGraphicsSceneclass
Grid layout for managing widgets in Graphics Viewclass
Simple animation support for QGraphicsItemclass
Container that treats a group of items as a single itemclass
The base class for all layouts in Graphics Viewclass
Horizontal or vertical layout for managing widgets in Graphics Viewclass
Line item that you can add to a QGraphicsSceneclass
Base class for all graphics items that require signals, slots and propertiesclass
Opacity effectclass
Path item that you can add to a QGraphicsSceneclass
Pixmap item that you can add to a QGraphicsSceneclass
Polygon item that you can add to a QGraphicsSceneclass
Proxy layer for embedding a QWidget in a QGraphicsSceneclass
Rectangle item that you can add to a QGraphicsSceneclass
Rotation transformation around a given axisclass
Scale transformationclass
Surface for managing a large number of 2D graphical itemsclass
Context menu events in the graphics view frameworkclass
Events for drag and drop in the graphics view frameworkclass
Base class for all graphics view related eventsclass
Events when a tooltip is requestedclass
Hover events in the graphics view frameworkclass
Mouse events in the graphics view frameworkclass
Events for widget moving in the graphics view frameworkclass
Events for widget resizing in the graphics view frameworkclass
Wheel events in the graphics view frameworkclass
Simple text path item that you can add to a QGraphicsSceneclass
Text item that you can add to a QGraphicsScene to display formatted textclass
Abstract base class for building advanced transformations on QGraphicsItemsclass
Widget for displaying the contents of a QGraphicsSceneclass
The base class for all widget items in a QGraphicsSceneclass
Lays out widgets in a gridclass
Group box frame with a titleclass
Lines up widgets horizontallyclass
Header row or header column for item viewsclass
Simple convenience dialog to get a single value from the userclass
Display and editing facilities for data items from a modelclass
QItemEditorCreator<T extends QWidget>
Java wrapper for Qt class QItemEditorCreatorclass
Widgets for editing item data in views and delegatesclass
Transition for key eventsclass
Allows to input a QKeySequenceclass
Text or image displayclass
The base class of geometry managersclass
Displays a number with LCD-like digitsclass
One-line text editorclass
List or icon view onto a modelclass
Item-based list widgetclass
Item for use with the QListWidget item view classclass
Main application windowclass
Area in which MDI windows are displayedclass
Subwindow class for QMdiAreaclass
Menu widget for use in menu bars, context menus, and other popup menusclass
Horizontal menu barclass
Modal dialog for informing the user or for asking the user a question and receiving an answerclass
Transition for mouse eventsclass
Widget for rendering OpenGL graphicsclass
Describes a panning gesture made by the userclass
Abstract base for custom picture format pluginsclass
Describes a pinch gesture made by the userclass
Implements a plain text layout for QTextDocumentclass
Widget that is used to edit and display plain textclass
Horizontal or vertical progress barclass
Feedback on the progress of a slow operationclass
Convenience class that simplifies dynamically overriding QStyle elementsclass
Command buttonclass
Radio button with a text labelclass
Rectangle or line that can indicate a selection or a boundaryclass
Scrolling view onto another widgetclass
Vertical or horizontal scroll barfinal class
Enables kinetic scrolling for any scrolling widget or graphics itemclass
Stores the settings for a QScrollerclass
Used to create keyboard shortcutsclass
Resize handle for resizing top-level windowsclass
Layout attribute describing horizontal and vertical resizing policyclass
Vertical or horizontal sliderclass
Blank space in a layoutclass
Spin box widgetclass
Splash screen that can be shown during application startupclass
Implements a splitter widgetclass
Handle functionality for the splitterclass
Stack of widgets where only one widget is visible at a timeclass
Stack of widgets where only one widget is visible at a timeclass
QStandardItemEditorCreator<T extends QWidget>
Java wrapper for Qt class QStandardItemEditorCreatorclass
Horizontal bar suitable for presenting status informationclass
Abstract base class that encapsulates the look and feel of a GUIclass
Display and editing facilities for data items from a modelclass
Creates QStyle objectsclass
Style hints that return more than basic data typesclass
Style hints that return a QRegionclass
Style hints that return a QVariantclass
Stores the parameters used by QStyle functionsclass
Used to describe the parameters for drawing buttonsclass
Used to describe the parameter for drawing a comboboxclass
Used to hold parameters that are common to all complex controlsclass
Used to describe the parameters for drawing a dock widgetclass
Used to describe the parameters for drawing a focus rectangle with QStyleclass
Used to describe the parameters for drawing a frameclass
Used to describe the parameters needed to draw a QGraphicsItemclass
Describes the parameters for drawing a group boxclass
Used to describe the parameters for drawing a headerclass
Used to describe the parameter necessary for drawing a menu itemclass
Used to describe the parameters necessary for drawing a progress barclass
Used to describe the parameters needed for drawing a rubber bandclass
Used to describe the parameter for drawing a size gripclass
Used to describe the parameters needed for drawing a sliderclass
Used to describe the parameters necessary for drawing a spin boxclass
Used to describe the parameters for drawing a tab barclass
Used to describe the base of a tab bar, i.e.class
Java wrapper for Qt classQStyleOptionTabV4
class
Used to describe the parameters for drawing the frame around a tab widgetclass
Used to describe the parameters for drawing a title barclass
Used to describe the parameters for drawing a toolbarclass
Used to describe the parameters needed for drawing a tool boxclass
Used to describe the parameters for drawing a tool buttonclass
Used to describe the parameters used to draw an item in a view widgetclass
Convenience class for drawing QStyle elements inside a widgetclass
Abstract base for custom QStyle pluginsclass
Describes a swipe gesture made by the userclass
Icon for an application in the system trayclass
Tab bar, e.g.class
Default model/view implementation of a table viewclass
Item-based table view with a default modelclass
Item for use with the QTableWidget classclass
Way to interact with selection in a model without using model indexes and a selection modelclass
Stack of tabbed widgetsclass
Describes a tap-and-hold (aka LongTap) gesture made by the userclass
Describes a tap gesture made by the userclass
Rich text browser with hypertext navigationclass
Widget that is used to edit and display both plain and rich textstatic class
QTextEdit::ExtraSelection structure provides a way of specifying a character format for a given selection in a documentclass
The rules used to draw a pixmap or image split into nine segmentsclass
Widget for editing times based on the QDateTimeEdit widgetclass
Movable panel that contains a set of controlsclass
Java wrapper for Qt classQToolBarChangeEvent
class
Column of tabbed widget itemsclass
Quick-access button to commands or options, usually used inside a QToolBarfinal class
Tool tips (balloon help) for any widgetclass
Default model/view implementation of a tree viewclass
Tree view that uses a predefined tree modelclass
Item for use with the QTreeWidget convenience classclass
Way to iterate over the items in a QTreeWidget instanceclass
The base class of all commands stored on a QUndoStackclass
Group of QUndoStack objectsclass
Stack of QUndoCommand objectsclass
Displays the contents of a QUndoStackclass
Lines up widgets verticallyfinal class
Simple description of any widget, i.e.class
The base class of all user interface objectsclass
Extends QAction by an interface for inserting custom widgets into action based containers, such as toolbarsclass
Layout item that represents a widgetclass
Framework for wizardsclass
The base class for wizard pages -
Uses of QtObjectInterface in io.qt.widgets.tools
Modifier and TypeClassDescriptionclass
Enables standalone applications to dynamically create user interfaces at run-time using the information stored in UI files or specified in plugin paths -
Uses of QtObjectInterface in io.qt.winextras
Modifier and TypeClassDescriptionclass
Java wrapper for Qt classQWinColorizationChangeEvent
class
Java wrapper for Qt classQWinCompositionChangeEvent
class
Java wrapper for Qt classQWinEvent
class
Represents a transparent wrapper around Windows Jump Listsclass
Represents a jump list categoryclass
Represents a jump list itemclass
Represents the Windows taskbar button for a top-level window (Windows 7 and newer)class
Represents a progress indicator in the Windows taskbarclass
Allows manipulating the thumbnail toolbar of a windowclass
Represents a button in a thumbnail toolbar -
Uses of QtObjectInterface in io.qt.x11extras
Modifier and TypeClassDescriptionfinal class
Provides information about the X display configuration -
Uses of QtObjectInterface in io.qt.xml
Modifier and TypeInterfaceDescriptioninterface
Deprecated.interface
Deprecated.interface
Deprecated.interface
Deprecated.interface
Deprecated.interface
Deprecated.Modifier and TypeClassDescriptionclass
Represents one attribute of a QDomElementclass
Represents an XML CDATA sectionclass
Represents a generic string in the DOMclass
Represents an XML commentclass
Represents an XML documentclass
Tree of QDomNodes which is not usually a complete QDomDocumentclass
The representation of the DTD in the document treeclass
Represents one element in the DOM treeclass
Represents an XML entityclass
Represents an XML entity referenceclass
Information about the features of the DOM implementationclass
Contains a collection of nodes that can be accessed by nameclass
The base class for all the nodes in a DOM treeclass
List of QDomNode objectsclass
Represents an XML notationclass
Represents an XML processing instructionclass
Represents text data in the parsed XML documentclass
XML attributesclass
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.Use QXmlStreamReaderclass
Deprecated.Use QXmlStreamReader -
Uses of QtObjectInterface in io.qt.xmlpatterns
Modifier and TypeClassDescriptionclass
Callback interface for handling messagesclass
Callback interface for resolving Uniform Resource Identifiers.class
Abstract base class for modeling non-XML data to look like XML for QXmlQueryclass
Callback interface for transforming the output of a QXmlQueryclass
Implementation of QAbstractXmlNodeModel sufficient for many common casesclass
Identifies a location in a resource by URI, line, and columnclass
Implementation of QXmlSerializer for transforming XQuery output into formatted XMLclass
Contains either an XML node or an atomic valueclass
Represents the name of an XML node, in an efficient, namespace-aware way.class
Table of shared strings referenced by instances of QXmlNameclass
Identifies a node in an XML node model subclassed from QAbstractXmlNodeModelclass
Performs XQueries on XML data, or on non-XML data modeled to look like XMLclass
Iterates through the results of evaluating an XQuery in QXmlQueryclass
Loading and validation of a W3C XML Schemaclass
Validates XML instance documents against a W3C XML Schemaclass
Implementation of QAbstractXmlReceiver for transforming XQuery output into unformatted XML
QPluginLoader.qRegisterPluginInterface(Class)
instead.