Editor action classes. More...
#include "editor/action/action.hpp"
Go to the source code of this file.
Classes | |
class | editor::editor_action_select |
Select the given locations. More... | |
class | editor::editor_action_deselect |
Deselect the given locations. More... | |
class | editor::editor_action_select_all |
Select the entire map. More... | |
class | editor::editor_action_select_none |
Clear selection. More... | |
class | editor::editor_action_select_inverse |
Invert the selection. More... | |
Namespaces | |
editor | |
Manage the empty-palette in the editor. | |
Editor action classes.
Some important points:
Definition in file action_select.hpp.