CMS 3D CMS Logo

Public Member Functions

ScaleAnnotation Class Reference

List of all members.

Public Member Functions

 ScaleAnnotation (TGLViewerBase *parent, const char *text, Float_t posx, Float_t posy)
void setText (const char *txt)
virtual ~ScaleAnnotation ()

Detailed Description

Definition at line 63 of file FWEveView.cc.


Constructor & Destructor Documentation

ScaleAnnotation::ScaleAnnotation ( TGLViewerBase *  parent,
const char *  text,
Float_t  posx,
Float_t  posy 
) [inline]

Definition at line 66 of file FWEveView.cc.

                                                                                       :
      TGLAnnotation(parent, text, posx, posy) {}
virtual ScaleAnnotation::~ScaleAnnotation ( ) [inline, virtual]

Definition at line 68 of file FWEveView.cc.

{}

Member Function Documentation

void ScaleAnnotation::setText ( const char *  txt) [inline]

Definition at line 70 of file FWEveView.cc.

   {
      fText = txt;
   }