Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TQObject.cxx File Reference

Classes

class  TQConnectionList
 TQConnectionList is the named list of connections, see also TQConnection class. More...

Functions

Bool_t ConnectCINT (TQObject *sender, const char *signal, const char *slot)
 Global function which simplifies making connection in interpreted ROOT session.

Variables

void * gTQSender

Function Documentation

◆ ConnectCINT()

Bool_t ConnectCINT ( TQObject * sender,
const char * signal,
const char * slot )

Global function which simplifies making connection in interpreted ROOT session.

ConnectCINT - connects to interpreter(CINT) command

Definition at line 1065 of file TQObject.cxx.

Variable Documentation

◆ gTQSender

void* gTQSender

Definition at line 74 of file TQObject.cxx.