#include <formatpresets.h>
Inheritance diagram for FormatPresets:

Public Member Functions | |
| FormatPresets (MWindow *mwindow, NewWindow *new_gui, SetFormatWindow *format_gui, int x, int y) | |
| virtual | ~FormatPresets () |
| void | create_objects () |
| FormatPresetItem * | find_preset (EDL *edl) |
| char * | get_preset_text (EDL *edl) |
| virtual int | handle_event () |
| virtual EDL * | get_edl () |
Public Attributes | |
| MWindow * | mwindow |
| BC_WindowBase * | gui_base |
| NewWindow * | new_gui |
| SetFormatWindow * | format_gui |
| FormatPresetsText * | text |
| FormatPresetsPulldown * | pulldown |
| int | x |
| int | y |
| ArrayList< FormatPresetItem * > | preset_items |
Definition at line 13 of file formatpresets.h.
|
||||||||||||||||||||||||
|
Definition at line 11 of file formatpresets.C. |
|
|
Definition at line 27 of file formatpresets.C. References preset_items, pulldown, and text. |
|
|
Definition at line 35 of file formatpresets.C. References _, EDLSession::aspect_h, EDLSession::aspect_w, EDLSession::audio_channels, EDLSession::audio_tracks, FormatPresetItem::edl, EDLSession::frame_rate, gui_base, mwindow, EDLSession::output_h, EDLSession::output_w, preset_items, pulldown, EDLSession::sample_rate, EDL::session, text, EDLSession::video_channels, EDLSession::video_tracks, x, and y. Referenced by SetFormatWindow::create_objects(), and NewWindow::create_objects(). |
|
|
Definition at line 196 of file formatpresets.C. References EDLSession::aspect_h, EDLSession::aspect_w, EDLSession::audio_channels, EDLSession::audio_tracks, FormatPresetItem::edl, EDLSession::frame_rate, EDLSession::output_h, EDLSession::output_w, preset_items, EDLSession::sample_rate, EDL::session, and EDLSession::video_tracks. Referenced by get_preset_text(). |
|
|
Reimplemented in NewPresets, and SetFormatPresets. Definition at line 232 of file formatpresets.C. Referenced by FormatPresetItem::FormatPresetItem(), and FormatPresetsPulldown::handle_event(). |
|
|
Definition at line 217 of file formatpresets.C. References find_preset(). |
|
|
Reimplemented in NewPresets, and SetFormatPresets. Definition at line 227 of file formatpresets.C. Referenced by FormatPresetsPulldown::handle_event(). |
|
|
Definition at line 34 of file formatpresets.h. Referenced by SetFormatPresets::get_edl(), and SetFormatPresets::handle_event(). |
|
|
Definition at line 32 of file formatpresets.h. Referenced by create_objects(), and FormatPresets(). |
|
|
Definition at line 31 of file formatpresets.h. Referenced by create_objects(). |
|
|
Definition at line 33 of file formatpresets.h. Referenced by NewPresets::get_edl(), and NewPresets::handle_event(). |
|
|
Definition at line 38 of file formatpresets.h. Referenced by create_objects(), find_preset(), and ~FormatPresets(). |
|
|
Definition at line 36 of file formatpresets.h. Referenced by create_objects(), FormatPresets(), and ~FormatPresets(). |
|
|
Definition at line 35 of file formatpresets.h. Referenced by create_objects(), FormatPresets(), FormatPresetsPulldown::handle_event(), and ~FormatPresets(). |
|
|
Definition at line 37 of file formatpresets.h. Referenced by SetFormatWindow::create_objects(), NewWindow::create_objects(), and create_objects(). |
|
|
Definition at line 37 of file formatpresets.h. Referenced by SetFormatWindow::create_objects(), NewWindow::create_objects(), and create_objects(). |
1.4.4