#include <apanel.h>

Public Member Functions | |
| APanel (MWindow *mwindow, CWindowGUI *subwindow, int x, int y, int w, int h) | |
| ~APanel () | |
| int | create_objects () |
Data Fields | |
| MWindow * | mwindow |
| CWindowGUI * | subwindow |
| int | x |
| int | y |
| int | w |
| int | h |
| APanelPluginAuto * | plugin_autos [PLUGINS] |
| APanelMute * | mute |
| APanelPlay * | play |
Definition at line 16 of file apanel.h.
| APanel::APanel | ( | MWindow * | mwindow, | |
| CWindowGUI * | subwindow, | |||
| int | x, | |||
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) |
| int APanel::create_objects | ( | ) |
Definition at line 20 of file apanel.C.
References _, BC_WindowBase::add_subwindow(), BCTEXTLEN, BC_WindowBase::get_h(), BC_WindowBase::get_w(), mute, mwindow, play, plugin_autos, SMALLFONT, subwindow, x, and y.

| int APanel::x |
| int APanel::y |
| int APanel::h |
| APanelPluginAuto* APanel::plugin_autos[PLUGINS] |
1.5.5