Version: 3.0.5
wxMessageOutputMessageBox Class Reference

#include </home/Hamis/wxwidgets/wxWidgets3.0/wxWidgets3.0-3.0.5.1-2.i686/src/wxWidgets-3.0.5.1/interface/wx/msgout.h>

+ Inheritance diagram for wxMessageOutputMessageBox:

Detailed Description

Output messages by showing them in a message box.

This class is only available to GUI applications, unlike all the other wxMessageOutput-derived classes.

Library:  wxCore

<>< =''>:</>&;&;< =''>\ </></>

Public Member Functions

 wxMessageOutputMessageBox ()
 Default constructor. More...
 
- Public Member Functions inherited from wxMessageOutput
void Printf (const wxString &format,...)
 Output a message. More...
 
virtual void Output (const wxString &str)=0
 Method called by Printf() to really output the text. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from wxMessageOutput
static wxMessageOutputGet ()
 Return the global message output object. More...
 
static wxMessageOutputSet (wxMessageOutput *msgout)
 Sets the global message output object. More...
 

Constructor & Destructor Documentation

◆ wxMessageOutputMessageBox()

wxMessageOutputMessageBox::wxMessageOutputMessageBox ( )

Default constructor.