ROOT  6.06/09
Reference Guide
Public Member Functions | List of all members
ROOT::Internal::TDrawable Class Referenceabstract

Base class for drawable entities: objects that can be painted on a TPad.

Definition at line 25 of file TDrawable.h.

Public Member Functions

virtual ~TDrawable ()
 
virtual void Paint ()=0
 Paint the object. More...
 

#include <ROOT/TDrawable.h>

+ Inheritance diagram for ROOT::Internal::TDrawable:

Constructor & Destructor Documentation

ROOT::Internal::TDrawable::~TDrawable ( )
virtual

Definition at line 18 of file TDrawable.cxx.

Member Function Documentation

virtual void ROOT::Internal::TDrawable::Paint ( )
pure virtual

Paint the object.

Implemented in ROOT::Internal::THistDrawable< DIMENSION, PRECISION >.


The documentation for this class was generated from the following files: