#include <undo_update_shroud_action.hpp>
Public Member Functions | |
auto_shroud_action (bool turned_on) | |
virtual const char * | get_type () const |
virtual | ~auto_shroud_action () |
virtual void | write (config &cfg) const |
Writes this into the provided config. More... | |
Public Member Functions inherited from actions::undo_action_base | |
undo_action_base (const undo_action_base &)=delete | |
undo_action_base & | operator= (const undo_action_base &)=delete |
undo_action_base () | |
Default constructor. More... | |
virtual | ~undo_action_base () |
Public Attributes | |
bool | active |
Definition at line 21 of file undo_update_shroud_action.hpp.
|
inlineexplicit |
Definition at line 24 of file undo_update_shroud_action.hpp.
|
inlinevirtual |
Definition at line 29 of file undo_update_shroud_action.hpp.
|
inlinevirtual |
Implements actions::undo_action_base.
Definition at line 28 of file undo_update_shroud_action.hpp.
|
virtual |
Writes this into the provided config.
Reimplemented from actions::undo_action_base.
Definition at line 22 of file undo_update_shroud_action.cpp.
References active, and actions::undo_action_base::write().
bool actions::undo::auto_shroud_action::active |
Definition at line 22 of file undo_update_shroud_action.hpp.
Referenced by write().