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
Protected Functions
Detailed Description
 | 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
 | explicit Window(
    QScreen * screen =nullptr,
    Qt3DRender::API api =Qt3DRender::API::RHI
)
  | 
 
function ~Window
function scene
 | View3DScene * scene() const
  | 
 
Protected Functions Documentation
function showEvent
 | void showEvent(
    QShowEvent * e
) override
  | 
 
function resizeEvent
 | void resizeEvent(
    QResizeEvent * e
) override
  | 
 
function event
 | bool event(
    QEvent * e
) override
  | 
 
Updated on 2023-07-03 at 11:02:02 +0000