yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::DungeonRoomCommandsProvider Class Reference

ID: "dungeon-rooms". One-shot; only depends on the session id. More...

#include <command_palette_providers.h>

Inheritance diagram for yaze::editor::DungeonRoomCommandsProvider:
Collaboration diagram for yaze::editor::DungeonRoomCommandsProvider:

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_
 

Detailed Description

ID: "dungeon-rooms". One-shot; only depends on the session id.

Definition at line 64 of file command_palette_providers.h.

Constructor & Destructor Documentation

◆ DungeonRoomCommandsProvider()

yaze::editor::DungeonRoomCommandsProvider::DungeonRoomCommandsProvider ( size_t session_id)
explicit

Definition at line 36 of file command_palette_providers.cc.

Member Function Documentation

◆ ProviderId()

std::string yaze::editor::DungeonRoomCommandsProvider::ProviderId ( ) const
inlineoverridevirtual

Stable identifier. Used for selective refresh; must be unique.

Implements yaze::editor::CommandProvider.

Definition at line 67 of file command_palette_providers.h.

◆ Provide()

void yaze::editor::DungeonRoomCommandsProvider::Provide ( CommandPalette * palette)
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_.

Here is the call graph for this function:

Member Data Documentation

◆ session_id_

size_t yaze::editor::DungeonRoomCommandsProvider::session_id_
private

Definition at line 71 of file command_palette_providers.h.

Referenced by Provide().


The documentation for this class was generated from the following files: