#include <fileavi.h>
Inherits BC_Window.
Public Member Functions | |
| AVIConfigAudio (BC_WindowBase *parent_window, Asset *asset) | |
| ~AVIConfigAudio () | |
| int | create_objects () |
| int | close_event () |
| int | generate_codeclist () |
| void | update_codecs () |
Static Public Member Functions | |
| static int | calculate_w (int format) |
| static int | calculate_h (int format) |
Data Fields | |
| AVIACodecList * | list |
| ArrayList< BC_ListBoxItem * > | codec_items |
| ArrayList< BC_ISlider * > | attribute_sliders |
| BC_WindowBase * | parent_window |
| Asset * | asset |
| char | string [BCTEXTLEN] |
Definition at line 112 of file fileavi.h.
| AVIConfigAudio::AVIConfigAudio | ( | BC_WindowBase * | parent_window, | |
| Asset * | asset | |||
| ) |
| int AVIConfigAudio::create_objects | ( | ) |
Definition at line 756 of file fileavi.C.
References _, BC_WindowBase::add_subwindow(), asset, BC_WindowBase::BC_Title, BC_PopupTextBox::create_objects(), Asset::format, generate_codeclist(), BC_PopupTextBox::get_h(), list, BC_WindowBase::title, BC_WindowBase::x, and BC_WindowBase::y.
Referenced by FileAVI::get_parameters().
| int AVIConfigAudio::close_event | ( | ) | [virtual] |
| int AVIConfigAudio::generate_codeclist | ( | ) |
Definition at line 789 of file fileavi.C.
References ArrayList< TYPE >::append(), asset, codec_items, Asset::format, FileAVI::initialize_avifile(), and ArrayList< TYPE >::remove_all_objects().
Referenced by create_objects().
Definition at line 130 of file fileavi.h.
Referenced by create_objects(), generate_codeclist(), and AVIACodecList::handle_event().
| char AVIConfigAudio::string[BCTEXTLEN] |
1.5.5