Public Member Functions | |
TGo4ObjManLink (TGo4Slot *source, TGo4Slot *target, Bool_t expandchilds) | |
Bool_t | CheckEventSource (const TGo4Slot *evtsource) |
TGo4Slot * | GetSource () const |
TGo4Slot * | GetTarget () const |
Bool_t | DoChildsExpand () const |
Protected Attributes | |
TGo4Slot * | fxSource |
TGo4Slot * | fxTarget |
Bool_t | fbExapndChilds |
Definition at line 30 of file TGo4ObjectManager.cxx.
TGo4ObjManLink::TGo4ObjManLink | ( | TGo4Slot * | source, | |
TGo4Slot * | target, | |||
Bool_t | expandchilds | |||
) | [inline] |
Definition at line 32 of file TGo4ObjectManager.cxx.
Bool_t TGo4ObjManLink::CheckEventSource | ( | const TGo4Slot * | evtsource | ) | [inline] |
Definition at line 40 of file TGo4ObjectManager.cxx.
References fbExapndChilds, fxSource, and TGo4Slot::IsParent().
Referenced by TGo4ObjectManager::RetranslateEvent().
Bool_t TGo4ObjManLink::DoChildsExpand | ( | ) | const [inline] |
Definition at line 49 of file TGo4ObjectManager.cxx.
References fbExapndChilds.
TGo4Slot* TGo4ObjManLink::GetSource | ( | ) | const [inline] |
Definition at line 47 of file TGo4ObjectManager.cxx.
References fxSource.
Referenced by TGo4ObjectManager::AddLink(), and TGo4ObjectManager::RemoveFromLinks().
TGo4Slot* TGo4ObjManLink::GetTarget | ( | ) | const [inline] |
Definition at line 48 of file TGo4ObjectManager.cxx.
References fxTarget.
Referenced by TGo4ObjectManager::AddLink(), TGo4ObjectManager::RemoveFromLinks(), and TGo4ObjectManager::RetranslateEvent().
Bool_t TGo4ObjManLink::fbExapndChilds [protected] |
Definition at line 54 of file TGo4ObjectManager.cxx.
Referenced by CheckEventSource(), and DoChildsExpand().
TGo4Slot* TGo4ObjManLink::fxSource [protected] |
Definition at line 52 of file TGo4ObjectManager.cxx.
Referenced by CheckEventSource(), and GetSource().
TGo4Slot* TGo4ObjManLink::fxTarget [protected] |
Definition at line 53 of file TGo4ObjectManager.cxx.
Referenced by GetTarget().