Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

MessageDialog Class Reference

Message dialog. More...

#include <stdDialog.h>

Inherits Dialog.

Inheritance diagram for MessageDialog:

Inheritance graph
[legend]
Collaboration diagram for MessageDialog:

Collaboration graph
[legend]
List of all members.

Public Methods

 MessageDialog (const string &t, const string &message)
 Default constructor. More...


Detailed Description

Message dialog.

A message dialog with cancel and ok button.

Events:


Constructor & Destructor Documentation

MessageDialog::MessageDialog const string &    t,
const string &    message
 

Default constructor.

Constructs a new MessageDialog title string and message string.

Parameters:
t  Title for the message dialog.
message  Message to display.
Postcondition:
MessageDialog is initialized.


The documentation for this class was generated from the following files:
This documentation was generated using doxygen. If you have any comments or additions please mail me.