35 #ifndef GRAPH_EDITOR_ACTION_H    36 #define GRAPH_EDITOR_ACTION_H    61                         virtual std::string 
name() 
const;
    66                         void remove( 
int x, 
int y, 
int globalX, 
int globalY  );
    67                         void add( 
int x, 
int y, 
int globalX, 
int globalY  );
    68                         void select( 
int x, 
int y, 
int globalX, 
int globalY  );
    84                         std::map < Vertex * , Tree * > list_vertex;  
 Base Anatomist object (abstract) 
 
Abstract base class Anatomist window. 
 
bool addVertex(Vertex *V)
 
Nomenclature hierarchy object. 
 
void setBrowser(AWindow *b)
 
bool removeVertex(Vertex *V)
 
void setHie(Hierarchy *g)
 
void select(int x, int y, int globalX, int globalY)
 
void add(int x, int y, int globalX, int globalY)
 
virtual std::string name() const
 
static Action * creator()
 
virtual ~NodeSelectionAction()