Request to navigate to an assembly symbol definition. More...
#include <core_events.h>


Static Public Member Functions | |
| static JumpToAssemblySymbolRequestEvent | Create (std::string sym, size_t session=0) |
Public Attributes | |
| std::string | symbol |
| size_t | session_id = 0 |
Additional Inherited Members | |
Public Member Functions inherited from yaze::Event | |
| virtual | ~Event ()=default |
Request to navigate to an assembly symbol definition.
Published by components that want to open the Assembly editor at a specific label/routine name (stable identifier). The editor resolves the current file/line dynamically so the story graph does not need brittle file:line references.
Definition at line 323 of file core_events.h.
|
inlinestatic |
Definition at line 327 of file core_events.h.
References session_id, and symbol.
Referenced by yaze::editor::StoryEventGraphPanel::PublishJumpToAssemblySymbol().
| std::string yaze::editor::JumpToAssemblySymbolRequestEvent::symbol |
Definition at line 324 of file core_events.h.
Referenced by Create().
| size_t yaze::editor::JumpToAssemblySymbolRequestEvent::session_id = 0 |
Definition at line 325 of file core_events.h.
Referenced by Create().