#include <bitspopup.h>
Inheritance diagram for BitsPopup:

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 () |
Public Attributes | |
| 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.
|
||||||||||||||||||||||||||||||||||||||||
|
Definition at line 5 of file bitspopup.C. |
|
|
Definition at line 26 of file bitspopup.C. References bits_items, menu, and textbox. |
|
|
Definition at line 34 of file bitspopup.C. References bits_items, File::bitstostr(), 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(). |
|
|
Definition at line 51 of file bitspopup.C. Referenced by ADevicePrefs::create_alsa_objs(), and ADevicePrefs::create_oss_objs(). |
|
|
Definition at line 26 of file bitspopup.h. Referenced by create_objects(), and ~BitsPopup(). |
|
|
Definition at line 25 of file bitspopup.h. Referenced by create_objects(), get_w(), and ~BitsPopup(). |
|
|
Definition at line 28 of file bitspopup.h. Referenced by BitsPopupText::handle_event(). |
|
|
Definition at line 30 of file bitspopup.h. Referenced by create_objects(). |
|
|
Definition at line 27 of file bitspopup.h. Referenced by create_objects(), get_w(), BitsPopupMenu::handle_event(), and ~BitsPopup(). |
|
|
Definition at line 29 of file bitspopup.h. Referenced by create_objects(). |
|
|
Definition at line 28 of file bitspopup.h. Referenced by create_objects(). |
|
|
Definition at line 28 of file bitspopup.h. Referenced by create_objects(). |
|
|
Definition at line 28 of file bitspopup.h. Referenced by create_objects(). |
|
|
Definition at line 28 of file bitspopup.h. Referenced by create_objects(). |
|
|
Definition at line 28 of file bitspopup.h. Referenced by create_objects(). |
|
|
Definition at line 28 of file bitspopup.h. Referenced by create_objects(). |
1.4.4