Uses of Class
io.qt.core.QObject
-
Uses of QObject in io.qt
-
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
QAbstractTableModel
Abstract model that can be subclassed to create table modelsclass
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
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
QFutureWatcher<T>
Allows monitoring a QFuture using signals and slotsclass
QFutureWatcherBase
Java wrapper for Qt class QFutureWatcherBaseclass
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
QSocketNotifier
Support for monitoring activity on a file descriptorclass
QSortFilterProxyModel
Support for sorting and filtering data passed between another model and a viewclass
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, 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
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(String text)
QObject
QMetaObject. newInstance(Object... args)
QObject
QObject. parent()
protected QObject
QObject. sender()
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)
QUntypedBindable
QMetaProperty. bindable(QObject object)
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.boolean
QObject. 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)
.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, long interval, Qt.TimerType timerType, QObject object)
int
QAbstractEventDispatcher. registerTimer(long 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
QSignalMapper. setMapping(QObject sender, int id)
void
QSignalMapper. setMapping(QObject sender, QObject object)
void
QSignalMapper. setMapping(QObject sender, String text)
void
QObject. setParent(QObject parent)
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.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.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
QAction
Abstraction for user commands that can be added to different user interface componentsclass
QActionGroup
Groups actions togetherclass
QClipboard
Access to the window system clipboardclass
QDoubleValidator
Range checking of floating-point numbersclass
QDrag
Support for MIME-based drag and drop data transferclass
QFileSystemModel
Data model for the local filesystemclass
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
QInputDevice
Describes a device from which a QInputEvent originatesclass
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
QPaintDeviceWindow
Convenience subclass of QWindow that is also a QPaintDeviceclass
QPdfWriter
Class to generate PDFs that can be used as a paint deviceclass
QPointingDevice
Describes a device from which mouse, touch or tablet events originateclass
QRasterWindow
Convenience class for using QPainter on a QWindowclass
QRegularExpressionValidator
Used to check a string against a regular expressionclass
QScreen
Used to query screen propertiesclass
QSessionManager
Access to the session managerclass
QShortcut
Used to create keyboard shortcutsclass
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
QUndoGroup
Group of QUndoStack objectsclass
QUndoStack
Stack of QUndoCommand objectsclass
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.Signal4<QObject,QPointingDevice.GrabTransition,QPointerEvent,QEventPoint>
QPointingDevice. grabChanged
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)
QObject
QPointerEvent. exclusiveGrabber(QEventPoint point)
QObject
QSinglePointEvent. exclusivePointGrabber()
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 that return types with arguments of type QObject Modifier and Type Method Description QList<QObject>
QAction. associatedObjects()
QList<QObject>
QPointerEvent. passiveGrabbers(QEventPoint point)
Methods in io.qt.gui with parameters of type QObject Modifier and Type Method Description boolean
QPointerEvent. addPassiveGrabber(QEventPoint point, QObject grabber)
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)
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)
boolean
QGuiApplication. notify(QObject arg__1, QEvent arg__2)
static QAccessibleInterface
QAccessible. queryAccessibleInterface(QObject arg__1)
boolean
QPointerEvent. removePassiveGrabber(QEventPoint point, QObject grabber)
void
QPointerEvent. setExclusiveGrabber(QEventPoint point, QObject exclusiveGrabber)
void
QSinglePointEvent. setExclusivePointGrabber(QObject exclusiveGrabber)
static void
QAccessible. setRootObject(QObject object)
protected void
QTouchEvent. setTarget(QObject target)
boolean
QAction. showStatusText(QObject object)
-
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.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
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
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)
QNetworkCookieJar(QObject parent)
QNetworkDiskCache(QObject parent)
QNetworkReply(QObject parent)
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.opengl
Subclasses of QObject in io.qt.opengl Modifier and Type Class Description class
QOpenGLDebugLogger
Enables logging of OpenGL debugging messagesclass
QOpenGLShader
Allows OpenGL shaders to be compiledclass
QOpenGLShaderProgram
Allows OpenGL shader programs to be linked and usedclass
QOpenGLVertexArrayObject
Wraps an OpenGL Vertex Array Objectclass
QOpenGLWindow
Convenience subclass of QWindow to perform OpenGL paintingConstructors in io.qt.opengl with parameters of type QObject Constructor Description QOpenGLDebugLogger(QObject parent)
QOpenGLShader(QOpenGLShader.ShaderType type, QObject parent)
QOpenGLShaderProgram(QObject parent)
QOpenGLVertexArrayObject(QObject parent)
-
Uses of QObject in io.qt.opengl.widgets
Subclasses of QObject in io.qt.opengl.widgets Modifier and Type Class Description class
QOpenGLWidget
Widget for rendering OpenGL graphics -
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.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
QQmlImageProviderBase
Used to register image providers in the QML engineclass
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(long 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(Class<? extends QObject> clazz, QObject obj)
static QObject
QtQml. qmlAttachedPropertiesObject(Class<? extends QObject> clazz, QObject obj, boolean create)
QObject
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
QQmlEngine. captureProperty(QObject object, QMetaProperty property)
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 QJSEngine.ObjectOwnership
QJSEngine. objectOwnership(QObject arg__1)
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. 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(long 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
QJSEngine. setObjectOwnership(QObject arg__1, QJSEngine.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
QAttribute
Defines an attribute and how data should be read from a QBufferclass
QBoundingVolume
Can be used to override the bounding volume of an entityclass
QBuffer
Provides a data store for raw data to later be used as vertices or uniformsclass
QComponent
Base class of scene nodes that can be aggregated by Qt3DCore::QEntity instances as a componentclass
QCoreAspect
Java wrapper for Qt class Qt3DCore::QCoreAspectclass
QCoreSettings
Holds settings related to core data handling processclass
QEntity
Qt3DCore::QEntity is a Qt3DCore::QNode subclass that can aggregate several Qt3DCore::QComponent instances that will specify its behaviorclass
QGeometry
Encapsulates geometryclass
QGeometryView
Encapsulates geometry detailsclass
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)
QCoreAspect(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.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
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
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
Enables a visual overlay with scene detailsclass
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
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
QPickingProxy
Can be used to provide an alternate QGeometryView used only for pickingclass
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.SubmissionType submissionType, 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
QQuickAsyncImageProvider
Interface for for asynchronous control of QML image requestsclass
QQuickFramebufferObject
Convenience class for integrating OpenGL rendering using a framebuffer object (FBO) with Qt Quickclass
QQuickImageProvider
Interface for supporting pixmaps and threaded image requests in QMLclass
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
QSGDynamicTexture
Serves as a baseclass for dynamically changing textures, such as content that is rendered to FBO'sclass
QSGTexture
The base class 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)
-
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 resourcesclass
QQuick3DTextureData
Base class for defining custom texture data -
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
QSvgRenderer
Used to draw the contents of SVG files onto paint devicesConstructors 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)
QTestEventLoop(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
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
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
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
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
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
QPanGesture
Describes a panning gesture made by the userclass
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
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
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)
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.widgets.svg
Subclasses of QObject in io.qt.widgets.svg Modifier and Type Class Description class
QGraphicsSvgItem
QGraphicsItem that can be used to render the contents of SVG filesclass
QSvgWidget
Widget that is used to display the contents of Scalable Vector Graphics (SVG) files -
Uses of QObject in io.qt.widgets.tools
Subclasses of QObject in io.qt.widgets.tools Modifier and Type Class Description class
QUiLoader
Enables standalone applications to dynamically create user interfaces at run-time using the information stored in UI files or specified in plugin pathsMethods in io.qt.widgets.tools with parameters of type QObject Modifier and Type Method Description QAction
QUiLoader. createAction(QObject parent)
Overloaded function forQUiLoader.createAction(io.qt.core.QObject, java.lang.String)
withname = ""
.QAction
QUiLoader. createAction(QObject parent, String name)
QActionGroup
QUiLoader. createActionGroup(QObject parent)
Overloaded function forQUiLoader.createActionGroup(io.qt.core.QObject, java.lang.String)
withname = ""
.QActionGroup
QUiLoader. createActionGroup(QObject parent, String name)
QLayout
QUiLoader. createLayout(String className, QObject parent)
Overloaded function forQUiLoader.createLayout(java.lang.String, io.qt.core.QObject, java.lang.String)
withname = ""
.QLayout
QUiLoader. createLayout(String className, QObject parent, String name)
Constructors in io.qt.widgets.tools with parameters of type QObject Constructor Description QUiLoader(QObject parent)