Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TQObject.h File Reference
#include "TList.h"
#include "TString.h"
#include "TVirtualQConnection.h"

Classes

class  TQObject
 This is the ROOT implementation of the Qt object communication mechanism (see also http://www.troll.no/qt/metaobjects.html). More...
class  TQObjSender

Macros

#define ClassImpQ(name)

Functions

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

Variables

externvoid * gTQSender

Macro Definition Documentation

◆ ClassImpQ

#define ClassImpQ ( name)

Definition at line 283 of file TQObject.h.

Function Documentation

◆ ConnectCINT()

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

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

externvoid* gTQSender

Definition at line 46 of file TQObject.h.