#include <fileformat.h>
Public Member Functions | |
| FileFormat (MWindow *mwindow) | |
| ~FileFormat () | |
| int | create_objects (Asset *asset, char *string2) |
| int | create_objects_ (char *string2) |
Public Attributes | |
| 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.
|
|
Definition at line 12 of file fileformat.C. |
|
|
Definition at line 24 of file fileformat.C. References bitspopup, channels_button, header_button, hilo, lohi, rate_button, and signed_button. |
|
||||||||||||
|
Definition at line 35 of file fileformat.C. References create_objects_(). Referenced by MWindow::load_filenames(). |
|
|
Definition at line 42 of file fileformat.C. References _, asset, Asset::bits, bitspopup, Asset::byte_order, Asset::channels, channels_button, BitsPopup::create_objects(), Asset::header, header_button, hilo, lohi, mwindow, rate_button, Asset::sample_rate, Asset::signed_, and signed_button. 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 33 of file fileformat.h. Referenced by create_objects_(), and ~FileFormat(). |
|
|
Definition at line 39 of file fileformat.h. Referenced by create_objects_(), and ~FileFormat(). |
|
|
Definition at line 37 of file fileformat.h. Referenced by create_objects_(), and ~FileFormat(). |
|
|
Definition at line 35 of file fileformat.h. Referenced by create_objects_(), FileFormatByteOrderLOHI::handle_event(), and ~FileFormat(). |
|
|
Definition at line 34 of file fileformat.h. Referenced by create_objects_(), FileFormatByteOrderHILO::handle_event(), and ~FileFormat(). |
|
|
Definition at line 40 of file fileformat.h. Referenced by create_objects_(). |
|
|
Definition at line 38 of file fileformat.h. Referenced by create_objects_(), and ~FileFormat(). |
|
|
Definition at line 36 of file fileformat.h. Referenced by create_objects_(), and ~FileFormat(). |
1.4.4