yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
layout_presets.h File Reference
#include <string>
#include <unordered_map>
#include <vector>
#include "app/editor/editor.h"
Include dependency graph for layout_presets.h:

Go to the source code of this file.

Classes

struct  yaze::editor::PanelLayoutPreset
 Defines default panel visibility for an editor type. More...
 
class  yaze::editor::LayoutPresets
 Centralized definition of default layouts per editor. More...
 
struct  yaze::editor::LayoutPresets::Panels
 

Namespaces

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

Enumerations

enum class  yaze::editor::DockPosition {
  yaze::editor::Center , yaze::editor::Left , yaze::editor::Right , yaze::editor::Bottom ,
  yaze::editor::Top , yaze::editor::LeftBottom , yaze::editor::RightBottom , yaze::editor::RightTop ,
  yaze::editor::LeftTop
}
 Preferred dock position for a card in a layout. More...