OpenCPN Partial API docs
|
A popup frame containing a detail slider for chart display. More...
#include <detail_slider.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="") | |
void | Init () |
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 40 of file detail_slider.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 = "" |
||
) |
Definition at line 57 of file detail_slider.cpp.
PopUpDSlide::~PopUpDSlide | ( | ) |
Definition at line 68 of file detail_slider.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 72 of file detail_slider.cpp.
void PopUpDSlide::Init | ( | void | ) |
Definition at line 70 of file detail_slider.cpp.
void PopUpDSlide::OnCancelClick | ( | wxCommandEvent & | event | ) |
Definition at line 124 of file detail_slider.cpp.
void PopUpDSlide::OnChangeValue | ( | wxScrollEvent & | event | ) |
Definition at line 156 of file detail_slider.cpp.
void PopUpDSlide::OnClose | ( | wxCloseEvent & | event | ) |
Definition at line 129 of file detail_slider.cpp.
void PopUpDSlide::OnKeyDown | ( | wxKeyEvent & | event | ) |
Definition at line 139 of file detail_slider.cpp.
void PopUpDSlide::OnMove | ( | wxMoveEvent & | event | ) |
Definition at line 147 of file detail_slider.cpp.
wxSlider* PopUpDSlide::m_p_DetailSlider |
Definition at line 60 of file detail_slider.h.
wxWindow* PopUpDSlide::m_pparent |
Definition at line 61 of file detail_slider.h.