#include <MapActions.hpp>
Inherits editor::component::EditMap::Action.
|
using | Ptr = std::shared_ptr< Action > |
|
Definition at line 10 of file MapActions.hpp.
◆ Ptr
using editor::component::EditMap::Action::Ptr = std::shared_ptr<Action> |
|
inherited |
◆ ~SetTileAction()
virtual editor::component::EditMap::SetTileAction::~SetTileAction |
( |
| ) |
|
|
virtualdefault |
◆ apply()
bool editor::component::EditMap::SetTileAction::apply |
( |
EditMap & |
map | ) |
|
|
overridevirtual |
◆ create()
EditMap::Action::Ptr editor::component::EditMap::SetTileAction::create |
( |
unsigned int |
level, |
|
|
unsigned int |
layer, |
|
|
const sf::Vector2i & |
pos, |
|
|
bool |
isAnim, |
|
|
core::map::Tile::IdType |
value, |
|
|
const EditMap & |
map |
|
) |
| |
|
static |
◆ description()
const char * editor::component::EditMap::SetTileAction::description |
( |
| ) |
const |
|
overridevirtual |
◆ undo()
bool editor::component::EditMap::SetTileAction::undo |
( |
EditMap & |
map | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: