OpenCPN Partial API docs
RoutePrintSelection Class Reference
Inheritance diagram for RoutePrintSelection:

Public Member Functions

 RoutePrintSelection (wxWindow *parent, Route *route, wxWindowID id=SYMBOL_ROUTEPRINT_SELECTION_IDNAME, const wxString &caption=SYMBOL_ROUTEPRINT_SELECTION_TITLE, const wxPoint &pos=SYMBOL_ROUTEPRINT_SELECTION_POSITION, const wxSize &size=SYMBOL_ROUTEPRINT_SELECTION_SIZE, long style=SYMBOL_ROUTEPRINT_SELECTION_STYLE)
 
bool Create (wxWindow *parent, wxWindowID id=SYMBOL_ROUTEPRINT_SELECTION_IDNAME, const wxString &caption=SYMBOL_ROUTEPRINT_SELECTION_TITLE, const wxPoint &pos=SYMBOL_ROUTEPRINT_SELECTION_POSITION, const wxSize &size=SYMBOL_ROUTEPRINT_SELECTION_SIZE, long style=SYMBOL_ROUTEPRINT_SELECTION_STYLE)
 
void CreateControls ()
 
void SetColorScheme (ColorScheme cs)
 
void SetDialogTitle (const wxString &title)
 
void OnRoutepropCancelClick (wxCommandEvent &event)
 
void OnRoutepropOkClick (wxCommandEvent &event)
 

Static Public Member Functions

static bool ShowToolTips ()
 

Public Attributes

wxButton * m_CancelButton
 
wxButton * m_OKButton
 
wxCheckBox * m_checkBoxWPName
 
wxCheckBox * m_checkBoxWPPosition
 
wxCheckBox * m_checkBoxWPCourse
 
wxCheckBox * m_checkBoxWPDistanceToNext
 
wxCheckBox * m_checkBoxWPDescription
 
Routeroute
 

Detailed Description

Definition at line 85 of file routeprintout.h.

Member Function Documentation

◆ Create()

bool RoutePrintSelection::Create ( wxWindow *  parent,
wxWindowID  id = SYMBOL_ROUTEPRINT_SELECTION_IDNAME,
const wxString &  caption = SYMBOL_ROUTEPRINT_SELECTION_TITLE,
const wxPoint &  pos = SYMBOL_ROUTEPRINT_SELECTION_POSITION,
const wxSize &  size = SYMBOL_ROUTEPRINT_SELECTION_SIZE,
long  style = SYMBOL_ROUTEPRINT_SELECTION_STYLE 
)

RouteProp creator

Definition at line 331 of file routeprintout.cpp.

◆ CreateControls()

void RoutePrintSelection::CreateControls ( void  )

Control creation for RouteProp

Definition at line 351 of file routeprintout.cpp.


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