#include <MapActions.hpp>
Inherits editor::component::EditMap::Action.
|
using | Ptr = std::shared_ptr< Action > |
|
|
static Action::Ptr | create (const sf::Vector2i &pos, std::uint8_t id, EditMap &map) |
|
Definition at line 743 of file MapActions.hpp.
◆ Ptr
using editor::component::EditMap::Action::Ptr = std::shared_ptr<Action> |
|
inherited |
◆ ~FillTownTileAction()
virtual editor::component::EditMap::FillTownTileAction::~FillTownTileAction |
( |
| ) |
|
|
virtualdefault |
◆ apply()
bool editor::component::EditMap::FillTownTileAction::apply |
( |
EditMap & |
map | ) |
|
|
overridevirtual |
◆ create()
EditMap::Action::Ptr editor::component::EditMap::FillTownTileAction::create |
( |
const sf::Vector2i & |
pos, |
|
|
std::uint8_t |
id, |
|
|
EditMap & |
map |
|
) |
| |
|
static |
◆ description()
const char * editor::component::EditMap::FillTownTileAction::description |
( |
| ) |
const |
|
overridevirtual |
◆ undo()
bool editor::component::EditMap::FillTownTileAction::undo |
( |
EditMap & |
map | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: