ROOT  6.06/08
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:

Go to the source code of this file.

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

Referenced by TQObjSender::SetSenderClassName().

Variable Documentation

§ gTQSender

void* gTQSender

Definition at line 74 of file TQObject.cxx.

Referenced by TQObject::Emit().