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

Represents the About dialog for OpenCPN. More...

#include <about.h>

Inheritance diagram for about:

Public Member Functions

 about (wxWindow *parent, wxString License_Data_Locn, 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

Represents the About dialog for OpenCPN.

Implements a dialog that displays information about OpenCPN, including version, authors, license, and tips.

Definition at line 52 of file about.h.

Constructor & Destructor Documentation

◆ about() [1/2]

about::about ( void )
explicit

Definition at line 187 of file about.cpp.

◆ about() [2/2]

about::about ( wxWindow * parent,
wxString License_Data_Locn,
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 195 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 212 of file about.cpp.

◆ RecalculateSize()

void about::RecalculateSize ( void )

Definition at line 368 of file about.cpp.


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