VPTissue Reference Manual
SimPT_Editor::EditorActions Class Reference

The actions in the menu bar of the workspace. More...

#include <EditorActions.h>

Inheritance diagram for SimPT_Editor::EditorActions:
Inheritance graph
Collaboration diagram for SimPT_Editor::EditorActions:
Collaboration graph

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.
 

Detailed Description

The actions in the menu bar of the workspace.

Definition at line 35 of file EditorActions.h.

Constructor & Destructor Documentation

SimPT_Editor::EditorActions::EditorActions ( TissueEditor parent,
TissueGraphicsView view,
PTreePanels panels,
UndoStack undoStack 
)

Constructor.

Parameters
parentThe parent of this object.
viewThe graphics view associated with the parent.
panelsThe ptree panels associated with the parent.
undoStackThe undo stack associated with the parent.

Definition at line 43 of file EditorActions.cpp.


The documentation for this class was generated from the following files: