yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
style.cc File Reference
#include "style.h"
#include "app/core/platform/file_dialog.h"
#include "gui/color.h"
#include "imgui/imgui.h"
#include "imgui/imgui_internal.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::gui
 Graphical User Interface (GUI) components for the application.
 
namespace  yaze::gui::anonymous_namespace{style.cc}
 

Functions

Color yaze::gui::anonymous_namespace{style.cc}::ParseColor (const std::string &color)
 
absl::Status yaze::gui::anonymous_namespace{style.cc}::ParseThemeContents (const std::string &key, const std::string &value, Theme &theme)
 
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 ()
 
void yaze::gui::DrawBitmapViewer (const std::vector< gfx::Bitmap > &bitmaps, float scale, int &current_bitmap_id)
 
TextEditor::LanguageDefinition yaze::gui::GetAssemblyLanguageDef ()
 
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 ()