OpenCPN Partial API docs
|
Implements the AboutFrame class with additional functionality. More...
#include <AboutFrameImpl.h>
Public Member Functions | |
AboutFrameImpl (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("About OpenCPN"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 300), long style=wxCAPTION|wxCLOSE_BOX|wxFRAME_FLOAT_ON_PARENT|wxFRAME_NO_TASKBAR|wxRESIZE_BORDER|wxTAB_TRAVERSAL) | |
![]() | |
AboutFrame (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("About OpenCPN"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 300), long style=wxCAPTION|wxCLOSE_BOX|wxFRAME_FLOAT_ON_PARENT|wxFRAME_NO_TASKBAR|wxRESIZE_BORDER|wxTAB_TRAVERSAL) | |
Protected Member Functions | |
void | AboutFrameOnClose (wxCloseEvent &event) |
void | OnLinkDonate (wxHyperlinkEvent &event) |
void | OnLinkGetInvolved (wxHyperlinkEvent &event) |
void | OnLinkLogfile (wxHyperlinkEvent &event) |
void | OnLinkConfigfile (wxHyperlinkEvent &event) |
void | OnLinkHelp (wxHyperlinkEvent &event) |
void | OnLinkLicense (wxHyperlinkEvent &event) |
void | OnLinkAuthors (wxHyperlinkEvent &event) |
void | AboutFrameOnActivate (wxActivateEvent &event) |
void | m_btnBackOnButtonClick (wxCommandEvent &event) |
void | m_htmlWinHelpOnHtmlLinkClicked (wxHtmlLinkEvent &event) |
void | RecalculateSize (void) |
Additional Inherited Members | |
![]() | |
wxStaticBitmap * | m_bitmapLogo |
wxButton * | m_btnBack |
wxScrolledWindow * | m_scrolledWindowAbout |
wxStaticText * | m_staticTextOCPN |
wxStaticText * | m_staticTextVersion |
wxStaticText * | m_staticTextCopyYears |
wxHyperlinkCtrl * | m_hyperlinkAuthors |
wxStaticText * | m_staticTextDescription |
wxStaticText * | m_staticTextHelp |
wxHyperlinkCtrl * | m_hyperlinkDonate |
wxStaticText * | m_staticTextOr |
wxHyperlinkCtrl * | m_hyperlinkGetInvolved |
wxStaticText * | m_staticTextLogfile |
wxHyperlinkCtrl * | m_hyperlinkLogFile |
wxStaticText * | m_staticTextIniFile |
wxHyperlinkCtrl * | m_hyperlinkIniFile |
wxHtmlWindow * | m_htmlWinAuthors |
wxHtmlWindow * | m_htmlWinLicense |
wxHtmlWindow * | m_htmlWinHelp |
wxPanel * | m_panelMainLinks |
wxHyperlinkCtrl * | m_hyperlinkWebsite |
wxHyperlinkCtrl * | m_hyperlinkHelp |
wxHyperlinkCtrl * | m_hyperlinkLicense |
Implements the AboutFrame class with additional functionality.
Extends AboutFrame and provides implementation for various event handlers and additional methods.
Definition at line 35 of file AboutFrameImpl.h.
|
inline |
Definition at line 73 of file AboutFrameImpl.h.
AboutFrameImpl::AboutFrameImpl | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxString & | title = _("About OpenCPN") , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize(500, 300) , |
||
long | style = wxCAPTION | wxCLOSE_BOX | wxFRAME_FLOAT_ON_PARENT | wxFRAME_NO_TASKBAR | wxRESIZE_BORDER | wxTAB_TRAVERSAL |
||
) |
Definition at line 41 of file AboutFrameImpl.cpp.
|
protectedvirtual |
Reimplemented from AboutFrame.
Definition at line 146 of file AboutFrameImpl.cpp.
|
inlineprotectedvirtual |
Reimplemented from AboutFrame.
Definition at line 37 of file AboutFrameImpl.h.
|
inlineprotectedvirtual |
Reimplemented from AboutFrame.
Definition at line 60 of file AboutFrameImpl.h.
|
inlineprotectedvirtual |
Reimplemented from AboutFrame.
Definition at line 65 of file AboutFrameImpl.h.
|
protectedvirtual |
Reimplemented from AboutFrame.
Definition at line 137 of file AboutFrameImpl.cpp.
|
inlineprotectedvirtual |
Reimplemented from AboutFrame.
Definition at line 46 of file AboutFrameImpl.h.
|
inlineprotectedvirtual |
Reimplemented from AboutFrame.
Definition at line 43 of file AboutFrameImpl.h.
|
inlineprotectedvirtual |
Reimplemented from AboutFrame.
Definition at line 44 of file AboutFrameImpl.h.
|
protectedvirtual |
Reimplemented from AboutFrame.
Definition at line 94 of file AboutFrameImpl.cpp.
|
protectedvirtual |
Reimplemented from AboutFrame.
Definition at line 128 of file AboutFrameImpl.cpp.
|
inlineprotectedvirtual |
Reimplemented from AboutFrame.
Definition at line 45 of file AboutFrameImpl.h.
|
protected |
Definition at line 157 of file AboutFrameImpl.cpp.