继承: | QWindow |
Qt3DRender::QFrameGraphNode * | activeFrameGraph () const |
Qt3DExtras::QForwardRenderer * | defaultFrameGraph () const |
void | registerAspect (Qt3DCore::QAbstractAspect * aspect ) |
void | registerAspect (const QString & name ) |
Qt3DRender::QRenderSettings * | renderSettings () const |
void | setActiveFrameGraph (Qt3DRender::QFrameGraphNode * activeFrameGraph ) |
void | setRootEntity (Qt3DCore::QEntity * root ) |
virtual bool | event (QEvent * e ) override |
virtual void | resizeEvent ( QResizeEvent * ) override |
virtual void | showEvent (QShowEvent * e ) override |
Returns the node of the active frame graph.
另请参阅 setActiveFrameGraph ().
Returns the node of the default framegraph
[override virtual protected]
bool
Qt3DWindow::
event
(
QEvent
*
e
)
重实现自 QWindow::event ().
Requests renderer to redraw if we are using OnDemand render policy.
注册指定 aspect .
Registers the specified aspect name .
Returns the render settings of the 3D Window.
[override virtual protected]
void
Qt3DWindow::
resizeEvent
(
QResizeEvent *
)
重实现自 QWindow::resizeEvent ().
Resets the aspect ratio of the 3D window.
Activates the specified activeFrameGraph .
另请参阅 activeFrameGraph ().
设置指定 root entity of the scene.
[override virtual protected]
void
Qt3DWindow::
showEvent
(
QShowEvent
*
e
)
重实现自 QWindow::showEvent ().
Manages the display events specified in e .