#include <editpanel.h>
Inherits BC_Button.

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

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

| int EditCut::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 755 of file editpanel.C.
References MWindow::cut(), MWindow::gui, EditPanel::is_mwindow, BC_WindowBase::lock_window(), mwindow, panel, and BC_WindowBase::unlock_window().
Referenced by keypress_event().

1.5.5