yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
widget_definition.cc File Reference
Include dependency graph for widget_definition.cc:

Go to the source code of this file.

Namespaces

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

Functions

const char * yaze::editor::layout_designer::GetWidgetTypeName (WidgetType type)
 Get human-readable name for widget type.
 
const char * yaze::editor::layout_designer::GetWidgetTypeIcon (WidgetType type)
 Get icon for widget type.
 
bool yaze::editor::layout_designer::IsContainerWidget (WidgetType type)
 Check if widget type is a container.
 
bool yaze::editor::layout_designer::RequiresEndCall (WidgetType type)
 Check if widget type requires an End*() call.
 
std::vector< WidgetPropertyyaze::editor::layout_designer::GetDefaultProperties (WidgetType type)
 Get default properties for a widget type.