#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) |
| Callback for the MoveWidget event. | |
| void | eventHide () |
| overridable eventhandler called whenever the widget gets hidden. | |
| void | eventShow () |
| overridable eventhandler called whenever the widget gets shown. | |
Definition at line 121 of file windowing.h.
|
||||||||||||||||||||
|
Definition at line 959 of file windowing.cpp. |
|
|
overridable eventhandler called whenever the widget gets hidden.
Reimplemented from PG_Widget. Definition at line 994 of file windowing.cpp. References PG_Widget::eventHide(), PG_Application::GetScreenWidth(), CGameOptions::Instance(), PG_Rect::my_xpos, PG_Rect::my_ypos, CGameOptions::PanelData::visible, CGameOptions::PanelData::x, and CGameOptions::PanelData::y. |
|
||||||||||||
|
Callback for the MoveWidget event.
Reimplemented from PG_Widget. Definition at line 983 of file windowing.cpp. References PG_Widget::eventMoveWidget(), PG_Application::GetScreenWidth(), CGameOptions::Instance(), CGameOptions::PanelData::visible, CGameOptions::PanelData::x, and CGameOptions::PanelData::y. |
|
|
overridable eventhandler called whenever the widget gets shown.
Reimplemented from PG_Widget. Definition at line 1006 of file windowing.cpp. References PG_Widget::eventShow(), PG_Application::GetScreenWidth(), CGameOptions::Instance(), PG_Rect::my_xpos, PG_Rect::my_ypos, CGameOptions::PanelData::visible, CGameOptions::PanelData::x, and CGameOptions::PanelData::y. |
1.4.2