25 ClassImp(TEveProjectionAxes);
30 TEveProjectionAxes::TEveProjectionAxes(TEveProjectionManager* m, Bool_t useCS) :
32 TNamed(
"TEveProjectionAxes",
""),
43 fCanEditMainTrans = kFALSE;
44 fManager->AddDependent(
this);
49 fLabelColor = kGray+1;
58 TEveProjectionAxes::~TEveProjectionAxes()
60 fManager->RemoveDependent(
this);
66 void TEveProjectionAxes::Paint(Option_t*)
74 void TEveProjectionAxes::ComputeBBox()
76 static const TEveException eH(
"TEveProjectionManager::ComputeBBox ");
79 if(fManager == 0 || fManager->GetBBox() == 0)
82 for (Int_t i=0; i<6; ++i)
83 fBBox[i] = fManager->GetBBox()[i];
85 AssertBBoxExtents(0.1);
91 const TGPicture* TEveProjectionAxes::GetListTreeIcon(Bool_t)
93 return TEveElement::fgListTreeIcons[6];