![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <EditorOptionsWindow.h>
Public Member Functions | |
EditorOptionsWindow (PlatformContext &context) | |
void | draw (bool &open) |
void | update (U64 deltaTimeUS) |
![]() | |
PlatformContextComponent (PlatformContext &context) noexcept | |
virtual | ~PlatformContextComponent ()=default |
PlatformContext & | context () noexcept |
const PlatformContext & | context () const noexcept |
![]() | |
NonCopyable (const NonCopyable &)=delete | |
NonCopyable & | operator= (const NonCopyable &)=delete |
NonCopyable (NonCopyable &&)=default | |
NonCopyable & | operator= (NonCopyable &&)=default |
Private Attributes | |
ImGuiFs::Dialog | _fileOpenDialog |
U16 | _changeCount = 0u |
bool | _openDialog = false |
Additional Inherited Members | |
![]() | |
NonCopyable ()=default | |
~NonCopyable ()=default | |
![]() | |
PlatformContext & | _context |
![]() | |
NonMovable (NonMovable &&)=delete | |
NonMovable & | operator= (NonMovable &&)=delete |
NonMovable (const NonMovable &)=default | |
NonMovable & | operator= (const NonMovable &)=default |
NonMovable ()=default | |
~NonMovable ()=default | |
Definition at line 40 of file EditorOptionsWindow.h.
|
explicit |
Definition at line 15 of file EditorOptionsWindow.cpp.
void Divide::EditorOptionsWindow::draw | ( | bool & | open | ) |
Definition at line 25 of file EditorOptionsWindow.cpp.
void Divide::EditorOptionsWindow::update | ( | U64 | deltaTimeUS | ) |
Definition at line 21 of file EditorOptionsWindow.cpp.
|
private |
Definition at line 49 of file EditorOptionsWindow.h.
|
private |
Definition at line 48 of file EditorOptionsWindow.h.
|
private |
Definition at line 50 of file EditorOptionsWindow.h.