#include <MapActions.hpp>
Inherits editor::component::EditMap::Action.
|
using | Ptr = std::shared_ptr< Action > |
|
Definition at line 512 of file MapActions.hpp.
◆ Ptr
using editor::component::EditMap::Action::Ptr = std::shared_ptr<Action> |
|
inherited |
◆ ~AddOrEditItemAction()
virtual editor::component::EditMap::AddOrEditItemAction::~AddOrEditItemAction |
( |
| ) |
|
|
virtualdefault |
◆ apply()
bool editor::component::EditMap::AddOrEditItemAction::apply |
( |
EditMap & |
map | ) |
|
|
overridevirtual |
◆ create()
EditMap::Action::Ptr editor::component::EditMap::AddOrEditItemAction::create |
( |
unsigned int |
i, |
|
|
unsigned int |
level, |
|
|
const sf::Vector2i & |
pos, |
|
|
core::item::Id |
item, |
|
|
bool |
visible, |
|
|
const core::map::Item & |
orig, |
|
|
bool |
add |
|
) |
| |
|
static |
◆ description()
const char * editor::component::EditMap::AddOrEditItemAction::description |
( |
| ) |
const |
|
overridevirtual |
◆ undo()
bool editor::component::EditMap::AddOrEditItemAction::undo |
( |
EditMap & |
map | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: