yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
anonymous_namespace{main.cc} Namespace Reference

Classes

struct  LabPanelSeed
 

Functions

yaze::util::LogLevel ParseLogLevelFlag (const std::string &raw_level, bool debug_flag)
 
std::set< std::string > ParseLogCategories (const std::string &raw)
 
const char * LogLevelToString (yaze::util::LogLevel level)
 
std::vector< std::string > ParseCommaList (const std::string &raw)
 
void RegisterLabPanels (yaze::editor::PanelManager *panel_manager)
 
void DrawDockspace ()
 
void DrawLabPanels (const yaze::editor::PanelManager &panel_manager)
 

Variables

constexpr size_t kLabSessionId = 0
 
constexpr LabPanelSeed kLabPanels []
 

Function Documentation

◆ ParseLogLevelFlag()

yaze::util::LogLevel anonymous_namespace{main.cc}::ParseLogLevelFlag ( const std::string & raw_level,
bool debug_flag )

Definition at line 110 of file main.cc.

References yaze::util::ERROR, yaze::util::FATAL, yaze::util::INFO, yaze::util::WARNING, and yaze::util::YAZE_DEBUG.

Referenced by main().

◆ ParseLogCategories()

std::set< std::string > anonymous_namespace{main.cc}::ParseLogCategories ( const std::string & raw)

Definition at line 132 of file main.cc.

Referenced by main().

◆ LogLevelToString()

const char * anonymous_namespace{main.cc}::LogLevelToString ( yaze::util::LogLevel level)

Definition at line 143 of file main.cc.

References yaze::util::ERROR, yaze::util::FATAL, yaze::util::INFO, yaze::util::WARNING, and yaze::util::YAZE_DEBUG.

Referenced by main().

◆ ParseCommaList()

std::vector< std::string > anonymous_namespace{main.cc}::ParseCommaList ( const std::string & raw)

Definition at line 159 of file main.cc.

Referenced by main().

◆ RegisterLabPanels()

◆ DrawDockspace()

void anonymous_namespace{main.cc}::DrawDockspace ( )

Definition at line 236 of file main.cc.

Referenced by main().

◆ DrawLabPanels()

void anonymous_namespace{main.cc}::DrawLabPanels ( const yaze::editor::PanelManager & panel_manager)

Definition at line 263 of file main.cc.

References yaze::editor::PanelManager::GetAllPanelDescriptors().

Referenced by main().

Here is the call graph for this function:

Variable Documentation

◆ kLabSessionId

constexpr size_t anonymous_namespace{main.cc}::kLabSessionId = 0
constexpr

Definition at line 17 of file main.cc.

Referenced by RegisterLabPanels().

◆ kLabPanels

constexpr LabPanelSeed anonymous_namespace{main.cc}::kLabPanels[]
constexpr

Definition at line 31 of file main.cc.

Referenced by RegisterLabPanels().