Inheritance diagram for TBrowserObject:
Public Member Functions | |
TBrowserObject (void *obj, TClass *cl, const char *brname) | |
~TBrowserObject () | |
void | Browse (TBrowser *b) |
Bool_t | IsFolder () const |
TClass * | IsA () const |
Private Attributes | |
void * | fObj |
TClass * | fClass |
pointer to the foreign object |
Definition at line 61 of file TBrowser.cxx.
TBrowserObject::TBrowserObject | ( | void * | obj, | |
TClass * | cl, | |||
const char * | brname | |||
) |
Definition at line 422 of file TBrowser.cxx.
References TObject::Fatal(), TObject::kCanDelete, and TObject::SetBit().
TBrowserObject::~TBrowserObject | ( | ) | [inline] |
Definition at line 69 of file TBrowser.cxx.
void TBrowserObject::Browse | ( | TBrowser * | b | ) | [virtual] |
Reimplemented from TObject.
Definition at line 440 of file TBrowser.cxx.
References b, TClass::Browse(), fClass, and fObj.
Bool_t TBrowserObject::IsFolder | ( | ) | const [virtual] |
Reimplemented from TObject.
Definition at line 432 of file TBrowser.cxx.
References fClass, fObj, and TClass::IsFolder().
TClass* TBrowserObject::IsA | ( | ) | const [inline] |
void* TBrowserObject::fObj [private] |
TClass* TBrowserObject::fClass [private] |
pointer to the foreign object
Definition at line 77 of file TBrowser.cxx.
Referenced by Browse(), IsA(), and IsFolder().