Logo ROOT   6.12/07
Reference Guide
Functions | Variables
TQObject.cxx File Reference
#include "Varargs.h"
#include "TQObject.h"
#include "TQConnection.h"
#include "THashList.h"
#include "TPRegexp.h"
#include "TROOT.h"
#include "TClass.h"
#include "TSystem.h"
#include "TMethod.h"
#include "TBaseClass.h"
#include "TDataType.h"
#include "TInterpreter.h"
#include "TQClass.h"
#include "TError.h"
#include "Riostream.h"
#include "RQ_OBJECT.h"
#include "TVirtualMutex.h"
#include "RConfigure.h"
Include dependency graph for TQObject.cxx:

Functions

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

Variables

voidgTQSender
 

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 1067 of file TQObject.cxx.

Variable Documentation

◆ gTQSender

void* gTQSender

Definition at line 76 of file TQObject.cxx.