![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXDirSelector.h>
Inheritance diagram for FXDirSelector:
Public Types | |
enum | { ID_DIRNAME = FXPacker::ID_LAST, ID_DIRLIST, ID_DRIVEBOX, ID_LAST } |
Public Methods | |
FXDirSelector (FXComposite *p, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=0, FXint x=0, FXint y=0, FXint w=0, FXint h=0) | |
Constructor. | |
FXButton * | acceptButton () const |
Return a pointer to the "Accept" button. | |
FXButton * | cancelButton () const |
Return a pointer to the "Cancel" button. | |
void | setDirectory (const FXString &path) |
Change directory. | |
void | setDirBoxStyle (FXuint style) |
Change Directory List style. | |
FXuint | getDirBoxStyle () const |
Return Directory List style. | |
virtual void | save (FXStream &store) const |
Save to stream. | |
virtual void | load (FXStream &store) |
Load from stream. | |
virtual | ~FXDirSelector () |
Destructor. | |
Public Attributes | |
FXString | getDirectory () const |
Return directory. |