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