Inheritance diagram for os::DummyRow:
Public Member Functions | |
DummyRow () | |
virtual void | AttachToView (View *pcView, int nColumn) |
virtual void | SetRect (const Rect &cRect, int nColumn) |
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::DummyRow::DummyRow | ( | ) | [inline] |
virtual void os::DummyRow::AttachToView | ( | View * | pcView, | |
int | nColumn | |||
) | [inline, virtual] |
Implements os::ListViewRow.
virtual void os::DummyRow::SetRect | ( | const Rect & | cRect, | |
int | nColumn | |||
) | [inline, virtual] |
Implements os::ListViewRow.
virtual float os::DummyRow::GetWidth | ( | View * | pcView, | |
int | nColumn | |||
) | [inline, virtual] |
Implements os::ListViewRow.
virtual float os::DummyRow::GetHeight | ( | View * | pcView | ) | [inline, virtual] |
Implements os::ListViewRow.
virtual void os::DummyRow::Paint | ( | const Rect & | cFrame, | |
View * | pcView, | |||
uint | nColumn, | |||
bool | bSelected, | |||
bool | bHighlighted, | |||
bool | bHasFocus | |||
) | [inline, virtual] |
Implements os::ListViewRow.
virtual bool os::DummyRow::IsLessThan | ( | const ListViewRow * | pcOther, | |
uint | nColumn | |||
) | const [inline, virtual] |
Implements os::ListViewRow.