#include <fileformat.h>
Inherits BC_Window.

Public Member Functions | |
| FileFormat (MWindow *mwindow) | |
| ~FileFormat () | |
| int | create_objects (Asset *asset, char *string2) |
| int | create_objects_ (char *string2) |
Data Fields | |
| Asset * | asset |
| BitsPopup * | bitspopup |
| FileFormatByteOrderLOHI * | lohi |
| FileFormatByteOrderHILO * | hilo |
| FileFormatSigned * | signed_button |
| FileFormatHeader * | header_button |
| FileFormatRate * | rate_button |
| FileFormatChannels * | channels_button |
| MWindow * | mwindow |
Definition at line 21 of file fileformat.h.
| FileFormat::FileFormat | ( | MWindow * | mwindow | ) |
Definition at line 12 of file fileformat.C.
| FileFormat::~FileFormat | ( | ) |
Definition at line 24 of file fileformat.C.
References bitspopup, channels_button, header_button, hilo, lohi, rate_button, and signed_button.
| int FileFormat::create_objects | ( | Asset * | asset, | |
| char * | string2 | |||
| ) |
Definition at line 35 of file fileformat.C.
References create_objects_().
Referenced by MWindow::load_filenames().

| int FileFormat::create_objects_ | ( | char * | string2 | ) |
Definition at line 42 of file fileformat.C.
References _, BC_WindowBase::add_subwindow(), asset, BC_WindowBase::BC_Title, Asset::bits, bitspopup, Asset::byte_order, Asset::channels, channels_button, BitsPopup::create_objects(), BC_TumbleTextBox::create_objects(), Asset::header, header_button, hilo, lohi, mwindow, rate_button, Asset::sample_rate, Asset::signed_, signed_button, BC_WindowBase::x, and BC_WindowBase::y.
Referenced by create_objects().

Definition at line 31 of file fileformat.h.
Referenced by create_objects_(), FileFormatSigned::handle_event(), FileFormatByteOrderHILO::handle_event(), FileFormatByteOrderLOHI::handle_event(), FileFormatHeader::handle_event(), FileFormatRate::handle_event(), and FileFormatChannels::handle_event().
Definition at line 34 of file fileformat.h.
Referenced by create_objects_(), FileFormatByteOrderHILO::handle_event(), and ~FileFormat().
Definition at line 35 of file fileformat.h.
Referenced by create_objects_(), FileFormatByteOrderLOHI::handle_event(), and ~FileFormat().
1.5.5