65 void setDirectory(
const FXString& path);
74 void showFiles(
FXbool showing);
77 FXbool showHiddenFiles()
const;
80 void showHiddenFiles(
FXbool showing);
83 FXuint getMatchMode()
const;
86 void setMatchMode(
FXuint mode);
89 void setDirBoxStyle(
FXuint style);
92 FXuint getDirBoxStyle()
const;
98 virtual void save(
FXStream& store)
const;
DialogBox window.
Definition: FXDialogBox.h:40
Base class for all windows.
Definition: FXWindow.h:115
The Directory Selector widget is the reusable mega-widget component which is the core of the Director...
Definition: FXDirSelector.h:46
unsigned int FXuint
Definition: fxdefs.h:396
#define FXAPI
Definition: fxdefs.h:122
FXuchar FXbool
Definition: fxdefs.h:393
Application Object.
Definition: FXApp.h:158
FXString name(const FXString &file)
Return name and extension part of the path name.
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:99
int FXint
Definition: fxdefs.h:397
A Directory Dialog provides a way to select a directory.
Definition: FXDirDialog.h:43
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92
FXString provides essential string manipulation capabilities.
Definition: FXString.h:33