|
enum | {
kndNone = -1,
kndObject = 0,
kndFolder = 1,
kndTreeBranch = 2,
kndTreeLeaf = 3,
kndGo4Param = 4,
kndDataMember = 5,
kndEventElement = 6,
kndMoreFolder = 7,
kndRootCommand = 8
} |
|
void | DoObjectAssignement (TGo4ObjectManager *rcv, const char *path, TObject *obj, Bool_t owner) |
|
Definition at line 30 of file TGo4DirProxy.cxx.
TGo4KeyAccess::TGo4KeyAccess |
( |
TDirectory * |
dir, |
|
|
TKey * |
key |
|
) |
| |
|
inline |
virtual Bool_t TGo4KeyAccess::CanGetObject |
( |
| ) |
const |
|
inlinevirtual |
virtual Bool_t TGo4KeyAccess::GetObject |
( |
TObject *& |
obj, |
|
|
Bool_t & |
owner |
|
) |
| const |
|
inlinevirtual |
virtual const char* TGo4KeyAccess::GetObjectClassName |
( |
| ) |
const |
|
inlinevirtual |
virtual const char* TGo4KeyAccess::GetObjectName |
( |
| ) |
const |
|
inlinevirtual |
TDirectory* TGo4KeyAccess::fDir |
|
private |
TKey* TGo4KeyAccess::fKey |
|
private |
The documentation for this class was generated from the following file: