TQConnection


class description - source file - inheritance tree

class TQConnection : public TList, public TQObject


    public:
TQConnection(TClass* cl, void* receiver, const char* method_name) TQConnection(const char* class_name, void* receiver, const char* method_name) TQConnection() virtual ~TQConnection() static TClass* Class() virtual void Destroyed() void ExecuteMethod() void ExecuteMethod(Long_t param) void ExecuteMethod(Double_t param) void ExecuteMethod(const char* params) void ExecuteMethod(Long_t* params, Int_t nparam = -1) virtual const char* GetName() const void* GetReceiver() const virtual TClass* IsA() const virtual void ls(Option_t* option) const virtual void Print(Option_t* option) const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
TQSlot* fSlot slot-method calling interface void* fReceiver ptr to object to which slot is applied

Class Description



Last update: Fri May 14 13:32:42 2004


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.