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.
Nomenclature hierarchy object.
virtual ~NodeSelectionAction()
void setBrowser(AWindow *b)
bool addVertex(Vertex *V)
void setHie(Hierarchy *g)
void select(int x, int y, int globalX, int globalY)
virtual std::string name() const
void add(int x, int y, int globalX, int globalY)
static Action * creator()
void remove(int x, int y, int globalX, int globalY)
bool removeVertex(Vertex *V)