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