-
class
FileBrowser
: public StringBrowser
(Return to index)
-
a StringBrowser that displays file names (iv-2.6)
Type:
Base Classes:
Derived Classes
Include file:
IV-2_6/InterViews/filebrowser.h
Description: man page
Public:
-
FileBrowser ( ButtonState*, const char* dir = "~", int rows = 10, int cols = 24, boolean uniqueSel = true, int highlight = Reversed, const char* done = SBDone )
-
FileBrowser ( const char* name, ButtonState*, const char* = "~", int = 10, int = 24, boolean = true, int = Reversed, const char* = SBDone )
- const char*
GetDirectory ()
- boolean
IsADirectory (const char*)
- const char*
Normalize (const char*)
- const char*
Path (int index)
- void
RereadDirectory ()
- boolean
SetDirectory (const char*)
- void
SetDirectoryModeFilter (int)
- void
SetDirectoryTextFilter (const char*)
- void
SetModeFilter (int)
- void
SetTextFilter (const char*)
- virtual void
Update ()
- const char*
ValidDirectories (const char*)
- virtual
~FileBrowser ()
Protected:
(more documentation)