#include <GUIFrame.h>
Public Member Functions | |
| AboutDialog (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("CAEN N1568 demo "), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE) | |
| ~AboutDialog () | |
Public Attributes | |
| wxStaticText * | m_sw_rev_Text |
| wxStaticText * | m_sdk_sw_rev_Text |
Protected Attributes | |
| wxStaticBitmap * | m_bitmap2 |
| wxHyperlinkCtrl * | m_hyperlink1 |
| wxStaticText * | m_staticText26 |
| wxStdDialogButtonSizer * | m_sdbSizer2 |
| wxButton * | m_sdbSizer2OK |
Definition at line 145 of file GUIFrame.h.
| AboutDialog::AboutDialog | ( | wxWindow * | parent, | |
| wxWindowID | id = wxID_ANY, |
|||
| const wxString & | title = _("CAEN N1568 demo "), |
|||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxDefaultSize, |
|||
| long | style = wxDEFAULT_DIALOG_STYLE | |||
| ) |
Definition at line 264 of file GUIFrame.cpp.
References m_bitmap2, m_hyperlink1, m_sdbSizer2, m_sdbSizer2OK, m_sdk_sw_rev_Text, m_staticText26, and m_sw_rev_Text.
| AboutDialog::~AboutDialog | ( | ) |
Definition at line 318 of file GUIFrame.cpp.
wxStaticBitmap* AboutDialog::m_bitmap2 [protected] |
wxHyperlinkCtrl* AboutDialog::m_hyperlink1 [protected] |
wxStaticText* AboutDialog::m_staticText26 [protected] |
wxStdDialogButtonSizer* AboutDialog::m_sdbSizer2 [protected] |
wxButton* AboutDialog::m_sdbSizer2OK [protected] |
| wxStaticText* AboutDialog::m_sw_rev_Text |
Definition at line 157 of file GUIFrame.h.
Referenced by AboutDialog(), and N1568DemoFrame::OnAbout().
| wxStaticText* AboutDialog::m_sdk_sw_rev_Text |
Definition at line 158 of file GUIFrame.h.
Referenced by AboutDialog(), and N1568DemoFrame::OnAbout().
1.5.6