ROOT
6.06/09
Reference Guide
|
#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"
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 | |
void * | gTQSender |
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:
returns the string "Draw(char*,char*,char*,int,int)".
Definition at line 81 of file TQObject.cxx.
Global function which simplifies making connection in interpreted ROOT session.
ConnectCINT - connects to interpreter(CINT) command
Definition at line 1335 of file TQObject.cxx.
void* gTQSender |
Definition at line 74 of file TQObject.cxx.
Referenced by TQObject::Emit().