Public Member Functions | |
TGo4ObjManCleanup (TObject *obj, TGo4Slot *slot) | |
TObject * | GetObject () const |
TGo4Slot * | GetSlot () const |
Protected Attributes | |
TObject * | fObject |
TGo4Slot * | fSlot |
Definition at line 57 of file TGo4ObjectManager.cxx.
TGo4ObjManCleanup::TGo4ObjManCleanup | ( | TObject * | obj, | |
TGo4Slot * | slot | |||
) | [inline] |
Definition at line 59 of file TGo4ObjectManager.cxx.
TObject* TGo4ObjManCleanup::GetObject | ( | ) | const [inline] |
Definition at line 65 of file TGo4ObjectManager.cxx.
References fObject.
Referenced by TGo4ObjectManager::RecursiveRemove(), and TGo4ObjectManager::UnregisterObject().
TGo4Slot* TGo4ObjManCleanup::GetSlot | ( | ) | const [inline] |
Definition at line 66 of file TGo4ObjectManager.cxx.
References fSlot.
Referenced by TGo4ObjectManager::RecursiveRemove(), and TGo4ObjectManager::UnregisterObject().
TObject* TGo4ObjManCleanup::fObject [protected] |
Definition at line 68 of file TGo4ObjectManager.cxx.
Referenced by GetObject().
TGo4Slot* TGo4ObjManCleanup::fSlot [protected] |
Definition at line 69 of file TGo4ObjectManager.cxx.
Referenced by GetSlot().