#include <Fl_Directory_DS.h>
Inheritance diagram for Fl_Directory_DS:

Public Types | |
| enum | { SHOW_ALL = 0, HIDE_FILES = 1, HIDE_DOT_FILES = 2, HIDE_DIRECTORIES = 4, NO_SORT = 8 } |
Public Methods | |
| Fl_Directory_DS () | |
| virtual | ~Fl_Directory_DS () |
| char | showpolicy () const |
| void | showpolicy (char type) |
| void | directory (const char *d) |
| void | directory (const Fl_String &d) |
| const Fl_String & | directory () const |
| void | pattern (const char *pattern) |
| void | pattern (const Fl_String &pattern) |
| const Fl_String & | pattern () const |
| virtual bool | open () |
Protected Methods | |
| Fl_String | get_file_type (const struct stat &st, const Fl_Image *&image) const |
Definition at line 28 of file Fl_Directory_DS.h.
1.2.15