#include <listview.h>
Inheritance diagram for os::ListViewRow:
Public Methods | |
ListViewRow () | |
virtual | ~ListViewRow () |
virtual float | GetHeight (View *pcView)=0 |
virtual void | Paint (const Rect &cFrame, View *pcView, uint nColumn, bool bSelected, bool bHighlighted, bool bHasFocus)=0 |
virtual bool | HitTest (View *pcView, const Rect &cFrame, int nColumn, Point cPos) |
virtual bool | IsLessThan (const ListViewRow *pcOther, uint nColumn) const=0 |
Friends | |
class | ListView |
class | ListViewContainer |
class | ListViewCol |
|
|
|
|
|
Reimplemented in os::FileRow, and os::ListViewStringRow. |
|
Reimplemented in os::FileRow. |
|
Reimplemented in os::FileRow, and os::ListViewStringRow. |
|
Reimplemented in os::FileRow, and os::ListViewStringRow. |
|
|
|
|
|
|