yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
editor.h File Reference
Include dependency graph for editor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yaze::app::editor::EditorContext
 
class  yaze::app::editor::Editor
 Interface for editor classes. More...
 
struct  yaze::app::editor::EditorLayoutParams
 Dynamic Editor Layout Parameters. More...
 

Namespaces

namespace  yaze
 
namespace  yaze::app
 Main namespace for the ImGui application.
 
namespace  yaze::app::editor
 Editors are the view controllers for the application.
 

Typedefs

typedef struct yaze::app::editor::EditorLayoutParams yaze::app::editor::EditorLayoutParams
 Dynamic Editor Layout Parameters.
 

Enumerations

enum class  yaze::app::editor::EditorType {
  yaze::app::editor::kAssembly , yaze::app::editor::kDungeon , yaze::app::editor::kGraphics , yaze::app::editor::kMusic ,
  yaze::app::editor::kOverworld , yaze::app::editor::kPalette , yaze::app::editor::kScreen , yaze::app::editor::kSprite ,
  yaze::app::editor::kMessage , yaze::app::editor::kSettings
}
 

Functions

absl::Status yaze::app::editor::DrawEditor (EditorLayoutParams *params)
 

Variables

constexpr std::array< const char *, 10 > yaze::app::editor::kEditorNames