#include <FWTextProjected.h>
Public Member Functions | |
ClassDef (FWEveText, 0) | |
FWEveText (const char *txt="") | |
virtual TClass * | ProjectedClass (const TEveProjection *p) const |
virtual | ~FWEveText () |
Public Attributes | |
float | m_offsetZ |
float | m_textPad |
Private Member Functions | |
FWEveText (const FWEveText &) | |
const FWEveText & | operator= (const FWEveText &) |
Definition at line 31 of file FWTextProjected.h.
FWEveText::FWEveText | ( | const FWEveText & | ) | [private] |
FWEveText::FWEveText | ( | const char * | txt = "" | ) | [inline] |
Definition at line 41 of file FWTextProjected.h.
virtual FWEveText::~FWEveText | ( | ) | [inline, virtual] |
Definition at line 42 of file FWTextProjected.h.
{}
FWEveText::ClassDef | ( | FWEveText | , |
0 | |||
) |
TClass * FWEveText::ProjectedClass | ( | const TEveProjection * | p | ) | const [virtual] |
Definition at line 30 of file FWTextProjected.cc.
{ // Virtual from TEveProjectable, returns TEvePointSetProjected class. return FWEveTextProjected::Class(); }
float FWEveText::m_offsetZ |
Definition at line 39 of file FWTextProjected.h.
Referenced by FWJetProxyBuilder::setTextPos(), and FWEveTextProjected::UpdateProjection().
float FWEveText::m_textPad |
Definition at line 40 of file FWTextProjected.h.
Referenced by FWEveTextGL::DirectDraw().