PixelLightAPI
.
|
#include <Layout.h>
Protected Member Functions | |
virtual void | ApplyLayout () |
PLGUI_API void | SetWidget (Widget *pWidget) |
Set widget. | |
Protected Attributes | |
Widget * | m_pWidget |
Layout base class.
virtual void PLGui::Layout::ApplyLayout | ( | ) | [protected, virtual] |
Reimplemented in PLGui::LayoutBox.
PLGUI_API void PLGui::Layout::SetWidget | ( | Widget * | pWidget | ) | [protected] |
Set widget.
[in] | pWidget | Widget to which the layout belongs |
Widget* PLGui::Layout::m_pWidget [protected] |
Widget to which the layout belongs
|