AliRoot Core  3dc7879 (3dc7879)
AliMpRowPainter.h
Go to the documentation of this file.
1 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2  * See cxx source for full Copyright notice */
3 
4 // $Id$
5 // $MpId: AliMpRowPainter.h,v 1.8 2006/05/24 13:58:13 ivana Exp $
6 
12 
13 #ifndef ALI_MP_ROW_PAINTER_H
14 #define ALI_MP_ROW_PAINTER_H
15 
16 #include "AliMpVPainter.h"
17 
18 class AliMpRow;
19 
21 {
22  public:
25  virtual ~AliMpRowPainter();
26 
27  virtual void DumpObject(); //-MENU-
28  virtual void Draw(Option_t *option);
29  virtual void Paint(Option_t *option);
30  virtual TVector2 GetPosition() const;
31  virtual TVector2 GetDimensions() const;
32 
33  private:
35  AliMpRowPainter(const AliMpRowPainter& right);
38 
40 
41  ClassDef(AliMpRowPainter,1) // Row painter
42 };
43 #endif //ALI_MP_ROW_PAINTER_H
virtual ~AliMpRowPainter()
Class for drawing a row into canvas.
AliMpRowPainter & operator=(const AliMpRowPainter &right)
Not implemented.
Abstract base class for drawing objects into canvas.
Definition: AliMpVPainter.h:21
virtual void Paint(Option_t *option)
Paint the associated object.
A row composed of the row segments.
Definition: AliMpRow.h:26
virtual TVector2 GetPosition() const
Return the owned object's position.
virtual void DumpObject()
AliMpRow * fRow
the row to paint
virtual TVector2 GetDimensions() const
Return the owned object's dimensions.
virtual void Draw(Option_t *option)