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 [] |
| 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().
| std::set< std::string > anonymous_namespace{main.cc}::ParseLogCategories | ( | const std::string & | raw | ) |
| 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().
| std::vector< std::string > anonymous_namespace{main.cc}::ParseCommaList | ( | const std::string & | raw | ) |
| void anonymous_namespace{main.cc}::RegisterLabPanels | ( | yaze::editor::PanelManager * | panel_manager | ) |
Definition at line 212 of file main.cc.
References yaze::editor::PanelDescriptor::card_id, yaze::editor::PanelDescriptor::category, yaze::editor::PanelDescriptor::disabled_tooltip, yaze::editor::PanelDescriptor::display_name, yaze::editor::PanelDescriptor::icon, kLabPanels, kLabSessionId, yaze::editor::PanelDescriptor::priority, yaze::editor::PanelManager::RegisterPanel(), yaze::editor::PanelManager::RegisterSession(), yaze::editor::PanelManager::SetActiveSession(), yaze::editor::PanelDescriptor::shortcut_hint, yaze::editor::PanelManager::ShowPanel(), yaze::editor::PanelDescriptor::visibility_flag, and yaze::editor::PanelDescriptor::window_title.
Referenced by main().

| void anonymous_namespace{main.cc}::DrawDockspace | ( | ) |
| 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().

|
constexpr |
Definition at line 17 of file main.cc.
Referenced by RegisterLabPanels().
|
constexpr |
Definition at line 31 of file main.cc.
Referenced by RegisterLabPanels().