#include <functional>
#include <vector>
#include "ImGuiColorTextEdit/TextEditor.h"
#include "absl/status/status.h"
#include "absl/strings/string_view.h"
#include "app/core/constants.h"
#include "app/gfx/bitmap.h"
#include "imgui/imgui.h"
#include "imgui/misc/cpp/imgui_stdlib.h"
Go to the source code of this file.
Classes | |
struct | yaze::app::gui::MultiSelectWithClipper |
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 () |
TextEditor::LanguageDefinition | yaze::app::gui::GetAssemblyLanguageDef () |
void | yaze::app::gui::DrawBitmapViewer (const std::vector< gfx::Bitmap > &bitmaps, float scale, int ¤t_bitmap_id) |