#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 () | |
| Default constructor. More... | |
| virtual | ~undo_action_base () |
Public Attributes | |
| bool | active |
Definition at line 12 of file undo_update_shroud_action.hpp.
|
inlineexplicit |
Definition at line 15 of file undo_update_shroud_action.hpp.
|
inlinevirtual |
Definition at line 20 of file undo_update_shroud_action.hpp.
|
inlinevirtual |
Implements actions::undo_action_base.
Definition at line 19 of file undo_update_shroud_action.hpp.
Writes this into the provided config.
Reimplemented from actions::undo_action_base.
Definition at line 14 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 13 of file undo_update_shroud_action.hpp.
Referenced by write().
1.8.8