#include <Aclock.h>
Inheritance diagram for TPolygon:
Public Member Functions | |
TPolygon (Int_t n, Float_t *x, Float_t *y) | |
virtual | ~TPolygon () |
virtual void | Paint (Option_t *option="") |
TPad * | GetPad () |
Protected Attributes | |
TPad * | fPad |
Definition at line 26 of file Aclock.h.
Definition at line 43 of file Aclock.cxx.
References TPolyLine::Draw(), TObject::Error(), fPad, TPolyLine::fX, TPolyLine::fY, and TVirtualPad::Pad().
virtual TPolygon::~TPolygon | ( | ) | [inline, virtual] |
Definition at line 33 of file Aclock.h.
References fPad, TPad::GetListOfPrimitives(), and TList::Remove().
void TPolygon::Paint | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TPolyLine.
Definition at line 55 of file Aclock.cxx.
References TPolyLine::fN, fPad, TPolyLine::fX, TPolyLine::fY, TAttFill::Modify(), TAttLine::Modify(), TPad::PaintFillArea(), and TPad::PaintPolyLine().
TPad* TPolygon::fPad [protected] |
Definition at line 29 of file Aclock.h.
Referenced by GetPad(), ClockHand::Move(), Paint(), TPolygon(), and ~TPolygon().