#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 |
◆ 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 |
( |
| ) |
|
|
private |
◆ 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: