#include <editpanel.h>
Inherits BC_Button.

Public Member Functions | |
| EditUndo (MWindow *mwindow, EditPanel *panel, int x, int y) | |
| ~EditUndo () | |
| int | keypress_event () |
| int | handle_event () |
Data Fields | |
| MWindow * | mwindow |
| EditPanel * | panel |
Definition at line 204 of file editpanel.h.
Definition at line 880 of file editpanel.C.
References _, and BC_WindowBase::set_tooltip().

| EditUndo::~EditUndo | ( | ) |
Definition at line 887 of file editpanel.C.
| int EditUndo::keypress_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 890 of file editpanel.C.
References BC_WindowBase::get_keypress(), and handle_event().

| int EditUndo::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 896 of file editpanel.C.
References mwindow, panel, EditPanel::subwindow, and MWindow::undo_entry().
Referenced by keypress_event().

1.5.5