#include <MyGUI_ScrollViewBase.h>
Detailed Description
Definition at line 32 of file MyGUI_ScrollViewBase.h.
Constructor & Destructor Documentation
MyGUI::ScrollViewBase::ScrollViewBase |
( |
| ) |
|
|
protected |
virtual MyGUI::ScrollViewBase::~ScrollViewBase |
( |
| ) |
|
|
inlineprotectedvirtual |
Member Function Documentation
virtual void MyGUI::ScrollViewBase::eraseContent |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual Align MyGUI::ScrollViewBase::getContentAlign |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual IntPoint MyGUI::ScrollViewBase::getContentPosition |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual IntSize MyGUI::ScrollViewBase::getContentSize |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual size_t MyGUI::ScrollViewBase::getHScrollPage |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual IntSize MyGUI::ScrollViewBase::getViewSize |
( |
| ) |
const |
|
inlineprotectedvirtual |
virtual size_t MyGUI::ScrollViewBase::getVScrollPage |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual void MyGUI::ScrollViewBase::setContentPosition |
( |
const IntPoint & |
_value | ) |
|
|
inlineprotectedvirtual |
void MyGUI::ScrollViewBase::updateScrollPosition |
( |
| ) |
|
|
protected |
void MyGUI::ScrollViewBase::updateScrollSize |
( |
| ) |
|
|
protected |
Field Documentation
bool MyGUI::ScrollViewBase::mChangeContentByResize |
|
protected |
Widget* MyGUI::ScrollViewBase::mClient |
|
protected |
size_t MyGUI::ScrollViewBase::mHRange |
|
protected |
HScroll* MyGUI::ScrollViewBase::mHScroll |
|
protected |
bool MyGUI::ScrollViewBase::mVisibleHScroll |
|
protected |
bool MyGUI::ScrollViewBase::mVisibleVScroll |
|
protected |
size_t MyGUI::ScrollViewBase::mVRange |
|
protected |
VScroll* MyGUI::ScrollViewBase::mVScroll |
|
protected |
The documentation for this class was generated from the following files: