library: libCore
#include "TSystemFile.h"

TSystemFile


class description - header file - source file - inheritance tree (.pdf)

class TSystemFile : public TNamed

Inheritance Chart:
TObject
<-
TNamed
<-
TSystemFile
<-
TSystemDirectory

    public:
TSystemFile() TSystemFile(const char* filename, const char* dirname) TSystemFile(const TSystemFile&) virtual ~TSystemFile() virtual void Browse(TBrowser* b) static TClass* Class() virtual void Copy(const char* to) virtual void Copy(TObject&) const virtual void Delete() virtual void Delete(Option_t*) virtual void DrawClass() const virtual TObject* DrawClone(Option_t*) const virtual void Dump() const virtual void Edit() virtual const char* GetIconName() const virtual void Inspect() const virtual TClass* IsA() const virtual Bool_t IsDirectory(const char* dir = "0") const virtual void Move(const char* to) TSystemFile& operator=(const TSystemFile&) virtual void Rename(const char* name) virtual void SetDrawOption(Option_t*) virtual void SetIconName(const char* name) virtual void SetName(const char* name) virtual void SetTitle(const char* title) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TString fIconName icon name

Class Description

                                                                      
 TSystemFile                                                          
                                                                      
 A TSystemFile describes an operating system file.                    
 The information is used by the browser (see TBrowser).               
                                                                      

TSystemFile()
 TSystemFile default constructor
TSystemFile(const char *filename, const char *dirname)
 TSystemFile normal constructor
~TSystemFile()
 Delete TSystemFile object.
Bool_t IsDirectory(const char *dir)
 Check if object is a directory.
void Browse(TBrowser *b)
 Execute default action for this system file (action is specified
 in the $HOME/.root.mimes or $ROOTSYS/etc/root.mimes file.
void Edit()
 Invoke text editor on this file
void Copy(const char *to)
 copy this file
void Move(const char *to)
 move this file
void Delete()
 delete this file
void Rename(const char *name)
 rename this file
void Inspect()
 inspect this file
void Dump()
 dump this file
TSystemFile()
void Delete()
void Copy(const char *to)
void SetIconName(const char *name)
void DrawClass()
void SetDrawOption(Option_t *)
void SetName(const char *name)
void SetTitle(const char *title)

Author: Rene Brun 26/06/96
Last update: root/base:$Name: $:$Id: TSystemFile.cxx,v 1.8 2006/05/31 07:48:56 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


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.