Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::OSXFolderBrowseDialog Class Reference

#include <OSXFolderBrowseDialog.h>

Inheritance diagram for VCF::OSXFolderBrowseDialog:

VCF::CommonFolderBrowseDialogPeer VCF::Object VCF::CommonDialogPeer VCF::Interface List of all members.

Public Member Functions

 OSXFolderBrowseDialog (Control *owner)
virtual ~OSXFolderBrowseDialog ()
virtual void setTitle (const String &title)
virtual bool execute ()
virtual void setDirectory (const String &directory)
virtual String getDirectory ()

Static Protected Member Functions

static void BrowseDlgCallbackProc (NavEventCallbackMessage callBackSelector, NavCBRecPtr callBackParms, void *callBackUD)

Protected Attributes

String title_
String directory_
NavDialogCreationOptions dlgOptions_
bool browseDlgResult_

Constructor & Destructor Documentation

VCF::OSXFolderBrowseDialog::OSXFolderBrowseDialog Control owner  ) 
 

virtual VCF::OSXFolderBrowseDialog::~OSXFolderBrowseDialog  )  [virtual]
 


Member Function Documentation

static void VCF::OSXFolderBrowseDialog::BrowseDlgCallbackProc NavEventCallbackMessage  callBackSelector,
NavCBRecPtr  callBackParms,
void *  callBackUD
[static, protected]
 

virtual bool VCF::OSXFolderBrowseDialog::execute  )  [virtual]
 

Implements VCF::CommonDialogPeer.

virtual String VCF::OSXFolderBrowseDialog::getDirectory  )  [virtual]
 

Implements VCF::CommonFolderBrowseDialogPeer.

virtual void VCF::OSXFolderBrowseDialog::setDirectory const String directory  )  [virtual]
 

Implements VCF::CommonFolderBrowseDialogPeer.

virtual void VCF::OSXFolderBrowseDialog::setTitle const String title  )  [virtual]
 

Implements VCF::CommonDialogPeer.


Member Data Documentation

bool VCF::OSXFolderBrowseDialog::browseDlgResult_ [protected]
 

String VCF::OSXFolderBrowseDialog::directory_ [protected]
 

NavDialogCreationOptions VCF::OSXFolderBrowseDialog::dlgOptions_ [protected]
 

String VCF::OSXFolderBrowseDialog::title_ [protected]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information