Go to the source code of this file.
Namespaces | |
namespace | yaze |
namespace | yaze::app |
Main namespace for the ImGui application. | |
namespace | yaze::app::gui |
Graphical User Interface (GUI) components for the application. | |
Functions | |
void | yaze::app::gui::BeginWindowWithDisplaySettings (const char *id, bool *active, const ImVec2 &size, ImGuiWindowFlags flags) |
void | yaze::app::gui::EndWindowWithDisplaySettings () |
void | yaze::app::gui::BeginPadding (int i) |
void | yaze::app::gui::EndPadding () |
void | yaze::app::gui::BeginNoPadding () |
void | yaze::app::gui::EndNoPadding () |
void | yaze::app::gui::BeginChildWithScrollbar (const char *str_id) |
void | yaze::app::gui::BeginChildBothScrollbars (int id) |
void | yaze::app::gui::DrawDisplaySettings (ImGuiStyle *ref) |
void | yaze::app::gui::TextWithSeparators (const absl::string_view &text) |
void | yaze::app::gui::ColorsYaze () |
void | yaze::app::gui::DrawBitmapViewer (const std::vector< gfx::Bitmap > &bitmaps, float scale, int ¤t_bitmap_id) |
TextEditor::LanguageDefinition | yaze::app::gui::GetAssemblyLanguageDef () |