#include <exportedl.h>
Inherits BC_Window.

Public Member Functions | |
| ExportEDLWindow (MWindow *mwindow, ExportEDL *exportedl, ExportEDLAsset *exportasset) | |
| ~ExportEDLWindow () | |
| int | create_objects () |
Data Fields | |
| ExportEDLAsset * | exportasset |
| BrowseButton * | path_button |
| ExportEDLPathText * | path_textbox |
| BC_RecentList * | path_recent |
| ExportEDLWindowTrackList * | track_list |
| ArrayList< BC_ListBoxItem * > | items_tracks [2] |
| MWindow * | mwindow |
Definition at line 87 of file exportedl.h.
| ExportEDLWindow::ExportEDLWindow | ( | MWindow * | mwindow, | |
| ExportEDL * | exportedl, | |||
| ExportEDLAsset * | exportasset | |||
| ) |
Definition at line 346 of file exportedl.C.
| ExportEDLWindow::~ExportEDLWindow | ( | ) |
Definition at line 362 of file exportedl.C.
| int ExportEDLWindow::create_objects | ( | ) |
Definition at line 370 of file exportedl.C.
References _, BC_WindowBase::add_subwindow(), ArrayList< TYPE >::append(), BC_WindowBase::BC_Title, MWindow::defaults, MWindow::edl, exportasset, List< TYPE >::first, BC_ListBox::get_h(), items_tracks, BC_RecentList::load_items(), mwindow, ListItem< TYPE >::next, ExportEDLAsset::path, path_button, path_recent, path_textbox, ArrayList< TYPE >::remove_all_objects(), BC_ListBoxItem::set_selected(), BC_WindowBase::show_window(), track_list, ExportEDLAsset::track_number, EDL::tracks, BC_WindowBase::x, and BC_WindowBase::y.
Referenced by ExportEDL::run().

Definition at line 95 of file exportedl.h.
Referenced by create_objects(), and ExportEDLPathText::handle_event().
1.5.5