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

The OpenCPN About dialog displaying information including version, authors, license, and tips. More...

#include <about.h>

Inheritance diagram for About:

Public Member Functions

 About (wxWindow *parent, wxString License_Data_Locn, std::function< void()> launch_local_help, wxWindowID id=ID_DIALOG, const wxString &caption=SYMBOL_ABOUT_TITLE, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 500), long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX)
 
bool Create (wxWindow *parent, wxWindowID id=ID_DIALOG, const wxString &caption=SYMBOL_ABOUT_TITLE, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 500), long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX)
 
void RecalculateSize (void)
 

Detailed Description

The OpenCPN About dialog displaying information including version, authors, license, and tips.

This is a legacy variant used on Android only.

Definition at line 52 of file about.h.

Constructor & Destructor Documentation

◆ About() [1/2]

About::About ( void  )
explicit

Definition at line 97 of file about.cpp.

◆ About() [2/2]

About::About ( wxWindow *  parent,
wxString  License_Data_Locn,
std::function< void()>  launch_local_help,
wxWindowID  id = ID_DIALOG,
const wxString &  caption = SYMBOL_ABOUT_TITLE,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize(500, 500),
long  style = wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX 
)
explicit

Definition at line 105 of file about.cpp.

Member Function Documentation

◆ Create()

bool About::Create ( wxWindow *  parent,
wxWindowID  id = ID_DIALOG,
const wxString &  caption = SYMBOL_ABOUT_TITLE,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize(500, 500),
long  style = wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX 
)

Definition at line 126 of file about.cpp.

◆ RecalculateSize()

void About::RecalculateSize ( void  )

Definition at line 272 of file about.cpp.


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