re_context_menu/actions/
mod.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod add_container;
pub mod add_entities_to_new_view;
pub mod add_view;
pub mod clone_view;
pub mod collapse_expand_all;
pub mod move_contents_to_new_container;
pub mod remove;
pub mod show_hide;

mod copy_entity_path;
mod screenshot_action;

pub use copy_entity_path::CopyEntityPathToClipboard;
pub use screenshot_action::ScreenshotAction;