Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TQObject.cxx File Reference
#include "TQObject.h"
#include "TQConnection.h"
#include "THashList.h"
#include "TPRegexp.h"
#include "TROOT.h"
#include "TBuffer.h"
#include "TClass.h"
#include "TMethod.h"
#include "TBaseClass.h"
#include "TDataType.h"
#include "TInterpreter.h"
#include "TQClass.h"
#include "TError.h"
#include <iostream>
#include "RQ_OBJECT.h"
#include "TVirtualMutex.h"
#include "RConfigure.h"
#include "strlcpy.h"
Include dependency graph for TQObject.cxx:

Classes

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

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

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

Variable Documentation

◆ gTQSender

void* gTQSender

Definition at line 74 of file TQObject.cxx.