Version: 3.1.0
wxMessageOutputMessageBox Class Reference

#include <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
Category:  Logging

Public Member Functions

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

Additional Inherited Members

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

Constructor & Destructor Documentation

wxMessageOutputMessageBox::wxMessageOutputMessageBox ( )

Default constructor.