#include "app/gui/widgets/empty_state.h"#include "app/gui/core/icons.h"#include "app/gui/core/ui_helpers.h"#include "app/gui/widgets/themed_widgets.h"#include "imgui/imgui.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::gui |
| Graphical User Interface (GUI) components for the application. | |
| namespace | yaze::gui::anonymous_namespace{empty_state.cc} |
Functions | |
| void | yaze::gui::anonymous_namespace{empty_state.cc}::CenterNextItem (float width) |
| bool | yaze::gui::DrawEmptyState (const EmptyStateOptions &options) |
| Draw a centered empty-state block. | |
| EmptyStateOptions | yaze::gui::EmptyNoRom (bool compact) |
| EmptyStateOptions | yaze::gui::EmptyNoSelection (bool compact) |
| EmptyStateOptions | yaze::gui::EmptySelectInCanvas (bool compact) |
| EmptyStateOptions | yaze::gui::EmptyNoProject (bool compact) |
| EmptyStateOptions | yaze::gui::EmptyLoading (const char *what, bool compact) |