#include <DriveDlg.h>
|
| DriveDlg (wxWindow *parent) |
|
void | SetCarEngine (CarEngine *eng) |
|
CarEngine * | GetCarEngine () |
|
| DriveDlgBase (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Drive"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE) |
|
|
void | OnLeftDown (wxMouseEvent &event) |
|
void | OnLeftUp (wxMouseEvent &event) |
|
void | OnMotion (wxMouseEvent &event) |
|
void | OnLeftDClick (wxMouseEvent &event) |
|
void | OnAreaPaint (wxPaintEvent &event) |
|
void | OnFollow (wxCommandEvent &event) |
|
void | OnScroll (wxScrollEvent &event) |
|
void | MouseToMotion (int mx, int my) |
|
|
float | m_fSpeed |
|
float | m_fTurn |
|
bool | m_bFollow |
|
CarEnginePtr | m_Engine |
|
bool | m_bMouseDown |
|
wxStaticText * | m_staticText149 |
|
wxTextCtrl * | m_speed |
|
wxStaticText * | m_staticText150 |
|
wxCheckBox * | m_follow |
|
wxStaticText * | m_staticText1501 |
|
wxTextCtrl * | m_turn |
|
wxStaticText * | m_staticText1502 |
|
wxSlider * | m_slider |
|
wxScrolledWindow * | m_area |
|
Implementing DriveDlgBase
DriveDlg::DriveDlg |
( |
wxWindow * |
parent) | |
|
The documentation for this class was generated from the following files: