Uses of Class
io.qt.core.QObject
-
Uses of QObject in io.qt
-
Uses of QObject in io.qt.bluetooth
Subclasses of QObject in io.qt.bluetooth Modifier and Type Class Description class
QBluetoothDeviceDiscoveryAgent
Discovers the Bluetooth devices nearbyclass
QBluetoothLocalDevice
Enables access to the local Bluetooth deviceclass
QBluetoothServer
Uses the RFCOMM or L2cap protocol to communicate with a Bluetooth deviceclass
QBluetoothServiceDiscoveryAgent
Enables you to query for Bluetooth servicesclass
QBluetoothSocket
Enables connection to a Bluetooth device running a bluetooth serverclass
QBluetoothTransferManager
Transfers data to another device using Object Push Profile (OPP)class
QBluetoothTransferReply
Stores the response for a data transfer requestclass
QLowEnergyController
Access to Bluetooth Low Energy Devicesclass
QLowEnergyService
Represents an individual service on a Bluetooth Low Energy DeviceMethods in io.qt.bluetooth with parameters of type QObject Modifier and Type Method Description QLowEnergyService
QLowEnergyController. addService(QLowEnergyServiceData service, QObject parent)
static QLowEnergyController
QLowEnergyController. createCentral(QBluetoothAddress remoteDevice, QBluetoothAddress localDevice, QObject parent)
static QLowEnergyController
QLowEnergyController. createCentral(QBluetoothDeviceInfo remoteDevice, QObject parent)
static QLowEnergyController
QLowEnergyController. createPeripheral(QObject parent)
QLowEnergyService
QLowEnergyController. createServiceObject(QBluetoothUuid service, QObject parent)
Constructors in io.qt.bluetooth with parameters of type QObject Constructor Description QBluetoothDeviceDiscoveryAgent(QBluetoothAddress deviceAdapter, QObject parent)
QBluetoothDeviceDiscoveryAgent(QObject parent)
QBluetoothLocalDevice(QBluetoothAddress address, QObject parent)
QBluetoothLocalDevice(QObject parent)
QBluetoothServer(QBluetoothServiceInfo.Protocol serverType, QObject parent)
QBluetoothServiceDiscoveryAgent(QBluetoothAddress deviceAdapter, QObject parent)
QBluetoothServiceDiscoveryAgent(QObject parent)
QBluetoothSocket(QBluetoothServiceInfo.Protocol socketType, QObject parent)
QBluetoothSocket(QObject parent)
QBluetoothTransferManager(QObject parent)
QBluetoothTransferReply(QObject parent)
QLowEnergyController(QBluetoothAddress remoteDevice, QBluetoothAddress localDevice, QObject parent)
QLowEnergyController(QBluetoothAddress remoteDevice, QObject parent)
QLowEnergyController(QBluetoothDeviceInfo remoteDevice, QObject parent)
-
Uses of QObject in io.qt.charts
Subclasses of QObject in io.qt.charts Modifier and Type Class Description class
QAbstractAxis
Base class used for specialized axis classesclass
QAbstractBarSeries
Abstract parent class for all bar series classesclass
QAbstractSeries
Base class for all Qt Chart seriesclass
QAreaLegendMarker
Legend marker for an area seriesclass
QAreaSeries
Presents data in area chartsclass
QBarCategoryAxis
Adds categories to a chart's axesclass
QBarLegendMarker
Legend marker for a bar seriesclass
QBarModelMapper
Java wrapper for Qt class QtCharts::QBarModelMapperclass
QBarSeries
Presents a series of data as vertical bars grouped by categoryclass
QBarSet
Represents one set of bars in a bar chartclass
QBoxPlotLegendMarker
Legend marker for a box plot seriesclass
QBoxPlotModelMapper
Java wrapper for Qt class QtCharts::QBoxPlotModelMapperclass
QBoxPlotSeries
Presents data in box-and-whiskers chartsclass
QBoxSet
Represents one item in a box-and-whiskers chartclass
QCandlestickLegendMarker
Legend marker for a candlestick seriesclass
QCandlestickModelMapper
Abstract model mapper class for candlestick seriesclass
QCandlestickSeries
Presents data as candlesticksclass
QCandlestickSet
Represents a single candlestick item in a candlestick chartclass
QCategoryAxis
Places named ranges on the axisclass
QChart
Manages the graphical representation of the chart's series, legends, and axesclass
QChartView
Standalone widget that can display chartsclass
QDateTimeAxis
Adds dates and times to a chart's axisclass
QHBarModelMapper
Horizontal model mapper for bar seriesclass
QHBoxPlotModelMapper
Horizontal model mapper for box plot seriesclass
QHCandlestickModelMapper
Horizontal model mapper for a candlestick seriesclass
QHorizontalBarSeries
Presents a series of data as horizontal bars grouped by categoryclass
QHorizontalPercentBarSeries
Presents a series of categorized data as a percentage of each categoryclass
QHorizontalStackedBarSeries
Presents a series of data as horizontally stacked bars, with one bar per categoryclass
QHPieModelMapper
Horizontal model mapper for pie seriesclass
QHXYModelMapper
Horizontal model mapper for line, spline, and scatter seriesclass
QLegend
Displays the legend of a chartclass
QLegendMarker
Abstract object that can be used to access markers within a legendclass
QLineSeries
Presents data in line chartsclass
QLogValueAxis
Adds a logarithmic scale to a chart's axisclass
QPercentBarSeries
Presents a series of categorized data as a percentage of each categoryclass
QPieLegendMarker
Legend marker for a pie seriesclass
QPieModelMapper
Java wrapper for Qt class QtCharts::QPieModelMapperclass
QPieSeries
Presents data in pie chartsclass
QPieSlice
Represents a single slice in a pie seriesclass
QPolarChart
Presents data in polar chartsclass
QScatterSeries
Presents data in scatter chartsclass
QSplineSeries
Presents data as spline chartsclass
QStackedBarSeries
Presents a series of data as vertically stacked bars, with one bar per categoryclass
QValueAxis
Adds values to a chart's axesclass
QVBarModelMapper
Vertical model mapper for bar seriesclass
QVBoxPlotModelMapper
Vertical model mapper for box plot seriesclass
QVCandlestickModelMapper
Vertical model mapper for a candlestick seriesclass
QVPieModelMapper
Vertical model mapper for pie seriesclass
QVXYModelMapper
Vertical model mapper for line, spline, and scatter seriesclass
QXYLegendMarker
Legend marker for a line, spline, or scatter seriesclass
QXYModelMapper
Java wrapper for Qt class QtCharts::QXYModelMapperclass
QXYSeries
Base class for line, spline, and scatter series -
Uses of QObject in io.qt.core
Subclasses of QObject in io.qt.core Modifier and Type Class Description class
QAbstractAnimation
The base of all animationsclass
QAbstractEventDispatcher
Interface to manage Qt's event queueclass
QAbstractItemModel
The abstract interface for item model classesclass
QAbstractListModel
Abstract model that can be subclassed to create one-dimensional list modelsclass
QAbstractProxyModel
Base class for proxy item models that can do sorting, filtering or other data processing tasksclass
QAbstractState
The base class of states of a QStateMachineclass
QAbstractTableModel
Abstract model that can be subclassed to create table modelsclass
QAbstractTransition
The base class of transitions between QAbstractState objectsclass
QAnimationDriver
Java wrapper for Qt class QAnimationDriverclass
QAnimationGroup
Abstract base class for groups of animationsclass
QBuffer
QIODevice interface for a QByteArrayclass
QConcatenateTablesProxyModel
Proxies multiple source models, concatenating their rowsclass
QCoreApplication
Event loop for Qt applications without UIclass
QEventLoop
Means of entering and leaving an event loopclass
QEventTransition
QObject-specific transition for Qt eventsclass
QFile
Interface for reading from and writing to filesclass
QFileDevice
Interface for reading from and writing to open filesclass
QFileSelector
Convenient way of selecting file variantsclass
QFileSystemWatcher
Interface for monitoring files and directories for modificationsclass
QFinalState
Final stateclass
QFutureWatcher<T>
Allows monitoring a QFuture using signals and slotsclass
QFutureWatcherBase
Java wrapper for Qt class QFutureWatcherBaseclass
QHistoryState
Means of returning to a previously active substateclass
QIdentityProxyModel
Proxies its source model unmodifiedclass
QIODevice
The base interface class of all I/O devices in Qtclass
QItemSelectionModel
Keeps track of a view's selected itemsclass
QLibrary
Loads shared libraries at runtimeclass
QMimeData
Container for data that records information about its MIME typeclass
QObjectCleanupHandler
Watches the lifetime of multiple QObjectsclass
QParallelAnimationGroup
Parallel group of animationsclass
QPauseAnimation
Pause for QSequentialAnimationGroupclass
QPluginLoader
Loads a plugin at run-timeclass
QProcess
Used to start external programs and to communicate with themclass
QPropertyAnimation
Animates Qt propertiesclass
QSaveFile
Interface for safely writing to filesclass
QSequentialAnimationGroup
Sequential group of animationsclass
QSettings
Persistent platform-independent application settingsclass
QSharedMemory
Access to a shared memory segmentclass
QSignalMapper
Bundles signals from identifiable sendersclass
QSignalTransition
Transition based on a Qt signalclass
QSocketNotifier
Support for monitoring activity on a file descriptorclass
QSortFilterProxyModel
Support for sorting and filtering data passed between another model and a viewclass
QState
General-purpose state for QStateMachineclass
QStateMachine
Hierarchical finite state machineclass
QStringListModel
Model that supplies strings to viewsclass
QTemporaryFile
I/O device that operates on temporary filesclass
QThread
Platform-independent way to manage threadsclass
QThreadPool
Manages a collection of QThreadsclass
QTimeLine
Timeline for controlling animationsclass
QTimer
Repetitive and single-shot timersclass
QTranslator
Internationalization support for text outputclass
QTransposeProxyModel
This proxy transposes the source modelclass
QVariantAnimation
Base class for animationsclass
QVoidFutureWatcher
Java wrapper for Qt class QVoidFutureWatcherFields in io.qt.core with type parameters of type QObject Modifier and Type Field Description QObject.Signal1Default1<QObject>
QObject. destroyed
QObject.Signal1<QObject>
QSignalMapper. mappedObject
Methods in io.qt.core with type parameters of type QObject Modifier and Type Method Description static <O extends QObject>
QScopedPointer<O>QScopedPointer. disposingLater(O data)
<T extends QObject>
TQObject. findChild(Class<T> cl)
Overloaded function forfindChild(Class,String,Qt.FindChildOptions)
<T extends QObject>
TQObject. findChild(Class<T> cl, String name)
Overloaded function forfindChild(Class,String,Qt.FindChildOptions)
with:options = FindChildrenRecursively
.<T extends QObject>
TQObject. findChild(Class<T> cl, String name, Qt.FindChildOption... options)
Overloaded function forfindChild(Class,String,Qt.FindChildOptions)
.<T extends QObject>
TQObject. findChild(Class<T> cl, String name, Qt.FindChildOptions options)
Returns the child of this object that instane of cl and that is called name, ornull
if there is no such object.<T extends QObject>
QList<T>QObject. findChildren(Class<T> cl)
Overloaded function forfindChildren(Class,String,Qt.FindChildOptions)
<T extends QObject>
QList<T>QObject. findChildren(Class<T> cl, QRegExp regExp)
Deprecated.<T extends QObject>
QList<T>QObject. findChildren(Class<T> cl, QRegExp regExp, Qt.FindChildOption... options)
Deprecated.<T extends QObject>
QList<T>QObject. findChildren(Class<T> cl, QRegExp regExp, Qt.FindChildOptions options)
Deprecated.<T extends QObject>
QList<T>QObject. findChildren(Class<T> cl, QRegularExpression re)
Overloaded function forfindChildren(Class,QRegularExpression,Qt.FindChildOptions)
with:options = FindChildrenRecursively
.<T extends QObject>
QList<T>QObject. findChildren(Class<T> cl, QRegularExpression re, Qt.FindChildOption... options)
Overloaded function forfindChildren(Class,QRegularExpression,Qt.FindChildOptions)
.<T extends QObject>
QList<T>QObject. findChildren(Class<T> cl, QRegularExpression re, Qt.FindChildOptions options)
This function overloadsfindChildren()
.<T extends QObject>
QList<T>QObject. findChildren(Class<T> cl, String name)
Overloaded function forfindChildren(Class,String,Qt.FindChildOptions)
with:options = FindChildrenRecursively
.<T extends QObject>
QList<T>QObject. findChildren(Class<T> cl, String name, Qt.FindChildOption... options)
Overloaded function forfindChildren(Class,String,Qt.FindChildOptions)
.<T extends QObject>
QList<T>QObject. findChildren(Class<T> cl, String name, Qt.FindChildOptions options)
Returns all children of this object with the given name that are instance of cl, or an empty list if there are no such objects.<T extends QObject>
TQPluginLoader. instance(Class<T> type)
Methods in io.qt.core that return QObject Modifier and Type Method Description QObject
QObjectCleanupHandler. add(QObject object)
QObject
QChildEvent. child()
QObject
QObject.MultiSignal. containingObject()
Returns the object containing this signal.QObject
QObject.PrivateSignal0. containingObject()
Returns the object containing this signal.QObject
QObject.PrivateSignal1. containingObject()
Returns the object containing this signal.QObject
QObject.PrivateSignal2. containingObject()
Returns the object containing this signal.QObject
QObject.PrivateSignal3. containingObject()
Returns the object containing this signal.QObject
QObject.PrivateSignal4. containingObject()
Returns the object containing this signal.QObject
QObject.PrivateSignal5. containingObject()
Returns the object containing this signal.QObject
QObject.PrivateSignal6. containingObject()
Returns the object containing this signal.QObject
QObject.PrivateSignal7. containingObject()
Returns the object containing this signal.QObject
QObject.PrivateSignal8. containingObject()
Returns the object containing this signal.QObject
QObject.PrivateSignal9. containingObject()
Returns the object containing this signal.QObject
QObject.Signal0. containingObject()
Returns the object containing this signal.QObject
QObject.Signal1. containingObject()
Returns the object containing this signal.QObject
QObject.Signal1Default1. containingObject()
Returns the object containing this signal.QObject
QObject.Signal2. containingObject()
Returns the object containing this signal.QObject
QObject.Signal2Default1. containingObject()
Returns the object containing this signal.QObject
QObject.Signal2Default2. containingObject()
Returns the object containing this signal.QObject
QObject.Signal3. containingObject()
Returns the object containing this signal.QObject
QObject.Signal3Default1. containingObject()
Returns the object containing this signal.QObject
QObject.Signal3Default2. containingObject()
Returns the object containing this signal.QObject
QObject.Signal3Default3. containingObject()
Returns the object containing this signal.QObject
QObject.Signal4. containingObject()
Returns the object containing this signal.QObject
QObject.Signal4Default1. containingObject()
QObject
QObject.Signal4Default2. containingObject()
Returns the object containing this signal.QObject
QObject.Signal4Default3. containingObject()
Returns the object containing this signal.QObject
QObject.Signal4Default4. containingObject()
Returns the object containing this signal.QObject
QObject.Signal5. containingObject()
Returns the object containing this signal.QObject
QObject.Signal5Default1. containingObject()
Returns the object containing this signal.QObject
QObject.Signal5Default2. containingObject()
Returns the object containing this signal.QObject
QObject.Signal5Default3. containingObject()
Returns the object containing this signal.QObject
QObject.Signal5Default4. containingObject()
Returns the object containing this signal.QObject
QObject.Signal5Default5. containingObject()
Returns the object containing this signal.QObject
QObject.Signal6. containingObject()
Returns the object containing this signal.QObject
QObject.Signal6Default1. containingObject()
Returns the object containing this signal.QObject
QObject.Signal6Default2. containingObject()
Returns the object containing this signal.QObject
QObject.Signal6Default3. containingObject()
Returns the object containing this signal.QObject
QObject.Signal6Default4. containingObject()
Returns the object containing this signal.QObject
QObject.Signal6Default5. containingObject()
Returns the object containing this signal.QObject
QObject.Signal6Default6. containingObject()
Returns the object containing this signal.QObject
QObject.Signal7. containingObject()
Returns the object containing this signal.QObject
QObject.Signal7Default1. containingObject()
Returns the object containing this signal.QObject
QObject.Signal7Default2. containingObject()
Returns the object containing this signal.QObject
QObject.Signal7Default3. containingObject()
Returns the object containing this signal.QObject
QObject.Signal7Default4. containingObject()
Returns the object containing this signal.QObject
QObject.Signal7Default5. containingObject()
Returns the object containing this signal.QObject
QObject.Signal7Default6. containingObject()
Returns the object containing this signal.QObject
QObject.Signal7Default7. containingObject()
Returns the object containing this signal.QObject
QObject.Signal8. containingObject()
Returns the object containing this signal.QObject
QObject.Signal8Default1. containingObject()
Returns the object containing this signal.QObject
QObject.Signal8Default2. containingObject()
Returns the object containing this signal.QObject
QObject.Signal8Default3. containingObject()
Returns the object containing this signal.QObject
QObject.Signal8Default4. containingObject()
Returns the object containing this signal.QObject
QObject.Signal8Default5. containingObject()
Returns the object containing this signal.QObject
QObject.Signal8Default6. containingObject()
Returns the object containing this signal.QObject
QObject.Signal8Default7. containingObject()
Returns the object containing this signal.QObject
QObject.Signal8Default8. containingObject()
Returns the object containing this signal.QObject
QObject.Signal9. containingObject()
Returns the object containing this signal.QObject
QObject.Signal9Default1. containingObject()
Returns the object containing this signal.QObject
QObject.Signal9Default2. containingObject()
Returns the object containing this signal.QObject
QObject.Signal9Default3. containingObject()
Returns the object containing this signal.QObject
QObject.Signal9Default4. containingObject()
Returns the object containing this signal.QObject
QObject.Signal9Default5. containingObject()
Returns the object containing this signal.QObject
QObject.Signal9Default6. containingObject()
Returns the object containing this signal.QObject
QObject.Signal9Default7. containingObject()
Returns the object containing this signal.QObject
QObject.Signal9Default8. containingObject()
Returns the object containing this signal.QObject
QObject.Signal9Default9. containingObject()
Returns the object containing this signal.QObject
QEventTransition. eventSource()
QObject
QObject. findChild()
Overloaded function forfindChild(Class)
withcl = QObject.class
.QObject
QPluginLoader. instance()
QObject
QStaticPlugin. instance()
QObject
QSignalMapper. mapping(int id)
QObject
QSignalMapper. mapping(QObject object)
QObject
QSignalMapper. mapping(QWidget widget)
QObject
QSignalMapper. mapping(String text)
QObject
QMetaObject. newInstance(Object... args)
QObject
QStateMachine.WrappedEvent. object()
QObject
QObject. parent()
protected QObject
QObject. sender()
QObject
QStateMachine.SignalEvent. sender()
QObject
QSignalTransition. senderObject()
QObject
QPropertyAnimation. targetObject()
Methods in io.qt.core that return types with arguments of type QObject Modifier and Type Method Description QList<QObject>
QObject. children()
QList<QObject>
QObject. findChildren()
Overloaded function forfindChildren(Class)
withcl = QObject.class
.static QList<QObject>
QPluginLoader. staticInstances()
Methods in io.qt.core with parameters of type QObject Modifier and Type Method Description QObject
QObjectCleanupHandler. add(QObject object)
QSignalTransition
QState. addTransition(QObject sender, String signal, QAbstractState target)
void
QState. assignProperty(QObject object, String name, Object value)
static QMetaObject.Connection
QObject. connect(QObject sender, QMetaMethod signal, QObject receiver, QMetaMethod slot, Qt.ConnectionType... connectionType)
Creates a connection of the giventype
from thesignal
in thesender
object to themethod
in thereceiver
object.static QMetaObject.Connection
QObject. connect(QObject sender, String signal, QObject receiver, String slot, Qt.ConnectionType... connectionType)
Creates a connection of the given type from the signal in the sender object to the method in the receiver object.static void
QMetaObject. connectSlotsByName(QObject object)
static QThread
QThread. create(Runnable runnable, long stackSize, QObject parent)
static QThread
QThread. create(Runnable runnable, QObject parent)
static QThread
QThread. create(Runnable runnable, String name, long stackSize, QObject parent)
static QThread
QThread. create(Runnable runnable, String name, QObject parent)
static QThread
QThread. create(ThreadGroup group, Runnable runnable, long stackSize, QObject parent)
static QThread
QThread. create(ThreadGroup group, Runnable runnable, String name, long stackSize, QObject parent)
static QThread
QThread. create(ThreadGroup group, Runnable runnable, String name, QObject parent)
static boolean
QObject. disconnect(QObject sender, QMetaMethod signal, QObject receiver, QMetaMethod slot)
Disconnects signal in object sender from method in object receiver receiver.static boolean
QObject. disconnect(QObject sender, String signal, QObject receiver, String slot)
Disconnects signal in object sender from method in object receiver.void
QSignalMapper.MultiSignal_mapped. emit(QObject arg__1)
Deprecated.Use QSignalMapper::mappedObject(QObject *) insteadboolean
QObject. eventFilter(QObject watched, QEvent event)
boolean
QStateMachine. eventFilter(QObject watched, QEvent event)
static QMetaObject.AbstractPrivateSignal0
QMetaObject. findSignal(QObject sender, String name)
static QMetaObject.AbstractSignal
QMetaObject. findSignal(QObject sender, String name, Class<?>... types)
static <A> QMetaObject.AbstractPrivateSignal1<A>
QMetaObject. findSignal(QObject sender, String name, Class<A> typeA)
static <A, B> QMetaObject.AbstractPrivateSignal2<A,B>
QMetaObject. findSignal(QObject sender, String name, Class<A> typeA, Class<B> typeB)
static <A, B, C> QMetaObject.AbstractPrivateSignal3<A,B,C>
QMetaObject. findSignal(QObject sender, String name, Class<A> typeA, Class<B> typeB, Class<C> typeC)
static <A, B, C, D> QMetaObject.AbstractPrivateSignal4<A,B,C,D>
QMetaObject. findSignal(QObject sender, String name, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD)
static <A, B, C, D, E>
QMetaObject.AbstractPrivateSignal5<A,B,C,D,E>QMetaObject. findSignal(QObject sender, String name, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD, Class<E> typeE)
static <A, B, C, D, E, F>
QMetaObject.AbstractPrivateSignal6<A,B,C,D,E,F>QMetaObject. findSignal(QObject sender, String name, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD, Class<E> typeE, Class<F> typeF)
static <A, B, C, D, E, F, G>
QMetaObject.AbstractPrivateSignal7<A,B,C,D,E,F,G>QMetaObject. findSignal(QObject sender, String name, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD, Class<E> typeE, Class<F> typeF, Class<G> typeG)
static <A, B, C, D, E, F, G, H>
QMetaObject.AbstractPrivateSignal8<A,B,C,D,E,F,G,H>QMetaObject. findSignal(QObject sender, String name, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD, Class<E> typeE, Class<F> typeF, Class<G> typeG, Class<H> typeH)
static <A, B, C, D, E, F, G, H, I>
QMetaObject.AbstractPrivateSignal9<A,B,C,D,E,F,G,H,I>QMetaObject. findSignal(QObject sender, String name, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD, Class<E> typeE, Class<F> typeF, Class<G> typeG, Class<H> typeH, Class<I> typeI)
void
QObject. installEventFilter(QObject filterObj)
Object
QMetaMethod. invoke(QObject object, Qt.ConnectionType connection, Object... args)
Object
QMetaMethod. invoke(QObject object, Object... args)
static Object
QMetaObject. invokeMethod(QObject obj, String member, Qt.ConnectionType type, Object... args)
Invokes the given method on the given object and returns it's result value.static Object
QMetaObject. invokeMethod(QObject obj, String member, Object... args)
CallinginvokeMethod(obj, AutoConnection, args)
.boolean
QMetaProperty. isDesignable(QObject obj)
boolean
QMetaProperty. isEditable(QObject obj)
Deprecated.boolean
QMetaProperty. isScriptable(QObject obj)
boolean
QMetaProperty. isStored(QObject obj)
boolean
QMetaProperty. isUser(QObject obj)
void
QSignalMapper. map(QObject sender)
QObject
QSignalMapper. mapping(QObject object)
boolean
QCoreApplication. notify(QObject arg__1, QEvent arg__2)
QMetaObject.AbstractSignal
QMetaProperty. notifySignal(QObject object)
static void
QCoreApplication. postEvent(QObject receiver, QEvent event)
Overloaded function forQCoreApplication.postEvent(io.qt.core.QObject, io.qt.core.QEvent, int)
withpriority = 0
.static void
QCoreApplication. postEvent(QObject receiver, QEvent event, int priority)
Object
QMetaProperty. read(QObject obj)
abstract List<QAbstractEventDispatcher.TimerInfo>
QAbstractEventDispatcher. registeredTimers(QObject object)
static void
QPluginLoader. registerStaticPluginFunction(QObject instance)
static void
QPluginLoader. registerStaticPluginFunction(QObject instance, QJsonObject metaData)
static void
QPluginLoader. registerStaticPluginFunction(QObject instance, Map<String,Object> metaData)
abstract void
QAbstractEventDispatcher. registerTimer(int timerId, int interval, Qt.TimerType timerType, QObject object)
int
QAbstractEventDispatcher. registerTimer(int interval, Qt.TimerType timerType, QObject object)
void
QObjectCleanupHandler. remove(QObject object)
void
QObject. removeEventFilter(QObject obj)
void
QSignalMapper. removeMappings(QObject sender)
static void
QCoreApplication. removePostedEvents(QObject receiver)
Overloaded function forQCoreApplication.removePostedEvents(io.qt.core.QObject, int)
witheventType = 0
.static void
QCoreApplication. removePostedEvents(QObject receiver, int eventType)
boolean
QMetaProperty. reset(QObject obj)
static boolean
QCoreApplication. sendEvent(QObject receiver, QEvent event)
static void
QCoreApplication. sendPostedEvents(QObject receiver)
Overloaded function forQCoreApplication.sendPostedEvents(io.qt.core.QObject, int)
withevent_type = 0
.static void
QCoreApplication. sendPostedEvents(QObject receiver, int event_type)
static void
QCoreApplication. sendPostedEvents(QObject receiver, QEvent.Type event_type)
Overloaded function forQCoreApplication.sendPostedEvents(io.qt.core.QObject, int)
void
QEventTransition. setEventSource(QObject object)
void
QSignalMapper. setMapping(QObject sender, int id)
void
QSignalMapper. setMapping(QObject sender, QObject object)
void
QSignalMapper. setMapping(QObject sender, QWidget widget)
void
QSignalMapper. setMapping(QObject sender, String text)
void
QObject. setParent(QObject parent)
void
QSignalTransition. setSenderObject(QObject sender)
void
QPropertyAnimation. setTargetObject(QObject target)
static void
QTimer. singleShot(int msec, QObject context, QMetaObject.Slot0 slot)
This static function calls slot after a given time interval.static void
QTimer. singleShot(int msec, QObject obj, String method)
This static function calls a slot after a given time interval.static void
QTimer. singleShot(int msec, Qt.TimerType timeType, QObject context, QMetaObject.Slot0 slot)
This static function calls slot after a given time interval.static void
QTimer. singleShot(int msec, Qt.TimerType timeType, QObject obj, String method)
This static function calls a slot after a given time interval.void
QBasicTimer. start(int msec, QObject obj)
void
QBasicTimer. start(int msec, Qt.TimerType timerType, QObject obj)
QMetaObject.AbstractSignal
QMetaMethod. toSignal(QObject sender)
abstract boolean
QAbstractEventDispatcher. unregisterTimers(QObject object)
boolean
QMetaProperty. write(QObject obj, Object value)
Method parameters in io.qt.core with type arguments of type QObject Modifier and Type Method Description static void
QPluginLoader. registerStaticPluginFunction(Class<? extends QObject> pluginClass)
static void
QPluginLoader. registerStaticPluginFunction(Class<? extends QObject> pluginClass, QJsonObject metaData)
static void
QPluginLoader. registerStaticPluginFunction(Class<? extends QObject> pluginClass, Map<String,Object> metaData)
-
Uses of QObject in io.qt.core.internal
Subclasses of QObject in io.qt.core.internal Modifier and Type Class Description class
QFactoryLoader
Java wrapper for Qt class QFactoryLoaderMethods in io.qt.core.internal that return QObject Modifier and Type Method Description QObject
QFactoryLoader. instance(int index)
QObject
QFactoryLoader. loadPlugin(String key, Object... args)
-
Uses of QObject in io.qt.datavis
Subclasses of QObject in io.qt.datavis Modifier and Type Class Description class
Q3DBars
Methods for rendering 3D bar graphsclass
Q3DCamera
Representation of a camera in 3D spaceclass
Q3DInputHandler
Basic wheel mouse based input handlerclass
Q3DLight
Representation of a light source in 3D spaceclass
Q3DObject
Simple base class for all the objects in a 3D sceneclass
Q3DScatter
Methods for rendering 3D scatter graphsclass
Q3DScene
Description of the 3D scene being visualizedclass
Q3DSurface
Methods for rendering 3D surface plotsclass
Q3DTheme
Visual style for graphsclass
QAbstract3DAxis
Base class for the axes of a graphclass
QAbstract3DGraph
Window and render loop for graphsclass
QAbstract3DInputHandler
Base class for implementations of input handlersclass
QAbstract3DSeries
Base class for all data seriesclass
QAbstractDataProxy
Base class for all data visualization data proxiesclass
QBar3DSeries
Represents a data series in a 3D bar graphclass
QBarDataProxy
The data proxy for a 3D bars graphclass
QCategory3DAxis
Manipulates an axis of a graphclass
QCustom3DItem
Adds a custom item to a graphclass
QCustom3DLabel
Adds a custom label to a graphclass
QCustom3DVolume
Adds a volume rendered object to a graphclass
QHeightMapSurfaceDataProxy
Base proxy class for Q3DSurfaceclass
QItemModelBarDataProxy
Proxy class for presenting data in item models with Q3DBarsclass
QItemModelScatterDataProxy
Proxy class for presenting data in item models with Q3DScatterclass
QItemModelSurfaceDataProxy
Proxy class for presenting data in item models with Q3DSurfaceclass
QLogValue3DAxisFormatter
Formatting rules for a logarithmic value axisclass
QScatter3DSeries
Represents a data series in a 3D scatter graphclass
QScatterDataProxy
The data proxy for 3D scatter graphsclass
QSurface3DSeries
Represents a data series in a 3D surface graphclass
QSurfaceDataProxy
The data proxy for a 3D surface graphclass
QTouch3DInputHandler
Basic touch display based input handlerclass
QValue3DAxis
Manipulates an axis of a graphclass
QValue3DAxisFormatter
Base class for value axis formatters -
Uses of QObject in io.qt.dbus
Subclasses of QObject in io.qt.dbus Modifier and Type Class Description class
QDBusAbstractAdaptor
The base class of D-Bus adaptor classesclass
QDBusAbstractInterface
The base class for all D-Bus interfaces in the Qt D-Bus binding, allowing access to remote interfacesclass
QDBusAbstractInterfaceBase
Java wrapper for Qt class QDBusAbstractInterfaceBaseclass
QDBusConnectionInterface
Access to the D-Bus bus daemon serviceclass
QDBusInterface
Proxy for interfaces on remote objectsclass
QDBusPendingCallWatcher
Convenient way for waiting for asynchronous repliesclass
QDBusServer
Peer-to-peer communication between processes on the same computerclass
QDBusServiceWatcher
Allows the user to watch for a bus service changeclass
QDBusVirtualObject
Used to handle several DBus paths with one classMethods in io.qt.dbus that return QObject Modifier and Type Method Description QObject
QDBusConnection. objectRegisteredAt(String path)
Methods in io.qt.dbus with parameters of type QObject Modifier and Type Method Description boolean
QDBusAbstractInterface. callWithCallback(String method, Collection<Object> args, QObject receiver, String member)
boolean
QDBusAbstractInterface. callWithCallback(String method, Collection<Object> args, QObject receiver, String member, String errorSlot)
boolean
QDBusConnection. callWithCallback(QDBusMessage message, QObject receiver, String slot)
Overloaded function forQDBusConnection.callWithCallback(io.qt.dbus.QDBusMessage, io.qt.core.QObject, java.lang.String, int)
withtimeout = -1
.boolean
QDBusConnection. callWithCallback(QDBusMessage message, QObject receiver, String slot, int timeout)
boolean
QDBusConnection. callWithCallback(QDBusMessage message, QObject receiver, String returnMethod, String errorMethod)
Overloaded function forQDBusConnection.callWithCallback(io.qt.dbus.QDBusMessage, io.qt.core.QObject, java.lang.String, java.lang.String, int)
withtimeout = -1
.boolean
QDBusConnection. callWithCallback(QDBusMessage message, QObject receiver, String returnMethod, String errorMethod, int timeout)
boolean
QDBusConnection. connect(String service, String path, String arg__interface, String name, QObject receiver, String slot)
boolean
QDBusConnection. connect(String service, String path, String arg__interface, String name, String signature, QObject receiver, String slot)
boolean
QDBusConnection. connect(String service, String path, String arg__interface, String name, Collection<String> argumentMatch, String signature, QObject receiver, String slot)
boolean
QDBusConnection. disconnect(String service, String path, String arg__interface, String name, QObject receiver, String slot)
boolean
QDBusConnection. disconnect(String service, String path, String arg__interface, String name, String signature, QObject receiver, String slot)
boolean
QDBusConnection. disconnect(String service, String path, String arg__interface, String name, Collection<String> argumentMatch, String signature, QObject receiver, String slot)
boolean
QDBusConnection. registerObject(String path, QObject object)
Overloaded function forQDBusConnection.registerObject(java.lang.String, io.qt.core.QObject, io.qt.dbus.QDBusConnection.RegisterOptions)
withoptions = new io.qt.dbus.QDBusConnection.RegisterOptions(1)
.boolean
QDBusConnection. registerObject(String path, QObject object, QDBusConnection.RegisterOption... options)
boolean
QDBusConnection. registerObject(String path, QObject object, QDBusConnection.RegisterOptions options)
boolean
QDBusConnection. registerObject(String path, String arg__interface, QObject object)
Overloaded function forQDBusConnection.registerObject(java.lang.String, java.lang.String, io.qt.core.QObject, io.qt.dbus.QDBusConnection.RegisterOptions)
withoptions = new io.qt.dbus.QDBusConnection.RegisterOptions(1)
.boolean
QDBusConnection. registerObject(String path, String arg__interface, QObject object, QDBusConnection.RegisterOption... options)
boolean
QDBusConnection. registerObject(String path, String arg__interface, QObject object, QDBusConnection.RegisterOptions options)
Constructors in io.qt.dbus with parameters of type QObject Constructor Description QDBusAbstractAdaptor(QObject parent)
QDBusAbstractInterface(String service, String path, String arg__interface, QDBusConnection connection, QObject parent)
QDBusInterface(String service, String path, String arg__interface, QDBusConnection connection, QObject parent)
QDBusPendingCallWatcher(QDBusPendingCall call, QObject parent)
QDBusServer(QObject parent)
QDBusServer(String address, QObject parent)
QDBusServiceWatcher(QObject parent)
QDBusVirtualObject(QObject parent)
-
Uses of QObject in io.qt.designer
Subclasses of QObject in io.qt.designer Modifier and Type Class Description class
QDesignerActionEditorInterface
Allows you to change the focus of Qt Designer's action editorclass
QDesignerFormEditorInterface
Allows you to access Qt Designer's various componentsclass
QDesignerFormWindowInterface
Allows you to query and manipulate form windows appearing in Qt Designer's workspaceclass
QDesignerFormWindowToolInterface
Java wrapper for Qt class QDesignerFormWindowToolInterfaceclass
QDesignerIntegration
Java wrapper for Qt class QDesignerIntegrationclass
QDesignerIntegrationInterface
Java wrapper for Qt class QDesignerIntegrationInterfaceclass
QDesignerMetaDataBaseInterface
Java wrapper for Qt class QDesignerMetaDataBaseInterfaceclass
QDesignerNewFormWidgetInterface
Java wrapper for Qt class QDesignerNewFormWidgetInterfaceclass
QDesignerObjectInspectorInterface
Allows you to change the focus of Qt Designer's object inspectorclass
QDesignerPropertyEditorInterface
Allows you to query and manipulate the current state of Qt Designer's property editorclass
QDesignerResourceBrowserInterface
Java wrapper for Qt class QDesignerResourceBrowserInterfaceclass
QDesignerWidgetBoxInterface
Allows you to control the contents of Qt Designer's widget boxclass
QDesignerWidgetDataBaseInterface
Java wrapper for Qt class QDesignerWidgetDataBaseInterfaceclass
QDesignerWidgetFactoryInterface
Java wrapper for Qt class QDesignerWidgetFactoryInterfaceclass
QExtensionManager
Extension management facilities for Qt Designerclass
QtJambiResourceBrowser
Java wrapper for Qt class QtJambiResourceBrowserFields in io.qt.designer with type parameters of type QObject Modifier and Type Field Description QObject.Signal4<QDesignerFormWindowInterface,QObject,String,String>
QDesignerIntegrationInterface. objectNameChanged
QObject.Signal1<QObject>
QDesignerFormWindowInterface. objectRemoved
Methods in io.qt.designer that return QObject Modifier and Type Method Description QObject
QAbstractExtensionFactory. extension(QObject object, String iid)
abstract QObject
QAbstractExtensionFactory.Impl. extension(QObject object, String iid)
QObject
QAbstractExtensionManager. extension(QObject object, String iid)
abstract QObject
QAbstractExtensionManager.Impl. extension(QObject object, String iid)
QObject
QExtensionManager. extension(QObject object, String iid)
abstract QObject
QDesignerPropertyEditorInterface. object()
Methods in io.qt.designer that return types with arguments of type QObject Modifier and Type Method Description abstract List<QObject>
QDesignerMetaDataBaseInterface. objects()
QList<QObject>
QDesignerFormEditorInterface. pluginInstances()
Methods in io.qt.designer with parameters of type QObject Modifier and Type Method Description abstract void
QDesignerMetaDataBaseInterface. add(QObject object)
protected boolean
QAbstractFormBuilder. applyPropertyInternally(QObject o, String propertyName, Object value)
protected boolean
QAbstractFormBuilder. checkProperty(QObject obj, String prop)
String
QDesignerLanguageExtension. classNameOf(QObject object)
abstract String
QDesignerLanguageExtension.Impl. classNameOf(QObject object)
protected QAction
QAbstractFormBuilder. createAction(QObject parent, String name)
protected QActionGroup
QAbstractFormBuilder. createActionGroup(QObject parent, String name)
protected QLayout
QAbstractFormBuilder. createLayout(String layoutName, QObject parent, String name)
protected QLayout
QFormBuilder. createLayout(String layoutName, QObject parent, String name)
void
QDesignerIntegrationInterface. emitObjectNameChanged(QDesignerFormWindowInterface formWindow, QObject object, String newName, String oldName)
abstract void
QDesignerFormWindowInterface. ensureUniqueObjectName(QObject object)
QObject
QAbstractExtensionFactory. extension(QObject object, String iid)
abstract QObject
QAbstractExtensionFactory.Impl. extension(QObject object, String iid)
QObject
QAbstractExtensionManager. extension(QObject object, String iid)
abstract QObject
QAbstractExtensionManager.Impl. extension(QObject object, String iid)
QObject
QExtensionManager. extension(QObject object, String iid)
static QDesignerFormWindowInterface
QDesignerFormWindowInterface. findFormWindow(QObject obj)
int
QDesignerWidgetDataBaseInterface. indexOfObject(QObject object)
Overloaded function forQDesignerWidgetDataBaseInterface.indexOfObject(io.qt.core.QObject, boolean)
withresolveName = true
.int
QDesignerWidgetDataBaseInterface. indexOfObject(QObject object, boolean resolveName)
abstract void
QDesignerWidgetFactoryInterface. initialize(QObject object)
boolean
QDesignerWidgetDataBaseInterface. isContainer(QObject object)
Overloaded function forQDesignerWidgetDataBaseInterface.isContainer(io.qt.core.QObject, boolean)
withresolveName = true
.boolean
QDesignerWidgetDataBaseInterface. isContainer(QObject object, boolean resolveName)
boolean
QDesignerWidgetDataBaseInterface. isCustom(QObject object)
Overloaded function forQDesignerWidgetDataBaseInterface.isCustom(io.qt.core.QObject, boolean)
withresolveName = true
.boolean
QDesignerWidgetDataBaseInterface. isCustom(QObject object, boolean resolveName)
abstract QDesignerMetaDataBaseItemInterface
QDesignerMetaDataBaseInterface. item(QObject object)
abstract void
QDesignerMetaDataBaseInterface. remove(QObject object)
abstract void
QDesignerPropertyEditorInterface. setObject(QObject object)
Constructors in io.qt.designer with parameters of type QObject Constructor Description QDesignerFormEditorInterface(QObject parent)
QDesignerFormWindowToolInterface(QObject parent)
QDesignerIntegration(QDesignerFormEditorInterface core, QObject parent)
QDesignerIntegrationInterface(QDesignerFormEditorInterface core, QObject parent)
QDesignerMetaDataBaseInterface(QObject parent)
QDesignerWidgetDataBaseInterface(QObject parent)
QDesignerWidgetFactoryInterface(QObject parent)
QExtensionManager(QObject parent)
-
Uses of QObject in io.qt.gamepad
Subclasses of QObject in io.qt.gamepad Modifier and Type Class Description class
QGamepad
A gamepad device connected to a systemclass
QGamepadKeyNavigation
Provides support for keyboard events triggered by gamepadsclass
QGamepadManager
Queries attached gamepads and related eventsConstructors in io.qt.gamepad with parameters of type QObject Constructor Description QGamepad(int deviceId, QObject parent)
QGamepadKeyNavigation(QObject parent)
-
Uses of QObject in io.qt.gui
Subclasses of QObject in io.qt.gui Modifier and Type Class Description class
QAbstractTextDocumentLayout
Abstract base class used to implement custom layouts for QTextDocumentsclass
QAccessibleBridgePlugin
Java wrapper for Qt class QAccessibleBridgePluginclass
QAccessiblePlugin
Abstract base class for plugins provinding accessibility information for user interface elementsclass
QClipboard
Access to the window system clipboardclass
QDoubleValidator
Range checking of floating-point numbersclass
QDrag
Support for MIME-based drag and drop data transferclass
QGenericPlugin
Abstract base class for pluginsclass
QGuiApplication
Manages the GUI application's control flow and main settingsclass
QIconEnginePlugin
Abstract base for custom QIconEngine pluginsclass
QImageIOPlugin
Defines an interface for writing an image format pluginclass
QInputMethod
Access to the active text input methodclass
QIntValidator
Validator that ensures a string contains a valid integer within a specified rangeclass
QMovie
Convenience class for playing movies with QImageReaderclass
QOffscreenSurface
Represents an offscreen surface in the underlying platformclass
QOpenGLContext
Represents a native OpenGL context, enabling OpenGL rendering on a QSurfaceclass
QOpenGLContextGroup
Represents a group of contexts sharing OpenGL resourcesclass
QOpenGLDebugLogger
Enables logging of OpenGL debugging messagesclass
QOpenGLShader
Allows OpenGL shaders to be compiledclass
QOpenGLShaderProgram
Allows OpenGL shader programs to be linked and usedclass
QOpenGLTimeMonitor
Wraps a sequence of OpenGL timer query objectsclass
QOpenGLTimerQuery
Wraps an OpenGL timer query objectclass
QOpenGLVertexArrayObject
Wraps an OpenGL Vertex Array Objectclass
QOpenGLWindow
Convenience subclass of QWindow to perform OpenGL paintingclass
QPaintDeviceWindow
Convenience subclass of QWindow that is also a QPaintDeviceclass
QPdfWriter
Class to generate PDFs that can be used as a paint deviceclass
QRasterWindow
Convenience class for using QPainter on a QWindowclass
QRegExpValidator
Used to check a string against a regular expressionclass
QRegularExpressionValidator
Used to check a string against a regular expressionclass
QScreen
Used to query screen propertiesclass
QSessionManager
Access to the session managerclass
QStandardItemModel
Generic model for storing custom dataclass
QStyleHints
Contains platform specific hints and settingsclass
QSyntaxHighlighter
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
QTextBlockGroup
Container for text blocks within a QTextDocumentclass
QTextDocument
Holds formatted textclass
QTextFrame
Represents a frame in a QTextDocumentclass
QTextList
Decorated list of items in a QTextDocumentclass
QTextObject
Base class for different kinds of objects that can group parts of a QTextDocument togetherclass
QTextTable
Represents a table in a QTextDocumentclass
QValidator
Validation of input textclass
QWindow
Represents a window in the underlying windowing systemFields in io.qt.gui with type parameters of type QObject Modifier and Type Field Description QObject.Signal1<QObject>
QGuiApplication. focusObjectChanged
QObject.Signal1<QObject>
QWindow. focusObjectChanged
QObject.Signal1<QObject>
QDrag. targetChanged
Methods in io.qt.gui with type parameters of type QObject Modifier and Type Method Description <Handler extends QObject & QTextObjectInterface>
voidQAbstractTextDocumentLayout. registerHandler(int objectType, Handler component)
Registers the given component as a handler for items of the given objectType.<Handler extends QObject & QTextObjectInterface>
voidQAbstractTextDocumentLayout. unregisterHandler(int objectType, Handler component)
Methods in io.qt.gui that return QObject Modifier and Type Method Description abstract QObject
QGenericPlugin. create(String name, String spec)
static QObject
QGenericPluginFactory. create(String arg__1, String arg__2)
static QObject
QGuiApplication. focusObject()
QObject
QWindow. focusObject()
QObject
QAccessibleEvent. object()
abstract QObject
QAccessibleInterface.Impl. object()
QObject
QAccessibleInterface. object()
QObject
QAccessibleObject. object()
QObject
QDrag. source()
QObject
QDropEvent. source()
QObject
QDrag. target()
QObject
QTouchEvent. target()
Methods in io.qt.gui with parameters of type QObject Modifier and Type Method Description QAccessibleInterface
QAccessible.InterfaceFactory. call(String key, QObject arg__2)
void
QAccessible.RootObjectHandler. call(QObject arg__1)
QTextDocument
QTextDocument. clone(QObject parent)
abstract QAccessibleInterface
QAccessiblePlugin. create(String key, QObject object)
boolean
QGuiApplication. notify(QObject arg__1, QEvent arg__2)
static QAccessibleInterface
QAccessible. queryAccessibleInterface(QObject arg__1)
static void
QAccessible. setRootObject(QObject object)
void
QTouchEvent. setTarget(QObject atarget)
-
Uses of QObject in io.qt.help
Subclasses of QObject in io.qt.help Modifier and Type Class Description class
QHelpContentModel
Model that supplies content to viewsclass
QHelpContentWidget
Tree view for displaying help content model itemsclass
QHelpEngine
Access to contents and indices of the help engineclass
QHelpEngineCore
The core functionality of the help systemclass
QHelpFilterEngine
Filtered view of the help contentsclass
QHelpFilterSettingsWidget
Widget that allows for creating, editing and removing filtersclass
QHelpIndexModel
Model that supplies index keywords to viewsclass
QHelpIndexWidget
List view displaying the QHelpIndexModelclass
QHelpSearchEngine
Access to widgets reusable to integrate fulltext search as well as to index and search documentationclass
QHelpSearchQueryWidget
Simple line edit or an advanced widget to enable the user to input a search term in a standardized input maskclass
QHelpSearchResultWidget
Text browser to display search resultsConstructors in io.qt.help with parameters of type QObject Constructor Description QHelpEngine(String collectionFile, QObject parent)
QHelpEngineCore(String collectionFile, QObject parent)
QHelpSearchEngine(QHelpEngineCore helpEngine, QObject parent)
-
Uses of QObject in io.qt.internal
Fields in io.qt.internal declared as QObject Modifier and Type Field Description QObject
QtJambiInternal.LambdaInfo. qobject
Methods in io.qt.internal that return QObject Modifier and Type Method Description static QObject
QtJambiInternal. lambdaContext(Serializable slotObject)
static QObject
QtJambiInternal. owner(QtObjectInterface object)
Methods in io.qt.internal with parameters of type QObject Modifier and Type Method Description protected static QtJambiPropertyInfo
QtJambiSignals. analyzeProperty(QObject object, QtObject property)
static void
QtJambiInternal. connectSlotsByName(QObject object)
static void
QtJambiInternal. qRegisterStaticPluginFunction(QObject instance, QJsonObject metaData)
Method parameters in io.qt.internal with type arguments of type QObject Modifier and Type Method Description static void
QtJambiInternal. qRegisterStaticPluginFunction(Class<? extends QObject> pluginClass, QJsonObject metaData)
Constructors in io.qt.internal with parameters of type QObject Constructor Description LambdaInfo(Class<?> ownerClass, Object owner, QObject qobject, boolean isStatic, MethodHandle methodHandle, Method reflectiveMethod, Constructor<?> reflectiveConstructor, List<Object> lambdaArgs)
-
Uses of QObject in io.qt.keyboard
Subclasses of QObject in io.qt.keyboard Modifier and Type Class Description class
QVirtualKeyboardAbstractInputMethod
Base class for input methodsclass
QVirtualKeyboardExtensionPlugin
Extension plugin for the Qt Virtual Keyboardclass
QVirtualKeyboardInputContext
Provides access to an input contextclass
QVirtualKeyboardInputEngine
InputEngine class provides an input engine that supports C++ and QML integrationclass
QVirtualKeyboardSelectionListModel
List model for selection listsclass
QVirtualKeyboardTrace
Trace is a data model for touch input dataMethods in io.qt.keyboard that return QObject Modifier and Type Method Description QObject
QVirtualKeyboardInputContext. inputItem()
Constructors in io.qt.keyboard with parameters of type QObject Constructor Description QVirtualKeyboardAbstractInputMethod(QObject parent)
QVirtualKeyboardInputContext(QObject parent)
QVirtualKeyboardTrace(QObject parent)
-
Uses of QObject in io.qt.location
Classes in io.qt.location with type parameters of type QObject Modifier and Type Class Description static class
QGeoServiceProviderFactory.Result<T extends QObject>
Subclasses of QObject in io.qt.location Modifier and Type Class Description class
QGeoCodeReply
Manages an operation started by an instance of QGeoCodingManagerclass
QGeoCodingManager
Support for geocoding operationsclass
QGeoCodingManagerEngine
Interface and convenience methods to implementers of QGeoServiceProvider plugins who want to provide support for geocoding operationsclass
QGeoRouteReply
Manages an operation started by an instance of QGeoRoutingManagerclass
QGeoRoutingManager
Support for geographic routing operationsclass
QGeoRoutingManagerEngine
Interface and convenience methods to implementers of QGeoServiceProvider plugins who want to provide access to geographic routing informationclass
QGeoServiceProvider
Aggregates access to services which provide geographical informationclass
QPlaceContentReply
Manages a content retrieval operation started by an instance of QPlaceManagerclass
QPlaceDetailsReply
Manages a place details fetch operation started by an instance of QPlaceManagerclass
QPlaceIdReply
Manages operations which return an identifier such as saving and removal operations of places and categoriesclass
QPlaceManager
The interface which allows clients to access places stored in a particular backendclass
QPlaceManagerEngine
Interface for implementers of QGeoServiceProvider plugins who want to provide access to place functionalityclass
QPlaceMatchReply
Manages a place matching operation started by an instance of QPlaceManagerclass
QPlaceReply
Manages an operation started by an instance of QPlaceManager and serves as a base class for more specialized repliesclass
QPlaceSearchReply
Manages a place search operation started by an instance of QPlaceManagerclass
QPlaceSearchSuggestionReply
Manages a search suggestion operation started by an instance of QPlaceManagerConstructors in io.qt.location with parameters of type QObject Constructor Description QGeoCodeReply(QObject parent)
QGeoCodeReply(QGeoCodeReply.Error error, String errorString, QObject parent)
QGeoCodingManagerEngine(Map<String,Object> parameters, QObject parent)
QGeoRouteReply(QGeoRouteReply.Error error, String errorString, QObject parent)
QGeoRouteReply(QGeoRouteRequest request, QObject parent)
QGeoRoutingManagerEngine(Map<String,Object> parameters, QObject parent)
QPlaceContentReply(QObject parent)
QPlaceDetailsReply(QObject parent)
QPlaceIdReply(QPlaceIdReply.OperationType operationType, QObject parent)
QPlaceManagerEngine(Map<String,Object> parameters, QObject parent)
QPlaceMatchReply(QObject parent)
QPlaceReply(QObject parent)
QPlaceSearchReply(QObject parent)
QPlaceSearchSuggestionReply(QObject parent)
-
Uses of QObject in io.qt.macextras
Subclasses of QObject in io.qt.macextras Modifier and Type Class Description class
QMacToolBar
Wraps the native NSToolbar classclass
QMacToolBarItem
Item for QMacToolBarConstructors in io.qt.macextras with parameters of type QObject Constructor Description QMacToolBar(QObject parent)
QMacToolBar(String identifier, QObject parent)
QMacToolBarItem(QObject parent)
-
Uses of QObject in io.qt.multimedia
Subclasses of QObject in io.qt.multimedia Modifier and Type Class Description class
QAbstractAudioDeviceInfo
Base class for audio backendsclass
QAbstractAudioInput
Access for QAudioInput to access the audio device provided by the pluginclass
QAbstractAudioOutput
Base class for audio backendsclass
QAbstractVideoFilter
Represents a filter that is applied to the video frames received by a VideoOutput typeclass
QAbstractVideoSurface
Base class for video presentation surfacesclass
QAudioDecoder
Java wrapper for Qt class QAudioDecoderclass
QAudioDecoderControl
Java wrapper for Qt class QAudioDecoderControlclass
QAudioEncoderSettingsControl
Access to the settings of a media service that performs audio encodingclass
QAudioInput
Interface for receiving audio data from an audio input deviceclass
QAudioInputSelectorControl
Audio input selector media controlclass
QAudioOutput
Interface for sending audio data to an audio output deviceclass
QAudioOutputSelectorControl
Audio output selector media controlclass
QAudioProbe
Allows you to monitor audio being played or recordedclass
QAudioRecorder
Used for the recording of audioclass
QAudioRoleControl
Control over the audio role of a media objectclass
QAudioSystemPlugin
Abstract base for audio pluginsclass
QCamera
Interface for system camera devicesclass
QCameraCaptureBufferFormatControl
Control for setting the capture buffer formatclass
QCameraCaptureDestinationControl
Control for setting capture destinationclass
QCameraControl
Abstract base class for classes that control still cameras or video camerasclass
QCameraExposure
Interface for exposure related camera settingsclass
QCameraExposureControl
Allows controlling camera exposure parametersclass
QCameraFeedbackControl
Allows controlling feedback (sounds etc) during camera operationclass
QCameraFlashControl
Allows controlling a camera's flashclass
QCameraFocus
Interface for focus and zoom related camera settingsclass
QCameraFocusControl
Supplies control for focusing related camera parametersclass
QCameraImageCapture
Used for the recording of media contentclass
QCameraImageCaptureControl
Control interface for image capture servicesclass
QCameraImageProcessing
Interface for image processing related camera settingsclass
QCameraImageProcessingControl
Abstract class for controlling image processing parameters, like white balance, contrast, saturation, sharpening and denoisingclass
QCameraInfoControl
Camera info media controlclass
QCameraLocksControl
Abstract base class for classes that control still cameras or video camerasclass
QCameraViewfinderSettingsControl
Abstract class for controlling camera viewfinder parametersclass
QCameraViewfinderSettingsControl2
Access to the viewfinder settings of a camera media serviceclass
QCameraZoomControl
Supplies control for optical and digital camera zoomclass
QCustomAudioRoleControl
Control over the audio role of a media objectclass
QImageEncoderControl
Access to the settings of a media service that performs image encodingclass
QMediaAudioProbeControl
Allows control over probing audio data in media objectsclass
QMediaAvailabilityControl
Supplies a control for reporting availability of a serviceclass
QMediaContainerControl
Access to the output container format of a QMediaServiceclass
QMediaControl
Base interface for media service controlsclass
QMediaGaplessPlaybackControl
Access to the gapless playback related control of a QMediaServiceclass
QMediaNetworkAccessControl
Deprecated.class
QMediaObject
Common base for multimedia objectsclass
QMediaPlayer
Allows the playing of a media sourceclass
QMediaPlayerControl
Access to the media playing functionality of a QMediaServiceclass
QMediaPlaylist
List of media content to playclass
QMediaRecorder
Used for the recording of media contentclass
QMediaRecorderControl
Access to the recording functionality of a QMediaServiceclass
QMediaService
Common base class for media service implementationsclass
QMediaServiceProviderPlugin
Interface provides an interface for QMediaService plug-insclass
QMediaStreamsControl
Media stream selection controlclass
QMediaVideoProbeControl
Allows control over probing video frames in media objectsclass
QMetaDataReaderControl
Read access to the meta-data of a QMediaService's mediaclass
QMetaDataWriterControl
Write access to the meta-data of a QMediaService's mediaclass
QRadioData
Interfaces to the RDS functionality of the system radioclass
QRadioDataControl
Access to the RDS functionality of the radio in the QMediaServiceclass
QRadioTuner
Interface to the systems analog radio deviceclass
QRadioTunerControl
Access to the radio tuning functionality of a QMediaServiceclass
QSound
Method to play .wav sound filesclass
QSoundEffect
Way to play low latency sound effectsclass
QVideoDeviceSelectorControl
Video device selector media controlclass
QVideoEncoderSettingsControl
Access to the settings of a media service that performs video encodingclass
QVideoProbe
Allows you to monitor video frames being played or recordedclass
QVideoRendererControl
Media control for rendering video to a QAbstractVideoSurfaceclass
QVideoWindowControl
Media control for rendering video to a windowMethods in io.qt.multimedia with parameters of type QObject Modifier and Type Method Description boolean
QAudioDecoder. bind(QObject arg__1)
boolean
QMediaObject. bind(QObject arg__1)
boolean
QMediaPlayer. bind(QObject arg__1)
void
QAudioDecoder. unbind(QObject arg__1)
void
QMediaObject. unbind(QObject arg__1)
void
QMediaPlayer. unbind(QObject arg__1)
-
Uses of QObject in io.qt.multimedia.widgets
Subclasses of QObject in io.qt.multimedia.widgets Modifier and Type Class Description class
QCameraViewfinder
Java wrapper for Qt class QCameraViewfinderclass
QGraphicsVideoItem
Java wrapper for Qt class QGraphicsVideoItemclass
QVideoWidget
Widget which presents video produced by a media objectclass
QVideoWidgetControl
Media control which implements a video widgetConstructors in io.qt.multimedia.widgets with parameters of type QObject Constructor Description QVideoWidgetControl(QObject parent)
-
Uses of QObject in io.qt.network
Subclasses of QObject in io.qt.network Modifier and Type Class Description class
QAbstractNetworkCache
The interface for cache implementationsclass
QAbstractSocket
The base functionality common to all socket typesclass
QDnsLookup
Represents a DNS lookupclass
QDtls
This class provides encryption for UDP socketsclass
QDtlsClientVerifier
This class implements server-side DTLS cookie generation and verificationclass
QHttpMultiPart
Resembles a MIME multipart message to be sent over HTTPclass
QLocalServer
Local socket based serverclass
QLocalSocket
Local socketclass
QNetworkAccessManager
Allows the application to send network requests and receive repliesclass
QNetworkConfigurationManager
Deprecated.class
QNetworkCookieJar
Implements a simple jar of QNetworkCookie objectsclass
QNetworkDiskCache
Very basic disk cacheclass
QNetworkReply
Contains the data and headers for a request sent with QNetworkAccessManagerclass
QNetworkSession
Deprecated.class
QSslSocket
SSL encrypted socket for both clients and serversclass
QTcpServer
TCP-based serverclass
QTcpSocket
TCP socketclass
QUdpSocket
UDP socketMethods in io.qt.network that return QObject Modifier and Type Method Description QObject
QNetworkRequest. originatingObject()
Methods in io.qt.network with parameters of type QObject Modifier and Type Method Description static int
QHostInfo. lookupHost(String name, QObject context, QMetaObject.Slot1<QHostInfo> slot)
static int
QHostInfo. lookupHost(String name, QObject receiver, String member)
void
QNetworkRequest. setOriginatingObject(QObject object)
Constructors in io.qt.network with parameters of type QObject Constructor Description QAbstractNetworkCache(QObject parent)
QAbstractSocket(QAbstractSocket.SocketType socketType, QObject parent)
QDnsLookup(QObject parent)
QDnsLookup(QDnsLookup.Type type, String name, QObject parent)
QDtls(QSslSocket.SslMode mode, QObject parent)
QDtlsClientVerifier(QObject parent)
QHttpMultiPart(QObject parent)
QHttpMultiPart(QHttpMultiPart.ContentType contentType, QObject parent)
QLocalServer(QObject parent)
QLocalSocket(QObject parent)
QNetworkAccessManager(QObject parent)
QNetworkConfigurationManager(QObject parent)
Deprecated.QNetworkCookieJar(QObject parent)
QNetworkDiskCache(QObject parent)
QNetworkReply(QObject parent)
QNetworkSession(QNetworkConfiguration connConfig, QObject parent)
Deprecated.QSslSocket(QObject parent)
QTcpServer(QObject parent)
QTcpSocket(QObject parent)
QUdpSocket(QObject parent)
-
Uses of QObject in io.qt.network.auth
Subclasses of QObject in io.qt.network.auth Modifier and Type Class Description class
QAbstractOAuth
The base of all implementations of OAuth authentication methodsclass
QAbstractOAuth2
The base of all implementations of OAuth 2 authentication methodsclass
QAbstractOAuthReplyHandler
Handles replies to OAuth authentication requestsclass
QOAuth1
Implementation of the OAuth 1 Protocolclass
QOAuth2AuthorizationCodeFlow
Implementation of the Authorization Code Grant flowclass
QOAuthHttpServerReplyHandler
Java wrapper for Qt class QOAuthHttpServerReplyHandlerclass
QOAuthOobReplyHandler
Java wrapper for Qt class QOAuthOobReplyHandler -
Uses of QObject in io.qt.nfc
Subclasses of QObject in io.qt.nfc Modifier and Type Class Description class
QNearFieldManager
Access to notifications for NFC eventsclass
QNearFieldShareManager
Manages all interactions related to sharing files and data over NFCclass
QNearFieldShareTarget
Transfers data to remote device over NFCclass
QNearFieldTarget
Interface for communicating with a target deviceclass
QQmlNdefRecord
Implements the NdefRecord type in QMLMethods in io.qt.nfc with parameters of type QObject Modifier and Type Method Description int
QNearFieldManager. registerNdefMessageHandler(QObject object, String method)
int
QNearFieldManager. registerNdefMessageHandler(QNdefFilter filter, QObject object, String method)
int
QNearFieldManager. registerNdefMessageHandler(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type, QObject object, String method)
Constructors in io.qt.nfc with parameters of type QObject Constructor Description QNearFieldManager(QObject parent)
QNearFieldShareManager(QObject parent)
QNearFieldTarget(QObject parent)
QQmlNdefRecord(QObject parent)
QQmlNdefRecord(QNdefRecord record, QObject parent)
-
Uses of QObject in io.qt.positioning
Subclasses of QObject in io.qt.positioning Modifier and Type Class Description class
QGeoAreaMonitorSource
Enables the detection of proximity changes for a specified set of coordinatesclass
QGeoPositionInfoSource
Abstract base class for the distribution of positional updatesclass
QGeoSatelliteInfoSource
Abstract base class for the distribution of satellite information updatesclass
QNmeaPositionInfoSource
Positional information using a NMEA data sourceMethods in io.qt.positioning with parameters of type QObject Modifier and Type Method Description QGeoAreaMonitorSource
QGeoPositionInfoSourceFactory. areaMonitor(QObject parent)
abstract QGeoAreaMonitorSource
QGeoPositionInfoSourceFactory.Impl. areaMonitor(QObject parent)
QGeoAreaMonitorSource
QGeoPositionInfoSourceFactoryV2. areaMonitor(QObject parent)
abstract QGeoAreaMonitorSource
QGeoPositionInfoSourceFactoryV2.Impl. areaMonitor(QObject parent)
QGeoAreaMonitorSource
QGeoPositionInfoSourceFactoryV2. areaMonitorWithParameters(QObject parent, Map<String,Object> parameters)
abstract QGeoAreaMonitorSource
QGeoPositionInfoSourceFactoryV2.Impl. areaMonitorWithParameters(QObject parent, Map<String,Object> parameters)
static QGeoAreaMonitorSource
QGeoAreaMonitorSource. createDefaultSource(QObject parent)
static QGeoPositionInfoSource
QGeoPositionInfoSource. createDefaultSource(QObject parent)
static QGeoPositionInfoSource
QGeoPositionInfoSource. createDefaultSource(Map<String,Object> parameters, QObject parent)
static QGeoSatelliteInfoSource
QGeoSatelliteInfoSource. createDefaultSource(QObject parent)
static QGeoSatelliteInfoSource
QGeoSatelliteInfoSource. createDefaultSource(Map<String,Object> parameters, QObject parent)
static QGeoAreaMonitorSource
QGeoAreaMonitorSource. createSource(String sourceName, QObject parent)
static QGeoPositionInfoSource
QGeoPositionInfoSource. createSource(String sourceName, QObject parent)
static QGeoPositionInfoSource
QGeoPositionInfoSource. createSource(String sourceName, Map<String,Object> parameters, QObject parent)
static QGeoSatelliteInfoSource
QGeoSatelliteInfoSource. createSource(String sourceName, QObject parent)
static QGeoSatelliteInfoSource
QGeoSatelliteInfoSource. createSource(String sourceName, Map<String,Object> parameters, QObject parent)
abstract QGeoPositionInfoSource
QGeoPositionInfoSourceFactory.Impl. positionInfoSource(QObject parent)
QGeoPositionInfoSource
QGeoPositionInfoSourceFactory. positionInfoSource(QObject parent)
abstract QGeoPositionInfoSource
QGeoPositionInfoSourceFactoryV2.Impl. positionInfoSource(QObject parent)
QGeoPositionInfoSource
QGeoPositionInfoSourceFactoryV2. positionInfoSource(QObject parent)
abstract QGeoPositionInfoSource
QGeoPositionInfoSourceFactoryV2.Impl. positionInfoSourceWithParameters(QObject parent, Map<String,Object> parameters)
QGeoPositionInfoSource
QGeoPositionInfoSourceFactoryV2. positionInfoSourceWithParameters(QObject parent, Map<String,Object> parameters)
abstract QGeoSatelliteInfoSource
QGeoPositionInfoSourceFactory.Impl. satelliteInfoSource(QObject parent)
QGeoSatelliteInfoSource
QGeoPositionInfoSourceFactory. satelliteInfoSource(QObject parent)
abstract QGeoSatelliteInfoSource
QGeoPositionInfoSourceFactoryV2.Impl. satelliteInfoSource(QObject parent)
QGeoSatelliteInfoSource
QGeoPositionInfoSourceFactoryV2. satelliteInfoSource(QObject parent)
abstract QGeoSatelliteInfoSource
QGeoPositionInfoSourceFactoryV2.Impl. satelliteInfoSourceWithParameters(QObject parent, Map<String,Object> parameters)
QGeoSatelliteInfoSource
QGeoPositionInfoSourceFactoryV2. satelliteInfoSourceWithParameters(QObject parent, Map<String,Object> parameters)
Constructors in io.qt.positioning with parameters of type QObject Constructor Description QGeoAreaMonitorSource(QObject parent)
QGeoPositionInfoSource(QObject parent)
QGeoSatelliteInfoSource(QObject parent)
QNmeaPositionInfoSource(QNmeaPositionInfoSource.UpdateMode updateMode, QObject parent)
-
Uses of QObject in io.qt.printsupport
Subclasses of QObject in io.qt.printsupport Modifier and Type Class Description class
QAbstractPrintDialog
Base implementation for print dialogs used to configure printersclass
QPageSetupDialog
Configuration dialog for the page-related options on a printerclass
QPrintDialog
Dialog for specifying the printer's configurationclass
QPrintPreviewDialog
Dialog for previewing and configuring page layouts for printer outputclass
QPrintPreviewWidget
Widget for previewing page layouts for printer output -
Uses of QObject in io.qt.purchasing
Subclasses of QObject in io.qt.purchasing Modifier and Type Class Description class
QInAppProduct
A product registered in the storeclass
QInAppStore
Main entry point for managing in-app purchasesclass
QInAppTransaction
Contains information about a transaction in the external app storeConstructors in io.qt.purchasing with parameters of type QObject Constructor Description QInAppProduct(String price, String title, String description, QInAppProduct.ProductType productType, String identifier, QObject parent)
QInAppStore(QObject parent)
QInAppTransaction(QInAppTransaction.TransactionStatus status, QInAppProduct product, QObject parent)
-
Uses of QObject in io.qt.qml
Classes in io.qt.qml with type parameters of type QObject Modifier and Type Class Description class
QQmlListProperty<T extends QObject>
This class is a wrapper class of the C++ template type QQmlListProperty.Subclasses of QObject in io.qt.qml Modifier and Type Class Description class
QJSEngine
Environment for evaluating JavaScript codeclass
QQmlApplicationEngine
Convenient way to load an application from a single QML fileclass
QQmlComponent
Encapsulates a QML component definitionclass
QQmlContext
Defines a context within a QML engineclass
QQmlEngine
Environment for instantiating QML componentsclass
QQmlEngineExtensionPlugin
Abstract base for custom QML extension pluginsclass
QQmlExpression
Evaluates JavaScript in a QML contextclass
QQmlExtensionPlugin
Java wrapper for Qt class QQmlExtensionPluginclass
QQmlFileSelector
A class for applying a QFileSelector to QML file loadingclass
QQmlPropertyMap
Allows you to set key-value pairs that can be used in QML bindingsFields in io.qt.qml with type parameters of type QObject Modifier and Type Field Description QObject.Signal2<QObject,QUrl>
QQmlApplicationEngine. objectCreated
Methods in io.qt.qml with type parameters of type QObject Modifier and Type Method Description <T extends QObject>
TQQmlComponent. create(Class<T> type)
<T extends QObject>
TQQmlComponent. create(Class<T> type, QQmlContext context)
Methods in io.qt.qml that return QObject Modifier and Type Method Description QObject
QQmlListReference. at(int arg__1)
QObject
QQmlComponent. beginCreate(QQmlContext arg__1)
QObject
QtQml.ObjectCallback. call(QQmlEngine arg__1, QJSEngine arg__2)
QObject
QtQml.QQmlAttachedPropertiesFunc. call(QObject arg__1)
QObject
QQmlContext. contextObject()
QObject
QQmlComponent. create()
Overloaded function forQQmlComponent.create(io.qt.qml.QQmlContext)
withcontext = null
.QObject
QQmlComponent. create(QQmlContext context)
QObject
QQmlComponent. createWithInitialProperties(Map<String,Object> initialProperties)
Overloaded function forQQmlComponent.createWithInitialProperties(java.util.Map, io.qt.qml.QQmlContext)
withcontext = null
.QObject
QQmlComponent. createWithInitialProperties(Map<String,Object> initialProperties, QQmlContext context)
QObject
QQmlError. object()
QObject
QQmlIncubator. object()
QObject
QQmlListProperty. object()
QObject
QQmlListReference. object()
QObject
QQmlProperty. object()
static QObject
QtQml. qmlAttachedPropertiesObject(QObject arg__1, QtQml.QQmlAttachedPropertiesFunc func)
Overloaded function forQtQml.qmlAttachedPropertiesObject(io.qt.core.QObject, io.qt.qml.QtQml.QQmlAttachedPropertiesFunc, boolean)
withcreate = true
.static QObject
QtQml. qmlAttachedPropertiesObject(QObject arg__1, QtQml.QQmlAttachedPropertiesFunc func, boolean create)
static QObject
QtQml. qmlAttachedPropertiesObject(Class<? extends QObject> clazz, QObject obj)
static QObject
QtQml. qmlAttachedPropertiesObject(Class<? extends QObject> clazz, QObject obj, boolean create)
static QObject
QtQml. qmlAttachedPropertiesObjectById(int arg__1, QObject arg__2)
Deprecated.Use qmlAttachedPropertiesObject(QObject *, QQmlAttachedPropertiesFunc, boolstatic QObject
QtQml. qmlAttachedPropertiesObjectById(int arg__1, QObject arg__2, boolean create)
Deprecated.Use qmlAttachedPropertiesObject(QObject *, QQmlAttachedPropertiesFunc, boolQObject
QQmlExpression. scopeObject()
QObject
QJSValue. toQObject()
Methods in io.qt.qml that return types with arguments of type QObject Modifier and Type Method Description QList<QObject>
QQmlApplicationEngine. rootObjects()
Methods in io.qt.qml with parameters of type QObject Modifier and Type Method Description boolean
QQmlListReference. append(QObject arg__1)
QObject
QtQml.QQmlAttachedPropertiesFunc. call(QObject arg__1)
void
QQmlFile. clear(QObject arg__1)
boolean
QQmlFile. connectDownloadProgress(QObject arg__1, int arg__2)
boolean
QQmlFile. connectDownloadProgress(QObject arg__1, String arg__2)
boolean
QQmlFile. connectFinished(QObject arg__1, int arg__2)
boolean
QQmlFile. connectFinished(QObject arg__1, String arg__2)
boolean
QQmlProperty. connectNotifySignal(QObject dest, String slot)
static QQmlContext
QQmlEngine. contextForObject(QObject arg__1)
QNetworkAccessManager
QQmlNetworkAccessManagerFactory. create(QObject parent)
abstract QNetworkAccessManager
QQmlNetworkAccessManagerFactory.Impl. create(QObject parent)
String
QQmlContext. nameForObject(QObject arg__1)
QJSValue
QJSEngine. newQObject(QObject object)
static QQmlEngine.ObjectOwnership
QQmlEngine. objectOwnership(QObject arg__1)
static QtQml.QQmlAttachedPropertiesFunc
QtQml. qmlAttachedPropertiesFunction(QObject arg__1, QMetaObject arg__2)
static QObject
QtQml. qmlAttachedPropertiesObject(QObject arg__1, QtQml.QQmlAttachedPropertiesFunc func)
Overloaded function forQtQml.qmlAttachedPropertiesObject(io.qt.core.QObject, io.qt.qml.QtQml.QQmlAttachedPropertiesFunc, boolean)
withcreate = true
.static QObject
QtQml. qmlAttachedPropertiesObject(QObject arg__1, QtQml.QQmlAttachedPropertiesFunc func, boolean create)
static QObject
QtQml. qmlAttachedPropertiesObject(Class<? extends QObject> clazz, QObject obj)
static QObject
QtQml. qmlAttachedPropertiesObject(Class<? extends QObject> clazz, QObject obj, boolean create)
static QObject
QtQml. qmlAttachedPropertiesObjectById(int arg__1, QObject arg__2)
Deprecated.Use qmlAttachedPropertiesObject(QObject *, QQmlAttachedPropertiesFunc, boolstatic QObject
QtQml. qmlAttachedPropertiesObjectById(int arg__1, QObject arg__2, boolean create)
Deprecated.Use qmlAttachedPropertiesObject(QObject *, QQmlAttachedPropertiesFunc, boolstatic QQmlContext
QtQml. qmlContext(QObject arg__1)
static QQmlEngine
QtQml. qmlEngine(QObject arg__1)
static void
QtQml. qmlExecuteDeferred(QObject arg__1)
static int
QtQml. qmlRegisterSingletonInstance(QObject instance, String uri, int versionMajor, int versionMinor, String qmlName)
static Object
QQmlProperty. read(QObject arg__1, String arg__2)
static Object
QQmlProperty. read(QObject arg__1, String arg__2, QQmlContext arg__3)
static Object
QQmlProperty. read(QObject arg__1, String arg__2, QQmlEngine arg__3)
boolean
QQmlListReference. replace(int arg__1, QObject arg__2)
static void
QQmlEngine. setContextForObject(QObject arg__1, QQmlContext arg__2)
void
QQmlContext. setContextObject(QObject arg__1)
void
QQmlContext. setContextProperty(String arg__1, QObject arg__2)
void
QQmlComponent. setInitialProperties(QObject component, Map<String,Object> properties)
protected void
QQmlIncubator. setInitialState(QObject arg__1)
void
QQmlError. setObject(QObject arg__1)
static void
QQmlEngine. setObjectOwnership(QObject arg__1, QQmlEngine.ObjectOwnership arg__2)
static boolean
QQmlProperty. write(QObject arg__1, String arg__2, Object arg__3)
static boolean
QQmlProperty. write(QObject arg__1, String arg__2, Object arg__3, QQmlContext arg__4)
static boolean
QQmlProperty. write(QObject arg__1, String arg__2, Object arg__3, QQmlEngine arg__4)
Method parameters in io.qt.qml with type arguments of type QObject Modifier and Type Method Description static QObject
QtQml. qmlAttachedPropertiesObject(Class<? extends QObject> clazz, QObject obj)
static QObject
QtQml. qmlAttachedPropertiesObject(Class<? extends QObject> clazz, QObject obj, boolean create)
static int
QtQml. qmlRegisterAnonymousType(Class<? extends QObject> type, String uri, int versionMajor)
static int
QtQml. qmlRegisterExtendedType(Class<? extends QObject> type, Class<? extends QObject> extendedType)
Deprecated.Use qmlRegisterExtendedType(type, uri, versionMajor) insteadstatic int
QtQml. qmlRegisterExtendedType(Class<? extends QObject> type, Class<? extends QObject> extendedType, String uri, int versionMajor)
static int
QtQml. qmlRegisterExtendedType(Class<? extends QObject> type, Class<? extends QObject> extendedType, String uri, int versionMajor, int versionMinor, String qmlName)
static int
QtQml. qmlRegisterExtendedUncreatableType(Class<? extends QObject> type, Class<? extends QObject> extendedType, int metaObjectRevision, String uri, int versionMajor, int versionMinor, String qmlName, String reason)
static int
QtQml. qmlRegisterExtendedUncreatableType(Class<? extends QObject> type, Class<? extends QObject> extendedType, String uri, int versionMajor, int versionMinor, String qmlName, String reason)
static int
QtQml. qmlRegisterRevision(Class<? extends QObject> type, int metaObjectRevision, String uri, int versionMajor, int versionMinor)
static int
QtQml. qmlRegisterSingletonType(Class<? extends QObject> type, String uri, int versionMajor, int versionMinor, String typeName, QtQml.ObjectCallback callback)
static int
QtQml. qmlRegisterType(Class<? extends QObject> type)
Deprecated.Use qmlRegisterAnonymousType insteadstatic int
QtQml. qmlRegisterType(Class<? extends QObject> type, int metaObjectRevision, String uri, int versionMajor, int versionMinor, String qmlName)
static int
QtQml. qmlRegisterType(Class<? extends QObject> type, String uri, int versionMajor, int versionMinor, String qmlName)
static int
QtQml. qmlRegisterUncreatableType(Class<? extends QObject> type, int metaObjectRevision, String uri, int versionMajor, int versionMinor, String qmlName, String reason)
static int
QtQml. qmlRegisterUncreatableType(Class<? extends QObject> type, String uri, int versionMajor, int versionMinor, String qmlName, String reason)
-
Uses of QObject in io.qt.qt3d.animation
Subclasses of QObject in io.qt.qt3d.animation Modifier and Type Class Description class
QAbstractAnimation
An abstract base class for Qt3D animationsclass
QAbstractAnimationClip
The base class for types providing key frame animation dataclass
QAbstractChannelMapping
Java wrapper for Qt class Qt3DAnimation::QAbstractChannelMappingclass
QAbstractClipAnimator
The base class for types providing animation playback capabilitiesclass
QAbstractClipBlendNode
The base class for types used to construct animation blend treesclass
QAdditiveClipBlend
Performs an additive blend of two animation clips based on an additive factorclass
QAnimationAspect
Provides key-frame animation capabilities to Qt 3Dclass
QAnimationClip
Specifies key frame animation dataclass
QAnimationClipLoader
Enables loading key frame animation data from a fileclass
QAnimationController
A controller class for animationsclass
QAnimationGroup
A class grouping animations togetherclass
QBlendedClipAnimator
Component providing animation playback capabilities of a tree of blend nodesclass
QCallbackMapping
Allows to map the channels within the clip onto an invocation of a callback objectclass
QChannelMapper
Allows to map the channels within the clip onto properties of objects in the applicationclass
QChannelMapping
Allows to map the channels within the clip onto properties of objects in the applicationclass
QClipAnimator
Component providing simple animation playback capabilitiesclass
QClipBlendValue
Class used for including a clip in a blend treeclass
QClock
Java wrapper for Qt class Qt3DAnimation::QClockclass
QKeyframeAnimation
A class implementing simple keyframe animation to a QTransformclass
QLerpClipBlend
Performs a linear interpolation of two animation clips based on a normalized factorclass
QMorphingAnimation
A class implementing blend-shape morphing animationclass
QMorphTarget
A class providing morph targets to blend-shape animationclass
QSkeletonMapping
Java wrapper for Qt class Qt3DAnimation::QSkeletonMappingclass
QVertexBlendAnimation
A class implementing vertex-blend morphing animationConstructors in io.qt.qt3d.animation with parameters of type QObject Constructor Description QAnimationAspect(QObject parent)
QAnimationController(QObject parent)
QAnimationGroup(QObject parent)
QKeyframeAnimation(QObject parent)
QMorphingAnimation(QObject parent)
QMorphTarget(QObject parent)
QVertexBlendAnimation(QObject parent)
-
Uses of QObject in io.qt.qt3d.core
Subclasses of QObject in io.qt.qt3d.core Modifier and Type Class Description class
QAbstractAspect
The base class for aspects that provide a vertical slice of behaviorclass
QAbstractSkeleton
A skeleton contains the joints for a skinned meshclass
QArmature
Used to calculate skinning transform matrices and set them on shadersclass
QAspectEngine
Responsible for handling all the QAbstractAspect subclasses that have been registered with the sceneclass
QComponent
Base class of scene nodes that can be aggregated by Qt3DCore::QEntity instances as a componentclass
QEntity
Qt3DCore::QEntity is a Qt3DCore::QNode subclass that can aggregate several Qt3DCore::QComponent instances that will specify its behaviorclass
QJoint
Used to transforms parts of skinned meshesclass
QNode
The base class of all Qt3D node classes used to build a Qt3D sceneclass
QSkeleton
Holds the data for a skeleton to be used with skinned meshesclass
QSkeletonLoader
Used to load a skeleton of joints from fileclass
QTransform
Used to perform transforms on meshesFields in io.qt.qt3d.core with type parameters of type QObject Modifier and Type Field Description QObject.Signal1<QObject>
QNode. parentChanged
Method parameters in io.qt.qt3d.core with type arguments of type QObject Modifier and Type Method Description protected void
QAbstractAspect. registerBackendType(Class<? extends QObject> type, QBackendNodeMapper functor)
protected void
QAbstractAspect. unregisterBackendType(Class<? extends QObject> type)
Constructors in io.qt.qt3d.core with parameters of type QObject Constructor Description QAbstractAspect(QObject parent)
QAspectEngine(QObject parent)
-
Uses of QObject in io.qt.qt3d.core.quick
Subclasses of QObject in io.qt.qt3d.core.quick Modifier and Type Class Description class
QQmlAspectEngine
Environment for the QAspectEngine and a method for instantiating QML componentsFields in io.qt.qt3d.core.quick with type parameters of type QObject Modifier and Type Field Description QObject.Signal1<QObject>
QQmlAspectEngine. sceneCreated
Constructors in io.qt.qt3d.core.quick with parameters of type QObject Constructor Description QQmlAspectEngine(QObject parent)
-
Uses of QObject in io.qt.qt3d.extras
Subclasses of QObject in io.qt.qt3d.extras Modifier and Type Class Description class
QAbstractCameraController
Basic functionality for camera controllersclass
QAbstractSpriteSheet
Java wrapper for Qt class Qt3DExtras::QAbstractSpriteSheetclass
QConeGeometry
Allows creation of a cone in 3D space. * * * * * The QConeGeometry class is most commonly used internally by the QConeMesh * but can also be used in custom Qt3DRender::QGeometryRenderer subclasses.class
QConeMesh
A conical meshclass
QCuboidGeometry
Allows creation of a cuboid in 3D space. * * * * * The QCuboidGeometry class is most commonly used internally by the QCuboidMesh * but can also be used in custom Qt3DRender::QGeometryRenderer subclassesclass
QCuboidMesh
A cuboid meshclass
QCylinderGeometry
Allows creation of a cylinder in 3D space. * * * * * The QCylinderGeometry class is most commonly used internally by the QCylinderMesh * but can also be used in custom Qt3DRender::QGeometryRenderer subclassesclass
QCylinderMesh
A cylindrical meshclass
QDiffuseMapMaterial
Default implementation of the phong lighting effect where the diffuse light component is read from a texture mapclass
QDiffuseSpecularMapMaterial
Default implementation of the phong lighting effect where the diffuse and specular light components are read from texture mapsclass
QDiffuseSpecularMaterial
Default implementation of the phong lighting effectclass
QExtrudedTextGeometry
Allows creation of a 3D extruded text in 3D spaceclass
QExtrudedTextMesh
A 3D extruded Text meshclass
QFirstPersonCameraController
Allows controlling the scene camera from the first person perspectiveclass
QForwardRenderer
Default FrameGraph implementation of a forward rendererclass
QGoochMaterial
Material that implements the Gooch shading model, popular in CAD and CAM applicationsclass
QMetalRoughMaterial
Default implementation of PBR lightingclass
QMorphPhongMaterial
Default implementation of the phong lighting effectclass
QNormalDiffuseMapAlphaMaterial
Specialization of QNormalDiffuseMapMaterial with alpha coverage and a depth test performed in the rendering passclass
QNormalDiffuseMapMaterial
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
QNormalDiffuseSpecularMapMaterial
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
QOrbitCameraController
Allows controlling the scene camera along orbital pathclass
QPerVertexColorMaterial
Default implementation for rendering the color properties set for each vertexclass
QPhongAlphaMaterial
Default implementation of the phong lighting effect with alphaclass
QPhongMaterial
Default implementation of the phong lighting effectclass
QPlaneGeometry
Allows creation of a plane in 3D space. * * * * The QPlaneGeometry class is most commonly used internally by the QPlaneMesh * but can also be used in custom Qt3DRender::QGeometryRenderer subclassesclass
QPlaneMesh
A square planar meshclass
QSkyboxEntity
Qt3DExtras::QSkyboxEntity is a convenience Qt3DCore::QEntity subclass that can be used to insert a skybox in a 3D sceneclass
QSphereGeometry
Allows creation of a sphere in 3D space. * * * * * The QSphereGeometry class is most commonly used internally by the QSphereMesh * but can also be used in custom Qt3DRender::QGeometryRenderer subclassesclass
QSphereMesh
A spherical meshclass
QSpriteGrid
Java wrapper for Qt class Qt3DExtras::QSpriteGridclass
QSpriteSheet
Java wrapper for Qt class Qt3DExtras::QSpriteSheetclass
QSpriteSheetItem
Java wrapper for Qt class Qt3DExtras::QSpriteSheetItemclass
Qt3DWindow
Java wrapper for Qt class Qt3DExtras::Qt3DWindowclass
QText2DEntity
Allows creation of a 2D text in 3D spaceclass
QTexturedMetalRoughMaterial
Deprecated.Use Qt3DExtras::QMetalRoughMaterialclass
QTextureMaterial
Default implementation of a simple unlit texture materialclass
QTorusGeometry
Allows creation of a torus in 3D space. * * * * * The QTorusGeometry class is most commonly used internally by the QTorusMesh * but can also be used in custom Qt3DRender::QGeometryRenderer subclassesclass
QTorusMesh
A toroidal meshFields in io.qt.qt3d.extras with type parameters of type QObject Modifier and Type Field Description QObject.Signal1<QObject>
QForwardRenderer. surfaceChanged
Methods in io.qt.qt3d.extras that return QObject Modifier and Type Method Description QObject
QForwardRenderer. surface()
Methods in io.qt.qt3d.extras with parameters of type QObject Modifier and Type Method Description void
QForwardRenderer. setSurface(QObject surface)
-
Uses of QObject in io.qt.qt3d.extras.quick
Subclasses of QObject in io.qt.qt3d.extras.quick Modifier and Type Class Description class
Qt3DQuickWindow
Java wrapper for Qt class Qt3DExtras::Quick::Qt3DQuickWindow -
Uses of QObject in io.qt.qt3d.input
Subclasses of QObject in io.qt.qt3d.input Modifier and Type Class Description class
QAbstractActionInput
The base class for the Action Input and all Aggregate Action Inputsclass
QAbstractAxisInput
QAbstractActionInput is the base class for all Axis Inputclass
QAbstractPhysicalDevice
The base class used by Qt3d to interact with arbitrary input devicesclass
QAction
Links a set of QAbstractActionInput that trigger the same eventclass
QActionInput
Stores Device and Buttons used to trigger an input eventclass
QAnalogAxisInput
An axis input controlled by an analog input The axis value is controlled like a traditional analog input such as a joystickclass
QAxis
Stores QAbstractAxisInputs used to trigger an input eventclass
QAxisAccumulator
Processes velocity or acceleration data from a QAxisclass
QAxisSetting
Stores settings for the specified list of Axisclass
QButtonAxisInput
An axis input controlled by buttons The axis value is controlled by buttons rather than a traditional analog input such as a joystickclass
QInputAspect
Responsible for creating physical devices and handling associated jobsclass
QInputChord
Represents a set of QAbstractActionInput's that must be triggerd at onceclass
QInputSequence
Represents a set of QAbstractActionInput's that must be triggerd one after the otherclass
QInputSettings
Holds the pointer to an input event source objectclass
QKeyboardDevice
In charge of dispatching keyboard events to attached QQKeyboardHandler objectsclass
QKeyboardHandler
Provides keyboard event notificationclass
QKeyEvent
Event type send by KeyBoardHandlerclass
QLogicalDevice
Allows the user to define a set of actions that they wish to use within an applicationclass
QMouseDevice
Delegates mouse events to the attached MouseHandler objectsclass
QMouseEvent
Qt3DCore::QMouseEvent contains parameters that describe a mouse eventclass
QMouseHandler
Provides a means of being notified about mouse events when attached to a QMouseDevice instanceclass
QWheelEvent
Contains parameters that describe a mouse wheel eventFields in io.qt.qt3d.input with type parameters of type QObject Modifier and Type Field Description QObject.Signal1<QObject>
QInputSettings. eventSourceChanged
Methods in io.qt.qt3d.input that return QObject Modifier and Type Method Description QObject
QInputSettings. eventSource()
Methods in io.qt.qt3d.input with parameters of type QObject Modifier and Type Method Description void
QInputSettings. setEventSource(QObject eventSource)
Constructors in io.qt.qt3d.input with parameters of type QObject Constructor Description QInputAspect(QObject parent)
-
Uses of QObject in io.qt.qt3d.logic
Subclasses of QObject in io.qt.qt3d.logic Modifier and Type Class Description class
QFrameAction
Provides a way to have a synchronous function executed each frameclass
QLogicAspect
Responsible for handling frame synchronization jobsConstructors in io.qt.qt3d.logic with parameters of type QObject Constructor Description QLogicAspect(QObject parent)
-
Uses of QObject in io.qt.qt3d.render
Subclasses of QObject in io.qt.qt3d.render Modifier and Type Class Description class
QAbstractLight
Encapsulate a QAbstractLight object in a Qt 3D sceneclass
QAbstractRayCaster
An abstract base class for ray casting in 3d scenesclass
QAbstractTexture
A base class to be used to provide texturesclass
QAbstractTextureImage
Encapsulates the necessary information to create an OpenGL texture imageclass
QAlphaCoverage
Enable alpha-to-coverage multisampling modeclass
QAlphaTest
Specify alpha reference testclass
QAttribute
Defines an attribute and how data should be read from a QBufferclass
QBlendEquation
Specifies the equation used for both the RGB blend equation and the Alpha blend equationclass
QBlendEquationArguments
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
QBlitFramebuffer
FrameGraph node to transfer a rectangle of pixel values from one region of a render target to anotherclass
QBuffer
Provides a data store for raw data to later be used as vertices or uniformsclass
QBufferCapture
Exchanges buffer data between GPU and CPUclass
QCamera
Defines a view point through which the scene will be renderedclass
QCameraLens
Qt3DRender::QCameraLens specifies the projection matrix that will be used to define a Camera for a 3D sceneclass
QCameraSelector
Class to allow for selection of camera to be usedclass
QClearBuffers
Class to clear buffersclass
QClipPlane
Enables an additional OpenGL clipping plane that can be in shaders using gl_ClipDistanceclass
QColorMask
Allows specifying which color components should be written to the currently bound frame bufferclass
QComputeCommand
QComponent to issue work for the compute shader on GPUclass
QCullFace
Specifies whether front or back face culling is enabledclass
QDebugOverlay
Java wrapper for Qt class Qt3DRender::QDebugOverlayclass
QDepthRange
Enables remapping depth values written into the depth bufferclass
QDepthTest
Tests the fragment shader's depth value against the depth of a sample being written toclass
QDirectionalLight
Encapsulate a Directional Light object in a Qt 3D sceneclass
QDispatchCompute
FrameGraph node to issue work for the compute shader on GPUclass
QDithering
Enable ditheringclass
QEffect
Base class for effects in a Qt 3D sceneclass
QEnvironmentLight
Encapsulate an environment light object in a Qt 3D sceneclass
QFilterKey
Storage for filter keys and their valuesclass
QFrameGraphNode
Base class of all FrameGraph configuration nodesclass
QFrontFace
Defines front and back facing polygonsclass
QFrustumCulling
Enable frustum culling for the FrameGraphclass
QGeometry
Encapsulates geometryclass
QGeometryRenderer
Encapsulates geometry renderingclass
QGraphicsApiFilter
Identifies the API required for the attached QTechniqueclass
QLayer
Way of filtering which entities will be renderedclass
QLayerFilter
Controls layers drawn in a frame graph branchclass
QLevelOfDetail
Way of controlling the complexity of rendered entities based on their size on the screenclass
QLevelOfDetailSwitch
Provides a way of enabling child entities based on distance or screen sizeclass
QLineWidth
Specifies the width of rasterized linesclass
QMaterial
Provides an abstract class that should be the base of all material component classes in a sceneclass
QMemoryBarrier
Class to emplace a memory barrierclass
QMesh
A custom mesh loaderclass
QMultiSampleAntiAliasing
Enable multisample antialiasingclass
QNoDepthMask
Disable depth writeclass
QNoDraw
When a Qt3DRender::QNoDraw node is present in a FrameGraph branch, this prevents the renderer from rendering any primitiveclass
QNoPicking
When a Qt3DRender::QNoPicking node is present in a FrameGraph branch, this prevents the render aspect from performing picking selection for the given branchclass
QObjectPicker
Instantiates a component that can be used to interact with a QEntity by a process known as pickingclass
QPaintedTextureImage
A QAbstractTextureImage that can be written through a QPainterclass
QParameter
Provides storage for a name and value pair.class
QPickEvent
Holds information when an object is pickedclass
QPickingSettings
Specifies how entity picking is handledclass
QPickLineEvent
Holds information when a segment of a line is pickedclass
QPickPointEvent
Holds information when a segment of a point cloud is pickedclass
QPickTriangleEvent
Holds information when a triangle is pickedclass
QPointLight
Encapsulate a Point Light object in a Qt 3D sceneclass
QPointSize
Specifies the size of rasterized points.class
QPolygonOffset
Sets the scale and steps to calculate depth values for polygon offsetsclass
QProximityFilter
Select entities which are within a distance threshold of a target entityclass
QRasterMode
Render state allows to control the type of rasterization to be performedclass
QRayCaster
Qt3DRender::QRayCaster is used to perform ray casting tests in 3d world coordinatesclass
QRenderAspect
Classclass
QRenderCapabilities
Holds settings related to available rendering enginesclass
QRenderCapture
Frame graph node for render captureclass
QRenderCaptureReply
Receives the result of render capture requestclass
QRenderPass
Encapsulates a Render Passclass
QRenderPassFilter
Provides storage for vectors of Filter Keys and Parametersclass
QRenderSettings
Holds settings related to rendering process and host the active FrameGraphclass
QRenderState
An abstract base class for all render statesclass
QRenderStateSet
FrameGraph node offers a way of specifying a set of QRenderState objects to be applied during the execution of a framegraph branchclass
QRenderSurfaceSelector
Provides a way of specifying the render surfaceclass
QRenderTarget
Encapsulates a target (usually a frame buffer object) which the renderer can render intoclass
QRenderTargetOutput
Allows the specification of an attachment of a render target (whether it is a color texture, a depth texture, etc... )class
QRenderTargetSelector
Provides a way of specifying a render targetclass
QSceneLoader
Provides the facility to load an existing Sceneclass
QScissorTest
Discards fragments that fall outside of a certain rectangular portion of the screenclass
QScreenRayCaster
Performe ray casting test based on screen coordinatesclass
QSeamlessCubemap
Enables seamless cubemap texture filteringclass
QSetFence
FrameGraphNode used to insert a fence in the graphics command streamclass
QShaderData
Provides a way of specifying values of a Uniform Block or a shader structureclass
QShaderImage
Provides Image access to shader programsclass
QShaderProgram
Encapsulates a Shader Programclass
QShaderProgramBuilder
Generates a Shader Program content from loaded graphsclass
QSharedGLTexture
Allows to use a textureId from a separate OpenGL context in a Qt 3D sceneclass
QSortPolicy
Provides storage for the sort types to be usedclass
QSpotLight
Encapsulate a Spot Light object in a Qt 3D sceneclass
QStencilMask
Controls the front and back writing of individual bits in the stencil planesclass
QStencilOperation
Specifies stencil operationclass
QStencilOperationArguments
Sets the actions to be taken when stencil and depth tests failclass
QStencilTest
Specifies arguments for the stecil testclass
QStencilTestArguments
Specifies arguments for stencil testclass
QSubtreeEnabler
Enables or disables entire subtrees of framegraph nodesclass
QTechnique
Encapsulates a Techniqueclass
QTechniqueFilter
A QFrameGraphNode used to select QTechniques to useclass
QTexture1D
A QAbstractTexture with a Target1D target formatclass
QTexture1DArray
A QAbstractTexture with a Target1DArray target formatclass
QTexture2D
A QAbstractTexture with a Target2D target formatclass
QTexture2DArray
A QAbstractTexture with a Target2DArray target formatclass
QTexture2DMultisample
A QAbstractTexture with a Target2DMultisample target formatclass
QTexture2DMultisampleArray
A QAbstractTexture with a Target2DMultisampleArray target formatclass
QTexture3D
A QAbstractTexture with a Target3D target formatclass
QTextureBuffer
A QAbstractTexture with a TargetBuffer target formatclass
QTextureCubeMap
A QAbstractTexture with a TargetCubeMap target formatclass
QTextureCubeMapArray
A QAbstractTexture with a TargetCubeMapArray target formatclass
QTextureImage
Encapsulates the necessary information to create an OpenGL texture image from an image sourceclass
QTextureLoader
Handles the texture loading and setting the texture's propertiesclass
QTextureRectangle
A QAbstractTexture with a TargetRectangle target formatclass
QTextureWrapMode
Defines the wrap mode a Qt3DRender::QAbstractTexture should apply to a textureclass
QViewport
A viewport on the Qt3D Sceneclass
QWaitFence
FrameGraphNode used to wait for a fence in the graphics command stream to become signaledFields in io.qt.qt3d.render with type parameters of type QObject Modifier and Type Field Description QObject.Signal1<QObject>
QRenderSurfaceSelector. surfaceChanged
Methods in io.qt.qt3d.render that return QObject Modifier and Type Method Description QObject
QRenderSurfaceSelector. surface()
Methods in io.qt.qt3d.render with parameters of type QObject Modifier and Type Method Description void
QRenderSurfaceSelector. setSurface(QObject surfaceObject)
Constructors in io.qt.qt3d.render with parameters of type QObject Constructor Description QGraphicsApiFilter(QObject parent)
QRenderAspect(QObject parent)
QRenderAspect(QRenderAspect.RenderType type, QObject parent)
QRenderCapabilities(QObject parent)
QTextureWrapMode(QTextureWrapMode.WrapMode wrapMode, QObject parent)
QTextureWrapMode(QTextureWrapMode.WrapMode x, QTextureWrapMode.WrapMode y, QTextureWrapMode.WrapMode z, QObject parent)
-
Uses of QObject in io.qt.qt3d.render.quick.scene2d
Subclasses of QObject in io.qt.qt3d.render.quick.scene2d Modifier and Type Class Description class
QScene2D
This class enables rendering qml into a texture, which then can be used as a part of 3D scene -
Uses of QObject in io.qt.quick
Subclasses of QObject in io.qt.quick Modifier and Type Class Description class
QQuickFramebufferObject
Convenience class for integrating OpenGL rendering using a framebuffer object (FBO) with Qt Quickclass
QQuickImageResponse
Interface for asynchronous image loading in QQuickAsyncImageProviderclass
QQuickItem
The most basic of all visual items in Qt Quickclass
QQuickItemGrabResult
Contains the result from QQuickItem::grabToImage()class
QQuickPaintedItem
Way to use the QPainter API in the QML Scene Graphclass
QQuickRenderControl
Mechanism for rendering the Qt Quick scenegraph onto an offscreen render target in a fully application-controlled mannerclass
QQuickTextDocument
Access to the QTextDocument of QQuickTextEditclass
QQuickTextureFactory
Interface for loading custom textures from QMLclass
QQuickTransform
Java wrapper for Qt class QQuickTransformclass
QQuickView
Window for displaying a Qt Quick user interfaceclass
QQuickWindow
The window for displaying a graphical QML sceneclass
QSGAbstractRenderer
Gives access to the scene graph nodes and rendering of a QSGEngineclass
QSGDynamicTexture
Serves as a baseclass for dynamically changing textures, such as content that is rendered to FBO'sclass
QSGEngine
Allows low level rendering of a scene graphclass
QSGTexture
Baseclass for textures used in the scene graphclass
QSGTextureProvider
Encapsulates texture based entities in QMLMethods in io.qt.quick that return QObject Modifier and Type Method Description QObject
QQuickItem. containmentMask()
QObject
QQuickWindow. focusObject()
Methods in io.qt.quick with parameters of type QObject Modifier and Type Method Description void
QQuickItem. setContainmentMask(QObject mask)
void
QQuickView. setContent(QUrl url, QQmlComponent component, QObject item)
Constructors in io.qt.quick with parameters of type QObject Constructor Description QQuickRenderControl(QObject parent)
QQuickTransform(QObject parent)
QSGAbstractRenderer(QObject parent)
QSGEngine(QObject parent)
-
Uses of QObject in io.qt.quick.widgets
Subclasses of QObject in io.qt.quick.widgets Modifier and Type Class Description class
QQuickWidget
Widget for displaying a Qt Quick user interfaceMethods in io.qt.quick.widgets with parameters of type QObject Modifier and Type Method Description void
QQuickWidget. setContent(QUrl url, QQmlComponent component, QObject item)
-
Uses of QObject in io.qt.quick3d
Subclasses of QObject in io.qt.quick3d Modifier and Type Class Description class
QQuick3DGeometry
Base class for defining custom geometryclass
QQuick3DObject
Base class of all 3D nodes and resources -
Uses of QObject in io.qt.remoteobjects
Subclasses of QObject in io.qt.remoteobjects Modifier and Type Class Description class
ClientIoDevice
Java wrapper for Qt class ClientIoDeviceclass
IoDeviceBase
Java wrapper for Qt class IoDeviceBaseclass
QAbstractItemModelReplica
Java wrapper for Qt class QAbstractItemModelReplicaclass
QConnectionAbstractServer
Java wrapper for Qt class QConnectionAbstractServerclass
QRemoteObjectAbstractPersistedStore
A class which provides the methods for setting PROP values of a replica to value they had the last time the replica was usedclass
QRemoteObjectDynamicReplica
A dynamically instantiated Replicaclass
QRemoteObjectHost
A (Host) Node on a Qt Remote Objects networkclass
QRemoteObjectHostBase
Base functionality common to Host and RegistryHost classesclass
QRemoteObjectNode
A node on a Qt Remote Objects networkclass
QRemoteObjectPendingCallWatcher
Provides a QObject-based API for watching a QRemoteObjectPendingCallclass
QRemoteObjectRegistry
A class holding information about Source objects available on the Qt Remote Objects networkclass
QRemoteObjectRegistryHost
A (Host/Registry) node on a Qt Remote Objects networkclass
QRemoteObjectReplica
A class interacting with (but not implementing) a Qt API on the Remote Object networkclass
QRemoteObjectSettingsStore
Java wrapper for Qt class QRemoteObjectSettingsStoreclass
ServerIoDevice
Java wrapper for Qt class ServerIoDeviceMethods in io.qt.remoteobjects with parameters of type QObject Modifier and Type Method Description boolean
QRemoteObjectHostBase. disableRemoting(QObject remoteObject)
boolean
QRemoteObjectHostBase. enableRemoting(QObject object)
Overloaded function forQRemoteObjectHostBase.enableRemoting(io.qt.core.QObject, java.lang.String)
withname = ""
.boolean
QRemoteObjectHostBase. enableRemoting(QObject object, String name)
Method parameters in io.qt.remoteobjects with type arguments of type QObject Modifier and Type Method Description List<String>
QRemoteObjectNode. instances(Class<? extends QObject> type)
Constructors in io.qt.remoteobjects with parameters of type QObject Constructor Description ClientIoDevice(QObject parent)
IoDeviceBase(QObject parent)
QConnectionAbstractServer(QObject parent)
QRemoteObjectAbstractPersistedStore(QObject parent)
QRemoteObjectHost(QObject parent)
QRemoteObjectHost(QUrl address, QObject parent)
QRemoteObjectHost(QUrl address, QUrl registryAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas, QObject parent)
QRemoteObjectNode(QObject parent)
QRemoteObjectNode(QUrl registryAddress, QObject parent)
QRemoteObjectPendingCallWatcher(QRemoteObjectPendingCall call, QObject parent)
QRemoteObjectRegistryHost(QUrl registryAddress, QObject parent)
QRemoteObjectSettingsStore(QObject parent)
ServerIoDevice(QObject parent)
-
Uses of QObject in io.qt.script
Subclasses of QObject in io.qt.script Modifier and Type Class Description class
QScriptEngine
Environment for evaluating Qt Script codeclass
QScriptExtensionPlugin
Abstract base for custom QScript extension pluginsMethods in io.qt.script that return QObject Modifier and Type Method Description QObject
QScriptValue. toQObject()
Constructors in io.qt.script with parameters of type QObject Constructor Description QScriptEngine(QObject parent)
QScriptExtensionPlugin(QObject parent)
-
Uses of QObject in io.qt.script.tools
Subclasses of QObject in io.qt.script.tools Modifier and Type Class Description class
QScriptEngineDebugger
QScriptEngine debuggerConstructors in io.qt.script.tools with parameters of type QObject Constructor Description QScriptEngineDebugger(QObject parent)
-
Uses of QObject in io.qt.scxml
Subclasses of QObject in io.qt.scxml Modifier and Type Class Description class
QScxmlCppDataModel
C++ data model for a Qt SCXML state machineclass
QScxmlDataModel
The data model base class for a Qt SCXML state machineclass
QScxmlDynamicScxmlServiceFactory
Creates SCXML service instances from documents loaded at runtimeclass
QScxmlEcmaScriptDataModel
The ECMAScript data model for a Qt SCXML state machineclass
QScxmlInvokableService
The base class for services called from state machinesclass
QScxmlInvokableServiceFactory
Creates invokable service instancesclass
QScxmlNullDataModel
The null data model for a Qt SCXML stateMachineclass
QScxmlStateMachine
Interface to the state machines created from SCXML filesclass
QScxmlStaticScxmlServiceFactory
Creates SCXML service instances from precompiled documentsConstructors in io.qt.scxml with parameters of type QObject Constructor Description QScxmlCppDataModel(QObject parent)
QScxmlDataModel(QObject parent)
QScxmlDynamicScxmlServiceFactory(QScxmlExecutableContent.InvokeInfo invokeInfo, Collection<Integer> names, Collection<QScxmlExecutableContent.ParameterInfo> parameters, QObject parent)
QScxmlEcmaScriptDataModel(QObject parent)
QScxmlInvokableServiceFactory(QScxmlExecutableContent.InvokeInfo invokeInfo, Collection<Integer> names, Collection<QScxmlExecutableContent.ParameterInfo> parameters, QObject parent)
QScxmlNullDataModel(QObject parent)
QScxmlStateMachine(QMetaObject metaObject, QObject parent)
QScxmlStaticScxmlServiceFactory(QMetaObject metaObject, QScxmlExecutableContent.InvokeInfo invokeInfo, Collection<Integer> nameList, Collection<QScxmlExecutableContent.ParameterInfo> parameters, QObject parent)
-
Uses of QObject in io.qt.sensors
Subclasses of QObject in io.qt.sensors Modifier and Type Class Description class
QAccelerometer
Convenience wrapper around QSensorclass
QAccelerometerReading
Reports on linear acceleration along the X, Y and Z axesclass
QAltimeter
Convenience wrapper around QSensorclass
QAltimeterReading
Holds readings from the altimeter sensorclass
QAmbientLightReading
Represents one reading from the ambient light sensorclass
QAmbientLightSensor
Convenience wrapper around QSensorclass
QAmbientTemperatureReading
Holds readings of the ambient temperatureclass
QAmbientTemperatureSensor
Convenience wrapper around QSensorclass
QCompass
Convenience wrapper around QSensorclass
QCompassReading
Represents one reading from a compassclass
QDistanceReading
Holds distance reading in cm from the proximity sensorclass
QDistanceSensor
Convenience wrapper around QSensorclass
QGyroscope
Convenience wrapper around QSensorclass
QGyroscopeReading
Represents one reading from the gyroscope sensorclass
QHolsterReading
Holds readings from the holster sensorclass
QHolsterSensor
Convenience wrapper around QSensorclass
QHumidityReading
Holds readings from the humidity sensorclass
QHumiditySensor
Convenience wrapper around QSensorclass
QIRProximityReading
Holds readings from the IR proximity sensorclass
QIRProximitySensor
Convenience wrapper around QSensorclass
QLidReading
Holds readings from the Lid sensorclass
QLidSensor
Convenience wrapper around QSensorclass
QLightReading
Represents one reading from the light sensorclass
QLightSensor
Convenience wrapper around QSensorclass
QMagnetometer
Convenience wrapper around QSensorclass
QMagnetometerReading
Represents one reading from the magnetometerclass
QOrientationReading
Represents one reading from the orientation sensorclass
QOrientationSensor
Convenience wrapper around QSensorclass
QPressureReading
Holds readings from the pressure sensorclass
QPressureSensor
Convenience wrapper around QSensorclass
QProximityReading
Represents one reading from the proximity sensorclass
QProximitySensor
Convenience wrapper around QSensorclass
QRotationReading
Represents one reading from the rotation sensorclass
QRotationSensor
Convenience wrapper around QSensorclass
QSensor
Represents a single hardware sensorclass
QSensorBackend
Sensor implementationclass
QSensorGesture
Represents one or more sensor gesture recognizersclass
QSensorGestureManager
Manages sensor gestures, registers and creates sensor gesture pluginsclass
QSensorGestureRecognizer
The base class for a sensor gesture recognizerclass
QSensorReading
Holds the readings from the sensorclass
QTapReading
Represents one reading from the tap sensorclass
QTapSensor
Convenience wrapper around QSensorclass
QTiltReading
Holds readings from the tilt sensorclass
QTiltSensor
Convenience wrapper around QSensor -
Uses of QObject in io.qt.serialbus
Subclasses of QObject in io.qt.serialbus Modifier and Type Class Description class
QCanBus
Handles registration and creation of bus pluginsclass
QCanBusDevice
The interface class for CAN busclass
QModbusClient
The interface to send Modbus requestsclass
QModbusDevice
The base class for Modbus classes, QModbusServer and QModbusClientclass
QModbusReply
Contains the data for a request sent with a QModbusClient derived classclass
QModbusRtuSerialMaster
Represents a Modbus client that uses a serial bus for its communication with the Modbus serverclass
QModbusRtuSerialSlave
Represents a Modbus server that uses a serial port for its communication with the Modbus clientclass
QModbusServer
The interface to receive and process Modbus requestsclass
QModbusTcpClient
The interface class for Modbus TCP client deviceclass
QModbusTcpServer
Represents a Modbus server that uses a TCP server for its communication with the Modbus clientConstructors in io.qt.serialbus with parameters of type QObject Constructor Description QCanBusDevice(QObject parent)
QModbusClient(QObject parent)
QModbusDevice(QObject parent)
QModbusReply(QModbusReply.ReplyType type, int serverAddress, QObject parent)
QModbusRtuSerialMaster(QObject parent)
QModbusRtuSerialSlave(QObject parent)
QModbusServer(QObject parent)
QModbusTcpClient(QObject parent)
QModbusTcpServer(QObject parent)
-
Uses of QObject in io.qt.serialport
Subclasses of QObject in io.qt.serialport Modifier and Type Class Description class
QSerialPort
Provides functions to access serial portsConstructors in io.qt.serialport with parameters of type QObject Constructor Description QSerialPort(QObject parent)
QSerialPort(QSerialPortInfo info, QObject parent)
QSerialPort(String name, QObject parent)
-
Uses of QObject in io.qt.sql
Subclasses of QObject in io.qt.sql Modifier and Type Class Description class
QSqlDriver
Abstract base class for accessing specific SQL databasesclass
QSqlDriverPlugin
Abstract base for custom QSqlDriver pluginsclass
QSqlQueryModel
Read-only data model for SQL result setsclass
QSqlRelationalDelegate
class
QSqlRelationalTableModel
Editable data model for a single database table, with foreign key supportclass
QSqlTableModel
Editable data model for a single database tableConstructors in io.qt.sql with parameters of type QObject Constructor Description QSqlDriver(QObject parent)
QSqlDriverPlugin(QObject parent)
QSqlQueryModel(QObject parent)
QSqlRelationalDelegate(QObject parent)
QSqlRelationalTableModel(QObject parent)
Overloaded constructor forQSqlRelationalTableModel(io.qt.core.QObject, io.qt.sql.QSqlDatabase)
withdb = new io.qt.sql.QSqlDatabase()
.QSqlRelationalTableModel(QObject parent, QSqlDatabase db)
QSqlTableModel(QObject parent)
Overloaded constructor forQSqlTableModel(io.qt.core.QObject, io.qt.sql.QSqlDatabase)
withdb = new io.qt.sql.QSqlDatabase()
.QSqlTableModel(QObject parent, QSqlDatabase db)
-
Uses of QObject in io.qt.svg
Subclasses of QObject in io.qt.svg Modifier and Type Class Description class
QGraphicsSvgItem
QGraphicsItem that can be used to render the contents of SVG filesclass
QSvgRenderer
Used to draw the contents of SVG files onto paint devicesclass
QSvgWidget
Widget that is used to display the contents of Scalable Vector Graphics (SVG) filesConstructors in io.qt.svg with parameters of type QObject Constructor Description QSvgRenderer(QByteArray contents, QObject parent)
QSvgRenderer(QObject parent)
QSvgRenderer(QXmlStreamReader contents, QObject parent)
QSvgRenderer(String filename, QObject parent)
-
Uses of QObject in io.qt.test
Subclasses of QObject in io.qt.test Modifier and Type Class Description class
QAbstractItemModelTester
Helps testing QAbstractItemModel subclassesclass
QSignalSpy
Enables introspection of signal emissionclass
QTestEventLoop
Java wrapper for Qt class QTestEventLoopMethods in io.qt.test that return QObject Modifier and Type Method Description static QObject
QTest. testObject()
Methods in io.qt.test with parameters of type QObject Modifier and Type Method Description static int
QTest. qExec(QObject testObject)
static int
QTest. qExec(QObject testObject, String... args)
static int
QTest. qExec(QObject testObject, Collection<String> arguments)
static void
QTest. qInit(QObject testObject)
Constructors in io.qt.test with parameters of type QObject Constructor Description QAbstractItemModelTester(QAbstractItemModel model, QObject parent)
QAbstractItemModelTester(QAbstractItemModel model, QAbstractItemModelTester.FailureReportingMode mode, QObject parent)
QSignalSpy(QObject obj, QMetaMethod signal)
QSignalSpy(QObject obj, String aSignal)
-
Uses of QObject in io.qt.texttospeech
Subclasses of QObject in io.qt.texttospeech Modifier and Type Class Description class
QTextToSpeech
Convenient access to text-to-speech enginesclass
QTextToSpeechEngine
The base for text-to-speech engine integrationsMethods in io.qt.texttospeech with parameters of type QObject Modifier and Type Method Description QTextToSpeechEngine
QTextToSpeechPlugin. createTextToSpeechEngine(Map<String,Object> parameters, QObject parent)
Constructors in io.qt.texttospeech with parameters of type QObject Constructor Description QTextToSpeech(QObject parent)
QTextToSpeech(String engine, QObject parent)
QTextToSpeechEngine(QObject parent)
-
Uses of QObject in io.qt.webchannel
Subclasses of QObject in io.qt.webchannel Modifier and Type Class Description class
QQmlWebChannel
Java wrapper for Qt class QQmlWebChannelclass
QWebChannel
Exposes QObjects to remote HTML clientsclass
QWebChannelAbstractTransport
Communication channel between the C++ QWebChannel server and a HTML/JS clientMethods in io.qt.webchannel that return types with arguments of type QObject Modifier and Type Method Description QQmlListProperty<QObject>
QQmlWebChannel. registeredObjects()
QHash<String,QObject>
QWebChannel. registeredObjectsByID()
QQmlListProperty<QObject>
QQmlWebChannel. transports()
Methods in io.qt.webchannel with parameters of type QObject Modifier and Type Method Description void
QQmlWebChannel. connectTo(QObject transport)
void
QWebChannel. deregisterObject(QObject object)
void
QQmlWebChannel. disconnectFrom(QObject transport)
void
QWebChannel. registerObject(String id, QObject object)
Method parameters in io.qt.webchannel with type arguments of type QObject Modifier and Type Method Description void
QWebChannel. registerObjects(Map<String,QObject> objects)
Constructors in io.qt.webchannel with parameters of type QObject Constructor Description QQmlWebChannel(QObject parent)
QWebChannel(QObject parent)
QWebChannelAbstractTransport(QObject parent)
-
Uses of QObject in io.qt.webengine
Subclasses of QObject in io.qt.webengine Modifier and Type Class Description class
QQuickWebEngineProfile
Web engine profile shared by multiple pagesclass
QQuickWebEngineScript
Enables the injection of scripts in the JavaScript engineConstructors in io.qt.webengine with parameters of type QObject Constructor Description QQuickWebEngineProfile(QObject parent)
QQuickWebEngineScript(QObject parent)
-
Uses of QObject in io.qt.webengine.core
Subclasses of QObject in io.qt.webengine.core Modifier and Type Class Description class
QWebEngineCookieStore
Access to Chromium's cookiesclass
QWebEngineNotification
Encapsulates the data of an HTML5 web notificationclass
QWebEngineUrlRequestInterceptor
Abstract base class for URL interceptionclass
QWebEngineUrlRequestJob
Represents a custom URL requestclass
QWebEngineUrlSchemeHandler
Base class for handling custom URL schemesConstructors in io.qt.webengine.core with parameters of type QObject Constructor Description QWebEngineUrlRequestInterceptor(QObject p)
QWebEngineUrlSchemeHandler(QObject parent)
-
Uses of QObject in io.qt.webengine.widgets
Subclasses of QObject in io.qt.webengine.widgets Modifier and Type Class Description class
QWebEngineDownloadItem
Java wrapper for Qt class QWebEngineDownloadItemclass
QWebEnginePage
Object to view and edit web documentsclass
QWebEngineProfile
Web engine profile shared by multiple pagesclass
QWebEngineView
Widget that is used to view and edit web documentsConstructors in io.qt.webengine.widgets with parameters of type QObject Constructor Description QWebEnginePage(QObject parent)
QWebEnginePage(QWebEngineProfile profile, QObject parent)
QWebEngineProfile(QObject parent)
QWebEngineProfile(String name, QObject parent)
-
Uses of QObject in io.qt.websockets
Subclasses of QObject in io.qt.websockets Modifier and Type Class Description class
QMaskGenerator
Abstract base for custom 32-bit mask generatorsclass
QWebSocket
Implements a TCP socket that talks the WebSocket protocolclass
QWebSocketServer
Implements a WebSocket-based serverConstructors in io.qt.websockets with parameters of type QObject Constructor Description QMaskGenerator(QObject parent)
QWebSocket(String origin, QWebSocketProtocol.Version version, QObject parent)
Creates a new QWebSocket with the given origin, the version of the protocol to use and parentQWebSocketServer(String serverName, QWebSocketServer.SslMode secureMode, QObject parent)
-
Uses of QObject in io.qt.widgets
Subclasses of QObject in io.qt.widgets Modifier and Type Class Description class
QAbstractButton
The abstract base class of button widgets, providing functionality common to buttonsclass
QAbstractItemDelegate
Used to display and edit data items from a modelclass
QAbstractItemView
The basic functionality for item view classesclass
QAbstractScrollArea
Scrolling area with on-demand scroll barsclass
QAbstractSlider
Integer value within a rangeclass
QAbstractSpinBox
Spinbox and a line edit to display valuesclass
QAction
Abstract user interface action that can be inserted into widgetsclass
QActionGroup
Groups actions togetherclass
QApplication
Manages the GUI application's control flow and main settingsclass
QBoxLayout
Lines up child widgets horizontally or verticallyclass
QButtonGroup
Container to organize groups of button widgetsclass
QCalendarWidget
Monthly based calendar widget allowing the user to select a dateclass
QCheckBox
Checkbox with a text labelclass
QColorDialog
Dialog widget for specifying colorsclass
QColumnView
Model/view implementation of a column viewclass
QComboBox
Combined button and popup listclass
QCommandLinkButton
Vista style command link buttonclass
QCommonStyle
Encapsulates the common Look and Feel of a GUIclass
QCompleter
Completions based on an item modelclass
QDataWidgetMapper
Mapping between a section of a data model to widgetsclass
QDateEdit
Widget for editing dates based on the QDateTimeEdit widgetclass
QDateTimeEdit
Widget for editing dates and timesclass
QDesktopWidget
Access to screen information on multi-head systemsclass
QDial
Rounded range control (like a speedometer or potentiometer)class
QDialog
The base class of dialog windowsclass
QDialogButtonBox
Widget that presents buttons in a layout that is appropriate to the current widget styleclass
QDirModel
Data model for the local filesystemclass
QDockWidget
Widget that can be docked inside a QMainWindow or floated as a top-level window on the desktopclass
QDoubleSpinBox
Spin box widget that takes doublesclass
QErrorMessage
Error message display dialogclass
QFileDialog
Dialog that allow users to select files or directoriesclass
QFileSystemModel
Data model for the local filesystemclass
QFocusFrame
Focus frame which can be outside of a widget's normal paintable areaclass
QFontComboBox
Combobox that lets the user select a font familyclass
QFontDialog
Dialog widget for selecting a fontclass
QFormLayout
Manages forms of input widgets and their associated labelsclass
QFrame
The base class of widgets that can have a frameclass
QGesture
Represents a gesture, containing properties that describe the corresponding user inputclass
QGraphicsAnchor
Represents an anchor between two items in a QGraphicsAnchorLayoutclass
QGraphicsBlurEffect
Blur effectclass
QGraphicsColorizeEffect
Colorize effectclass
QGraphicsDropShadowEffect
Drop shadow effectclass
QGraphicsEffect
The base class for all graphics effectsclass
QGraphicsItemAnimation
Simple animation support for QGraphicsItemclass
QGraphicsObject
Base class for all graphics items that require signals, slots and propertiesclass
QGraphicsOpacityEffect
Opacity effectclass
QGraphicsProxyWidget
Proxy layer for embedding a QWidget in a QGraphicsSceneclass
QGraphicsRotation
Rotation transformation around a given axisclass
QGraphicsScale
Scale transformationclass
QGraphicsScene
Surface for managing a large number of 2D graphical itemsclass
QGraphicsTextItem
Text item that you can add to a QGraphicsScene to display formatted textclass
QGraphicsTransform
Abstract base class for building advanced transformations on QGraphicsItemsclass
QGraphicsView
Widget for displaying the contents of a QGraphicsSceneclass
QGraphicsWidget
The base class for all widget items in a QGraphicsSceneclass
QGridLayout
Lays out widgets in a gridclass
QGroupBox
Group box frame with a titleclass
QHBoxLayout
Lines up widgets horizontallyclass
QHeaderView
Header row or header column for item viewsclass
QInputDialog
Simple convenience dialog to get a single value from the userclass
QItemDelegate
Display and editing facilities for data items from a modelclass
QKeyEventTransition
Transition for key eventsclass
QKeySequenceEdit
Allows to input a QKeySequenceclass
QLabel
Text or image displayclass
QLayout
The base class of geometry managersclass
QLCDNumber
Displays a number with LCD-like digitsclass
QLineEdit
One-line text editorclass
QListView
List or icon view onto a modelclass
QListWidget
Item-based list widgetclass
QMainWindow
Main application windowclass
QMdiArea
Area in which MDI windows are displayedclass
QMdiSubWindow
Subwindow class for QMdiAreaclass
QMenu
Menu widget for use in menu bars, context menus, and other popup menusclass
QMenuBar
Horizontal menu barclass
QMessageBox
Modal dialog for informing the user or for asking the user a question and receiving an answerclass
QMouseEventTransition
Transition for mouse eventsclass
QOpenGLWidget
Widget for rendering OpenGL graphicsclass
QPanGesture
Describes a panning gesture made by the userclass
QPictureFormatPlugin
Abstract base for custom picture format pluginsclass
QPinchGesture
Describes a pinch gesture made by the userclass
QPlainTextDocumentLayout
Implements a plain text layout for QTextDocumentclass
QPlainTextEdit
Widget that is used to edit and display plain textclass
QProgressBar
Horizontal or vertical progress barclass
QProgressDialog
Feedback on the progress of a slow operationclass
QProxyStyle
Convenience class that simplifies dynamically overriding QStyle elementsclass
QPushButton
Command buttonclass
QRadioButton
Radio button with a text labelclass
QRubberBand
Rectangle or line that can indicate a selection or a boundaryclass
QScrollArea
Scrolling view onto another widgetclass
QScrollBar
Vertical or horizontal scroll barclass
QScroller
Enables kinetic scrolling for any scrolling widget or graphics itemclass
QShortcut
Used to create keyboard shortcutsclass
QSizeGrip
Resize handle for resizing top-level windowsclass
QSlider
Vertical or horizontal sliderclass
QSpinBox
Spin box widgetclass
QSplashScreen
Splash screen that can be shown during application startupclass
QSplitter
Implements a splitter widgetclass
QSplitterHandle
Handle functionality for the splitterclass
QStackedLayout
Stack of widgets where only one widget is visible at a timeclass
QStackedWidget
Stack of widgets where only one widget is visible at a timeclass
QStatusBar
Horizontal bar suitable for presenting status informationclass
QStyle
Abstract base class that encapsulates the look and feel of a GUIclass
QStyledItemDelegate
Display and editing facilities for data items from a modelclass
QStylePlugin
Abstract base for custom QStyle pluginsclass
QSwipeGesture
Describes a swipe gesture made by the userclass
QSystemTrayIcon
Icon for an application in the system trayclass
QTabBar
Tab bar, e.g. for use in tabbed dialogsclass
QTableView
Default model/view implementation of a table viewclass
QTableWidget
Item-based table view with a default modelclass
QTabWidget
Stack of tabbed widgetsclass
QTapAndHoldGesture
Describes a tap-and-hold (aka LongTap) gesture made by the userclass
QTapGesture
Describes a tap gesture made by the userclass
QTextBrowser
Rich text browser with hypertext navigationclass
QTextEdit
Widget that is used to edit and display both plain and rich textclass
QTimeEdit
Widget for editing times based on the QDateTimeEdit widgetclass
QToolBar
Movable panel that contains a set of controlsclass
QToolBox
Column of tabbed widget itemsclass
QToolButton
Quick-access button to commands or options, usually used inside a QToolBarclass
QTreeView
Default model/view implementation of a tree viewclass
QTreeWidget
Tree view that uses a predefined tree modelclass
QUndoGroup
Group of QUndoStack objectsclass
QUndoStack
Stack of QUndoCommand objectsclass
QUndoView
Displays the contents of a QUndoStackclass
QVBoxLayout
Lines up widgets verticallyclass
QWidget
The base class of all user interface objectsclass
QWidgetAction
Extends QAction by an interface for inserting custom widgets into action based containers, such as toolbarsclass
QWizard
Framework for wizardsclass
QWizardPage
The base class for wizard pagesMethods in io.qt.widgets that return QObject Modifier and Type Method Description protected QObject
QAccessibleWidget. parentObject()
QObject
QStyleOption. styleObject()
The object being styledQObject
QScroller. target()
Methods in io.qt.widgets with parameters of type QObject Modifier and Type Method Description QGesture
QGestureRecognizer. create(QObject target)
static QAction
QWhatsThis. createAction(QObject parent)
QAction
QUndoGroup. createRedoAction(QObject parent)
Overloaded function forQUndoGroup.createRedoAction(io.qt.core.QObject, java.lang.String)
withprefix = ""
.QAction
QUndoGroup. createRedoAction(QObject parent, String prefix)
QAction
QUndoStack. createRedoAction(QObject parent)
Overloaded function forQUndoStack.createRedoAction(io.qt.core.QObject, java.lang.String)
withprefix = ""
.QAction
QUndoStack. createRedoAction(QObject parent, String prefix)
QAction
QUndoGroup. createUndoAction(QObject parent)
Overloaded function forQUndoGroup.createUndoAction(io.qt.core.QObject, java.lang.String)
withprefix = ""
.QAction
QUndoGroup. createUndoAction(QObject parent, String prefix)
QAction
QUndoStack. createUndoAction(QObject parent)
Overloaded function forQUndoStack.createUndoAction(io.qt.core.QObject, java.lang.String)
withprefix = ""
.QAction
QUndoStack. createUndoAction(QObject parent, String prefix)
protected void
QAbstractItemView. editorDestroyed(QObject editor)
boolean
QAbstractItemView. eventFilter(QObject object, QEvent event)
boolean
QAbstractScrollArea. eventFilter(QObject arg__1, QEvent arg__2)
boolean
QCalendarWidget. eventFilter(QObject watched, QEvent event)
boolean
QCompleter. eventFilter(QObject o, QEvent e)
boolean
QDialog. eventFilter(QObject arg__1, QEvent arg__2)
boolean
QFocusFrame. eventFilter(QObject arg__1, QEvent arg__2)
boolean
QFontDialog. eventFilter(QObject object, QEvent event)
boolean
QGraphicsProxyWidget. eventFilter(QObject object, QEvent event)
boolean
QGraphicsScene. eventFilter(QObject watched, QEvent event)
boolean
QItemDelegate. eventFilter(QObject object, QEvent event)
boolean
QMdiArea. eventFilter(QObject object, QEvent event)
boolean
QMdiSubWindow. eventFilter(QObject object, QEvent event)
boolean
QMenuBar. eventFilter(QObject arg__1, QEvent arg__2)
boolean
QScrollArea. eventFilter(QObject arg__1, QEvent arg__2)
boolean
QSizeGrip. eventFilter(QObject arg__1, QEvent arg__2)
boolean
QStyledItemDelegate. eventFilter(QObject object, QEvent event)
boolean
QWidgetAction. eventFilter(QObject arg__1, QEvent arg__2)
static Qt.GestureType
QScroller. grabbedGesture(QObject target)
static Qt.GestureType
QScroller. grabGesture(QObject target)
Overloaded function forQScroller.grabGesture(io.qt.core.QObject, io.qt.widgets.QScroller.ScrollerGestureType)
withgestureType = io.qt.widgets.QScroller.ScrollerGestureType.TouchGesture
.static Qt.GestureType
QScroller. grabGesture(QObject target, QScroller.ScrollerGestureType gestureType)
static boolean
QScroller. hasScroller(QObject target)
boolean
QApplication. notify(QObject arg__1, QEvent arg__2)
void
QColorDialog. open(QObject receiver, String member)
void
QFileDialog. open(QObject receiver, String member)
void
QFontDialog. open(QObject receiver, String member)
void
QInputDialog. open(QObject receiver, String member)
abstract QGestureRecognizer.Result
QGestureRecognizer. recognize(QGesture state, QObject watched, QEvent event)
static QScroller
QScroller. scroller(QObject target)
void
QStyleOption. setStyleObject(QObject styleObject)
The object being styledstatic void
QScroller. ungrabGesture(QObject target)
-
Uses of QObject in io.qt.winextras
Subclasses of QObject in io.qt.winextras Modifier and Type Class Description class
QWinJumpList
Represents a transparent wrapper around Windows Jump Listsclass
QWinTaskbarButton
Represents the Windows taskbar button for a top-level window (Windows 7 and newer)class
QWinTaskbarProgress
Represents a progress indicator in the Windows taskbarclass
QWinThumbnailToolBar
Allows manipulating the thumbnail toolbar of a windowclass
QWinThumbnailToolButton
Represents a button in a thumbnail toolbarMethods in io.qt.winextras with parameters of type QObject Modifier and Type Method Description boolean
QWinTaskbarButton. eventFilter(QObject arg__1, QEvent arg__2)
Constructors in io.qt.winextras with parameters of type QObject Constructor Description QWinJumpList(QObject parent)
QWinTaskbarButton(QObject parent)
QWinTaskbarProgress(QObject parent)
QWinThumbnailToolBar(QObject parent)
QWinThumbnailToolButton(QObject parent)
-
Uses of QObject in io.qt.xmlpatterns
Subclasses of QObject in io.qt.xmlpatterns Modifier and Type Class Description class
QAbstractMessageHandler
Callback interface for handling messagesclass
QAbstractUriResolver
Callback interface for resolving Uniform Resource Identifiers.Constructors in io.qt.xmlpatterns with parameters of type QObject Constructor Description QAbstractMessageHandler(QObject parent)
QAbstractUriResolver(QObject parent)