Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXDriveBox.h>
Inheritance diagram for FX::FXDriveBox:
Public Member Functions | |
FXDriveBox (FXComposite *p, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=FRAME_SUNKEN|FRAME_THICK|LISTBOX_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) |
FXbool | setDrive (const FXString &drive) |
FXString | getDrive () const |
void | setAssociations (FXFileDict *assoc) |
FXFileDict * | getAssociations () const |
virtual | ~FXDriveBox () |
See also:
|
Constructor.
|
|
Destructor.
|
|
Create server-side resources.
Reimplemented from FX::FXListBox. |
|
Detach server-side resources.
Reimplemented from FX::FXListBox. |
|
Destroy server-side resources.
Reimplemented from FX::FXListBox. |
|
Save to stream.
Reimplemented from FX::FXListBox. |
|
Load from stream.
Reimplemented from FX::FXListBox. |
|
Set current drive.
|
|
Return current drive.
|
|
Change file associations.
|
|
Return file associations.
|
Copyright © 1997-2005 Jeroen van der Zijp |