Generic CAM 0.1-PreAlpha

GUIErrorFrame Class Reference

#include <gui.h>

Inheritance diagram for GUIErrorFrame:

List of all members.

Public Member Functions

 GUIErrorFrame (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("An error occured"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 370), long style=wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL)
 ~GUIErrorFrame ()

Protected Member Functions

virtual void OnClose (wxCommandEvent &event)

Protected Attributes

wxTextCtrl * m_textCtrl
wxButton * m_button
wxMenuBar * m_menubar
wxMenu * m_menu

Detailed Description


Constructor & Destructor Documentation

GUIErrorFrame::GUIErrorFrame ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxString &  title = _("An error occured"),
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( 500,370 ),
long  style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL 
)
GUIErrorFrame::~GUIErrorFrame ( )

Member Function Documentation

virtual void GUIErrorFrame::OnClose ( wxCommandEvent &  event) [inline, protected, virtual]

Reimplemented in ErrorFrame.


Member Data Documentation

wxButton* GUIErrorFrame::m_button [protected]
wxMenu* GUIErrorFrame::m_menu [protected]
wxMenuBar* GUIErrorFrame::m_menubar [protected]
wxTextCtrl* GUIErrorFrame::m_textCtrl [protected]

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