|
| 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 |
|
| ListViewRow () |
|
virtual | ~ListViewRow () |
|
virtual bool | HitTest (View *pcView, const Rect &cFrame, int nColumn, Point cPos) |
|
virtual void | SetCookie (Variant cCookie) |
|
virtual Variant | GetCookie (void) |
|
void | SetIsSelectable (bool bSelectable) |
|
bool | IsSelectable () const |
|
bool | IsSelected () const |
|
bool | IsHighlighted () const |
|
void | SetIsVisible (bool bVisible) |
|
bool | IsVisible () const |
|