Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXDirBox.h>
Inheritance diagram for FX::FXDirBox:
Public Member Functions | |
FXDirBox (FXComposite *p, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=FRAME_SUNKEN|FRAME_THICK|TREELISTBOX_NORMAL, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=DEFAULT_PAD, FXint pr=DEFAULT_PAD, FXint pt=DEFAULT_PAD, FXint pb=DEFAULT_PAD) | |
virtual void | create () |
virtual void | detach () |
virtual void | destroy () |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
void | setDirectory (const FXString &pathname) |
FXString | getDirectory () const |
void | setAssociations (FXFileDict *assoc) |
FXFileDict * | getAssociations () const |
virtual | ~FXDirBox () |
See also:
|
Constructor.
|
|
Destructor.
|
|
Create server-side resources.
Reimplemented from FX::FXTreeListBox. |
|
Detach server-side resources.
Reimplemented from FX::FXTreeListBox. |
|
Destroy server-side resources.
Reimplemented from FX::FXTreeListBox. |
|
Save to stream.
Reimplemented from FX::FXTreeListBox. |
|
Load from stream.
Reimplemented from FX::FXTreeListBox. |
|
Set current directory.
|
|
Return current directory.
|
|
Change file associations.
|
|
Return file associations.
|
Copyright © 1997-2004 Jeroen van der Zijp |