38 const int selectedCount,
39 const int connectionSelectedCount,
41 const wxPoint& bottom);
49 T* t =
new T(pManager);
55 T* createToolToTheLeft()
57 T* t = createInstance<T>();
58 t->x(pTop.x - t->width());
60 pTop.y += t->height();
65 T* createToolToTheBottom()
67 T* t = createInstance<T>();
70 pBottom.x += t->width();
74 void createToolsForRealNodes();
75 void createToolsForConnections();
76 Tool::Tool* createCommonTools(
const bool haveRealNodes,
const bool haveConnections);
81 const int pSelectedCount;
82 const int pConnectionsSelectedCount;