TSystemFile


class description - source file - inheritance tree

class TSystemFile : public TNamed


    public:
TSystemFile TSystemFile(const Text_t* filename, const Text_t* dirname) TSystemFile TSystemFile(TSystemFile&) TSystemFile TSystemFile() virtual void ~TSystemFile() virtual void Browse(TBrowser* b) TClass* Class() virtual void Edit() virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members



See also

TSystemDirectory

Class Description

                                                                      
 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() const
               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.