OpenCPN Partial API docs
Loading...
Searching...
No Matches
ProjectBoatPanel Class Reference

Class ProjectBoatPanel. More...

#include <GribUIDialogBase.h>

Inheritance diagram for ProjectBoatPanel:

Public Member Functions

 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)
 
double GetCourse ()
 
double GetSpeed ()
 
bool ProjectionEnabled ()
 
void SetCourse (const double course)
 
void SetSpeed (const double speed)
 
void EnableProjection (bool enabled)
 

Protected Attributes

wxCheckBox * m_cbProjectPosition
 
wxStaticText * m_stCourse
 
wxTextCtrl * m_tCourse
 
wxStaticText * m_stSpeed
 
wxTextCtrl * m_tSpeed
 
wxStaticText * m_stSpeedUnit
 

Detailed Description

Class ProjectBoatPanel.

Definition at line 135 of file GribUIDialogBase.h.

Constructor & Destructor Documentation

◆ 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 
)

Definition at line 3552 of file GribUIDialogBase.cpp.

◆ ~ProjectBoatPanel()

ProjectBoatPanel::~ProjectBoatPanel ( )

Definition at line 3591 of file GribUIDialogBase.cpp.

Member Function Documentation

◆ EnableProjection()

void ProjectBoatPanel::EnableProjection ( bool  enabled)
inline

Definition at line 164 of file GribUIDialogBase.h.

◆ GetCourse()

double ProjectBoatPanel::GetCourse ( )

Definition at line 3593 of file GribUIDialogBase.cpp.

◆ GetSpeed()

double ProjectBoatPanel::GetSpeed ( )

Definition at line 3601 of file GribUIDialogBase.cpp.

◆ ProjectionEnabled()

bool ProjectBoatPanel::ProjectionEnabled ( )

Definition at line 3609 of file GribUIDialogBase.cpp.

◆ SetCourse()

void ProjectBoatPanel::SetCourse ( const double  course)
inline

Definition at line 157 of file GribUIDialogBase.h.

◆ SetSpeed()

void ProjectBoatPanel::SetSpeed ( const double  speed)
inline

Definition at line 161 of file GribUIDialogBase.h.

Member Data Documentation

◆ m_cbProjectPosition

wxCheckBox* ProjectBoatPanel::m_cbProjectPosition
protected

Definition at line 138 of file GribUIDialogBase.h.

◆ m_stCourse

wxStaticText* ProjectBoatPanel::m_stCourse
protected

Definition at line 139 of file GribUIDialogBase.h.

◆ m_stSpeed

wxStaticText* ProjectBoatPanel::m_stSpeed
protected

Definition at line 141 of file GribUIDialogBase.h.

◆ m_stSpeedUnit

wxStaticText* ProjectBoatPanel::m_stSpeedUnit
protected

Definition at line 143 of file GribUIDialogBase.h.

◆ m_tCourse

wxTextCtrl* ProjectBoatPanel::m_tCourse
protected

Definition at line 140 of file GribUIDialogBase.h.

◆ m_tSpeed

wxTextCtrl* ProjectBoatPanel::m_tSpeed
protected

Definition at line 142 of file GribUIDialogBase.h.


The documentation for this class was generated from the following files: