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_