12 #ifndef ROOT_TEveProjectionManagerEditor
13 #define ROOT_TEveProjectionManagerEditor
22 class TEveProjectionManager;
25 class TEveProjectionManagerEditor :
public TGedFrame
28 TEveProjectionManagerEditor(
const TEveProjectionManagerEditor&);
29 TEveProjectionManagerEditor& operator=(
const TEveProjectionManagerEditor&);
32 TEveProjectionManager *fM;
35 TEveGValuator *fDistortion;
38 TEveGValuator *fPastFixRFac;
39 TEveGValuator *fPastFixZFac;
40 TEveGValuator *fCurrentDepth;
41 TEveGValuator *fMaxTrackStep;
43 TGVerticalFrame *fCenterFrame;
44 TEveGValuator *fCenterX;
45 TEveGValuator *fCenterY;
46 TEveGValuator *fCenterZ;
49 TEveProjectionManagerEditor(
const TGWindow* p=0, Int_t width=170, Int_t height=30, UInt_t options = kChildFrame, Pixel_t back=GetDefaultFrameBackground());
50 virtual ~TEveProjectionManagerEditor(){}
52 virtual void SetModel(TObject* obj);
56 void DoType(Int_t type);
62 void DoCurrentDepth();
63 void DoMaxTrackStep();
66 ClassDef(TEveProjectionManagerEditor, 0);