Voltray Engine Docs
Loading...
Searching...
No Matches
EditorApp.h File Reference

Defines the main application class for the Voltray Editor. More...

#include <memory>
#include <GLFW/glfw3.h>
#include "Components/Toolbar.h"
#include "Components/Viewport/Viewport.h"
#include "Components/Inspector.h"
#include "Components/Assets/AssetsPanel.h"
#include "Components/Console.h"
#include "Components/Settings.h"
#include "Components/Dockspace.h"
#include "UI/WorkspaceDialog.h"
#include "../Utils/Workspace.h"
Include dependency graph for EditorApp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Editor::EditorApp
 Entry point and main controller for the Voltray Editor application. More...
 

Namespaces

namespace  Editor
 

Detailed Description

Defines the main application class for the Voltray Editor.

This file contains the EditorApp class which serves as the central controller for the editor application, managing various UI components and the application lifecycle.