#include <windowing.h>
Inheritance diagram for LayoutablePanel:

Public Member Functions | |
| LayoutablePanel (PG_Widget *parent, const PG_Rect &r, const ASCString &panelName_, bool loadTheme=true) | |
Protected Member Functions | |
| void | eventMoveWidget (int x, int y) |
| void | eventHide () |
| void | eventShow () |
Definition at line 121 of file windowing.h.
| LayoutablePanel::LayoutablePanel | ( | PG_Widget * | parent, | |
| const PG_Rect & | r, | |||
| const ASCString & | panelName_, | |||
| bool | loadTheme = true | |||
| ) |
Definition at line 979 of file windowing.cpp.
| void LayoutablePanel::eventMoveWidget | ( | int | x, | |
| int | y | |||
| ) | [protected] |
Definition at line 1003 of file windowing.cpp.
References CGameOptions::Instance(), CGameOptions::updatePanelData(), CGameOptions::PanelData::visible, CGameOptions::PanelData::x, and CGameOptions::PanelData::y.
| void LayoutablePanel::eventHide | ( | ) | [protected] |
Definition at line 1014 of file windowing.cpp.
References CGameOptions::Instance(), CGameOptions::updatePanelData(), CGameOptions::PanelData::visible, CGameOptions::PanelData::x, and CGameOptions::PanelData::y.
| void LayoutablePanel::eventShow | ( | ) | [protected] |
Definition at line 1026 of file windowing.cpp.
References CGameOptions::Instance(), CGameOptions::updatePanelData(), CGameOptions::PanelData::visible, CGameOptions::PanelData::x, and CGameOptions::PanelData::y.
1.5.1