|
OpenASIP 2.2
|
#include <InformationDialog.hh>


Public Member Functions | |
| InformationDialog (wxWindow *parent, const wxString message) | |
| virtual | ~InformationDialog () |
Public Member Functions inherited from MessageDialog | |
| MessageDialog (wxWindow *parent, const wxString &title, const wxString &message, long style) | |
| virtual | ~MessageDialog () |
Simple information dialog for displaying short informative messages.
Definition at line 42 of file InformationDialog.hh.
| InformationDialog::InformationDialog | ( | wxWindow * | parent, |
| const wxString | message | ||
| ) |
The Constructor.
| parent | Parent window of the dialog. |
| message | Information message to show. |
Definition at line 44 of file InformationDialog.cc.
|
virtual |