1 #ifndef SIMPT_EDITOR_EDITOR_ACTIONS_H_INCLUDED
2 #define SIMPT_EDITOR_EDITOR_ACTIONS_H_INCLUDED
27 class TissueGraphicsView;
56 void Show(
bool visible);
80 QAction* m_new_tissue;
81 QAction* m_open_tissue;
82 QAction* m_save_tissue;
83 QAction* m_close_tissue;
87 QAction* m_display_mode;
93 QAction* m_delete_item;
94 QAction* m_split_edge;
95 QAction* m_split_cell;
96 QAction* m_create_cell;
97 QAction* m_copy_attributes;
98 QAction* m_find_and_select;
104 QAction* m_show_attribute_panel;
105 QAction* m_show_geometric_panel;
106 QAction* m_show_parameters_panel;
107 QAction* m_transparent_cells;
108 QAction* m_set_display_mode;
109 QAction* m_set_background;
114 QMenu* m_menu_project;
127 #endif // end_of_include_guard
see the online Qt documentation
Namespace for SimPT tissue editor package.
The graphical view on the tissue.
void FixToggle()
Fix the toggles of the modes.
void ModeChanged()
The mode has been changed.
EditorActions(TissueEditor *parent, TissueGraphicsView *view, PTreePanels *panels, UndoStack *undoStack)
Constructor.
Main GUI class for cell editor.
void Show(bool visible)
Show or hide the menubar.
see the online Qt documentation
Undo Stack for actions performed on a tissue.
Manages the attribute and geometric ptree panel for a given tissue.
void ItemsSelected(unsigned int count)
Number of items that were selected.
virtual ~EditorActions()
Destructor.
void LeafOpened()
A tissue has been opened.
void LeafClosed()
The tissue has been closed.
The actions in the menu bar of the workspace.
void Modified()
The tissue has been modified.