ROOT  6.06/09
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

 ClassImpQ (TQObject) ClassImpQ(TQObjSender) ClassImpQ(TQClass) TString TQObject
 Removes "const" words and blanks from full (with prototype) method name and resolve any typedefs in the method signature. More...
 
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

ClassImpQ ( TQObject  )

Removes "const" words and blanks from full (with prototype) method name and resolve any typedefs in the method signature.

If a null or empty string is passed in, an empty string is returned.

Example:

1 CompressName(" Draw(const char *, const char *,
2  Option_t * , Int_t , Int_t)");

returns the string "Draw(char*,char*,char*,int,int)".

Definition at line 81 of file TQObject.cxx.

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.

Variable Documentation

void* gTQSender

Definition at line 74 of file TQObject.cxx.

Referenced by TQObject::Emit().