class ffw::GuiScrollableLayout
Class List > ffw :: GuiScrollableLayout
Inherits the following classes: ffw::GuiScrollable
Inherited by the following classes: ffw::GuiList
Classes
| Type | Name |
|---|---|
| struct | Style |
Public Functions
| Type | Name |
|---|---|
| GuiScrollableLayout (GuiWindow * context, GuiOrientation orientation, bool hori, bool vert) | |
| virtual | ~GuiScrollableLayout () = default |
| GuiLayout * | getInner () |
| const GuiLayout * | getInner () const |
| virtual void | eventThemeChanged (const GuiTheme * theme, bool defaults) override |
| void | setStyle (const GuiScrollableLayout::Style * style, bool defaults = false) |
Public Functions Documentation
function GuiScrollableLayout
ffw::GuiScrollableLayout::GuiScrollableLayout (
GuiWindow * context,
GuiOrientation orientation,
bool hori,
bool vert
)
function ~GuiScrollableLayout
virtual ffw::GuiScrollableLayout::~GuiScrollableLayout () = default
function getInner (1/2)
GuiLayout * ffw::GuiScrollableLayout::getInner ()
function getInner (2/2)
const GuiLayout * ffw::GuiScrollableLayout::getInner () const
function eventThemeChanged
virtual void ffw::GuiScrollableLayout::eventThemeChanged (
const GuiTheme * theme,
bool defaults
)
Implements GuiScrollable::eventThemeChanged
function setStyle
void ffw::GuiScrollableLayout::setStyle (
const GuiScrollableLayout::Style * style,
bool defaults = false
)
The documentation for this class was generated from the following file: include/ffw/gui/guiscrollable.h