#include <editpanel.h>
Inherits BC_Button.

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

| EditInPoint::~EditInPoint | ( | ) |
Definition at line 504 of file editpanel.C.
| int EditInPoint::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 507 of file editpanel.C.
References panel, and EditPanel::set_inpoint().

| int EditInPoint::keypress_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 512 of file editpanel.C.
References BC_WindowBase::get_keypress(), panel, and EditPanel::set_inpoint().

Definition at line 19 of file editpanel.h.
1.5.5