Skip to content

KuesaUtils::Window

Window is a convenience wrapper aimed at simplifying the creation of a window ready to be used with Kuesa's View3DScene . More...

#include <window.h>

Inherits from QWindow

Public Functions

Name
Window(QScreen * screen =nullptr, Qt3DRender::API api =Qt3DRender::API::RHI)
~Window() override
View3DScene * scene() const

Protected Functions

Name
void showEvent(QShowEvent * e) override
void resizeEvent(QResizeEvent * e) override
bool event(QEvent * e) override

Detailed Description

1
class KuesaUtils::Window;

Window is a convenience wrapper aimed at simplifying the creation of a window ready to be used with Kuesa's View3DScene .

Since: Kuesa 2.0

Public Functions Documentation

function Window

1
2
3
4
explicit Window(
    QScreen * screen =nullptr,
    Qt3DRender::API api =Qt3DRender::API::RHI
)

function ~Window

1
~Window() override

function scene

1
View3DScene * scene() const

Protected Functions Documentation

function showEvent

1
2
3
void showEvent(
    QShowEvent * e
) override

function resizeEvent

1
2
3
void resizeEvent(
    QResizeEvent * e
) override

function event

1
2
3
bool event(
    QEvent * e
) override

Updated on 2022-10-18 at 11:12:50 +0200