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

A popup frame containing a detail slider for chart display. More...

#include <DetailSlider.h>

Inheritance diagram for PopUpDSlide:

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
 

Detailed Description

A popup frame containing a detail slider for chart display.

Definition at line 37 of file DetailSlider.h.

Constructor & Destructor Documentation

◆ PopUpDSlide()

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::~PopUpDSlide ( void )

Definition at line 74 of file DetailSlider.cpp.

Member Function Documentation

◆ Create()

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.

◆ Init()

void PopUpDSlide::Init ( void )

Definition at line 76 of file DetailSlider.cpp.

◆ OnCancelClick()

void PopUpDSlide::OnCancelClick ( wxCommandEvent & event)

Definition at line 130 of file DetailSlider.cpp.

◆ OnChangeValue()

void PopUpDSlide::OnChangeValue ( wxScrollEvent & event)

Definition at line 162 of file DetailSlider.cpp.

◆ OnClose()

void PopUpDSlide::OnClose ( wxCloseEvent & event)

Definition at line 135 of file DetailSlider.cpp.

◆ OnKeyDown()

void PopUpDSlide::OnKeyDown ( wxKeyEvent & event)

Definition at line 145 of file DetailSlider.cpp.

◆ OnMove()

void PopUpDSlide::OnMove ( wxMoveEvent & event)

Definition at line 153 of file DetailSlider.cpp.

Member Data Documentation

◆ m_p_DetailSlider

wxSlider* PopUpDSlide::m_p_DetailSlider

Definition at line 57 of file DetailSlider.h.

◆ m_pparent

wxWindow* PopUpDSlide::m_pparent

Definition at line 58 of file DetailSlider.h.


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