Inheritance diagram for os::ListViewStringRow:
Public Member Functions | |
ListViewStringRow () | |
virtual | ~ListViewStringRow () |
void | AttachToView (View *pcView, int nColumn) |
void | SetRect (const Rect &cRect, int nColumn) |
void | AppendString (const String &cString) |
void | SetString (int nIndex, const String &cString) |
const String & | GetString (int nIndex) const |
virtual float | GetWidth (View *pcView, int nColumn) |
virtual float | GetHeight (View *pcView) |
virtual void | Paint (const Rect &cFrame, View *pcView, uint nColumn, bool bSelected, bool bHighlighted, bool bHasFocus) |
virtual bool | IsLessThan (const ListViewRow *pcOther, uint nColumn) const |
os::ListViewStringRow::ListViewStringRow | ( | ) | [inline] |
virtual os::ListViewStringRow::~ListViewStringRow | ( | ) | [inline, virtual] |
void ListViewStringRow::AttachToView | ( | View * | pcView, | |
int | nColumn | |||
) | [virtual] |
Implements os::ListViewRow.
void ListViewStringRow::SetRect | ( | const Rect & | cRect, | |
int | nColumn | |||
) | [virtual] |
Implements os::ListViewRow.
void ListViewStringRow::AppendString | ( | const String & | cString | ) |
void ListViewStringRow::SetString | ( | int | nIndex, | |
const String & | cString | |||
) |
const String & ListViewStringRow::GetString | ( | int | nIndex | ) | const |
float ListViewStringRow::GetWidth | ( | View * | pcView, | |
int | nColumn | |||
) | [virtual] |
Implements os::ListViewRow.
float ListViewStringRow::GetHeight | ( | View * | pcView | ) | [virtual] |
Implements os::ListViewRow.
void ListViewStringRow::Paint | ( | const Rect & | cFrame, | |
View * | pcView, | |||
uint | nColumn, | |||
bool | bSelected, | |||
bool | bHighlighted, | |||
bool | bHasFocus | |||
) | [virtual] |
Implements os::ListViewRow.
bool ListViewStringRow::IsLessThan | ( | const ListViewRow * | pcOther, | |
uint | nColumn | |||
) | const [virtual] |
Implements os::ListViewRow.