Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXDirSelector.h>
Inheritance diagram for FX::FXDirSelector:
Public Member Functions | |
FXDirSelector (FXComposite *p, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=0, FXint x=0, FXint y=0, FXint w=0, FXint h=0) | |
FXButton * | acceptButton () const |
FXButton * | cancelButton () const |
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 | ~FXDirSelector () |
The function of the directory selector widget is very similar to the file selector widget, except that the directory selector widget displays a tree-structured view of the file system, and thereby makes up and down navigation through the file system significantly easier.
|
Constructor.
|
|
Destructor.
|
|
Return a pointer to the "Accept" button.
|
|
Return a pointer to the "Cancel" button.
|
|
Change directory.
|
|
Return directory.
|
|
Return TRUE if showing files as well as directories.
|
|
Show or hide normal files.
|
|
Return TRUE if showing hidden directories.
|
|
Show or hide hidden directories.
|
|
Return wildcard matching mode.
|
|
Change wildcard matching mode.
|
|
Change Directory List style.
|
|
Return Directory List style.
|
|
Save to stream.
Reimplemented from FX::FXPacker. |
|
Load from stream.
Reimplemented from FX::FXPacker. |
Copyright © 1997-2005 Jeroen van der Zijp |