#include <guiScrollContainer.h>
◆ OrientationEnum
| Enumerator |
|---|
| VERTICAL | |
| HORIZONTAL | |
| UNDEFINED | |
◆ GUIScrollContainer()
| GUIScrollContainer::GUIScrollContainer |
( |
gui::IGUIEnvironment * | env, |
|
|
gui::IGUIElement * | parent, |
|
|
s32 | id, |
|
|
const core::rect< s32 > & | rectangle, |
|
|
const std::string & | orientation, |
|
|
f32 | scrollfactor ) |
◆ draw()
| void GUIScrollContainer::draw |
( |
| ) |
|
|
overridevirtual |
◆ getScrollFactor()
| f32 GUIScrollContainer::getScrollFactor |
( |
| ) |
const |
|
inline |
◆ OnEvent()
| bool GUIScrollContainer::OnEvent |
( |
const SEvent & | event | ) |
|
|
overridevirtual |
◆ onScrollEvent()
| void GUIScrollContainer::onScrollEvent |
( |
gui::IGUIElement * | caller | ) |
|
|
inline |
◆ setContentPadding()
| void GUIScrollContainer::setContentPadding |
( |
std::optional< s32 > | padding | ) |
|
|
inline |
◆ setScrollBar()
| void GUIScrollContainer::setScrollBar |
( |
GUIScrollBar * | scrollbar | ) |
|
◆ updateScrolling()
| void GUIScrollContainer::updateScrolling |
( |
| ) |
|
◆ m_content_padding_px
| std::optional<s32> GUIScrollContainer::m_content_padding_px |
|
private |
◆ m_orientation
◆ m_scrollbar
◆ m_scrollfactor
| f32 GUIScrollContainer::m_scrollfactor |
|
private |
The documentation for this class was generated from the following files: