#include <bitspopup.h>
Inherited by FormatBits.

Public Member Functions | |
| BitsPopup (BC_WindowBase *parent_window, int x, int y, int *output, int use_ima4, int use_ulaw, int use_adpcm, int use_float, int use_32linear) | |
| ~BitsPopup () | |
| int | create_objects () |
| int | get_w () |
| int | get_h () |
Data Fields | |
| BitsPopupMenu * | menu |
| ArrayList< BC_ListBoxItem * > | bits_items |
| BitsPopupText * | textbox |
| int | x |
| int | y |
| int | use_ima4 |
| int | use_ulaw |
| int | use_float |
| int | use_adpcm |
| int * | output |
| int | use_32linear |
| BC_WindowBase * | parent_window |
Definition at line 9 of file bitspopup.h.
| BitsPopup::BitsPopup | ( | BC_WindowBase * | parent_window, | |
| int | x, | |||
| int | y, | |||
| int * | output, | |||
| int | use_ima4, | |||
| int | use_ulaw, | |||
| int | use_adpcm, | |||
| int | use_float, | |||
| int | use_32linear | |||
| ) |
Definition at line 6 of file bitspopup.C.
| BitsPopup::~BitsPopup | ( | ) |
Definition at line 27 of file bitspopup.C.
References bits_items, menu, textbox, ArrayList< TYPE >::total, and ArrayList< TYPE >::values.
| int BitsPopup::create_objects | ( | ) |
Definition at line 35 of file bitspopup.C.
References BC_WindowBase::add_subwindow(), ArrayList< TYPE >::append(), bits_items, File::bitstostr(), BC_WindowBase::get_w(), menu, parent_window, textbox, use_32linear, use_adpcm, use_float, use_ima4, use_ulaw, x, and y.
Referenced by ADevicePrefs::create_alsa_objs(), SndFileConfig::create_objects(), AssetEditWindow::create_objects(), FileFormat::create_objects_(), ADevicePrefs::create_oss_objs(), and MOVConfigAudio::update_parameters().

| int BitsPopup::get_w | ( | ) |
Definition at line 52 of file bitspopup.C.
References BC_WindowBase::get_w(), BC_ListBox::get_w(), menu, and textbox.
Referenced by ADevicePrefs::create_oss_objs().

| int BitsPopup::get_h | ( | ) |
Definition at line 57 of file bitspopup.C.
References BC_WindowBase::get_h(), BC_ListBox::get_h(), MAX, menu, and textbox.
Referenced by ADevicePrefs::create_alsa_objs().

Definition at line 26 of file bitspopup.h.
Referenced by create_objects(), get_h(), get_w(), and ~BitsPopup().
Definition at line 28 of file bitspopup.h.
Referenced by create_objects(), get_h(), get_w(), BitsPopupMenu::handle_event(), and ~BitsPopup().
| int BitsPopup::x |
| int BitsPopup::y |
| int * BitsPopup::output |
1.5.5