#include <TGo4DirProxy.h>
Inheritance diagram for TGo4DirProxy:
Public Member Functions | |
TGo4DirProxy () | |
TGo4DirProxy (TDirectory *dir, Bool_t readright, Bool_t owner) | |
virtual | ~TGo4DirProxy () |
virtual Bool_t | HasSublevels () const |
virtual TGo4LevelIter * | MakeIter () |
virtual TGo4Access * | MakeProxy (const char *name) |
virtual void | WriteData (TGo4Slot *slot, TDirectory *dir, Bool_t onlyobjs) |
virtual void | ReadData (TGo4Slot *slot, TDirectory *dir) |
virtual Int_t | GetObjectKind () |
virtual const char * | GetContainedClassName () |
virtual const char * | GetContainedObjectInfo () |
virtual Int_t | GetObjectSizeInfo () |
Bool_t | UpdateObjectInFile (const char *filepath, TObject *obj) |
Bool_t | IsFile () const |
const char * | GetFileName () const |
Static Public Member Functions | |
static TGo4Access * | ProduceProxy (TDirectory *dir, Bool_t readright, const char *name) |
static TGo4LevelIter * | ProduceIter (TDirectory *dir, Bool_t readright) |
Protected Member Functions | |
void | SetDir (TDirectory *dir, Bool_t readright, Bool_t owner) |
void | ClearDir () |
Protected Attributes | |
TDirectory * | fDir |
Bool_t | fOwner |
Bool_t | fReadRight |
|
Definition at line 199 of file TGo4DirProxy.cxx. |
|
Definition at line 207 of file TGo4DirProxy.cxx. References SetDir(). |
|
Definition at line 216 of file TGo4DirProxy.cxx. References ClearDir(). |
|
Reimplemented from TGo4Proxy. Definition at line 30 of file TGo4DirProxy.h. References fDir. |
|
Reimplemented from TGo4Proxy. Definition at line 32 of file TGo4DirProxy.h. References fDir, fReadRight, and ProduceIter(). |
|
Reimplemented from TGo4Proxy. Definition at line 35 of file TGo4DirProxy.h. References fDir, fReadRight, and ProduceProxy(). |
|
Reimplemented from TGo4Proxy. Definition at line 316 of file TGo4DirProxy.cxx. References fDir, and TGo4Slot::SetPar(). |
|
Reimplemented from TGo4Proxy. Definition at line 328 of file TGo4DirProxy.cxx. References ClearDir(), and SetDir(). |
|
Reimplemented from TGo4Proxy. Definition at line 236 of file TGo4DirProxy.cxx. References fDir, TGo4Access::kndFolder, and TGo4Access::kndNone. |
|
Reimplemented from TGo4Proxy. Definition at line 241 of file TGo4DirProxy.cxx. References fDir. |
|
Reimplemented from TGo4Proxy. Definition at line 246 of file TGo4DirProxy.cxx. References fDir. |
|
Reimplemented from TGo4Proxy. Definition at line 251 of file TGo4DirProxy.cxx. References fDir, and TGo4Proxy::GetObjectSizeInfo(). |
|
Definition at line 258 of file TGo4DirProxy.cxx. References TGo4CanvasProxy::ProduceProxy(), and TGo4TreeProxy::ProduceProxy(). Referenced by MakeProxy(), and TGo4FolderProxy::ProduceProxy(). |
|
Definition at line 310 of file TGo4DirProxy.cxx. Referenced by MakeIter(), and TGo4FolderLevelIter::subiterator(). |
|
Definition at line 343 of file TGo4DirProxy.cxx. References fDir, and TGo4Slot::ProduceFolderAndName(). Referenced by TGo4BrowserProxy::UpdateObjectInFile(). |
|
Definition at line 377 of file TGo4DirProxy.cxx. References fDir. Referenced by TGo4ObjectManager::CloseFiles(), GetFileName(), and TGo4BrowserProxy::MakeFilesList(). |
|
Definition at line 382 of file TGo4DirProxy.cxx. References fDir, and IsFile(). Referenced by TGo4Script::ProduceScript(). |
|
Definition at line 221 of file TGo4DirProxy.cxx. References ClearDir(), fDir, fOwner, and fReadRight. Referenced by ReadData(), and TGo4DirProxy(). |
|
Definition at line 229 of file TGo4DirProxy.cxx. Referenced by ReadData(), SetDir(), and ~TGo4DirProxy(). |
|
Definition at line 58 of file TGo4DirProxy.h. Referenced by ClearDir(), GetContainedClassName(), GetContainedObjectInfo(), GetFileName(), GetObjectKind(), GetObjectSizeInfo(), HasSublevels(), IsFile(), MakeIter(), MakeProxy(), SetDir(), UpdateObjectInFile(), and WriteData(). |
|
Definition at line 59 of file TGo4DirProxy.h. Referenced by ClearDir(), and SetDir(). |
|
Definition at line 60 of file TGo4DirProxy.h. Referenced by MakeIter(), MakeProxy(), and SetDir(). |