#include <selection_action.h>
Definition at line 13 of file selection_action.h.
◆ selection_action_t()
| unravel::selection_action_t::selection_action_t |
( |
editing_manager * | mgr, |
|
|
const std::vector< entt::meta_any > & | old_sel, |
|
|
const std::vector< entt::meta_any > & | new_sel, |
|
|
bool | is_select ) |
◆ do_action()
| void unravel::selection_action_t::do_action |
( |
| ) |
|
|
override |
◆ is_mergeable()
| auto unravel::selection_action_t::is_mergeable |
( |
const editing_action_t & | previous | ) |
const -> bool |
|
override |
◆ is_valid()
| auto unravel::selection_action_t::is_valid |
( |
| ) |
const -> bool |
|
override |
◆ merge_with()
| void unravel::selection_action_t::merge_with |
( |
const editing_action_t & | previous | ) |
|
|
override |
◆ modifies_scene_content()
| auto unravel::selection_action_t::modifies_scene_content |
( |
| ) |
const -> bool |
|
inlineoverride |
◆ undo_action()
| void unravel::selection_action_t::undo_action |
( |
| ) |
|
|
override |
◆ is_select
| bool unravel::selection_action_t::is_select {false} |
◆ manager
◆ new_selection
| std::vector<entt::meta_any> unravel::selection_action_t::new_selection {} |
◆ old_selection
| std::vector<entt::meta_any> unravel::selection_action_t::old_selection {} |
The documentation for this struct was generated from the following files: