
Public Member Functions | |
| FileWidget (PG_Widget *parent, const PG_Point &pos, int width, const FileInfo *fi) | |
| ASCString | getName () const |
Protected Member Functions | |
| void | display (SDL_Surface *surface, const PG_Rect &src, const PG_Rect &dst) |
Definition at line 33 of file fileselector.cpp.
| FileWidget::FileWidget | ( | PG_Widget * | parent, | |
| const PG_Point & | pos, | |||
| int | width, | |||
| const FileInfo * | fi | |||
| ) | [inline] |
Definition at line 38 of file fileselector.cpp.
References FileInfo::location, FileInfo::modificationTime, and FileInfo::name.
| ASCString FileWidget::getName | ( | ) | const [inline, virtual] |
Implements SelectionWidget.
Definition at line 66 of file fileselector.cpp.
References FileInfo::name.
Referenced by FileSelectionItemFactory::itemMarked(), and FileSelectionItemFactory::itemSelected().
| void FileWidget::display | ( | SDL_Surface * | surface, | |
| const PG_Rect & | src, | |||
| const PG_Rect & | dst | |||
| ) | [inline, protected, virtual] |
1.5.1