#include <awindow.h>
Public Member Functions | |
| AWindow (MWindow *mwindow) | |
| ~AWindow () | |
| void | run () |
| int | create_objects () |
Public Attributes | |
| char | current_folder [BCTEXTLEN] |
| AWindowGUI * | gui |
| MWindow * | mwindow |
| AssetEdit * | asset_edit |
| AssetRemoveThread * | asset_remove |
| ClipEdit * | clip_edit |
Definition at line 12 of file awindow.h.
|
|
Definition at line 7 of file awindow.C. References current_folder. |
|
|
Definition at line 14 of file awindow.C. References asset_edit. |
|
|
Definition at line 19 of file awindow.C. References asset_edit, asset_remove, clip_edit, AWindowGUI::create_objects(), gui, mwindow, and AWindowGUI::update_assets(). Referenced by MWindow::init_awindow(). |
|
|
Definition at line 31 of file awindow.C. References gui. |
|
|
Definition at line 25 of file awindow.h. Referenced by create_objects(), AWindowInfo::handle_event(), AssetPopupInfo::handle_event(), and ~AWindow(). |
|
|
Definition at line 26 of file awindow.h. Referenced by create_objects(), and AssetPopupDiskRemove::handle_event(). |
|
|
Definition at line 27 of file awindow.h. Referenced by create_objects(), AssetPopupInfo::handle_event(), and MWindow::to_clip(). |
|
|
Definition at line 21 of file awindow.h. Referenced by AWindow(). |
|
|
|
Definition at line 24 of file awindow.h. Referenced by create_objects(). |
1.4.4