#ifndef ROOT_TEveProjectionManagerEditor
#define ROOT_TEveProjectionManagerEditor
#include "TGedFrame.h"
class TGComboBox;
class TGCheckButton;
class TGNumberEntry;
class TGColorSelect;
class TEveProjectionManager;
class TEveGValuator;
class TEveProjectionManagerEditor : public TGedFrame
{
private:
TEveProjectionManagerEditor(const TEveProjectionManagerEditor&);
TEveProjectionManagerEditor& operator=(const TEveProjectionManagerEditor&);
protected:
TEveProjectionManager *fM;
TGComboBox *fType;
TEveGValuator *fDistortion;
TEveGValuator *fFixR;
TEveGValuator *fFixZ;
TEveGValuator *fPastFixRFac;
TEveGValuator *fPastFixZFac;
TEveGValuator *fCurrentDepth;
TEveGValuator *fMaxTrackStep;
TGVerticalFrame *fCenterFrame;
TEveGValuator *fCenterX;
TEveGValuator *fCenterY;
TEveGValuator *fCenterZ;
public:
TEveProjectionManagerEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30, UInt_t options = kChildFrame, Pixel_t back=GetDefaultFrameBackground());
virtual ~TEveProjectionManagerEditor(){}
virtual void SetModel(TObject* obj);
void DoType(Int_t type);
void DoDistortion();
void DoFixR();
void DoFixZ();
void DoPastFixRFac();
void DoPastFixZFac();
void DoCurrentDepth();
void DoMaxTrackStep();
void DoCenter();
ClassDef(TEveProjectionManagerEditor, 0);
};
#endif
Last change: Wed Sep 17 08:52:32 2008
Last generated: 2008-09-17 08:52
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.