#include <editpanel.h>
Inherits BC_Button.

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

| EditFit::~EditFit | ( | ) |
Definition at line 964 of file editpanel.C.
| int EditFit::keypress_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 967 of file editpanel.C.
References BC_WindowBase::alt_down(), BC_WindowBase::get_keypress(), and handle_event().

| int EditFit::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 976 of file editpanel.C.
References MWindow::fit_selection(), and mwindow.
Referenced by keypress_event().

Definition at line 245 of file editpanel.h.
1.5.5