#include <TEveProjectionAxes.h>
Inheritance diagram for TEveProjectionAxes:
Definition at line 24 of file TEveProjectionAxes.h.
Definition at line 33 of file TEveProjectionAxes.h.
Definition at line 34 of file TEveProjectionAxes.h.
Definition at line 33 of file TEveProjectionAxes.h.
Definition at line 34 of file TEveProjectionAxes.h.
TEveProjectionAxes::TEveProjectionAxes | ( | const TEveProjectionAxes & | ) | [private] |
TEveProjectionAxes::TEveProjectionAxes | ( | TEveProjectionManager * | m, | |
Bool_t | useColorSet = kTRUE | |||
) |
Definition at line 27 of file TEveProjectionAxes.cxx.
References TEveProjectionManager::AddDependent(), TAttAxis::fAxisColor, TEveElement::fCanEditMainTrans, TAttAxis::fLabelColor, TAttAxis::fLabelOffset, TAttAxis::fLabelSize, fManager, TAttAxis::fNdivisions, TAttAxis::fTickLength, kFALSE, and kGray.
TEveProjectionAxes::~TEveProjectionAxes | ( | ) | [virtual] |
Definition at line 55 of file TEveProjectionAxes.cxx.
References fManager, and TEveProjectionManager::RemoveDependent().
TEveProjectionAxes::TEveProjectionAxes | ( | const TEveProjectionAxes & | ) | [private] |
TEveProjectionAxes::TEveProjectionAxes | ( | TEveProjectionManager * | m, | |
Bool_t | useColorSet = kTRUE | |||
) |
virtual TEveProjectionAxes::~TEveProjectionAxes | ( | ) | [virtual] |
TEveProjectionAxes& TEveProjectionAxes::operator= | ( | const TEveProjectionAxes & | ) | [private] |
TEveProjectionManager* TEveProjectionAxes::GetManager | ( | ) | [inline] |
Definition at line 56 of file TEveProjectionAxes.h.
References fManager.
Referenced by TEveProjectionAxesGL::DirectDraw(), TEveProjectionAxesGL::FilterOverlappingLabels(), and TEveProjectionAxesGL::SetModel().
void TEveProjectionAxes::SetLabMode | ( | ELabMode | x | ) | [inline] |
Definition at line 58 of file TEveProjectionAxes.h.
References fLabMode.
Referenced by TEveProjectionAxesEditor::DoLabMode().
ELabMode TEveProjectionAxes::GetLabMode | ( | ) | const [inline] |
Definition at line 59 of file TEveProjectionAxes.h.
References fLabMode.
Referenced by TEveProjectionAxesEditor::SetModel(), and TEveProjectionAxesGL::SplitInterval().
void TEveProjectionAxes::SetAxesMode | ( | EAxesMode | x | ) | [inline] |
Definition at line 60 of file TEveProjectionAxes.h.
References fAxesMode.
Referenced by TEveProjectionAxesEditor::DoAxesMode().
EAxesMode TEveProjectionAxes::GetAxesMode | ( | ) | const [inline] |
Definition at line 61 of file TEveProjectionAxes.h.
References fAxesMode.
Referenced by TEveProjectionAxesEditor::SetModel().
void TEveProjectionAxes::SetDrawCenter | ( | Bool_t | x | ) | [inline] |
Definition at line 63 of file TEveProjectionAxes.h.
References fDrawCenter.
Referenced by TEveProjectionAxesEditor::DoDrawCenter().
Bool_t TEveProjectionAxes::GetDrawCenter | ( | ) | const [inline] |
Definition at line 64 of file TEveProjectionAxes.h.
References fDrawCenter.
Referenced by TEveProjectionAxesGL::DirectDraw(), and TEveProjectionAxesEditor::SetModel().
void TEveProjectionAxes::SetDrawOrigin | ( | Bool_t | x | ) | [inline] |
Definition at line 65 of file TEveProjectionAxes.h.
References fDrawOrigin.
Referenced by TEveProjectionAxesEditor::DoDrawOrigin().
Bool_t TEveProjectionAxes::GetDrawOrigin | ( | ) | const [inline] |
Definition at line 66 of file TEveProjectionAxes.h.
References fDrawOrigin.
Referenced by TEveProjectionAxesGL::DirectDraw(), and TEveProjectionAxesEditor::SetModel().
void TEveProjectionAxes::Paint | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TObject.
Definition at line 63 of file TEveProjectionAxes.cxx.
References TEveElement::PaintStandard().
void TEveProjectionAxes::ComputeBBox | ( | ) | [virtual] |
Implements TAttBBox.
Definition at line 71 of file TEveProjectionAxes.cxx.
References TAttBBox::AssertBBoxExtents(), TAttBBox::BBoxZero(), TAttBBox::fBBox, fManager, TAttBBox::GetBBox(), and i.
Reimplemented from TEveElement.
Definition at line 88 of file TEveProjectionAxes.cxx.
References TEveElement::fgListTreeIcons.
TEveProjectionAxes::ClassDef | ( | TEveProjectionAxes | , | |
1 | ||||
) |
TEveProjectionAxes& TEveProjectionAxes::operator= | ( | const TEveProjectionAxes & | ) | [private] |
TEveProjectionManager* TEveProjectionAxes::GetManager | ( | ) | [inline] |
void TEveProjectionAxes::SetLabMode | ( | ELabMode | x | ) | [inline] |
ELabMode TEveProjectionAxes::GetLabMode | ( | ) | const [inline] |
void TEveProjectionAxes::SetAxesMode | ( | EAxesMode | x | ) | [inline] |
EAxesMode TEveProjectionAxes::GetAxesMode | ( | ) | const [inline] |
void TEveProjectionAxes::SetDrawCenter | ( | Bool_t | x | ) | [inline] |
Bool_t TEveProjectionAxes::GetDrawCenter | ( | ) | const [inline] |
void TEveProjectionAxes::SetDrawOrigin | ( | Bool_t | x | ) | [inline] |
Bool_t TEveProjectionAxes::GetDrawOrigin | ( | ) | const [inline] |
virtual void TEveProjectionAxes::Paint | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TObject.
virtual void TEveProjectionAxes::ComputeBBox | ( | ) | [virtual] |
Implements TAttBBox.
Reimplemented from TEveElement.
TEveProjectionAxes::ClassDef | ( | TEveProjectionAxes | , | |
1 | ||||
) |
TEveProjectionAxesGL [friend] |
Definition at line 30 of file TEveProjectionAxes.h.
TEveProjectionManager* TEveProjectionAxes::fManager [protected] |
Definition at line 41 of file TEveProjectionAxes.h.
Referenced by ComputeBBox(), GetManager(), TEveProjectionAxes(), and ~TEveProjectionAxes().
Bool_t TEveProjectionAxes::fUseColorSet [protected] |
Definition at line 43 of file TEveProjectionAxes.h.
Referenced by TEveProjectionAxesGL::DirectDraw().
ELabMode TEveProjectionAxes::fLabMode [protected] |
EAxesMode TEveProjectionAxes::fAxesMode [protected] |
Definition at line 46 of file TEveProjectionAxes.h.
Referenced by TEveProjectionAxesGL::DirectDraw(), GetAxesMode(), and SetAxesMode().
Bool_t TEveProjectionAxes::fDrawCenter [protected] |
Definition at line 48 of file TEveProjectionAxes.h.
Referenced by GetDrawCenter(), and SetDrawCenter().
Bool_t TEveProjectionAxes::fDrawOrigin [protected] |
Definition at line 49 of file TEveProjectionAxes.h.
Referenced by GetDrawOrigin(), and SetDrawOrigin().
TEveProjectionManager* TEveProjectionAxes::fManager [protected] |
Definition at line 41 of file TEveProjectionAxes.h.