Hymn to Beauty
C++ 3D Engine
GUI::SettingsWindow Class Reference

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...
 

Detailed Description

Used to edit Hymn to Beauty settings.

Constructor & Destructor Documentation

◆ SettingsWindow()

SettingsWindow::SettingsWindow ( )

Create new settings window.

Member Function Documentation

◆ IsVisible()

bool SettingsWindow::IsVisible ( ) const

Get whether the window is visible.

Returns
Whether the window is visible.

◆ SetVisible()

void SettingsWindow::SetVisible ( bool  visible)

Set whether the window should be visible.

Parameters
visibleWhether the window should be visible.

◆ Show()

void SettingsWindow::Show ( )

Show the settings window.


The documentation for this class was generated from the following files: