library: libGui
#include "TGFileDialog.h"

TGFileInfo


class description - header file
viewCVS header

class TGFileInfo

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TGFileInfo()
~TGFileInfo()
voidSetMultipleSelection(Bool_t option)
private:
TGFileInfo(const TGFileInfo&)
TGFileInfo&operator=(const TGFileInfo&)

Data Members

public:
char*fFilenameselected file name
char*fIniDiron input: initial directory, on output: new directory
const char**fFileTypesfile types used to filter selectable files
Int_tfFileTypeIdxselected file type, index in fFileTypes
Bool_tfOverwriteif true overwrite the file with existing name on save
Bool_tfMultipleSelectionif true, allow multiple file selection
TList*fFileNamesListlist of selected file names

Class Description

TGFileInfo(const TGFileInfo&)
TGFileInfo& operator=(const TGFileInfo&)
TGFileInfo()
{ }
~TGFileInfo()
void SetMultipleSelection(Bool_t option)

Last update: Tue Nov 21 09:13:35 2006


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.