#include <cscrollview.h>
Inheritance diagram for CScrollContainer:
Public Member Functions | |
CScrollContainer (const CRect &size, const CRect &containerSize, CFrame *pParent, CBitmap *pBackground=0) | |
virtual | ~CScrollContainer () |
void | setScrollOffset (CPoint offset, bool withRedraw=false) |
void | getScrollOffset (CPoint &off) const |
CRect | getContainerSize () const |
void | setContainerSize (const CRect &cs) |
virtual void | redrawRect (CDrawContext *context, const CRect &rect) |
virtual bool | isDirty () const |
check if view is dirty | |
Protected Attributes | |
CRect | containerSize |
CPoint | offset |
|
|
|
|
|
|
|
|
|
check if view is dirty
Reimplemented from CViewContainer. |
|
Reimplemented from CViewContainer. |
|
|
|
|
|
|
|
|