#include <formatpopup.h>
Inherits BC_ListBox.
Inherited by AssetEditFormat, and FormatFormat.

Public Member Functions | |
| FormatPopup (ArrayList< PluginServer * > *plugindb, int x, int y, int use_brender=0) | |
| ~FormatPopup () | |
| int | create_objects () |
| virtual int | handle_event () |
Data Fields | |
| ArrayList< PluginServer * > * | plugindb |
| ArrayList< BC_ListBoxItem * > | format_items |
| int | use_brender |
Definition at line 10 of file formatpopup.h.
| FormatPopup::FormatPopup | ( | ArrayList< PluginServer * > * | plugindb, | |
| int | x, | |||
| int | y, | |||
| int | use_brender = 0 | |||
| ) |
Definition at line 9 of file formatpopup.C.
References _, and BC_WindowBase::set_tooltip().

| FormatPopup::~FormatPopup | ( | ) |
Definition at line 81 of file formatpopup.C.
References format_items, ArrayList< TYPE >::total, and ArrayList< TYPE >::values.
| int FormatPopup::create_objects | ( | ) |
Definition at line 30 of file formatpopup.C.
References _, ArrayList< TYPE >::append(), format_items, PNG_NAME, BC_ListBox::update(), use_brender, and VORBIS_NAME.
Referenced by FormatTools::create_objects().

| int FormatPopup::handle_event | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Reimplemented in AssetEditFormat, and FormatFormat.
Definition at line 86 of file formatpopup.C.
Definition at line 21 of file formatpopup.h.
1.5.5