Inheritance diagram for TQConnectionList:
Public Member Functions | |
TQConnectionList (const char *name, Int_t nsigargs) | |
virtual | ~TQConnectionList () |
Bool_t | Disconnect (void *receiver=0, const char *slot_name=0) |
Int_t | GetNargs () const |
void | ls (Option_t *option="") const |
Private Attributes | |
Int_t | fSignalArgs |
Definition at line 389 of file TQObject.cxx.
TQConnectionList::TQConnectionList | ( | const char * | name, | |
Int_t | nsigargs | |||
) | [inline] |
TQConnectionList::~TQConnectionList | ( | ) | [virtual] |
Definition at line 405 of file TQObject.cxx.
References TList::Clear(), TCollection::IsEmpty(), and TList::Remove().
Bool_t TQConnectionList::Disconnect | ( | void * | receiver = 0 , |
|
const char * | slot_name = 0 | |||
) |
Definition at line 421 of file TQObject.cxx.
References TList::FirstLink(), TQConnection::GetName(), TObjLink::GetObject(), TQConnection::GetReceiver(), TCollection::IsEmpty(), kFALSE, kTRUE, name, TObjLink::Next(), TList::Remove(), return_value, and SafeDelete.
Referenced by TQObject::Disconnect().
Int_t TQConnectionList::GetNargs | ( | ) | const [inline] |
Definition at line 400 of file TQObject.cxx.
References fSignalArgs.
Referenced by TQObject::Emit().
void TQConnectionList::ls | ( | Option_t * | option = "" |
) | const [virtual] |
Reimplemented from TCollection.
Definition at line 456 of file TQObject.cxx.
References TCollection::GetName(), and TCollection::Print().
Int_t TQConnectionList::fSignalArgs [private] |