#include <editpanel.h>
Inherits BC_Button.

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

| EditSplice::~EditSplice | ( | ) |
Definition at line 720 of file editpanel.C.
| int EditSplice::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 723 of file editpanel.C.
References panel, and EditPanel::splice_selection().
Referenced by keypress_event().

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

Definition at line 63 of file editpanel.h.
1.5.5