OpenCPN Partial API docs
Loading...
Searching...
No Matches
DashboardPreferencesDialog Class Reference
Inheritance diagram for DashboardPreferencesDialog:

Public Member Functions

 DashboardPreferencesDialog (wxWindow *pparent, wxWindowID id, wxArrayOfDashboard config)
 
void OnCloseDialog (wxCloseEvent &event)
 
void OnDashboardSelected (wxListEvent &event)
 
void OnDashboardAdd (wxCommandEvent &event)
 
void OnDashboardDelete (wxCommandEvent &event)
 
void OnInstrumentSelected (wxListEvent &event)
 
void OnInstrumentAdd (wxCommandEvent &event)
 
void OnInstrumentEdit (wxCommandEvent &event)
 
void OnInstrumentDelete (wxCommandEvent &event)
 
void OnInstrumentUp (wxCommandEvent &event)
 
void OnInstrumentDown (wxCommandEvent &event)
 
void OnDashboarddefaultFont (wxCommandEvent &event)
 
void OnDistanceUnitSelect (wxCommandEvent &event)
 
void SaveDashboardConfig ()
 
void RecalculateSize ()
 

Public Attributes

wxArrayOfDashboard m_config
 
wxFontPickerCtrl * m_font_picker_title
 
wxFontPickerCtrl * m_font_picker_data
 
wxFontPickerCtrl * m_font_picker_label
 
wxFontPickerCtrl * m_font_picker_small
 
wxSpinCtrl * m_spin_speed_max
 
wxSpinCtrl * m_spin_cog_damp
 
wxSpinCtrl * m_spin_sog_damp
 
wxSpinCtrl * m_spin_aws_damp
 
wxSpinCtrl * m_spin_awa_damp
 
wxChoice * m_choice_utc_offset
 
wxChoice * m_choice_speed_unit
 
wxChoice * m_choice_depth_unit
 
wxSpinCtrlDouble * m_spin_dbt_offset
 
wxChoice * m_choice_distance_unit
 
wxChoice * m_choice_wind_speed_unit
 
wxCheckBox * m_use_intern_sum_log
 
wxStaticText * m_sum_log_unit
 
wxTextCtrl * m_sum_log_value
 
wxCheckBox * m_use_true_winddata
 
wxChoice * m_choice_temp_unit
 

Detailed Description

Definition at line 360 of file dashboard_pi.h.

Constructor & Destructor Documentation

◆ DashboardPreferencesDialog()

DashboardPreferencesDialog::DashboardPreferencesDialog ( wxWindow *  pparent,
wxWindowID  id,
wxArrayOfDashboard  config 
)

Definition at line 4123 of file dashboard_pi.cpp.

Member Function Documentation

◆ OnCloseDialog()

void DashboardPreferencesDialog::OnCloseDialog ( wxCloseEvent &  event)

Definition at line 4833 of file dashboard_pi.cpp.

◆ OnDashboardAdd()

void DashboardPreferencesDialog::OnDashboardAdd ( wxCommandEvent &  event)

Definition at line 4981 of file dashboard_pi.cpp.

◆ OnDashboarddefaultFont()

void DashboardPreferencesDialog::OnDashboarddefaultFont ( wxCommandEvent &  event)

Definition at line 4938 of file dashboard_pi.cpp.

◆ OnDashboardDelete()

void DashboardPreferencesDialog::OnDashboardDelete ( wxCommandEvent &  event)

Definition at line 4994 of file dashboard_pi.cpp.

◆ OnDashboardSelected()

void DashboardPreferencesDialog::OnDashboardSelected ( wxListEvent &  event)

Definition at line 4888 of file dashboard_pi.cpp.

◆ OnDistanceUnitSelect()

void DashboardPreferencesDialog::OnDistanceUnitSelect ( wxCommandEvent &  event)

Definition at line 5270 of file dashboard_pi.cpp.

◆ OnInstrumentAdd()

void DashboardPreferencesDialog::OnInstrumentAdd ( wxCommandEvent &  event)

Definition at line 5022 of file dashboard_pi.cpp.

◆ OnInstrumentDelete()

void DashboardPreferencesDialog::OnInstrumentDelete ( wxCommandEvent &  event)

Definition at line 5051 of file dashboard_pi.cpp.

◆ OnInstrumentDown()

void DashboardPreferencesDialog::OnInstrumentDown ( wxCommandEvent &  event)

Definition at line 5225 of file dashboard_pi.cpp.

◆ OnInstrumentEdit()

void DashboardPreferencesDialog::OnInstrumentEdit ( wxCommandEvent &  event)

Definition at line 5093 of file dashboard_pi.cpp.

◆ OnInstrumentSelected()

void DashboardPreferencesDialog::OnInstrumentSelected ( wxListEvent &  event)

Definition at line 5005 of file dashboard_pi.cpp.

◆ OnInstrumentUp()

void DashboardPreferencesDialog::OnInstrumentUp ( wxCommandEvent &  event)

Definition at line 5185 of file dashboard_pi.cpp.

◆ RecalculateSize()

void DashboardPreferencesDialog::RecalculateSize ( )

Definition at line 4818 of file dashboard_pi.cpp.

◆ SaveDashboardConfig()

void DashboardPreferencesDialog::SaveDashboardConfig ( )

Definition at line 4840 of file dashboard_pi.cpp.

Member Data Documentation

◆ m_choice_depth_unit

wxChoice* DashboardPreferencesDialog::m_choice_depth_unit

Definition at line 393 of file dashboard_pi.h.

◆ m_choice_distance_unit

wxChoice* DashboardPreferencesDialog::m_choice_distance_unit

Definition at line 395 of file dashboard_pi.h.

◆ m_choice_speed_unit

wxChoice* DashboardPreferencesDialog::m_choice_speed_unit

Definition at line 392 of file dashboard_pi.h.

◆ m_choice_temp_unit

wxChoice* DashboardPreferencesDialog::m_choice_temp_unit

Definition at line 401 of file dashboard_pi.h.

◆ m_choice_utc_offset

wxChoice* DashboardPreferencesDialog::m_choice_utc_offset

Definition at line 391 of file dashboard_pi.h.

◆ m_choice_wind_speed_unit

wxChoice* DashboardPreferencesDialog::m_choice_wind_speed_unit

Definition at line 396 of file dashboard_pi.h.

◆ m_config

wxArrayOfDashboard DashboardPreferencesDialog::m_config

Definition at line 381 of file dashboard_pi.h.

◆ m_font_picker_data

wxFontPickerCtrl* DashboardPreferencesDialog::m_font_picker_data

Definition at line 383 of file dashboard_pi.h.

◆ m_font_picker_label

wxFontPickerCtrl* DashboardPreferencesDialog::m_font_picker_label

Definition at line 384 of file dashboard_pi.h.

◆ m_font_picker_small

wxFontPickerCtrl* DashboardPreferencesDialog::m_font_picker_small

Definition at line 385 of file dashboard_pi.h.

◆ m_font_picker_title

wxFontPickerCtrl* DashboardPreferencesDialog::m_font_picker_title

Definition at line 382 of file dashboard_pi.h.

◆ m_spin_awa_damp

wxSpinCtrl* DashboardPreferencesDialog::m_spin_awa_damp

Definition at line 390 of file dashboard_pi.h.

◆ m_spin_aws_damp

wxSpinCtrl* DashboardPreferencesDialog::m_spin_aws_damp

Definition at line 389 of file dashboard_pi.h.

◆ m_spin_cog_damp

wxSpinCtrl* DashboardPreferencesDialog::m_spin_cog_damp

Definition at line 387 of file dashboard_pi.h.

◆ m_spin_dbt_offset

wxSpinCtrlDouble* DashboardPreferencesDialog::m_spin_dbt_offset

Definition at line 394 of file dashboard_pi.h.

◆ m_spin_sog_damp

wxSpinCtrl* DashboardPreferencesDialog::m_spin_sog_damp

Definition at line 388 of file dashboard_pi.h.

◆ m_spin_speed_max

wxSpinCtrl* DashboardPreferencesDialog::m_spin_speed_max

Definition at line 386 of file dashboard_pi.h.

◆ m_sum_log_unit

wxStaticText* DashboardPreferencesDialog::m_sum_log_unit

Definition at line 398 of file dashboard_pi.h.

◆ m_sum_log_value

wxTextCtrl* DashboardPreferencesDialog::m_sum_log_value

Definition at line 399 of file dashboard_pi.h.

◆ m_use_intern_sum_log

wxCheckBox* DashboardPreferencesDialog::m_use_intern_sum_log

Definition at line 397 of file dashboard_pi.h.

◆ m_use_true_winddata

wxCheckBox* DashboardPreferencesDialog::m_use_true_winddata

Definition at line 400 of file dashboard_pi.h.


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