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