Go to the documentation of this file.
7 #ifndef __MYGUI_SCROLL_VIEW_BASE_H__
8 #define __MYGUI_SCROLL_VIEW_BASE_H__
22 void updateScrollSize();
23 void updateScrollPosition();
26 virtual IntSize getContentSize();
29 virtual IntPoint getContentPosition();
30 virtual void setContentPosition(
const IntPoint& _value);
36 virtual size_t getHScrollPage();
37 virtual size_t getVScrollPage();
39 virtual Align getContentAlign();
41 virtual void eraseContent();
60 #endif // __MYGUI_SCROLL_VIEW_BASE_H__