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

Class XyGribPanel. More...

#include <XyGribPanel.h>

Inheritance diagram for XyGribPanel:

Public Member Functions

 XyGribPanel (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1, -1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
 

Public Attributes

wxChoice * m_atmmodel_choice
 
wxChoice * m_wavemodel_choice
 
wxChoice * m_interval_choice
 
wxChoice * m_resolution_choice
 
wxChoice * m_duration_choice
 
wxChoice * m_run_choice
 
wxCheckBox * m_wind_cbox
 
wxCheckBox * m_gust_cbox
 
wxCheckBox * m_pressure_cbox
 
wxCheckBox * m_temperature_cbox
 
wxCheckBox * m_cape_cbox
 
wxCheckBox * m_reflectivity_cbox
 
wxCheckBox * m_cloudcover_cbox
 
wxCheckBox * m_precipitation_cbox
 
wxCheckBox * m_waveheight_cbox
 
wxCheckBox * m_windwave_cbox
 
wxButton * m_download_button
 
wxGauge * m_progress_gauge
 
wxStaticText * m_status_text
 
wxStaticText * m_sizeestimate_text
 

Protected Attributes

wxStaticText * m_wavemodel_label
 
wxStaticText * m_atmmodel_label
 
wxStaticText * m_weathermodel
 
wxStaticText * m_duration_label
 
wxStaticText * m_run_label
 
wxStaticText * m_interval_label
 
wxNotebook * m_dataconfig_nbook
 
wxPanel * m_surfacetab_panel
 
wxStaticLine * m_separator_1
 
wxStaticText * m_status_label
 
wxStaticText * m_sizeestimate_label
 

Detailed Description

Class XyGribPanel.

Definition at line 37 of file XyGribPanel.h.

Constructor & Destructor Documentation

◆ XyGribPanel()

XyGribPanel::XyGribPanel ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize(-1, -1),
long  style = wxTAB_TRAVERSAL,
const wxString &  name = wxEmptyString 
)

Definition at line 15 of file XyGribPanel.cpp.

◆ ~XyGribPanel()

XyGribPanel::~XyGribPanel ( )

Definition at line 216 of file XyGribPanel.cpp.

Member Data Documentation

◆ m_atmmodel_choice

wxChoice* XyGribPanel::m_atmmodel_choice

Definition at line 53 of file XyGribPanel.h.

◆ m_atmmodel_label

wxStaticText* XyGribPanel::m_atmmodel_label
protected

Definition at line 41 of file XyGribPanel.h.

◆ m_cape_cbox

wxCheckBox* XyGribPanel::m_cape_cbox

Definition at line 63 of file XyGribPanel.h.

◆ m_cloudcover_cbox

wxCheckBox* XyGribPanel::m_cloudcover_cbox

Definition at line 65 of file XyGribPanel.h.

◆ m_dataconfig_nbook

wxNotebook* XyGribPanel::m_dataconfig_nbook
protected

Definition at line 46 of file XyGribPanel.h.

◆ m_download_button

wxButton* XyGribPanel::m_download_button

Definition at line 69 of file XyGribPanel.h.

◆ m_duration_choice

wxChoice* XyGribPanel::m_duration_choice

Definition at line 57 of file XyGribPanel.h.

◆ m_duration_label

wxStaticText* XyGribPanel::m_duration_label
protected

Definition at line 43 of file XyGribPanel.h.

◆ m_gust_cbox

wxCheckBox* XyGribPanel::m_gust_cbox

Definition at line 60 of file XyGribPanel.h.

◆ m_interval_choice

wxChoice* XyGribPanel::m_interval_choice

Definition at line 55 of file XyGribPanel.h.

◆ m_interval_label

wxStaticText* XyGribPanel::m_interval_label
protected

Definition at line 45 of file XyGribPanel.h.

◆ m_precipitation_cbox

wxCheckBox* XyGribPanel::m_precipitation_cbox

Definition at line 66 of file XyGribPanel.h.

◆ m_pressure_cbox

wxCheckBox* XyGribPanel::m_pressure_cbox

Definition at line 61 of file XyGribPanel.h.

◆ m_progress_gauge

wxGauge* XyGribPanel::m_progress_gauge

Definition at line 70 of file XyGribPanel.h.

◆ m_reflectivity_cbox

wxCheckBox* XyGribPanel::m_reflectivity_cbox

Definition at line 64 of file XyGribPanel.h.

◆ m_resolution_choice

wxChoice* XyGribPanel::m_resolution_choice

Definition at line 56 of file XyGribPanel.h.

◆ m_run_choice

wxChoice* XyGribPanel::m_run_choice

Definition at line 58 of file XyGribPanel.h.

◆ m_run_label

wxStaticText* XyGribPanel::m_run_label
protected

Definition at line 44 of file XyGribPanel.h.

◆ m_separator_1

wxStaticLine* XyGribPanel::m_separator_1
protected

Definition at line 48 of file XyGribPanel.h.

◆ m_sizeestimate_label

wxStaticText* XyGribPanel::m_sizeestimate_label
protected

Definition at line 50 of file XyGribPanel.h.

◆ m_sizeestimate_text

wxStaticText* XyGribPanel::m_sizeestimate_text

Definition at line 72 of file XyGribPanel.h.

◆ m_status_label

wxStaticText* XyGribPanel::m_status_label
protected

Definition at line 49 of file XyGribPanel.h.

◆ m_status_text

wxStaticText* XyGribPanel::m_status_text

Definition at line 71 of file XyGribPanel.h.

◆ m_surfacetab_panel

wxPanel* XyGribPanel::m_surfacetab_panel
protected

Definition at line 47 of file XyGribPanel.h.

◆ m_temperature_cbox

wxCheckBox* XyGribPanel::m_temperature_cbox

Definition at line 62 of file XyGribPanel.h.

◆ m_waveheight_cbox

wxCheckBox* XyGribPanel::m_waveheight_cbox

Definition at line 67 of file XyGribPanel.h.

◆ m_wavemodel_choice

wxChoice* XyGribPanel::m_wavemodel_choice

Definition at line 54 of file XyGribPanel.h.

◆ m_wavemodel_label

wxStaticText* XyGribPanel::m_wavemodel_label
protected

Definition at line 40 of file XyGribPanel.h.

◆ m_weathermodel

wxStaticText* XyGribPanel::m_weathermodel
protected

Definition at line 42 of file XyGribPanel.h.

◆ m_wind_cbox

wxCheckBox* XyGribPanel::m_wind_cbox

Definition at line 59 of file XyGribPanel.h.

◆ m_windwave_cbox

wxCheckBox* XyGribPanel::m_windwave_cbox

Definition at line 68 of file XyGribPanel.h.


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