|
Hymn to Beauty
C++ 3D Engine
|
Used to edit Hymn to Beauty settings. More...
#include <SettingsWindow.hpp>
Public Member Functions | |
| SettingsWindow () | |
| Create new settings window. More... | |
| void | Show () |
| Show the settings window. More... | |
| bool | IsVisible () const |
| Get whether the window is visible. More... | |
| void | SetVisible (bool visible) |
| Set whether the window should be visible. More... | |
Used to edit Hymn to Beauty settings.
| SettingsWindow::SettingsWindow | ( | ) |
Create new settings window.
| bool SettingsWindow::IsVisible | ( | ) | const |
Get whether the window is visible.
| void SettingsWindow::SetVisible | ( | bool | visible | ) |
Set whether the window should be visible.
| visible | Whether the window should be visible. |
| void SettingsWindow::Show | ( | ) |
Show the settings window.