TSystemFile
class description - source file - inheritance tree
public:
TSystemFile TSystemFile()
TSystemFile TSystemFile(const char* filename, const char* dirname)
TSystemFile TSystemFile(TSystemFile&)
virtual void ~TSystemFile()
virtual void Browse(TBrowser* b)
static TClass* Class()
virtual void Edit()
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
See also
-
TSystemDirectory
TSystemFile
A TSystemFile describes an operating system file.
The information is used by the browser (see TBrowser).
TSystemFile() : TNamed()
TSystemFile default constructor
TSystemFile(const char *filename, const char *dirname)
: TNamed(filename, dirname)
TSystemFile normal constructor
~TSystemFile()
Delete TSystemFile object.
void Browse(TBrowser *b)
Execute default action for this system file (action is specified
in the $HOME/.root.mimes or $ROOTSYS/icons/root.mimes file.
void Edit()
Invoke text editor on this file
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
TSystemFile TSystemFile(TSystemFile&)
Author: Rene Brun 26/06/96
Last update: root/base:$Name: $:$Id: TSystemFile.cxx,v 1.1.1.1 2000/05/16 17:00:39 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - 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.