#include <awindow.h>
Inherits Thread.

Public Member Functions | |
| AWindow (MWindow *mwindow) | |
| ~AWindow () | |
| void | run () |
| int | create_objects () |
Data Fields | |
| char | current_folder [BCTEXTLEN] |
| AWindowGUI * | gui |
| MWindow * | mwindow |
| AssetEdit * | asset_edit |
| AssetRemoveThread * | asset_remove |
| ClipEdit * | clip_edit |
| LabelEdit * | label_edit |
Definition at line 13 of file awindow.h.
| AWindow::AWindow | ( | MWindow * | mwindow | ) |
| AWindow::~AWindow | ( | ) |
| void AWindow::run | ( | ) | [virtual] |
Implements Thread.
Definition at line 35 of file awindow.C.
References gui, and BC_WindowBase::run_window().

| int AWindow::create_objects | ( | ) |
Definition at line 22 of file awindow.C.
References asset_edit, asset_remove, AWindowGUI::async_update_assets(), clip_edit, AWindowGUI::create_objects(), gui, label_edit, and mwindow.
Referenced by MWindow::init_awindow().

| char AWindow::current_folder[BCTEXTLEN] |
Definition at line 24 of file awindow.h.
Referenced by MWindow::create_objects(), create_objects(), MWindowGUI::default_positions(), FolderListFormat::handle_event(), AssetListSort::handle_event(), AssetListFormat::handle_event(), LabelPopupEdit::handle_event(), AssetPopupSort::handle_event(), MWindow::new_folder(), MWindow::paste(), MWindow::remove_assets_from_project(), LabelEdit::run(), ClipEdit::run(), run(), AssetEdit::run(), MWindow::show_awindow(), MWindow::undo_entry(), and MWindow::update_project().
Definition at line 26 of file awindow.h.
Referenced by create_objects(), AWindowInfo::handle_event(), AssetPopupInfo::handle_event(), and ~AWindow().
Definition at line 27 of file awindow.h.
Referenced by create_objects(), and AssetPopupDiskRemove::handle_event().
Definition at line 28 of file awindow.h.
Referenced by create_objects(), AssetPopupInfo::handle_event(), and MWindow::to_clip().
Definition at line 29 of file awindow.h.
Referenced by create_objects(), LabelPopupEdit::handle_event(), and ~AWindow().
1.5.5