Public Methods |
| ListViewStringRow () |
virtual | ~ListViewStringRow () |
void | AttachToView (View *pcView, int nColumn) |
void | SetRect (const Rect &cRect, int nColumn) |
void | AppendString (const std::string &cString) |
void | SetString (int nIndex, const std::string &cString) |
const std::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 |