#include "app/editor/layout_designer/widget_definition.h"#include <chrono>#include "app/gui/core/icons.h"
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< WidgetProperty > | yaze::editor::layout_designer::GetDefaultProperties (WidgetType type) |
| Get default properties for a widget type. | |