Public Member Functions | |
| GuiMapFrame (const wxString &title, const wxPoint &pos, const wxSize &size) | |
| ~GuiMapFrame () | |
| void | OnPaint (wxPaintEvent &event) |
| void | OnClick (wxMouseEvent &event) |
| void | OnSize (wxSizeEvent &event) |
| void | PaintMe (wxDC &DC) |
| void | ScaleMe (wxDC &DC) |
| void | AddPoint (wxPoint point) |
| void | SetAngle (float radians) |
| void | Clear () |
Private Attributes | |
| wxPointList | pointlist |
| int | maxX |
| int | minX |
| int | maxY |
| int | minY |
| double | scale |
| wxCoord | offX |
| wxCoord | offY |
| float | angle |
Definition at line 46 of file guiclient.cpp.
|
||||||||||||||||
|
Definition at line 135 of file guiclient.cpp. |
|
|
Definition at line 144 of file guiclient.cpp. |
|
|
Definition at line 555 of file guiclient.cpp. References maxX, maxY, minX, minY, pointlist, and ScaleMe(). Referenced by OnClick(), and GuiClientFrame::OnSocket(). |
|
|
|
|
|
Definition at line 488 of file guiclient.cpp. References AddPoint(), offX, offY, PaintMe(), and scale. |
|
|
Definition at line 473 of file guiclient.cpp. |
|
|
Definition at line 481 of file guiclient.cpp. References PaintMe(). |
|
|
Definition at line 501 of file guiclient.cpp. References angle, i, offX, offY, pointlist, and scale. Referenced by OnClick(), OnPaint(), OnSize(), and GuiClientFrame::OnSocket(). |
|
|
Definition at line 588 of file guiclient.cpp. References maxX, maxY, minX, minY, offX, offY, and scale. Referenced by AddPoint(), and OnPaint(). |
|
|
Definition at line 612 of file guiclient.cpp. References angle. Referenced by GuiClientFrame::OnSocket(). |
|
|
Definition at line 72 of file guiclient.cpp. Referenced by PaintMe(), and SetAngle(). |
|
|
Definition at line 67 of file guiclient.cpp. Referenced by AddPoint(), and ScaleMe(). |
|
|
Definition at line 67 of file guiclient.cpp. Referenced by AddPoint(), and ScaleMe(). |
|
|
Definition at line 67 of file guiclient.cpp. Referenced by AddPoint(), and ScaleMe(). |
|
|
Definition at line 67 of file guiclient.cpp. Referenced by AddPoint(), and ScaleMe(). |
|
|
Definition at line 69 of file guiclient.cpp. |
|
|
Definition at line 69 of file guiclient.cpp. |
|
|
Definition at line 64 of file guiclient.cpp. Referenced by AddPoint(), and PaintMe(). |
|
|
Definition at line 68 of file guiclient.cpp. |
1.4.4