#include <assetedit.h>
Inherits BC_CheckBox.

Public Member Functions | |
| Interlaceautofix (MWindow *mwindow, AssetEditWindow *fwindow, int x, int y) | |
| ~Interlaceautofix () | |
| int | handle_event () |
| void | showhideotherwidgets () |
Data Fields | |
| AssetEditWindow * | fwindow |
| MWindow * | mwindow |
| BC_TextBox * | ilacemode_textbox |
| BC_ListBox * | ilacemode_listbox |
| BC_TextBox * | ilacefixmethod_textbox |
| BC_ListBox * | ilacefixmethod_listbox |
Private Attributes | |
| char | string [BCTEXTLEN] |
Definition at line 132 of file assetedit.h.
| Interlaceautofix::Interlaceautofix | ( | MWindow * | mwindow, | |
| AssetEditWindow * | fwindow, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 571 of file assetedit.C.
| Interlaceautofix::~Interlaceautofix | ( | ) |
Definition at line 578 of file assetedit.C.
| int Interlaceautofix::handle_event | ( | ) | [virtual] |
Reimplemented from BC_CheckBox.
Definition at line 582 of file assetedit.C.
References AssetEditWindow::asset, fwindow, BC_Toggle::get_value(), Asset::interlace_autofixoption, and showhideotherwidgets().

| void Interlaceautofix::showhideotherwidgets | ( | ) |
Definition at line 589 of file assetedit.C.
References AssetEditWindow::asset, BC_ILACE_AUTOFIXOPTION_AUTO, BC_ILACE_AUTOFIXOPTION_MANUAL, BC_ListBox::disable(), BC_TextBox::disable(), MWindow::edl, BC_ListBox::enable(), BC_TextBox::enable(), fwindow, BC_Toggle::get_value(), ilaceautofixmethod(), ilacefixmethod_listbox, ilacefixmethod_textbox, ilacefixmethod_to_text(), ilacemode_listbox, ilacemode_textbox, Asset::interlace_fixmethod, Asset::interlace_mode, EDLSession::interlace_mode, mwindow, EDL::session, and BC_TextBox::update().
Referenced by AssetEditWindow::create_objects(), AssetEditInterlacemodePulldown::handle_event(), and handle_event().

Definition at line 141 of file assetedit.h.
Referenced by handle_event(), and showhideotherwidgets().
Definition at line 144 of file assetedit.h.
Referenced by AssetEditWindow::create_objects(), and showhideotherwidgets().
Definition at line 145 of file assetedit.h.
Referenced by AssetEditWindow::create_objects(), and showhideotherwidgets().
Definition at line 146 of file assetedit.h.
Referenced by AssetEditWindow::create_objects(), and showhideotherwidgets().
Definition at line 147 of file assetedit.h.
Referenced by AssetEditWindow::create_objects(), and showhideotherwidgets().
char Interlaceautofix::string[BCTEXTLEN] [private] |
Definition at line 149 of file assetedit.h.
1.5.5