#include <editpanel.h>
Inherits BC_Button.

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

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

| int EditCopy::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 780 of file editpanel.C.
References EditPanel::copy_selection(), and panel.
Referenced by keypress_event().

Definition at line 143 of file editpanel.h.
1.5.5