|
Manager & | nodes |
| All nodes.
|
|
Antares::Component::Button * | pBtnSelectionArea |
| The toggle button for selecting areas with the mouse.
|
|
Antares::Component::Button * | pBtnSelectionLink |
| The toggle button for selecting links with the mouse.
|
|
Antares::Component::Button * | pBtnSelectionConstraint |
| The toggle button for selecting clusters with the mouse.
|
|
Yuni::Event< void(int, int)> | onPopupEvent |
| Popup event.
|
|
static size_t | newUID = 0 |
| Control id management.
|
|
void | paintGraph (wxDC &dc, bool inFile=false) |
| Paints the.
|
|
void | refresh () |
|
void | reset () |
|
void | mouseMoved (wxMouseEvent &evt) |
|
void | mouseLeftDown (wxMouseEvent &evt) |
|
void | mouseWheelMoved (wxMouseEvent &evt) |
|
void | mouseLeftUp (wxMouseEvent &evt) |
|
void | rightClick (wxMouseEvent &evt) |
|
void | mouseLeftWindow (wxMouseEvent &evt) |
|
void | keyPressed (wxKeyEvent &evt) |
|
void | keyReleased (wxKeyEvent &evt) |
|
void | keyChar (wxKeyEvent &evt) |
|
void | mouseDblClick (wxMouseEvent &evt) |
|
uint | areasCount () const |
| Get how many area we have.
|
|
void | setpInfosAreaCount (wxStaticText *infosAreaCount) |
|
wxStaticText * | getpInfosAreaCount () |
|
uint | connectionsCount () const |
| Get how many connections we have.
|
|
void | setpInfosConnxCount (wxStaticText *infosConnxCount) |
|
wxStaticText * | getpInfosConnxCount () |
|
void | setPointX (wxTextCtrl *textCtrl) |
|
wxTextCtrl * | getPointX () |
|
void | setPointY (wxTextCtrl *textCtrl) |
|
wxTextCtrl * | getPointY () |
|
void | addNewNode (uint count=1) |
|
void | addNewNodeWhereTheMouseIs () |
|
void | addNewLoadNodeWhereTheMouseIs () |
|
void | addNewThermalNodeWhereTheMouseIs () |
|
void | addNewNuclearNodeWhereTheMouseIs () |
|
void | addNewCCGTNodeWhereTheMouseIs () |
|
void | addNewCoalNodeWhereTheMouseIs () |
|
void | addNewOilNodeWhereTheMouseIs () |
|
void | addNewHydroNodeWhereTheMouseIs () |
|
void | addNewPSPPNodeWhereTheMouseIs () |
|
void | addNewRENWNodeWhereTheMouseIs () |
|
void | addNewWindNodeWhereTheMouseIs () |
|
void | addNewSolarNodeWhereTheMouseIs () |
|
void | addNewBioMNodeWhereTheMouseIs () |
|
void | addNewVoidNodeWhereTheMouseIs () |
|
void | addNewVirtualNodeWhereTheMouseIs () |
|
void | recenter () |
|
void | recenter (int x, int y) |
|
void | computeBoundingBoxOfSelectedNodes () |
|
Sub-Component for drawing the map and handle user-events.