VPTissue Reference Manual
|
The actions in the menu bar of the workspace. More...
#include <EditorActions.h>
Public Slots | |
void | ItemsSelected (unsigned int count) |
Number of items that were selected. | |
void | LeafClosed () |
The tissue has been closed. | |
void | LeafOpened () |
A tissue has been opened. | |
void | ModeChanged () |
The mode has been changed. | |
void | Modified () |
The tissue has been modified. | |
Public Member Functions | |
EditorActions (TissueEditor *parent, TissueGraphicsView *view, PTreePanels *panels, UndoStack *undoStack) | |
Constructor. More... | |
virtual | ~EditorActions () |
Destructor. | |
void | FixToggle () |
Fix the toggles of the modes. | |
void | Show (bool visible) |
Show or hide the menubar. | |
The actions in the menu bar of the workspace.
Definition at line 35 of file EditorActions.h.
SimPT_Editor::EditorActions::EditorActions | ( | TissueEditor * | parent, |
TissueGraphicsView * | view, | ||
PTreePanels * | panels, | ||
UndoStack * | undoStack | ||
) |
Constructor.
parent | The parent of this object. |
view | The graphics view associated with the parent. |
panels | The ptree panels associated with the parent. |
undoStack | The undo stack associated with the parent. |
Definition at line 43 of file EditorActions.cpp.