#include <bcbutton.h>
Inheritance diagram for BC_Button:

Public Member Functions | |
| BC_Button (int x, int y, VFrame **data) | |
| BC_Button (int x, int y, int w, VFrame **data) | |
| virtual | ~BC_Button () |
| virtual int | handle_event () |
| int | repeat_event (int64_t repeat_id) |
| virtual int | draw_face () |
| void | disable () |
| void | enable () |
| int | initialize () |
| virtual int | set_images (VFrame **data) |
| int | cursor_enter_event () |
| int | cursor_leave_event () |
| int | button_press_event () |
| int | button_release_event () |
| int | cursor_motion_event () |
| int | update_bitmaps (VFrame **data) |
| int | reposition_window (int x, int y) |
| void | set_underline (int number) |
Private Attributes | |
| BC_Pixmap * | images [3] |
| VFrame ** | data |
| int | status |
| int | w_argument |
| int | underline_number |
| int | enabled |
Friends | |
| class | BC_GenericButton |
Definition at line 11 of file bcbutton.h.
|
||||||||||||||||
|
Definition at line 18 of file bcbutton.C. |
|
||||||||||||||||||||
|
Definition at line 32 of file bcbutton.C. |
|
|
Definition at line 48 of file bcbutton.C. |
|
|
Reimplemented from BC_WindowBase. Definition at line 178 of file bcbutton.C. |
|
|
Reimplemented from BC_WindowBase. Definition at line 190 of file bcbutton.C. |
|
|
Reimplemented from BC_WindowBase. Definition at line 148 of file bcbutton.C. |
|
|
Reimplemented from BC_WindowBase. Definition at line 164 of file bcbutton.C. |
|
|
Reimplemented from BC_WindowBase. Definition at line 214 of file bcbutton.C. |
|
|
Definition at line 91 of file bcbutton.C. |
|
|
Reimplemented in BC_GenericButton. Definition at line 120 of file bcbutton.C. |
|
|
Definition at line 85 of file bcbutton.C. |
|
|
Reimplemented in BC_OKTextButton, BC_CancelTextButton, BC_OKButton, BC_CancelButton, BC_FileBoxOK, BC_FileBoxUseThis, BC_FileBoxCancel, BC_FileBoxText, BC_FileBoxIcons, BC_FileBoxNewfolder, BC_FileBoxUpdir, BC_FileBoxDelete, and BC_FileBoxReload. Definition at line 20 of file bcbutton.h. |
|
|
Reimplemented from BC_SubWindow. Definition at line 55 of file bcbutton.C. |
|
|
Reimplemented from BC_WindowBase. Definition at line 134 of file bcbutton.C. |
|
||||||||||||
|
Definition at line 68 of file bcbutton.C. |
|
|
Reimplemented in BC_GenericButton. Definition at line 103 of file bcbutton.C. |
|
|
Definition at line 98 of file bcbutton.C. |
|
|
Definition at line 76 of file bcbutton.C. |
|
|
Reimplemented from BC_WindowBase. Definition at line 18 of file bcbutton.h. |
|
|
Definition at line 41 of file bcbutton.h. |
|
|
Definition at line 45 of file bcbutton.h. |
|
|
Definition at line 40 of file bcbutton.h. |
|
|
Definition at line 42 of file bcbutton.h. |
|
|
Definition at line 44 of file bcbutton.h. |
|
|
Definition at line 43 of file bcbutton.h. |
1.4.4