Public Member Functions | |
| ListViewProgressNode (float fProgress, void *vpCookie=NULL) | |
| void | Paint (const Rect &rFrame, const Rect &rDirty) |
| void | SetProgress (float fPercent) |
| float | GetProgress () |
| void | SetBrush (Brush *pBrush) |
| virtual int | Compare (const ListViewNode *pNode, SortOrder nSortOrder) const |
| void | ShowText (bool bShowText) |
| ListViewProgressNode::ListViewProgressNode | ( | float | fProgress, | |
| void * | vpCookie = NULL | |||
| ) |
Reimplemented from SkyGI::ListViewNode.
| void ListViewProgressNode::SetProgress | ( | float | fPercent | ) |
| float ListViewProgressNode::GetProgress | ( | ) |
| void ListViewProgressNode::SetBrush | ( | Brush * | pBrush | ) |
| int ListViewProgressNode::Compare | ( | const ListViewNode * | pNode, | |
| SortOrder | nSortOrder | |||
| ) | const [virtual] |
Reimplemented from SkyGI::ListViewNode.
| void ListViewProgressNode::ShowText | ( | bool | bShowText | ) |
1.5.1-p1