#include <Window.h>
|
| virtual | ~Window ()=default |
| |
| virtual void | Init ()=0 |
| | Intializes the rendering backend and creates the Window.
|
| |
| virtual void | Update () noexcept=0 |
| | Poll events.
|
| |
| virtual void | Close () noexcept=0 |
| | Closes the Window and frees resources.
|
| |
| virtual Viewport | GetViewport () const noexcept=0 |
| | Gets the window dimension.
|
| |
| virtual bool | IsValid () const noexcept=0 |
| |
| virtual bool | IsRunning () const noexcept=0 |
| |
| virtual void * | GetNative () const noexcept=0 |
| | Get the Native object.
|
| |
Definition at line 23 of file Window.h.
◆ ~Window()
| virtual Hubris::Graphics::Window::~Window |
( |
| ) |
|
|
virtualdefault |
◆ Close()
| virtual void Hubris::Graphics::Window::Close |
( |
| ) |
|
|
pure virtualnoexcept |
◆ GetNative()
| virtual void * Hubris::Graphics::Window::GetNative |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ GetViewport()
| virtual Viewport Hubris::Graphics::Window::GetViewport |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ Init()
| virtual void Hubris::Graphics::Window::Init |
( |
| ) |
|
|
pure virtual |
◆ IsRunning()
| virtual bool Hubris::Graphics::Window::IsRunning |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ IsValid()
| virtual bool Hubris::Graphics::Window::IsValid |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ Update()
| virtual void Hubris::Graphics::Window::Update |
( |
| ) |
|
|
pure virtualnoexcept |
The documentation for this class was generated from the following file: