Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Files
File List
▼
Grindstone Game Engine
The MIT License
Building
►
Classes
▼
Files
▼
File List
▼
sources
▼
code
►
Common
▼
Editor
►
Commands
▼
ImguiEditor
►
Components
►
ProjectSettings
▼
Settings
BaseSettingsPage.hpp
SettingsWindow.hpp
►
UserSettings
AssetBrowserPanel.hpp
AssetPicker.hpp
BrowseFile.hpp
BuildPopup.hpp
ComponentInspector.hpp
ConsolePanel.hpp
ControlBar.hpp
imgui_widget_flamegraph.h
ImguiEditor.hpp
ImguiInput.hpp
ImguiInterface.hpp
ImguiRenderer.hpp
ImguiRendererOpenGL.hpp
ImguiRendererVulkan.hpp
InspectorPanel.hpp
MaterialInspector.hpp
Menubar.hpp
NewComponentInput.hpp
SceneHeirarchyPanel.hpp
StatsPanel.hpp
StatusBar.hpp
SuggestedInput.hpp
SystemPanel.hpp
TaskPanel.hpp
TracingPanel.hpp
ViewportPanel.hpp
►
Importers
►
ScriptBuilder
AssetPackSerializer.hpp
AssetRegistry.hpp
AssetTemplateRegistry.hpp
BuildProcess.hpp
EditorCamera.hpp
EditorManager.hpp
EditorPluginInterface.hpp
FileAssetLoader.hpp
FileDirectory.hpp
FileManager.hpp
GitManager.hpp
GizmoRenderer.hpp
GridRenderer.hpp
IEditor.hpp
NewAssetTemplates.hpp
pch.hpp
SceneManager.hpp
Selection.hpp
TaskSystem.hpp
Utilities.hpp
►
EngineCore
►
Plugins
•
All
Classes
Pages
Loading...
Searching...
No Matches
BaseSettingsPage.hpp
1
#pragma once
2
3
namespace
Grindstone {
4
namespace
Editor {
5
namespace
ImguiEditor {
6
namespace
Settings {
7
class
BasePage
{
8
public
:
9
virtual
void
Open() = 0;
10
virtual
void
Render() = 0;
11
};
7
class
BasePage
{
…
};
12
}
13
}
14
}
15
}
Grindstone::Editor::ImguiEditor::Settings::BasePage
Definition
BaseSettingsPage.hpp:7
sources
code
Editor
ImguiEditor
Settings
BaseSettingsPage.hpp
Generated by
1.12.0