Public Methods |
| FileRow (Bitmap *pcBitmap, const std::string &cName, const struct::stat &sStat) |
virtual void | AttachToView (View *pcView, int nColumn) |
virtual void | SetRect (const Rect &cRect, int nColumn) |
virtual float | GetWidth (View *pcView, int nIndex) |
virtual float | GetHeight (View *pcView) |
virtual void | Paint (const Rect &cFrame, View *pcView, uint nColumn, bool bSelected, bool bHighlighted, bool bHasFocus) |
virtual bool | HitTest (View *pcView, const Rect &cFrame, int nColumn, Point cPos) |
virtual bool | IsLessThan (const ListViewRow *pcOther, uint nColumn) const |
const std::string & | GetName () const |
::stat | GetFileStat () const |
Friends |
class | DirectoryView |