#include <error.h>
List of all members.
Detailed Description
The message_dialog_error class is used to represent
Definition at line 26 of file error.h.
Constructor & Destructor Documentation
The destructor.
Definition at line 22 of file error.cc.
The constructor.
Definition at line 27 of file error.cc.
The default constructor. Do not use.
The copy constructor. Do not use.
- Parameters:
-
rhs | The right hand side of the initialization. |
Member Function Documentation
The add_text method is used to append yet another error message to the secondary text.
- Parameters:
-
text | The text of the error message. It may not include any newline characters. |
Definition at line 35 of file error.cc.
The assignment operator. Do not use.
- Parameters:
-
rhs | The right hand side of the assignment. |
Member Data Documentation
The text instance variable is used to remember the full text being displayed in the secondary text area.
Definition at line 58 of file error.h.
The documentation for this class was generated from the following files: