#include <right_drawer_manager.h>
Public Attributes | |
| std::function< void(const std::string &) | on_open_reference ) |
| std::function< void(uint32_t)> | on_open_address |
| std::function< void(uint32_t)> | on_open_lookup |
Definition at line 57 of file right_drawer_manager.h.
| std::function<void(const std::string&) yaze::editor::RightDrawerManager::ToolOutputActions::on_open_reference) |
Definition at line 58 of file right_drawer_manager.h.
Referenced by yaze::editor::anonymous_namespace{right_drawer_manager.cc}::DrawToolOutputEntryActions(), and yaze::editor::AssemblyEditor::RunProjectGraphQueryInDrawer().
| std::function<void(uint32_t)> yaze::editor::RightDrawerManager::ToolOutputActions::on_open_address |
Definition at line 59 of file right_drawer_manager.h.
Referenced by yaze::editor::anonymous_namespace{right_drawer_manager.cc}::DrawToolOutputEntryActions(), and yaze::editor::AssemblyEditor::RunProjectGraphQueryInDrawer().
| std::function<void(uint32_t)> yaze::editor::RightDrawerManager::ToolOutputActions::on_open_lookup |
Definition at line 60 of file right_drawer_manager.h.
Referenced by yaze::editor::anonymous_namespace{right_drawer_manager.cc}::DrawToolOutputEntryActions(), and yaze::editor::AssemblyEditor::RunProjectGraphQueryInDrawer().