yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
style.h File Reference
#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< Themeyaze::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 &current_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 ()