OpenCPN Partial API docs
Loading...
Searching...
No Matches
XyGribPanel.h
1
2// C++ code generated with wxFormBuilder (version 4.1.0-0-g733bf3d)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
8#pragma once
9
10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
12#include <wx/intl.h>
13#include <wx/string.h>
14#include <wx/stattext.h>
15#include <wx/gdicmn.h>
16#include <wx/font.h>
17#include <wx/colour.h>
18#include <wx/settings.h>
19#include <wx/choice.h>
20#include <wx/checkbox.h>
21#include <wx/sizer.h>
22#include <wx/panel.h>
23#include <wx/bitmap.h>
24#include <wx/image.h>
25#include <wx/icon.h>
26#include <wx/notebook.h>
27#include <wx/statline.h>
28#include <wx/button.h>
29#include <wx/gauge.h>
30#include <wx/gbsizer.h>
31
33
37class XyGribPanel : public wxPanel {
38private:
39protected:
40 wxStaticText* m_wavemodel_label;
41 wxStaticText* m_atmmodel_label;
42 wxStaticText* m_weathermodel;
43 wxStaticText* m_duration_label;
44 wxStaticText* m_run_label;
45 wxStaticText* m_interval_label;
46 wxNotebook* m_dataconfig_nbook;
47 wxPanel* m_surfacetab_panel;
48 wxStaticLine* m_separator_1;
49 wxStaticText* m_status_label;
50 wxStaticText* m_sizeestimate_label;
51
52public:
53 wxChoice* m_atmmodel_choice;
54 wxChoice* m_wavemodel_choice;
55 wxChoice* m_interval_choice;
56 wxChoice* m_resolution_choice;
57 wxChoice* m_duration_choice;
58 wxChoice* m_run_choice;
59 wxCheckBox* m_wind_cbox;
60 wxCheckBox* m_gust_cbox;
61 wxCheckBox* m_pressure_cbox;
62 wxCheckBox* m_temperature_cbox;
63 wxCheckBox* m_cape_cbox;
64 wxCheckBox* m_reflectivity_cbox;
65 wxCheckBox* m_cloudcover_cbox;
66 wxCheckBox* m_precipitation_cbox;
67 wxCheckBox* m_waveheight_cbox;
68 wxCheckBox* m_windwave_cbox;
69 wxButton* m_download_button;
70 wxGauge* m_progress_gauge;
71 wxStaticText* m_status_text;
72 wxStaticText* m_sizeestimate_text;
73
74 XyGribPanel(wxWindow* parent, wxWindowID id = wxID_ANY,
75 const wxPoint& pos = wxDefaultPosition,
76 const wxSize& size = wxSize(-1, -1), long style = wxTAB_TRAVERSAL,
77 const wxString& name = wxEmptyString);
78
80};
Class XyGribPanel.
Definition XyGribPanel.h:37