#include <TQConnection.h>
Inheritance diagram for TQConnection:


Public Methods | |
| TQConnection () | |
| virtual | ~TQConnection () |
| TQConnection (TClass *cl, void *receiver, const char *method_name) | |
| TQConnection (const char *class_name, void *receiver, const char *method_name) | |
| const char * | GetName () const |
| void * | GetReceiver () const |
| void | Destroyed () |
| void | ExecuteMethod () |
| void | ExecuteMethod (Long_t param) |
| void | ExecuteMethod (Double_t param) |
| void | ExecuteMethod (Long_t *params, Int_t nparam=-1) |
| void | ExecuteMethod (const char *params) |
| void | ls (Option_t *option="") const |
| void | Print (Option_t *option="") const |
Protected Attributes | |
| TQSlot * | fSlot |
| void * | fReceiver |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Reimplemented from TCollection. |
|
|
Definition at line 56 of file TQConnection.h. References fReceiver. |
|
|
Reimplemented from TQObject. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented from TCollection. |
|
|
Reimplemented from TCollection. |
|
|
Definition at line 44 of file TQConnection.h. |
|
|
Definition at line 45 of file TQConnection.h. Referenced by GetReceiver(). |
1.2.16