Public Member Functions | |
| ListViewColumn (const String &cCaption, int iWidth) | |
| int | GetWidth () |
| void | SetWidth (int iWidth) |
| int | GetPos () |
| void | SetPos (int iPos) |
| void | SetRect (const Rect &rRect) |
| Rect | GetRect () |
| String | GetCaption () |
| void | SetCaption (const String &szCaption) |
| void | SetMargin (const Rect &rRect) |
| Rect | GetMargin () |
| ListViewColumn::ListViewColumn | ( | const String & | cCaption, | |
| int | iWidth | |||
| ) |
| int SkyGI::ListViewColumn::GetWidth | ( | ) | [inline] |
| void SkyGI::ListViewColumn::SetWidth | ( | int | iWidth | ) | [inline] |
| int SkyGI::ListViewColumn::GetPos | ( | ) | [inline] |
| void SkyGI::ListViewColumn::SetPos | ( | int | iPos | ) | [inline] |
| void SkyGI::ListViewColumn::SetRect | ( | const Rect & | rRect | ) | [inline] |
| Rect SkyGI::ListViewColumn::GetRect | ( | ) | [inline] |
| String SkyGI::ListViewColumn::GetCaption | ( | ) | [inline] |
| void ListViewColumn::SetCaption | ( | const String & | szCaption | ) |
| void SkyGI::ListViewColumn::SetMargin | ( | const Rect & | rRect | ) | [inline] |
| Rect SkyGI::ListViewColumn::GetMargin | ( | ) | [inline] |
1.5.1-p1