#include "Varargs.h"#include "TQCommand.h"#include "TQConnection.h"#include "TDataType.h"#include "stdarg.h"#include "TROOT.h"Go to the source code of this file.
Functions | |
| ClassImp (TQCommand) ClassImp(TQUndoManager) static TQCommand *gActiveCommand=0 | |
| static char * | ResolveTypes (const char *method) |
| static char * | CompressName (const char *method_name) |
| ClassImp | ( | TQCommand | ) | [pure virtual] |
| static char* CompressName | ( | const char * | method_name | ) | [static] |
Definition at line 169 of file TQCommand.cxx.
References i, kFALSE, kTRUE, ResolveTypes(), s, str, and strcpy().
Referenced by ClassImpQ(), TQObject::Connect(), TQObject::ConnectToClass(), TQObject::Disconnect(), TQObject::Emit(), TQObject::EmitVA(), TQObject::HasConnection(), and TQCommand::Init().
| static char* ResolveTypes | ( | const char * | method | ) | [static] |
Definition at line 120 of file TQCommand.cxx.
References TDataType::GetFullTypeName(), TROOT::GetType(), gROOT, kFALSE, kTRUE, s, s1, s2, str, and strcpy().
Referenced by CompressName().
1.5.1