#include <new.h>
Inherits BC_ListBox.

Public Member Functions | |
| InterlacemodePulldown (MWindow *mwindow, BC_TextBox *output_text, int *output_value, ArrayList< BC_ListBoxItem * > *data, int x, int y) | |
| int | handle_event () |
| char * | interlacemode_to_text () |
| int | update (int value) |
Data Fields | |
| MWindow * | mwindow |
| BC_TextBox * | output_text |
| int * | output_value |
Private Attributes | |
| char | string [BCTEXTLEN] |
Definition at line 326 of file new.h.
| InterlacemodePulldown::InterlacemodePulldown | ( | MWindow * | mwindow, | |
| BC_TextBox * | output_text, | |||
| int * | output_value, | |||
| ArrayList< BC_ListBoxItem * > * | data, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 833 of file new.C.
References BCTEXTLEN, interlacemode_to_text(), and BC_TextBox::update().

| int InterlacemodePulldown::handle_event | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Definition at line 858 of file new.C.
References BC_ListBox::get_selection(), output_text, output_value, and BC_TextBox::update().

| char * InterlacemodePulldown::interlacemode_to_text | ( | ) |
Definition at line 865 of file new.C.
References ilacemode_to_text(), and output_value.
Referenced by InterlacemodePulldown(), and update().

| int InterlacemodePulldown::update | ( | int | value | ) |
Definition at line 871 of file new.C.
References interlacemode_to_text(), output_text, output_value, and BC_TextBox::update().
Referenced by SetFormatThread::update(), and NewWindow::update().

Definition at line 340 of file new.h.
Referenced by handle_event(), interlacemode_to_text(), and update().
char InterlacemodePulldown::string[BCTEXTLEN] [private] |
1.5.5