Canola  0.8.D001
Public Member Functions | Private Member Functions | Private Attributes
message_dialog_error Class Reference

#include <error.h>

List of all members.

Public Member Functions

virtual ~message_dialog_error ()
 message_dialog_error (Gtk::Window &w)
void add_text (const std::string &text)
void on_response (int)

Private Member Functions

 message_dialog_error ()
 message_dialog_error (const message_dialog_error &rhs)
message_dialog_erroroperator= (const message_dialog_error &rhs)

Private Attributes

std::string text

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:
rhsThe right hand side of the initialization.

Member Function Documentation

void message_dialog_error::add_text ( const std::string &  text)

The add_text method is used to append yet another error message to the secondary text.

Parameters:
textThe text of the error message. It may not include any newline characters.

Definition at line 35 of file error.cc.

Definition at line 47 of file error.cc.

message_dialog_error& message_dialog_error::operator= ( const message_dialog_error rhs) [private]

The assignment operator. Do not use.

Parameters:
rhsThe right hand side of the assignment.

Member Data Documentation

std::string message_dialog_error::text [private]

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: