Qt 5.14
Qt Quick
C++ Classes
QQuickView
Qt 5.14.0 Reference Documentation
List of All Members for QQuickView
This is the complete list of members for
QQuickView
, including inherited members.
GraphicsStateInfo
enum
AncestorMode
enum
CreateTextureOption
flags
CreateTextureOptions
enum
NativeObjectType
typedef
QObjectList
QQuickView
(const QUrl &, QWindow *)
QQuickView
(QQmlEngine *, QWindow *)
QQuickView
(QWindow *)
QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
Q_CLASSINFO
(, )
Q_DISABLE_COPY
()
Q_DISABLE_COPY_MOVE
()
Q_DISABLE_MOVE
()
Q_EMIT
Q_ENUM
(
...
)
Q_ENUM_NS
(
...
)
Q_FLAG
(
...
)
Q_FLAG_NS
(
...
)
Q_GADGET
Q_INTERFACES
(
...
)
Q_INVOKABLE
Q_NAMESPACE
Q_NAMESPACE_EXPORT
()
Q_OBJECT
Q_PROPERTY
(
...
)
Q_REVISION
Q_SET_OBJECT_NAME
()
Q_SIGNAL
Q_SIGNALS
Q_SLOT
Q_SLOTS
enum
RenderStage
enum
ResizeMode
enum
SceneGraphError
enum
Status
enum
SurfaceClass
enum
SurfaceType
enum
TextRenderType
enum
Visibility
activeChanged
()
activeFocusItemChanged
()
afterAnimating
()
afterRenderPassRecording
()
afterRendering
()
afterSynchronizing
()
alert
(int )
beforeRenderPassRecording
()
beforeRendering
()
beforeSynchronizing
()
close
() : bool
closing
(QQuickCloseEvent *)
colorChanged
(
const QColor &
)
contentOrientationChanged
(Qt::ScreenOrientation )
deleteLater
()
destroyed
(QObject *)
focusObjectChanged
(QObject *)
frameSwapped
()
heightChanged
(int )
hide
()
lower
()
maximumHeightChanged
(int )
maximumWidthChanged
(int )
minimumHeightChanged
(int )
minimumWidthChanged
(int )
modalityChanged
(Qt::WindowModality )
objectNameChanged
(const QString &)
opacityChanged
(qreal )
openglContextCreated
(QOpenGLContext *)
raise
()
releaseResources
()
requestActivate
()
requestUpdate
()
sceneGraphAboutToStop
()
sceneGraphError
(QQuickWindow::SceneGraphError , const QString &)
sceneGraphInitialized
()
sceneGraphInvalidated
()
screenChanged
(QScreen *)
setGeometry
(int , int , int , int )
setHeight
(int )
setInitialProperties
(const QVariantMap &)
setMaximumHeight
(int )
setMaximumWidth
(int )
setMinimumHeight
(int )
setMinimumWidth
(int )
setSource
(const QUrl &)
setTitle
(
const QString &
)
setVisible
(bool )
setWidth
(int )
setX
(int )
setY
(int )
show
()
showFullScreen
()
showMaximized
()
showMinimized
()
showNormal
()
statusChanged
(QQuickView::Status )
update
()
visibilityChanged
(QWindow::Visibility )
visibleChanged
(bool )
widthChanged
(int )
windowStateChanged
(Qt::WindowState )
windowTitleChanged
(const QString &)
xChanged
(int )
yChanged
(int )
~QQuickView
()
accessibleRoot
() const : QAccessibleInterface *
activeFocusItem
() const : QQuickItem *
baseSize
() const : QSize
beginExternalCommands
()
blockSignals
(bool ) : bool
childEvent
(QChildEvent *)
children
() const : const QObjectList &
clearBeforeRendering
() const : bool
color
() const : QColor
connect
(const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType ) : QMetaObject::Connection
connect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &, Qt::ConnectionType ) : QMetaObject::Connection
connect
(const QObject *, const char *, const char *, Qt::ConnectionType ) const : QMetaObject::Connection
connect
(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction , Qt::ConnectionType ) : QMetaObject::Connection
connect
(const QObject *, PointerToMemberFunction , Functor ) : QMetaObject::Connection
connect
(const QObject *, PointerToMemberFunction , const QObject *, Functor , Qt::ConnectionType ) : QMetaObject::Connection
connectNotify
(const QMetaMethod &)
contentItem
() const : QQuickItem *
contentOrientation
() const : Qt::ScreenOrientation
create
()
createImageNode
() const : QSGImageNode *
createNinePatchNode
() const : QSGNinePatchNode *
createRectangleNode
() const : QSGRectangleNode *
createTextureFromId
(uint , const QSize &, QQuickWindow::CreateTextureOptions ) const : QSGTexture *
createTextureFromImage
(const QImage &, QQuickWindow::CreateTextureOptions ) const : QSGTexture *
createTextureFromImage
(const QImage &) const : QSGTexture *
createTextureFromNativeObject
(QQuickWindow::NativeObjectType , const void *, int , const QSize &, QQuickWindow::CreateTextureOptions ) const : QSGTexture *
cursor
() const : QCursor
customEvent
(QEvent *)
destroy
()
devicePixelRatio
() const : qreal
disconnect
(const QObject *, const char *, const QObject *, const char *) : bool
disconnect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &) : bool
disconnect
(const char *, const QObject *, const char *) const : bool
disconnect
(const QObject *, const char *) const : bool
disconnect
(const QMetaObject::Connection &) : bool
disconnect
(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction ) : bool
disconnectNotify
(const QMetaMethod &)
dumpObjectInfo
() const
dumpObjectTree
() const
dynamicPropertyNames
() const : QList<QByteArray>
effectiveDevicePixelRatio
() const : qreal
endExternalCommands
()
engine
() const : QQmlEngine *
errors
() const : QList<QQmlError>
event
(QEvent *) : bool
eventFilter
(QObject *, QEvent *) : bool
exposeEvent
(
QExposeEvent *
)
filePath
() const : QString
findChild
(const QString &, Qt::FindChildOptions ) const : T
findChildren
(const QString &, Qt::FindChildOptions ) const : QList<T>
findChildren
(const QRegularExpression &, Qt::FindChildOptions ) const : QList<T>
flags
() const : Qt::WindowFlags
focusInEvent
(QFocusEvent *)
focusObject
() const : QObject *
focusOutEvent
(QFocusEvent *)
format
() const : QSurfaceFormat
frameGeometry
() const : QRect
frameMargins
() const : QMargins
framePosition
() const : QPoint
fromWinId
(WId ) : QWindow *
geometry
() const : QRect
grabWindow
() : QImage
graphicsStateInfo
() : const QQuickWindow::GraphicsStateInfo &
hasDefaultAlphaBuffer
() : bool
height
() const : int
hideEvent
(
QHideEvent *
)
icon
() const : QIcon
incubationController
() const : QQmlIncubationController *
inherits
(const char *) const : bool
initialSize
() const : QSize
installEventFilter
(QObject *)
isActive
() const : bool
isAncestorOf
(const QWindow *, QWindow::AncestorMode ) const : bool
isExposed
() const : bool
isModal
() const : bool
isPersistentOpenGLContext
() const : bool
isPersistentSceneGraph
() const : bool
isSceneGraphInitialized
() const : bool
isSignalConnected
(const QMetaMethod &) const : bool
isTopLevel
() const : bool
isVisible
() const : bool
isWidgetType
() const : bool
isWindowType
() const : bool
keyPressEvent
(QKeyEvent *)
keyReleaseEvent
(QKeyEvent *)
killTimer
(int )
mapFromGlobal
(const QPoint &) const : QPoint
mapToGlobal
(const QPoint &) const : QPoint
mask
() const : QRegion
maximumHeight
() const : int
maximumSize
() const : QSize
maximumWidth
() const : int
metaObject
() const : const QMetaObject *
minimumHeight
() const : int
minimumSize
() const : QSize
minimumWidth
() const : int
modality
() const : Qt::WindowModality
mouseDoubleClickEvent
(QMouseEvent *)
mouseGrabberItem
() const : QQuickItem *
mouseMoveEvent
(QMouseEvent *)
mousePressEvent
(QMouseEvent *)
mouseReleaseEvent
(QMouseEvent *)
moveEvent
(QMoveEvent *)
moveToThread
(QThread *)
nativeEvent
(const QByteArray &, void *, long *) : bool
objectName
() const : QString
opacity
() const : qreal
openglContext
() const : QOpenGLContext *
parent
(QWindow::AncestorMode ) const : QWindow *
parent
() const : QWindow *
position
() const : QPoint
property
(const char *) const : QVariant
qFindChildren
(const QObject *, const QRegExp &) : QList<T>
qobject_cast
(QObject *) : T
qobject_cast
(const QObject *) : T
receivers
(const char *) const : int
removeEventFilter
(QObject *)
renderTarget
() const : QOpenGLFramebufferObject *
renderTargetId
() const : uint
renderTargetSize
() const : QSize
rendererInterface
() const : QSGRendererInterface *
reportContentOrientationChange
(Qt::ScreenOrientation )
requestedFormat
() const : QSurfaceFormat
resetOpenGLState
()
resize
(const QSize &)
resize
(int , int )
resizeEvent
(QResizeEvent *)
resizeMode
() const : QQuickView::ResizeMode
rootContext
() const : QQmlContext *
rootObject
() const : QQuickItem *
sceneGraphBackend
() : QString
scheduleRenderJob
(QRunnable *, QQuickWindow::RenderStage )
screen
() const : QScreen *
sender
() const : QObject *
senderSignalIndex
() const : int
setBaseSize
(const QSize &)
setClearBeforeRendering
(bool )
setColor
(const QColor &)
setCursor
(const QCursor &)
setDefaultAlphaBuffer
(bool )
setFilePath
(const QString &)
setFlag
(Qt::WindowType , bool )
setFlags
(Qt::WindowFlags )
setFormat
(const QSurfaceFormat &)
setFramePosition
(const QPoint &)
setIcon
(const QIcon &)
setKeyboardGrabEnabled
(bool ) : bool
setMask
(const QRegion &)
setMaximumSize
(const QSize &)
setMinimumSize
(const QSize &)
setModality
(Qt::WindowModality )
setMouseGrabEnabled
(bool ) : bool
setObjectName
(const QString &)
setOpacity
(qreal )
setParent
(QWindow *)
setPersistentOpenGLContext
(bool )
setPersistentSceneGraph
(bool )
setPosition
(const QPoint &)
setPosition
(int , int )
setProperty
(const char *, const QVariant &) : bool
setRenderTarget
(QOpenGLFramebufferObject *)
setRenderTarget
(uint , const QSize &)
setResizeMode
(
QQuickView::ResizeMode
)
setSceneGraphBackend
(QSGRendererInterface::GraphicsApi )
setSceneGraphBackend
(const QString &)
setScreen
(QScreen *)
setSizeIncrement
(const QSize &)
setSurfaceType
(QSurface::SurfaceType )
setTextRenderType
(QQuickWindow::TextRenderType )
setVisibility
(QWindow::Visibility )
setVulkanInstance
(QVulkanInstance *)
setWindowState
(Qt::WindowState )
setWindowStates
(Qt::WindowStates )
showEvent
(
QShowEvent *
)
signalsBlocked
() const : bool
size
() const : QSize
sizeIncrement
() const : QSize
source
() const : QUrl
startTimer
(int , Qt::TimerType ) : int
startTimer
(std::chrono::milliseconds , Qt::TimerType ) : int
staticMetaObject
:
status
() const : QQuickView::Status
supportsOpenGL
() const : bool
surfaceClass
() const : QSurface::SurfaceClass
surfaceHandle
() const : QPlatformSurface *
surfaceType
() const : QSurface::SurfaceType
tabletEvent
(QTabletEvent *)
textRenderType
() : QQuickWindow::TextRenderType
thread
() const : QThread *
timerEvent
(QTimerEvent *)
title
() const : QString
touchEvent
(QTouchEvent *)
tr
(const char *, const char *, int ) : QString
type
() const : Qt::WindowType
unsetCursor
()
visibility
() const : QWindow::Visibility
vulkanInstance
() const : QVulkanInstance *
wheelEvent
(QWheelEvent *)
width
() const : int
winId
() const : WId
windowState
() const : Qt::WindowState
windowStates
() const : Qt::WindowStates
x
() const : int
y
() const : int