12 #ifndef ROOT_TQObjectEmitVA
13 #define ROOT_TQObjectEmitVA
21 #ifndef ROOT_TQConnection
25 template <
typename...
T>
inline
45 TIter nextSigList(&classSigLists);
46 while ((sigList = (
TList*) nextSigList()))
ClassImp(TSeqCollection) Int_t TSeqCollection TIter next(this)
Return index of object in collection.
virtual void * GetSender()
R__EXTERN void * gTQSender
void EmitVA(const char *signal_name, Int_t, const T &...params)
virtual TObject * FindObject(const char *name) const
Find an object in this list using its name.
virtual Bool_t IsEmpty() const
static Bool_t fgAllSignalsBlocked
flag used for suppression of signals
TQConnection class is an internal class, used in the object communication mechanism.
void ExecuteMethod()
Apply slot-method to the fReceiver object without arguments.
static TString CompressName(const char *method_name)
Bool_t fSignalsBlocked
list of connections to this object
void CollectClassSignalLists(TList &list, TClass *cls)
Collect class signal lists from class cls and all its base-classes.