OpenCPN Partial API docs
Loading...
Searching...
No Matches
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.

Constructor & Destructor Documentation

◆ RoutePrintSelection()

RoutePrintSelection::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 
)

Definition at line 313 of file routeprintout.cpp.

◆ ~RoutePrintSelection()

RoutePrintSelection::~RoutePrintSelection ( )

Definition at line 325 of file routeprintout.cpp.

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 ( )

Control creation for RouteProp

Definition at line 351 of file routeprintout.cpp.

◆ OnRoutepropCancelClick()

void RoutePrintSelection::OnRoutepropCancelClick ( wxCommandEvent &  event)

Definition at line 448 of file routeprintout.cpp.

◆ OnRoutepropOkClick()

void RoutePrintSelection::OnRoutepropOkClick ( wxCommandEvent &  event)

Definition at line 453 of file routeprintout.cpp.

◆ SetColorScheme()

void RoutePrintSelection::SetColorScheme ( ColorScheme  cs)

Definition at line 436 of file routeprintout.cpp.

◆ SetDialogTitle()

void RoutePrintSelection::SetDialogTitle ( const wxString &  title)

Definition at line 444 of file routeprintout.cpp.

◆ ShowToolTips()

bool RoutePrintSelection::ShowToolTips ( )
static

Definition at line 442 of file routeprintout.cpp.

Member Data Documentation

◆ m_CancelButton

wxButton* RoutePrintSelection::m_CancelButton

Definition at line 119 of file routeprintout.h.

◆ m_checkBoxWPCourse

wxCheckBox* RoutePrintSelection::m_checkBoxWPCourse

Definition at line 124 of file routeprintout.h.

◆ m_checkBoxWPDescription

wxCheckBox* RoutePrintSelection::m_checkBoxWPDescription

Definition at line 126 of file routeprintout.h.

◆ m_checkBoxWPDistanceToNext

wxCheckBox* RoutePrintSelection::m_checkBoxWPDistanceToNext

Definition at line 125 of file routeprintout.h.

◆ m_checkBoxWPName

wxCheckBox* RoutePrintSelection::m_checkBoxWPName

Definition at line 122 of file routeprintout.h.

◆ m_checkBoxWPPosition

wxCheckBox* RoutePrintSelection::m_checkBoxWPPosition

Definition at line 123 of file routeprintout.h.

◆ m_OKButton

wxButton* RoutePrintSelection::m_OKButton

Definition at line 120 of file routeprintout.h.

◆ route

Route* RoutePrintSelection::route

Definition at line 128 of file routeprintout.h.


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