class CAboutBox

Overview

#include </home/jlblanco/mrpt/modules/mrpt_gui/src/CAboutBox_wx.h>

class CAboutBox:
    public wxDialog,
    public CAboutBoxBase
{
public:
    // fields

    static const wxWindowID ID_STATICTEXT1 = wxNewId();
    static const wxWindowID ID_STATICTEXT2 = wxNewId();
    static const wxWindowID ID_STATICBITMAP1 = wxNewId();
    static const wxWindowID ID_STATICLINE1 = wxNewId();
    static const wxWindowID ID_TEXTCTRL4;
    static const wxWindowID ID_TEXTCTRL1 = wxNewId();
    static const wxWindowID ID_TEXTCTRL2 = wxNewId();
    static const wxWindowID ID_TEXTCTRL3 = wxNewId();
    static const wxWindowID ID_NOTEBOOK1 = wxNewId();
    static const wxWindowID ID_BUTTON1 = wxNewId();

    // construction

    CAboutBox(
        wxWindow* parent,
        const std::string& appName,
        const std::string& additionalInfo,
        const bool showStandardInfo
        );
};