#include <assetedit.h>
Inherits BC_ListBox.

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

| int AssetEditInterlacemodePulldown::handle_event | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Definition at line 713 of file assetedit.C.
References fixoption_chkbox, BC_ListBox::get_selection(), BC_ListBoxItem::get_text(), output_text, output_value, Interlaceautofix::showhideotherwidgets(), BC_TextBox::update(), and InterlacefixmethodItem::value.

| char * AssetEditInterlacemodePulldown::interlacemode_to_text | ( | ) |
Definition at line 721 of file assetedit.C.
References ilacemode_to_text(), and output_value.
Referenced by AssetEditInterlacemodePulldown().

Definition at line 183 of file assetedit.h.
Definition at line 185 of file assetedit.h.
Referenced by handle_event(), and interlacemode_to_text().
Definition at line 186 of file assetedit.h.
Referenced by AssetEditInterlacemodePulldown(), and handle_event().
char AssetEditInterlacemodePulldown::string[BCTEXTLEN] [private] |
Definition at line 188 of file assetedit.h.
1.5.5