Hymn to Beauty
C++ 3D Engine
EditorSettings.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
Engine/Util/Settings.hpp
>
4
6
28
class
EditorSettings
:
public
Settings
{
29
public
:
31
34
static
EditorSettings
&
GetInstance
();
35
36
void
Save
()
final
;
37
38
private
:
39
EditorSettings
();
40
41
EditorSettings
(
EditorSettings
const
&) =
delete
;
42
void
operator=(
EditorSettings
const
&) =
delete
;
43
};
Settings.hpp
EditorSettings
Settings for the editor.
Definition:
EditorSettings.hpp:28
EditorSettings::Save
void Save() final
Save the settings to an INI file.
Definition:
EditorSettings.cpp:38
EditorSettings::GetInstance
static EditorSettings & GetInstance()
Get the instance of the class.
Definition:
EditorSettings.cpp:32
Settings
Handles settings.
Definition:
Settings.hpp:8
src
Editor
Util
EditorSettings.hpp
Generated by
1.9.2