12#ifndef ROOT_TEveTransEditor 
   13#define ROOT_TEveTransEditor 
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 height
 
Composite GUI element for setting three numerical values (label, three number-entries).
 
Editor for TEveTrans class.
 
ClassDef(TEveTransEditor, 0)
 
TEveTransEditor(const TEveTransEditor &)
 
virtual void SetModel(TObject *obj)
Set model object.
 
virtual ~TEveTransEditor()
 
TEveTransEditor & operator=(const TEveTransEditor &)
 
Sub-editor for TEveTrans class.
 
TEveGTriVecValuator * GetScaleValuator()
 
void UseTrans()
Emit "UseTrans()" signal.
 
void DoUseTrans()
Slot for UseTrans.
 
TEveGTriVecValuator * fScale
 
TEveGTriVecValuator * GetPosValuator()
 
TGHorizontalFrame * fTopHorFrame
 
TGCheckButton * fUseTrans
 
void DoEditTrans()
Slot for EditTrans.
 
TEveGTriVecValuator * GetRotValuator()
 
void TransChanged()
Set transformation values from widget and emit "TransChanged()" signal.
 
void SetTransFromData()
Set model object from widget data.
 
void SetModel(TEveTrans *t)
Set model object.
 
ClassDef(TEveTransSubEditor, 0)
 
void DoTransChanged()
Slot for TransChanged.
 
TGVerticalFrame * fEditTransFrame
 
TEveGTriVecValuator * fRot
 
virtual ~TEveTransSubEditor()
 
TGCheckButton * fEditTrans
 
TGCheckButton * fAutoUpdate
 
TEveTransSubEditor(const TEveTransSubEditor &)
 
TEveGTriVecValuator * fPos
 
TEveTransSubEditor & operator=(const TEveTransSubEditor &)
 
TEveTrans is a 4x4 transformation matrix for homogeneous coordinates stored internally in a column-ma...
 
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
 
A composite frame that layout their children in horizontal way.
 
Yield an action as soon as it is clicked.
 
A composite frame that layout their children in vertical way.
 
ROOT GUI Window base class.
 
Base frame for implementing GUI - a service class.
 
Mother of all ROOT objects.