]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Reve/Pad.h
Record changes.
[u/mrichter/AliRoot.git] / EVE / Reve / Pad.h
index 0428501b45671fd5842ad27eab482539a80d803b..ee143e5bb0684dc61566e0b31b3ddaa457875dc6 100644 (file)
@@ -3,8 +3,6 @@
 #ifndef REVE_Pad_H
 #define REVE_Pad_H
 
-#include <Reve/Reve.h>
-
 #include <TPad.h>
 
 namespace Reve {
@@ -18,6 +16,13 @@ public:
       Color_t color = -1, Short_t bordersize = -1, Short_t bordermode = -2);
   virtual ~Pad() {}
 
+  virtual Bool_t    IsBatch() const { return kTRUE; }
+
+  virtual void      Update() { PaintModified(); }
+
+  virtual TVirtualViewer3D *GetViewer3D(Option_t * /*type*/ = "")
+  { return fViewer3D; }
+
   ClassDef(Pad, 1); // Wrapper for TPad
 };