OpenCPN Partial API docs
Loading...
Searching...
No Matches
SetScaleDialog Class Reference
Inheritance diagram for SetScaleDialog:

Public Member Functions

 SetScaleDialog ()
 Constructors. More...
 
 SetScaleDialog (wxWindow *parent, wxWindowID id=SYMBOL_GOTOPOS_IDNAME, const wxString &caption=_("Set scale"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE)
 
bool Create (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &caption=_("Set scale"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE)
 Creation. More...
 
void SetColorScheme (ColorScheme cs)
 
void CreateControls ()
 
void OnSetScaleCancelClick (wxCommandEvent &event)
 
void OnSetScaleOKClick (wxCommandEvent &event)
 

Public Attributes

wxTextCtrl * m_ScaleCtl
 Should we show tooltips? More...
 
wxButton * m_CancelButton
 
wxButton * m_OKButton
 

Detailed Description

Definition at line 71 of file MUIBar.cpp.

Constructor & Destructor Documentation

◆ SetScaleDialog() [1/2]

SetScaleDialog::SetScaleDialog ( )

Constructors.

SetScaleDialog constructors

Definition at line 115 of file MUIBar.cpp.

◆ SetScaleDialog() [2/2]

SetScaleDialog::SetScaleDialog ( wxWindow *  parent,
wxWindowID  id = SYMBOL_GOTOPOS_IDNAME,
const wxString &  caption = _("Set scale"),
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxDEFAULT_DIALOG_STYLE 
)

Definition at line 117 of file MUIBar.cpp.

◆ ~SetScaleDialog()

SetScaleDialog::~SetScaleDialog ( )

Definition at line 126 of file MUIBar.cpp.

Member Function Documentation

◆ Create()

bool SetScaleDialog::Create ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxString &  caption = _("Set scale"),
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxDEFAULT_DIALOG_STYLE 
)

Creation.

SetScaleDialog creator

Definition at line 132 of file MUIBar.cpp.

◆ CreateControls()

void SetScaleDialog::CreateControls ( )

Control creation for GoToPositionDialog

Definition at line 149 of file MUIBar.cpp.

◆ OnSetScaleCancelClick()

void SetScaleDialog::OnSetScaleCancelClick ( wxCommandEvent &  event)

Definition at line 189 of file MUIBar.cpp.

◆ OnSetScaleOKClick()

void SetScaleDialog::OnSetScaleOKClick ( wxCommandEvent &  event)

Definition at line 194 of file MUIBar.cpp.

◆ SetColorScheme()

void SetScaleDialog::SetColorScheme ( ColorScheme  cs)

Definition at line 187 of file MUIBar.cpp.

Member Data Documentation

◆ m_CancelButton

wxButton* SetScaleDialog::m_CancelButton

Definition at line 102 of file MUIBar.cpp.

◆ m_OKButton

wxButton* SetScaleDialog::m_OKButton

Definition at line 103 of file MUIBar.cpp.

◆ m_ScaleCtl

wxTextCtrl* SetScaleDialog::m_ScaleCtl

Should we show tooltips?

Definition at line 101 of file MUIBar.cpp.


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