Class GRIBUICtrlBarBase.
More...
#include <GribUIDialogBase.h>
|
| | GRIBUICtrlBarBase (wxWindow *parent, wxWindowID id=CONTROL_BAR, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxSYSTEM_MENU, double scale_factor=1.0) |
| |
| void | SetScaleFactor (double factor) |
| |
| double | GetScaleFactor () |
| |
|
| static wxBitmap | GetScaledBitmap (wxBitmap bitmap, const wxString svgFileName, double scale_factor) |
| |
◆ GRIBUICtrlBarBase()
| GRIBUICtrlBarBase::GRIBUICtrlBarBase |
( |
wxWindow * | parent, |
|
|
wxWindowID | id = CONTROL_BAR, |
|
|
const wxString & | title = wxEmptyString, |
|
|
const wxPoint & | pos = wxDefaultPosition, |
|
|
const wxSize & | size = wxDefaultSize, |
|
|
long | style = wxDEFAULT_DIALOG_STYLE | wxSYSTEM_MENU, |
|
|
double | scale_factor = 1.0 ) |
◆ ~GRIBUICtrlBarBase()
| GRIBUICtrlBarBase::~GRIBUICtrlBarBase |
( |
| ) |
|
◆ GetScaledBitmap()
| wxBitmap GRIBUICtrlBarBase::GetScaledBitmap |
( |
wxBitmap | bitmap, |
|
|
const wxString | svgFileName, |
|
|
double | scale_factor ) |
|
static |
◆ GetScaleFactor()
| double GRIBUICtrlBarBase::GetScaleFactor |
( |
| ) |
|
|
inline |
◆ OnAltitude()
| virtual void GRIBUICtrlBarBase::OnAltitude |
( |
wxCommandEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ OnClose()
| virtual void GRIBUICtrlBarBase::OnClose |
( |
wxCloseEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ OnCompositeDialog()
| virtual void GRIBUICtrlBarBase::OnCompositeDialog |
( |
wxCommandEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ OnMouseEvent()
| virtual void GRIBUICtrlBarBase::OnMouseEvent |
( |
wxMouseEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ OnNext()
| virtual void GRIBUICtrlBarBase::OnNext |
( |
wxCommandEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ OnNow()
| virtual void GRIBUICtrlBarBase::OnNow |
( |
wxCommandEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ OnOpenFile()
| virtual void GRIBUICtrlBarBase::OnOpenFile |
( |
wxCommandEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ OnPaint()
| virtual void GRIBUICtrlBarBase::OnPaint |
( |
wxPaintEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ OnPlayStop()
| virtual void GRIBUICtrlBarBase::OnPlayStop |
( |
wxCommandEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ OnPrev()
| virtual void GRIBUICtrlBarBase::OnPrev |
( |
wxCommandEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ OnRecordForecast()
| virtual void GRIBUICtrlBarBase::OnRecordForecast |
( |
wxCommandEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ OnRequestForecastData()
| virtual void GRIBUICtrlBarBase::OnRequestForecastData |
( |
wxCommandEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ OnSettings()
| virtual void GRIBUICtrlBarBase::OnSettings |
( |
wxCommandEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ OnShowCursorData()
| virtual void GRIBUICtrlBarBase::OnShowCursorData |
( |
wxCommandEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ OnSize()
| virtual void GRIBUICtrlBarBase::OnSize |
( |
wxSizeEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ OnTimeline()
| virtual void GRIBUICtrlBarBase::OnTimeline |
( |
wxScrollEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ OnZoomToCenterClick()
| virtual void GRIBUICtrlBarBase::OnZoomToCenterClick |
( |
wxCommandEvent & | event | ) |
|
|
inlineprotectedvirtual |
◆ SetScaleFactor()
| void GRIBUICtrlBarBase::SetScaleFactor |
( |
double | factor | ) |
|
|
inline |
◆ m_bpAltitude
| wxBitmapButton* GRIBUICtrlBarBase::m_bpAltitude |
◆ m_bpNext
| wxBitmapButton* GRIBUICtrlBarBase::m_bpNext |
|
protected |
◆ m_bpNow
| wxBitmapButton* GRIBUICtrlBarBase::m_bpNow |
|
protected |
◆ m_bpOpenFile
| wxBitmapButton* GRIBUICtrlBarBase::m_bpOpenFile |
|
protected |
◆ m_bpPlay
| wxBitmapButton* GRIBUICtrlBarBase::m_bpPlay |
|
protected |
◆ m_bpPrev
| wxBitmapButton* GRIBUICtrlBarBase::m_bpPrev |
|
protected |
◆ m_bpRequest
| wxBitmapButton* GRIBUICtrlBarBase::m_bpRequest |
|
protected |
◆ m_bpSettings
| wxBitmapButton* GRIBUICtrlBarBase::m_bpSettings |
|
protected |
◆ m_bpShowCursorData
| wxBitmapButton* GRIBUICtrlBarBase::m_bpShowCursorData |
|
protected |
◆ m_bpZoomToCenter
| wxBitmapButton* GRIBUICtrlBarBase::m_bpZoomToCenter |
|
protected |
◆ m_cRecordForecast
| wxChoice* GRIBUICtrlBarBase::m_cRecordForecast |
|
protected |
◆ m_fgCDataSizer
| wxFlexGridSizer* GRIBUICtrlBarBase::m_fgCDataSizer |
|
protected |
◆ m_fgCtrlBarSizer
| wxFlexGridSizer* GRIBUICtrlBarBase::m_fgCtrlBarSizer |
|
protected |
◆ m_fgCtrlGrabberSize
| wxFlexGridSizer* GRIBUICtrlBarBase::m_fgCtrlGrabberSize |
|
protected |
◆ m_ProjectBoatPanel
◆ m_ScaledFactor
| double GRIBUICtrlBarBase::m_ScaledFactor |
|
protected |
◆ m_sTimeline
| wxSlider* GRIBUICtrlBarBase::m_sTimeline |
The documentation for this class was generated from the following files: