#include <message.h>
Public Member Functions | |
virtual | ~undo_item_message () |
undo_item_message (const nstring &msg) | |
void | action () |
void | unfinished () |
Private Member Functions | |
undo_item_message () | |
undo_item_message (const undo_item_message &) | |
undo_item_message & | operator= (const undo_item_message &) |
Private Attributes | |
nstring | message |
Definition at line 30 of file message.h.
virtual undo_item_message::~undo_item_message | ( | ) | [virtual] |
The destructor.
undo_item_message::undo_item_message | ( | const nstring & | msg | ) |
The constructor.
undo_item_message::undo_item_message | ( | ) | [private] |
The default constructor. Do not use.
undo_item_message::undo_item_message | ( | const undo_item_message & | ) | [private] |
The copy constructor. Do not use.
void undo_item_message::action | ( | ) | [virtual] |
The action method is used to perform the undo action.
Implements undo_item.
void undo_item_message::unfinished | ( | ) | [virtual] |
The unfinished method is used to print a warning about unfinished undo action. This happens when there is an undo error. The default action says nothing.
Implements undo_item.
undo_item_message& undo_item_message::operator= | ( | const undo_item_message & | ) | [private] |
The assignment operator. Do not use.
nstring undo_item_message::message [private] |