yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
tracker_view.cc File Reference
#include "app/editor/music/tracker_view.h"
#include <algorithm>
#include <vector>
#include "absl/strings/str_format.h"
#include "app/gui/core/theme_manager.h"
#include "imgui/imgui.h"

Go to the source code of this file.

Classes

struct  yaze::editor::music::anonymous_namespace{tracker_view.cc}::CommandOption
 

Namespaces

namespace  yaze
 
namespace  yaze::editor
 Editors are the view controllers for the application.
 
namespace  yaze::editor::music
 
namespace  yaze::editor::music::anonymous_namespace{tracker_view.cc}
 

Functions

ImU32 yaze::editor::music::anonymous_namespace{tracker_view.cc}::GetColorNote ()
 
ImU32 yaze::editor::music::anonymous_namespace{tracker_view.cc}::GetColorCommand ()
 
ImU32 yaze::editor::music::anonymous_namespace{tracker_view.cc}::GetColorSubroutine ()
 
ImU32 yaze::editor::music::anonymous_namespace{tracker_view.cc}::GetColorBeatHighlight ()
 
ImU32 yaze::editor::music::anonymous_namespace{tracker_view.cc}::GetColorSelection (bool is_range)
 
std::string yaze::editor::music::anonymous_namespace{tracker_view.cc}::DescribeCommand (uint8_t opcode)
 

Variables

constexpr CommandOption yaze::editor::music::anonymous_namespace{tracker_view.cc}::kCommandOptions []