#include <MyGUI_ScrollViewBase.h>
Definition at line 16 of file MyGUI_ScrollViewBase.h.
◆ ~ScrollViewBase()
virtual MyGUI::ScrollViewBase::~ScrollViewBase |
( |
| ) |
|
|
protectedvirtualdefault |
◆ eraseContent()
void MyGUI::ScrollViewBase::eraseContent |
( |
| ) |
|
|
protectedvirtual |
◆ getContentAlign()
Align MyGUI::ScrollViewBase::getContentAlign |
( |
| ) |
const |
|
protectedvirtual |
◆ getContentPosition()
IntPoint MyGUI::ScrollViewBase::getContentPosition |
( |
| ) |
const |
|
protectedvirtual |
◆ getContentSize()
IntSize MyGUI::ScrollViewBase::getContentSize |
( |
| ) |
const |
|
protectedvirtual |
◆ getHScrollPage()
size_t MyGUI::ScrollViewBase::getHScrollPage |
( |
| ) |
const |
|
protectedvirtual |
◆ getViewSize()
IntSize MyGUI::ScrollViewBase::getViewSize |
( |
| ) |
const |
|
protectedvirtual |
◆ getVScrollPage()
size_t MyGUI::ScrollViewBase::getVScrollPage |
( |
| ) |
const |
|
protectedvirtual |
◆ setContentPosition()
void MyGUI::ScrollViewBase::setContentPosition |
( |
const IntPoint & | _value | ) |
|
|
protectedvirtual |
◆ updateScrollPosition()
void MyGUI::ScrollViewBase::updateScrollPosition |
( |
| ) |
|
|
protected |
◆ updateScrollSize()
void MyGUI::ScrollViewBase::updateScrollSize |
( |
| ) |
|
|
protected |
◆ mChangeContentByResize
bool MyGUI::ScrollViewBase::mChangeContentByResize {false} |
|
protected |
◆ mHRange
size_t MyGUI::ScrollViewBase::mHRange {0} |
|
protected |
◆ mHScroll
ScrollBar* MyGUI::ScrollViewBase::mHScroll {nullptr} |
|
protected |
◆ mScrollViewClient
Widget* MyGUI::ScrollViewBase::mScrollViewClient {nullptr} |
|
protected |
◆ mVisibleHScroll
bool MyGUI::ScrollViewBase::mVisibleHScroll {true} |
|
protected |
◆ mVisibleVScroll
bool MyGUI::ScrollViewBase::mVisibleVScroll {true} |
|
protected |
◆ mVRange
size_t MyGUI::ScrollViewBase::mVRange {0} |
|
protected |
◆ mVScroll
ScrollBar* MyGUI::ScrollViewBase::mVScroll {nullptr} |
|
protected |
The documentation for this class was generated from the following files: