35#ifndef GRAPH_EDITOR_ACTION_H
36#define GRAPH_EDITOR_ACTION_H
39#include <graph/graph/graph.h>
40#include <graph/tree/tree.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;
Anatomist graph object: a list that manages destruction of its sub-elements.
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
static Action * creator()
void add(int x, int y, int globalX, int globalY)
void remove(int x, int y, int globalX, int globalY)
bool removeVertex(Vertex *V)