|
| void | ~ScrollBarContainer () |
| |
| void | ScrollFixedAmount (bool down, float amount) |
| |
| void | ScrollToPos (float pos) |
| |
| void | ScrollToBottom () |
| |
| void | ScrollToTop () |
| |
| float | GetContentYPos () |
| |
| float | GetRootHeight () |
| |
| void | UpdateScroller () |
| |
| void | OnWidgetScriptInit (Widget w) |
| |
| void | StopScrolling () |
| |
| void | UpdateScroll (int mouse_x, int mouse_y, bool is_dragging) |
| |
| override bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
| |
| override bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
| |
| override bool | OnMouseWheel (Widget w, int x, int y, int wheel) |
| |
| override bool | OnResize (Widget w, int x, int y) |
| |
Definition at line 2 of file scrollbarcontainer.c.
◆ ~ScrollBarContainer()
| void ScrollBarContainer::~ScrollBarContainer |
( |
| ) |
|
|
protected |
◆ GetContentYPos()
| float ScrollBarContainer::GetContentYPos |
( |
| ) |
|
|
protected |
◆ GetRootHeight()
| float ScrollBarContainer::GetRootHeight |
( |
| ) |
|
|
protected |
◆ OnMouseButtonDown()
| override bool ScrollBarContainer::OnMouseButtonDown |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | button ) |
|
protected |
◆ OnMouseButtonUp()
| override bool ScrollBarContainer::OnMouseButtonUp |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | button ) |
|
protected |
◆ OnMouseWheel()
| override bool ScrollBarContainer::OnMouseWheel |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | wheel ) |
|
protected |
◆ OnResize()
| override bool ScrollBarContainer::OnResize |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y ) |
|
protected |
◆ OnWidgetScriptInit()
| void ScrollBarContainer::OnWidgetScriptInit |
( |
Widget | w | ) |
|
|
protected |
◆ ScrollFixedAmount()
| void ScrollBarContainer::ScrollFixedAmount |
( |
bool | down, |
|
|
float | amount ) |
|
protected |
◆ ScrollToBottom()
| void ScrollBarContainer::ScrollToBottom |
( |
| ) |
|
|
protected |
◆ ScrollToPos()
| void ScrollBarContainer::ScrollToPos |
( |
float | pos | ) |
|
|
protected |
◆ ScrollToTop()
| void ScrollBarContainer::ScrollToTop |
( |
| ) |
|
|
protected |
◆ StopScrolling()
| void ScrollBarContainer::StopScrolling |
( |
| ) |
|
|
protected |
◆ UpdateScroll()
| void ScrollBarContainer::UpdateScroll |
( |
int | mouse_x, |
|
|
int | mouse_y, |
|
|
bool | is_dragging ) |
|
protected |
◆ UpdateScroller()
| void ScrollBarContainer::UpdateScroller |
( |
| ) |
|
|
protected |
◆ Content
| Widget ScrollBarContainer::Content |
|
protected |
◆ m_content_height
| float ScrollBarContainer::m_content_height |
|
protected |
◆ m_position
| float ScrollBarContainer::m_position |
|
protected |
◆ m_root
| Widget ScrollBarContainer::m_root |
|
protected |
◆ m_root_height
| float ScrollBarContainer::m_root_height |
|
protected |
◆ m_scrolling
| bool ScrollBarContainer::m_scrolling |
|
protected |
◆ m_scrolling_mouse_pos
| int ScrollBarContainer::m_scrolling_mouse_pos |
|
protected |
◆ m_scrolling_start_pos
| float ScrollBarContainer::m_scrolling_start_pos |
|
protected |
◆ ScrollBar
| Widget ScrollBarContainer::ScrollBar |
|
protected |
◆ Scroller
| Widget ScrollBarContainer::Scroller |
|
protected |
◆ WHEEL_STEP
| const int ScrollBarContainer::WHEEL_STEP = 20 |
|
protected |
The documentation for this class was generated from the following file: