#include <string>
#include <vector>
#include "absl/strings/string_view.h"
#include "app/gfx/bitmap.h"
#include "app/gui/color.h"
#include "app/gui/modules/text_editor.h"
#include "imgui/imgui.h"
Go to the source code of this file.
Classes | |
struct | yaze::gui::Theme |
struct | yaze::gui::MultiSelectWithClipper |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::gui |
Graphical User Interface (GUI) components for the application. | |
Functions | |
absl::StatusOr< Theme > | yaze::gui::LoadTheme (const std::string &filename) |
absl::Status | yaze::gui::SaveTheme (const Theme &theme) |
void | yaze::gui::ApplyTheme (const Theme &theme) |
void | yaze::gui::ColorsYaze () |
TextEditor::LanguageDefinition | yaze::gui::GetAssemblyLanguageDef () |
void | yaze::gui::DrawBitmapViewer (const std::vector< gfx::Bitmap > &bitmaps, float scale, int ¤t_bitmap_id) |
void | yaze::gui::BeginWindowWithDisplaySettings (const char *id, bool *active, const ImVec2 &size, ImGuiWindowFlags flags) |
void | yaze::gui::EndWindowWithDisplaySettings () |
void | yaze::gui::BeginPadding (int i) |
void | yaze::gui::EndPadding () |
void | yaze::gui::BeginNoPadding () |
void | yaze::gui::EndNoPadding () |
void | yaze::gui::BeginChildWithScrollbar (const char *str_id) |
void | yaze::gui::BeginChildBothScrollbars (int id) |
void | yaze::gui::DrawDisplaySettings (ImGuiStyle *ref) |
void | yaze::gui::TextWithSeparators (const absl::string_view &text) |
void | yaze::gui::DrawFontManager () |