OpenCPN Partial API docs
|
A popup frame containing a detail slider for chart display. More...
#include <DetailSlider.h>
Public Member Functions | |
PopUpDSlide (wxWindow *parent, wxWindowID id, ChartTypeEnum ChartType, ChartFamilyEnum ChartF, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &title=_T("")) | |
void | Init (void) |
bool | Create (wxWindow *parent, wxWindowID id, ChartTypeEnum ChartType, ChartFamilyEnum ChartF, const wxPoint &pos, const wxSize &size, long style, const wxString &title) |
void | OnCancelClick (wxCommandEvent &event) |
void | OnKeyDown (wxKeyEvent &event) |
void | OnMove (wxMoveEvent &event) |
void | OnChangeValue (wxScrollEvent &event) |
void | OnClose (wxCloseEvent &event) |
Public Attributes | |
wxSlider * | m_p_DetailSlider |
wxWindow * | m_pparent |
A popup frame containing a detail slider for chart display.
Definition at line 37 of file DetailSlider.h.
PopUpDSlide::PopUpDSlide | ( | wxWindow * | parent, |
wxWindowID | id, | ||
ChartTypeEnum | ChartType, | ||
ChartFamilyEnum | ChartF, | ||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = 0 , |
||
const wxString & | title = _T("") |
||
) |
Definition at line 63 of file DetailSlider.cpp.
PopUpDSlide::~PopUpDSlide | ( | void | ) |
Definition at line 74 of file DetailSlider.cpp.
bool PopUpDSlide::Create | ( | wxWindow * | parent, |
wxWindowID | id, | ||
ChartTypeEnum | ChartType, | ||
ChartFamilyEnum | ChartF, | ||
const wxPoint & | pos, | ||
const wxSize & | size, | ||
long | style, | ||
const wxString & | title | ||
) |
Definition at line 78 of file DetailSlider.cpp.
void PopUpDSlide::Init | ( | void | ) |
Definition at line 76 of file DetailSlider.cpp.
void PopUpDSlide::OnCancelClick | ( | wxCommandEvent & | event | ) |
Definition at line 130 of file DetailSlider.cpp.
void PopUpDSlide::OnChangeValue | ( | wxScrollEvent & | event | ) |
Definition at line 162 of file DetailSlider.cpp.
void PopUpDSlide::OnClose | ( | wxCloseEvent & | event | ) |
Definition at line 135 of file DetailSlider.cpp.
void PopUpDSlide::OnKeyDown | ( | wxKeyEvent & | event | ) |
Definition at line 145 of file DetailSlider.cpp.
void PopUpDSlide::OnMove | ( | wxMoveEvent & | event | ) |
Definition at line 153 of file DetailSlider.cpp.
wxSlider* PopUpDSlide::m_p_DetailSlider |
Definition at line 57 of file DetailSlider.h.
wxWindow* PopUpDSlide::m_pparent |
Definition at line 58 of file DetailSlider.h.