38   fPastFixRFac(0), fPastFixZFac(0),
 
   62      fType->
Connect(
"Selected(Int_t)", 
"TEveProjectionManagerEditor",
 
   63                     this, 
"DoType(Int_t)");
 
   76                        this, 
"DoDistortion()");
 
   86   fFixR->
Connect(
"ValueSet(Double_t)", 
"TEveProjectionManagerEditor",
 
   96   fFixZ->
Connect(
"ValueSet(Double_t)", 
"TEveProjectionManagerEditor",
 
  107                         this, 
"DoPastFixRFac()");
 
  117                         this, 
"DoPastFixZFac()");
 
  127                          this, 
"DoCurrentDepth()");
 
  135   fMaxTrackStep->
SetToolTip(
"Maximum step between two consecutive track-points to avoid artefacts due to projective distortions.\nTaken into account automatically during projection procedure.");
 
  137                         this, 
"DoMaxTrackStep()");
 
ULong_t Pixel_t
Pixel value.
 
winID h TVirtualViewer3D TVirtualGLPainter p
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t type
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
 
void SetLabelWidth(Int_t w)
 
void SetNELength(Int_t l)
 
Composite GUI element for single value selection (supports label, number-entry and slider).
 
void SetToolTip(const char *tip)
Set the tooltip of the number-entry.
 
void SetLimits(Int_t min, Int_t max)
Set limits of the represented value for integer values.
 
virtual void Build(Bool_t connect=kTRUE)
Create sub-components (label, number entry, slider).
 
virtual void SetValue(Float_t v, Bool_t emit=kFALSE)
Set value, optionally emit signal.
 
GUI editor for TEveProjectionManager class.
 
void DoPastFixZFac()
Slot for setting fixed z-coordinate.
 
TEveGValuator * fMaxTrackStep
 
TGVerticalFrame * fCenterFrame
 
void DoCurrentDepth()
Slot for setting current depth.
 
void DoType(Int_t type)
Slot for setting of projection type.
 
TEveGValuator * fPastFixZFac
 
TEveProjectionManagerEditor(const TEveProjectionManagerEditor &)
 
TEveGValuator * fCurrentDepth
 
TEveGValuator * fDistortion
 
void DoMaxTrackStep()
Slot for setting fixed z-coordinate.
 
void DoCenter()
Slot for setting center of distortion.
 
virtual void SetModel(TObject *obj)
Set model object.
 
TEveProjectionManager * fM
 
void DoDistortion()
Slot for setting distortion.
 
TEveGValuator * fPastFixRFac
 
void DoFixZ()
Slot for setting fixed z-coordinate.
 
void DoFixR()
Slot for setting fixed radius.
 
void DoPastFixRFac()
Slot for setting fixed radius.
 
Manager class for steering of projections and managing projected objects.
 
void SetCenter(Float_t x, Float_t y, Float_t z)
Set projection center and rebuild projected scene.
 
virtual void UpdateName()
Updates name to have consistent information with projection.
 
void SetProjection(TEveProjection::EPType_e type)
Set projection type and distortion.
 
virtual void ProjectChildren()
Project all children recursively, update bounding-box and notify TEveManger about the scenes that hav...
 
void SetCurrentDepth(Float_t d)
 
Float_t GetCurrentDepth() const
 
TEveProjection * GetProjection()
 
void SetDistortion(Float_t d)
Set distortion.
 
void SetPastFixRFac(Float_t x)
Set 2's-exponent for relative scaling beyond FixR.
 
void SetFixR(Float_t x)
Set fixed radius.
 
void SetPastFixZFac(Float_t x)
Set 2's-exponent for relative scaling beyond FixZ.
 
void SetMaxTrackStep(Float_t x)
 
Float_t GetPastFixRFac() const
 
Float_t GetDistortion() const
 
Float_t GetPastFixZFac() const
 
void SetFixZ(Float_t x)
Set fixed radius.
 
Float_t GetMaxTrackStep() const
 
A combobox (also known as a drop down listbox) allows the selection of one item out of a list of item...
 
virtual void AddEntry(TGString *s, Int_t id)
 
virtual TGListBox * GetListBox() const
 
virtual void Select(Int_t id, Bool_t emit=kTRUE)
Make the selected item visible in the combo box window and emit signals according to the second param...
 
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=nullptr)
Add frame to the composite frame using the specified layout hints.
 
void Resize(UInt_t w=0, UInt_t h=0) override
Resize the frame.
 
A composite frame that layout their children in horizontal way.
 
This class handles GUI labels.
 
This class describes layout hints used by the layout classes.
 
A listbox is a box, possibly with scrollbar, containing entries.
 
void Resize(UInt_t w, UInt_t h) override
Resize the listbox widget.
 
A composite frame that layout their children in vertical way.
 
ROOT GUI Window base class.
 
Base frame for implementing GUI - a service class.
 
virtual void MakeTitle(const char *title)
Create attribute frame title.
 
virtual void Update()
Update the current pad when an attribute is changed via GUI.
 
Mother of all ROOT objects.
 
Bool_t Connect(const char *signal, const char *receiver_class, void *receiver, const char *slot)
Non-static method is used to connect from the signal of this object to the receiver slot.