43 std::vector<std::string> path, nom;
44 std::vector<wxObjectEventFunction> funct;
45 std::vector<wxEvtHandler*> hand;
47 path.push_back(
datadir +
"/Spline.png");
48 nom.push_back(
"Create a contour using splines");
50 hand.push_back(evtHandler);
52 path.push_back(
datadir+
"/Rectangle.png");
53 nom.push_back(
"Create a contour using the basic shape of a rectangle");
55 hand.push_back(evtHandler);
57 path.push_back(
datadir +
"/Circle.png");
58 nom.push_back(
"Create a contour using the basic shape of a Circle");
60 hand.push_back(evtHandler);
62 path.push_back(
datadir +
"/bullseye.png");
63 nom.push_back(
"Create a contour using the bulls eye");
67 path.push_back(
datadir +
"/Line.png");
68 nom.push_back(
"Create a Line");
73 path.push_back(
datadir +
"/Points.png");
74 nom.push_back(
"Create Points");
80 path.push_back(
datadir +
"/Polygon.png");
81 nom.push_back(
"Create Polygon");