ID: "dungeon-rooms". One-shot; only depends on the session id. More...
#include <command_palette_providers.h>


Public Member Functions | |
| DungeonRoomCommandsProvider (size_t session_id) | |
| std::string | ProviderId () const override |
| Stable identifier. Used for selective refresh; must be unique. | |
| void | Provide (CommandPalette *palette) override |
Populate palette with this source's commands. | |
Public Member Functions inherited from yaze::editor::CommandProvider | |
| virtual | ~CommandProvider ()=default |
Private Attributes | |
| size_t | session_id_ |
ID: "dungeon-rooms". One-shot; only depends on the session id.
Definition at line 64 of file command_palette_providers.h.
|
explicit |
Definition at line 36 of file command_palette_providers.cc.
|
inlineoverridevirtual |
Stable identifier. Used for selective refresh; must be unique.
Implements yaze::editor::CommandProvider.
Definition at line 67 of file command_palette_providers.h.
|
overridevirtual |
Populate palette with this source's commands.
Implements yaze::editor::CommandProvider.
Definition at line 39 of file command_palette_providers.cc.
References yaze::editor::CommandPalette::RegisterDungeonRoomCommands(), and session_id_.

|
private |
Definition at line 71 of file command_palette_providers.h.
Referenced by Provide().