TSystemFile
class description - source file - inheritance tree
public:
TSystemFile TSystemFile()
TSystemFile TSystemFile(Text_t* filename, Text_t* dirname)
TSystemFile TSystemFile(TSystemFile&)
virtual void ~TSystemFile()
virtual void Browse(TBrowser* b)
TClass* Class()
virtual void Edit()
virtual TClass* IsA()
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 Text_t *filename, const Text_t *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()
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
TSystemFile TSystemFile(TSystemFile&)
Author: Rene Brun 26/06/96
Last update: 2.00/05 15/04/98 18.32.00 by Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *
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.