#include <awindowgui.h>
Inherits BC_ListBox.

Public Member Functions | |
| AWindowFolders (MWindow *mwindow, AWindowGUI *gui, int x, int y, int w, int h) | |
| ~AWindowFolders () | |
| int | selection_changed () |
| int | button_press_event () |
Data Fields | |
| MWindow * | mwindow |
| AWindowGUI * | gui |
Definition at line 198 of file awindowgui.h.
| AWindowFolders::AWindowFolders | ( | MWindow * | mwindow, | |
| AWindowGUI * | gui, | |||
| int | x, | |||
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) |
Definition at line 1144 of file awindowgui.C.
References BC_ListBox::set_drag_scroll().

| AWindowFolders::~AWindowFolders | ( | ) |
Definition at line 1166 of file awindowgui.C.
| int AWindowFolders::selection_changed | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Definition at line 1170 of file awindowgui.C.
References AWindowGUI::asset_list, AWindowGUI::async_update_assets(), EDLSession::current_folder, AWindowAssets::draw_background(), MWindow::edl, BC_ListBox::get_selection(), BC_ListBoxItem::get_text(), gui, mwindow, and EDL::session.

| int AWindowFolders::button_press_event | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Definition at line 1183 of file awindowgui.C.
References BC_PopupMenu::activate_menu(), BC_ListBox::button_press_event(), BC_WindowBase::cursor_inside(), AWindowGUI::folderlist_menu, BC_WindowBase::get_buttonpress(), gui, BC_WindowBase::is_event_win(), and FolderListMenu::update_titles().

Reimplemented from BC_ListBox.
Definition at line 208 of file awindowgui.h.
Referenced by button_press_event(), and selection_changed().
1.5.5