Class ProjectBoatPanel.
More...
#include <GribUIDialogBase.h>
Class ProjectBoatPanel.
Definition at line 135 of file GribUIDialogBase.h.
◆ ProjectBoatPanel()
ProjectBoatPanel::ProjectBoatPanel |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = wxID_ANY , |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
size = wxSize(580, 40) , |
|
|
long |
style = wxTAB_TRAVERSAL , |
|
|
const wxString & |
name = wxEmptyString |
|
) |
| |
◆ ~ProjectBoatPanel()
ProjectBoatPanel::~ProjectBoatPanel |
( |
| ) |
|
◆ EnableProjection()
void ProjectBoatPanel::EnableProjection |
( |
bool |
enabled | ) |
|
|
inline |
◆ GetCourse()
double ProjectBoatPanel::GetCourse |
( |
| ) |
|
◆ GetSpeed()
double ProjectBoatPanel::GetSpeed |
( |
| ) |
|
◆ ProjectionEnabled()
bool ProjectBoatPanel::ProjectionEnabled |
( |
| ) |
|
◆ SetCourse()
void ProjectBoatPanel::SetCourse |
( |
const double |
course | ) |
|
|
inline |
◆ SetSpeed()
void ProjectBoatPanel::SetSpeed |
( |
const double |
speed | ) |
|
|
inline |
◆ m_cbProjectPosition
wxCheckBox* ProjectBoatPanel::m_cbProjectPosition |
|
protected |
◆ m_stCourse
wxStaticText* ProjectBoatPanel::m_stCourse |
|
protected |
◆ m_stSpeed
wxStaticText* ProjectBoatPanel::m_stSpeed |
|
protected |
◆ m_stSpeedUnit
wxStaticText* ProjectBoatPanel::m_stSpeedUnit |
|
protected |
◆ m_tCourse
wxTextCtrl* ProjectBoatPanel::m_tCourse |
|
protected |
◆ m_tSpeed
wxTextCtrl* ProjectBoatPanel::m_tSpeed |
|
protected |
The documentation for this class was generated from the following files: