Public Member Functions | |
| GroupView (Window *pParent, const Rect rFrame, const String &pLabel, unsigned int nWindowLayoutFlags) | |
| ~GroupView () | |
| virtual void | Paint (const Rect &rDirty) |
| virtual String | GetCaption () |
| virtual void | SetCaption (const String &cString) |
Classes | |
| class | Private |
| GroupView::GroupView | ( | Window * | pParent, | |
| const Rect | rFrame, | |||
| const String & | pLabel, | |||
| unsigned int | nWindowLayoutFlags | |||
| ) |
| GroupView::~GroupView | ( | ) |
| void GroupView::Paint | ( | const Rect & | rDirty | ) | [virtual] |
Paint window content
| rDirty | - Dirty rectangular region which has to be redrawn. Prior entering this function the painters clip region is automatically set to this dirty region. |
Reimplemented from SkyGI::Window.
| String GroupView::GetCaption | ( | ) | [virtual] |
| void GroupView::SetCaption | ( | const String & | cString | ) | [virtual] |
1.5.1-p1