CEGUI::CommonFileDialogOutput Class Reference

#include <CEGUICommonFileDialog.h>

List of all members.

Public Member Functions

 CommonFileDialogOutput (const uint uHandle=0, const String szFullQualifiedFileName="", const String szDrive="", const String szAbsolutePath="", const String szRelativePath="", const String szFileName="", const bool bFileExisting=false)
virtual ~CommonFileDialogOutput (void)
uint getHandle (void)
String getFullQualifiedFileName (void)
String getDrive (void)
String getAbsolutePath (void)
String getRelativePath (void)
String getFileName (void)
CommonFileDialogAction getAction (void)
bool isFileExisting (void)
void setHandle (const uint)
void setFullQualifiedFileName (const String)
void setDrive (const String)
void setAbsolutePath (const String)
void setRelativePath (const String)
void setFileName (const String)
void setAction (CommonFileDialogAction)
void setFileExisting (const bool)

Private Attributes

uint _uHandle
String _szFullQualifiedFileName
String _szDrive
String _szAbsolutePath
String _szRelativePath
String _szFileName
CommonFileDialogAction _action
bool _bFileExisting


Constructor & Destructor Documentation

CEGUI::CommonFileDialogOutput::CommonFileDialogOutput const uint  uHandle = 0,
const String  szFullQualifiedFileName = "",
const String  szDrive = "",
const String  szAbsolutePath = "",
const String  szRelativePath = "",
const String  szFileName = "",
const bool  bFileExisting = false
[inline]
 

virtual CEGUI::CommonFileDialogOutput::~CommonFileDialogOutput void   )  [inline, virtual]
 


Member Function Documentation

String CEGUI::CommonFileDialogOutput::getAbsolutePath void   ) 
 

CommonFileDialogAction CEGUI::CommonFileDialogOutput::getAction void   ) 
 

String CEGUI::CommonFileDialogOutput::getDrive void   ) 
 

String CEGUI::CommonFileDialogOutput::getFileName void   ) 
 

String CEGUI::CommonFileDialogOutput::getFullQualifiedFileName void   ) 
 

uint CEGUI::CommonFileDialogOutput::getHandle void   ) 
 

String CEGUI::CommonFileDialogOutput::getRelativePath void   ) 
 

bool CEGUI::CommonFileDialogOutput::isFileExisting void   ) 
 

void CEGUI::CommonFileDialogOutput::setAbsolutePath const   String  ) 
 

void CEGUI::CommonFileDialogOutput::setAction CommonFileDialogAction   ) 
 

void CEGUI::CommonFileDialogOutput::setDrive const   String  ) 
 

void CEGUI::CommonFileDialogOutput::setFileExisting const   bool  ) 
 

void CEGUI::CommonFileDialogOutput::setFileName const   String  ) 
 

void CEGUI::CommonFileDialogOutput::setFullQualifiedFileName const   String  ) 
 

void CEGUI::CommonFileDialogOutput::setHandle const   uint  ) 
 

void CEGUI::CommonFileDialogOutput::setRelativePath const   String  ) 
 


Member Data Documentation

CommonFileDialogAction CEGUI::CommonFileDialogOutput::_action [private]
 

bool CEGUI::CommonFileDialogOutput::_bFileExisting [private]
 

String CEGUI::CommonFileDialogOutput::_szAbsolutePath [private]
 

String CEGUI::CommonFileDialogOutput::_szDrive [private]
 

String CEGUI::CommonFileDialogOutput::_szFileName [private]
 

String CEGUI::CommonFileDialogOutput::_szFullQualifiedFileName [private]
 

File name including drive and (absolute) path. The selected drive. The absolute path, with drive and without filename.The absolute path, with drive and without filename. The relative path (only set if the working directory is in the selected drive). File name. Determines how the dialog was ended. TRUE if file exists FALSE if file doesn't exist

String CEGUI::CommonFileDialogOutput::_szRelativePath [private]
 

uint CEGUI::CommonFileDialogOutput::_uHandle [private]
 


The documentation for this class was generated from the following files:
Generated on Mon May 29 01:10:34 2006 for Papagan by  doxygen 1.4.6-NO