![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXDirDialog.h>
Inheritance diagram for FX::FXDirDialog:

Public Member Functions | |
| FXDirDialog (FXWindow *owner, const FXString &name, FXuint opts=0, FXint x=0, FXint y=0, FXint w=400, FXint h=300) | |
| FXDirDialog (FXApp *a, const FXString &name, FXuint opts=0, FXint x=0, FXint y=0, FXint w=400, FXint h=300) | |
| virtual void | hide () |
| void | setDirectory (const FXString &path) |
| FXString | getDirectory () const |
| FXbool | showFiles () const |
| void | showFiles (FXbool showing) |
| FXbool | showHiddenFiles () const |
| void | showHiddenFiles (FXbool showing) |
| FXuint | getMatchMode () const |
| void | setMatchMode (FXuint mode) |
| void | setDirBoxStyle (FXuint style) |
| FXuint | getDirBoxStyle () const |
| virtual void | save (FXStream &store) const |
| virtual void | load (FXStream &store) |
| virtual | ~FXDirDialog () |
Static Public Member Functions | |
| static FXString | getOpenDirectory (FXWindow *owner, const FXString &caption, const FXString &path) |
In function, the directory selection dialog is very similar to the file dialog, except that the Directory Dialog displays a tree-structured view of the file system, and thereby makes up and down navigation through the file system significantly easier.
|
||||||||||||||||||||||||||||||||
|
Construct Directory Dialog box.
|
|
||||||||||||||||||||||||||||||||
|
Construct free-floating Directory Dialog box.
|
|
|
Destructor.
|
|
|
Hide this window.
Reimplemented from FX::FXTopWindow. |
|
|
Change directory.
|
|
|
Return directory.
|
|
|
Return TRUE if showing files as well as directories.
|
|
|
Show or hide normal files.
|
|
|
Return TRUE if showing hidden files.
|
|
|
Show or hide hidden files.
|
|
|
Return wildcard matching mode.
|
|
|
Change wildcard matching mode.
|
|
|
Change directory list style.
|
|
|
Return directory list style.
|
|
||||||||||||||||
|
Open directory name.
|
|
|
Save to stream.
Reimplemented from FX::FXTopWindow. |
|
|
Load from stream.
Reimplemented from FX::FXTopWindow. |
|
|