GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4DrawCloneProxy.h
Go to the documentation of this file.
1 // $Id: TGo4DrawCloneProxy.h 478 2009-10-29 12:26:09Z linev $
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
14 #ifndef TGO4DRAWCLONEPROXY_H
15 #define TGO4DRAWCLONEPROXY_H
16 
17 #include "TGo4LinkProxy.h"
18 
19 class TGo4ViewPanel;
20 
22  public:
24  virtual ~TGo4DrawCloneProxy();
25  Bool_t AssignClone(TObject* obj, TGo4Slot* slot);
26  void CleanupClone(TGo4Slot* slot);
27  void ChangeTitle(TObject* obj);
28  void UpdateTitle();
29  void PerformRebin();
30 
31  virtual Bool_t RemoveRegisteredObject(TObject* obj);
32  virtual void Initialize(TGo4Slot* slot);
33  virtual void Finalize(TGo4Slot* slot);
34  virtual TObject* GetAssignedObject();
35  virtual Bool_t ProcessEvent(TGo4Slot* slot, TGo4Slot* source, Int_t id, void* param);
36 
37  protected:
38  TObject* fClone;
41 };
42 
43 #endif
virtual Bool_t ProcessEvent(TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param)
Bool_t AssignClone(TObject *obj, TGo4Slot *slot)
void CleanupClone(TGo4Slot *slot)
virtual void Finalize(TGo4Slot *slot)
virtual void Initialize(TGo4Slot *slot)
TGo4ViewPanel * fPanel
void ChangeTitle(TObject *obj)
TGo4DrawCloneProxy(TGo4Slot *slot, TGo4ViewPanel *panel)
virtual TObject * GetAssignedObject()
virtual Bool_t RemoveRegisteredObject(TObject *obj)