#include <awindowmenu.h>
Inherits BC_PopupMenu.

Public Member Functions | |
| AssetListMenu (MWindow *mwindow, AWindowGUI *gui) | |
| ~AssetListMenu () | |
| void | create_objects () |
| void | update_titles () |
Data Fields | |
| AssetListFormat * | format |
| MWindow * | mwindow |
| AWindowGUI * | gui |
Definition at line 11 of file awindowmenu.h.
| AssetListMenu::AssetListMenu | ( | MWindow * | mwindow, | |
| AWindowGUI * | gui | |||
| ) |
Definition at line 13 of file awindowmenu.C.
| AssetListMenu::~AssetListMenu | ( | ) |
Definition at line 24 of file awindowmenu.C.
| void AssetListMenu::create_objects | ( | ) |
Definition at line 28 of file awindowmenu.C.
References BC_PopupMenu::add_item(), format, mwindow, and update_titles().
Referenced by AWindowGUI::create_objects().

| void AssetListMenu::update_titles | ( | ) |
Definition at line 35 of file awindowmenu.C.
References format, and AssetListFormat::update().
Referenced by AWindowAssets::button_press_event(), create_objects(), and AWindowAssets::selection_changed().

Definition at line 23 of file awindowmenu.h.
1.5.5