|
OpenCPN Partial API docs
|
The OpenCPN About dialog displaying information including version, authors, license, and tips. More...
#include <about.h>
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) |
The OpenCPN About dialog displaying information including version, authors, license, and tips.
This is a legacy variant used on Android only.
|
explicit |
| 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 |
||
| ) |