#include <TGNumberEntry.h>
Inheritance diagram for TGNumberEntry:
Public Member Functions | |
TGNumberEntry (const TGWindow *parent=0, Double_t val=0, Int_t digitwidth=5, Int_t id=-1, EStyle style=kNESReal, EAttribute attr=kNEAAnyNumber, ELimit limits=kNELNoLimits, Double_t min=0, Double_t max=1) | |
virtual | ~TGNumberEntry () |
virtual void | SetNumber (Double_t val) |
virtual void | SetIntNumber (Long_t val) |
virtual void | SetTime (Int_t hour, Int_t min, Int_t sec) |
virtual void | SetDate (Int_t year, Int_t month, Int_t day) |
virtual void | SetHexNumber (ULong_t val) |
virtual void | SetText (const char *text) |
virtual void | SetState (Bool_t enable=kTRUE) |
virtual Double_t | GetNumber () const |
virtual Long_t | GetIntNumber () const |
virtual void | GetTime (Int_t &hour, Int_t &min, Int_t &sec) const |
virtual void | GetDate (Int_t &year, Int_t &month, Int_t &day) const |
virtual ULong_t | GetHexNumber () const |
virtual void | IncreaseNumber (EStepSize step=kNSSSmall, Int_t sign=1, Bool_t logstep=kFALSE) |
virtual void | SetFormat (EStyle style, EAttribute attr=TGNumberFormat::kNEAAnyNumber) |
virtual void | SetLimits (ELimit limits=TGNumberFormat::kNELNoLimits, Double_t min=0, Double_t max=1) |
virtual EStyle | GetNumStyle () const |
virtual EAttribute | GetNumAttr () const |
virtual ELimit | GetNumLimits () const |
virtual Double_t | GetNumMin () const |
virtual Double_t | GetNumMax () const |
virtual Bool_t | IsLogStep () const |
virtual void | SetButtonToNum (Bool_t state) |
void | SetNumStyle (EStyle style) |
void | SetNumAttr (EAttribute attr=kNEAAnyNumber) |
void | SetNumLimits (ELimit limits=kNELNoLimits) |
void | SetLimitValues (Double_t min=0, Double_t max=1) |
virtual void | SetLogStep (Bool_t on=kTRUE) |
virtual void | Associate (const TGWindow *w) |
virtual Bool_t | ProcessMessage (Long_t msg, Long_t parm1, Long_t parm2) |
virtual void | ValueChanged (Long_t val) |
virtual void | ValueSet (Long_t val) |
TGNumberEntryField * | GetNumberEntry () const |
TGButton * | GetButtonUp () const |
TGButton * | GetButtonDown () const |
virtual Bool_t | IsEditable () const |
UInt_t | GetDefaultHeight () const |
virtual void | SavePrimitive (ostream &out, Option_t *="") |
virtual TGLayoutManager * | GetLayoutManager () const |
TGNumberEntry (const TGWindow *parent=0, Double_t val=0, Int_t digitwidth=5, Int_t id=-1, EStyle style=kNESReal, EAttribute attr=kNEAAnyNumber, ELimit limits=kNELNoLimits, Double_t min=0, Double_t max=1) | |
virtual | ~TGNumberEntry () |
virtual void | SetNumber (Double_t val) |
virtual void | SetIntNumber (Long_t val) |
virtual void | SetTime (Int_t hour, Int_t min, Int_t sec) |
virtual void | SetDate (Int_t year, Int_t month, Int_t day) |
virtual void | SetHexNumber (ULong_t val) |
virtual void | SetText (const char *text) |
virtual void | SetState (Bool_t enable=kTRUE) |
virtual Double_t | GetNumber () const |
virtual Long_t | GetIntNumber () const |
virtual void | GetTime (Int_t &hour, Int_t &min, Int_t &sec) const |
virtual void | GetDate (Int_t &year, Int_t &month, Int_t &day) const |
virtual ULong_t | GetHexNumber () const |
virtual void | IncreaseNumber (EStepSize step=kNSSSmall, Int_t sign=1, Bool_t logstep=kFALSE) |
virtual void | SetFormat (EStyle style, EAttribute attr=TGNumberFormat::kNEAAnyNumber) |
virtual void | SetLimits (ELimit limits=TGNumberFormat::kNELNoLimits, Double_t min=0, Double_t max=1) |
virtual EStyle | GetNumStyle () const |
virtual EAttribute | GetNumAttr () const |
virtual ELimit | GetNumLimits () const |
virtual Double_t | GetNumMin () const |
virtual Double_t | GetNumMax () const |
virtual Bool_t | IsLogStep () const |
virtual void | SetButtonToNum (Bool_t state) |
void | SetNumStyle (EStyle style) |
void | SetNumAttr (EAttribute attr=kNEAAnyNumber) |
void | SetNumLimits (ELimit limits=kNELNoLimits) |
void | SetLimitValues (Double_t min=0, Double_t max=1) |
virtual void | SetLogStep (Bool_t on=kTRUE) |
virtual void | Associate (const TGWindow *w) |
virtual Bool_t | ProcessMessage (Long_t msg, Long_t parm1, Long_t parm2) |
virtual void | ValueChanged (Long_t val) |
virtual void | ValueSet (Long_t val) |
TGNumberEntryField * | GetNumberEntry () const |
TGButton * | GetButtonUp () const |
TGButton * | GetButtonDown () const |
virtual Bool_t | IsEditable () const |
UInt_t | GetDefaultHeight () const |
virtual void | SavePrimitive (ostream &out, Option_t *="") |
virtual TGLayoutManager * | GetLayoutManager () const |
Protected Attributes | |
TGNumberEntryField * | fNumericEntry |
TGButton * | fButtonUp |
TGButton * | fButtonDown |
Bool_t | fButtonToNum |
TGNumberEntryField * | fNumericEntry |
TGButton * | fButtonUp |
TGButton * | fButtonDown |
Private Member Functions | |
TGNumberEntry (const TGNumberEntry &) | |
TGNumberEntry & | operator= (const TGNumberEntry &) |
TGNumberEntry (const TGNumberEntry &) | |
TGNumberEntry & | operator= (const TGNumberEntry &) |
Private Attributes | |
EStyle | fNumStyle |
EAttribute | fNumAttr |
ELimit | fNumLimits |
const TGPicture * | fPicUp |
const TGPicture * | fPicDown |
const TGPicture * | fPicUp |
const TGPicture * | fPicDown |
Definition at line 162 of file TGNumberEntry.h.
TGNumberEntry::TGNumberEntry | ( | const TGNumberEntry & | ) | [private] |
TGNumberEntry::TGNumberEntry | ( | const TGWindow * | parent = 0 , |
|
Double_t | val = 0 , |
|||
Int_t | digitwidth = 5 , |
|||
Int_t | id = -1 , |
|||
EStyle | style = kNESReal , |
|||
EAttribute | attr = kNEAAnyNumber , |
|||
ELimit | limits = kNELNoLimits , |
|||
Double_t | min = 0 , |
|||
Double_t | max = 1 | |||
) |
Definition at line 1921 of file TGNumberEntry.cxx.
References TMath::Abs(), TGCompositeFrame::AddFrame(), TGWidget::Associate(), TQObject::Connect(), TObject::Error(), fButtonDown, fButtonUp, TGObject::fClient, TGWindow::fEditDisabled, TGWidget::fMsgWindow, fNumericEntry, fPicDown, fPicUp, TGWidget::fWidgetId, TGNumberEntryField::GetCharWidth(), TGFrame::GetDefaultHeight(), TGClient::GetPicture(), h, TGNumberEntryField::IsLogStep(), TGWindow::kEditDisableHeight, TGWindow::kEditDisableLayout, TGCompositeFrame::MapSubwindows(), TGFrame::Resize(), TGCompositeFrame::SetLayoutManager(), and w.
TGNumberEntry::~TGNumberEntry | ( | ) | [virtual] |
Definition at line 1965 of file TGNumberEntry.cxx.
References TGCompositeFrame::Cleanup(), fPicDown, fPicUp, TGClient::FreePicture(), and gClient.
TGNumberEntry::TGNumberEntry | ( | const TGNumberEntry & | ) | [private] |
TGNumberEntry::TGNumberEntry | ( | const TGWindow * | parent = 0 , |
|
Double_t | val = 0 , |
|||
Int_t | digitwidth = 5 , |
|||
Int_t | id = -1 , |
|||
EStyle | style = kNESReal , |
|||
EAttribute | attr = kNEAAnyNumber , |
|||
ELimit | limits = kNELNoLimits , |
|||
Double_t | min = 0 , |
|||
Double_t | max = 1 | |||
) |
virtual TGNumberEntry::~TGNumberEntry | ( | ) | [virtual] |
TGNumberEntry& TGNumberEntry::operator= | ( | const TGNumberEntry & | ) | [private] |
virtual void TGNumberEntry::SetNumber | ( | Double_t | val | ) | [inline, virtual] |
Definition at line 192 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::SetNumber().
Referenced by TGL5DDataSetEditor::ApplyAlpha(), TGuiBldGeometryFrame::ChangeSelected(), TGeoMaterialEditor::DoA(), TGeoEltuEditor::DoA(), TH1Editor::DoAddB(), TH1Editor::DoAddBar(), TGeoVolumeEditor::DoAddNode(), TGeoParaEditor::DoAlpha(), TGeoTrapEditor::DoAlpha1(), TGeoCtubEditor::DoApply(), TGeoSphereEditor::DoApply(), TGeoConeSegEditor::DoApply(), TGeoMaterialEditor::DoApply(), TGeoTubeSegEditor::DoApply(), TGeoMixtureEditor::DoApply1(), TGeoEltuEditor::DoB(), TGeoTrapEditor::DoBl1(), TGeoRotationEditor::DoCancel(), TGeoCombiTransEditor::DoCancel(), TGeoTranslationEditor::DoCancel(), TAdvancedGraphicsDialog::DoChangedScanPar(), TH2Editor::DoContLevel(), TH2Editor::DoContLevel1(), TGeoVolumeEditor::DoDivFromTo(), TGeoVolumeEditor::DoDivN(), TGeoVolumeEditor::DoDivSelAxis(), TGeoVolumeEditor::DoDivStep(), TGeoTorusEditor::DoDphi(), TGeoBBoxEditor::DoDx(), TGeoTrd2Editor::DoDx1(), TGeoTrd1Editor::DoDx1(), TGeoTrd2Editor::DoDx2(), TGeoTrd1Editor::DoDx2(), TGeoBBoxEditor::DoDy(), TGeoTrd1Editor::DoDy(), TGeoTrd2Editor::DoDy1(), TGeoTrd2Editor::DoDy2(), TGeoBBoxEditor::DoDz(), TGeoEltuEditor::DoDz(), TGeoTubeEditor::DoDz(), TGeoTrapEditor::DoDz(), TGeoHypeEditor::DoDz(), TGeoTrd2Editor::DoDz(), TGeoTrd1Editor::DoDz(), TGeoConeEditor::DoDz(), TGeoTrapEditor::DoH1(), TAttMarkerEditor::DoMarkerSize(), TAttMarkerEditor::DoMarkerStyle(), TGeoPgonEditor::DoNedges(), TFitEditor::DoNumericSliderXChanged(), TFitEditor::DoNumericSliderYChanged(), TGeoPconEditor::DoNz(), TGeoCombiTransEditor::DoParameters(), TGeoRotationEditor::DoParameters(), TFitParametersDialog::DoParBound(), TFitParametersDialog::DoParMaxLimit(), TFitParametersDialog::DoParMinLimit(), TGeoCtubEditor::DoPhhi(), TGeoParaEditor::DoPhi(), TGeoTubeSegEditor::DoPhi(), TGeoPconEditor::DoPhi(), TGeoTrapEditor::DoPhi(), TGeoConeSegEditor::DoPhi(), TGeoSphereEditor::DoPhi(), TGeoTubeSegEditor::DoPhi1(), TGeoTorusEditor::DoPhi1(), TGeoConeSegEditor::DoPhi1(), TGeoSphereEditor::DoPhi1(), TGeoConeSegEditor::DoPhi2(), TGeoSphereEditor::DoPhi2(), TGeoTubeSegEditor::DoPhi2(), TGeoCtubEditor::DoPhlo(), TGeoTorusEditor::DoR(), TGeoMaterialEditor::DoRadAbs(), TGeoVolumeEditor::DoRemoveNode(), TFitParametersDialog::DoReset(), TFunctionParametersDialog::DoReset(), TGeoHypeEditor::DoRin(), TGeoPconSection::DoRmax(), TGeoTubeEditor::DoRmax(), TGeoTorusEditor::DoRmax(), TGeoSphereEditor::DoRmax(), TGeoConeEditor::DoRmax1(), TGeoConeEditor::DoRmax2(), TGeoPconSection::DoRmin(), TGeoTubeEditor::DoRmin(), TGeoSphereEditor::DoRmin(), TGeoTorusEditor::DoRmin(), TGeoConeEditor::DoRmin1(), TGeoConeEditor::DoRmin2(), TGeoCombiTransEditor::DoRotAngle(), TGeoRotationEditor::DoRotAngle(), TGeoCombiTransEditor::DoRotPhi(), TGeoRotationEditor::DoRotPhi(), TGeoCombiTransEditor::DoRotPsi(), TGeoRotationEditor::DoRotPsi(), TGeoRotationEditor::DoRotTheta(), TGeoCombiTransEditor::DoRotTheta(), TGeoHypeEditor::DoRout(), TGeoTrapEditor::DoSc1(), TGeoTrapEditor::DoSc2(), TFunctionParametersDialog::DoSlider(), TFitParametersDialog::DoSlider(), TFitEditor::DoSliderXMoved(), TFitEditor::DoSliderYMoved(), TGeoHypeEditor::DoStIn(), TGeoHypeEditor::DoStOut(), TGeoTrapEditor::DoTheta(), TGeoSphereEditor::DoTheta(), TGeoParaEditor::DoTheta(), TGeoSphereEditor::DoTheta1(), TGeoSphereEditor::DoTheta2(), TGeoCtubEditor::DoThhi(), TGeoCtubEditor::DoThlo(), TGeoTrapEditor::DoTl1(), TGeoGtraEditor::DoTwist(), TGeoTrd2Editor::DoUndo(), TGeoTrd1Editor::DoUndo(), TGeoMaterialEditor::DoUndo(), TGeoTorusEditor::DoUndo(), TGeoCtubEditor::DoUndo(), TGeoPgonEditor::DoUndo(), TGeoConeEditor::DoUndo(), TGeoEltuEditor::DoUndo(), TGeoParaEditor::DoUndo(), TGeoSphereEditor::DoUndo(), TGeoGtraEditor::DoUndo(), TGeoHypeEditor::DoUndo(), TGeoPconEditor::DoUndo(), TGeoConeSegEditor::DoUndo(), TGeoTubeEditor::DoUndo(), TGeoBBoxEditor::DoUndo(), TGeoTrapEditor::DoUndo(), TGeoTubeSegEditor::DoUndo(), TGeoMixtureEditor::DoUndo1(), TFitEditor::DoUseFuncRange(), TGeoParaEditor::DoX(), TGeoParaEditor::DoY(), TGeoMaterialEditor::DoZ(), TGeoParaEditor::DoZ(), TEveCaloVizEditor::MakeSliceInfo(), TEveGDoubleValuator::MaxEntryCallback(), TEveGDoubleValuator::MinEntryCallback(), TStyleManager::ModAttDateTextSizeInPixels(), TStyleManager::ModPaperSizePredef(), TStyleManager::ModStatFontSizeInPixels(), TStyleManager::ModTextSizeInPixels(), TStyleManager::ModTitleFontSizeInPixels(), TStyleManager::ModXLabelSizeInPixels(), TStyleManager::ModXTitleSizeInPixels(), TStyleManager::ModYLabelSizeInPixels(), TStyleManager::ModYTitleSizeInPixels(), TStyleManager::ModZLabelSizeInPixels(), TStyleManager::ModZTitleSizeInPixels(), TGuiBldGeometryFrame::ResizeSelected(), TGLPShapeObjEditor::SetCenter(), TGLViewerEditor::SetGuides(), TGL5DDataSetEditor::SetIsoTabWidgets(), TAxisEditor::SetModel(), TEveCaloLegoEditor::SetModel(), TGeoPconEditor::SetModel(), TCurlyArcEditor::SetModel(), TGeoConeSegEditor::SetModel(), TGeoSphereEditor::SetModel(), TGeoTrd1Editor::SetModel(), TGeoNodeEditor::SetModel(), TGeoTrd2Editor::SetModel(), TAttMarkerEditor::SetModel(), TGeoCtubEditor::SetModel(), TH1Editor::SetModel(), TGeoMediumEditor::SetModel(), TGeoTubeEditor::SetModel(), TGeoMaterialEditor::SetModel(), TF1Editor::SetModel(), TGeoVolumeEditor::SetModel(), TH2Editor::SetModel(), TGeoRotationEditor::SetModel(), TGeoTorusEditor::SetModel(), TGeoGtraEditor::SetModel(), TGLViewerEditor::SetModel(), TGeoBBoxEditor::SetModel(), TGeoTranslationEditor::SetModel(), TGeoParaEditor::SetModel(), TCurlyLineEditor::SetModel(), TGeoCombiTransEditor::SetModel(), TGeoEltuEditor::SetModel(), TArrowEditor::SetModel(), TGeoConeEditor::SetModel(), TEveElementEditor::SetModel(), TGeoPgonEditor::SetModel(), TGeoTrapEditor::SetModel(), TGeoTubeSegEditor::SetModel(), TPieSliceEditor::SetModel(), TEveCalo3DEditor::SetModel(), TLineEditor::SetModel(), TEveShapeEditor::SetModel(), TGeoHypeEditor::SetModel(), TPieEditor::SetModel(), TGeoPconSection::SetRmax(), TGeoPconSection::SetRmin(), TGLPShapeObjEditor::SetScale(), TGL5DDataSetEditor::SetStyleTabWidgets(), TEveGValuator::SetValue(), TEveGDoubleValuator::SetValues(), TGeoPconSection::SetZ(), TEveGDoubleValuator::SliderCallback(), TEveGValuator::SliderCallback(), TGeoManagerEditor::TGeoManagerEditor(), TGeoVolumeEditor::TGeoVolumeEditor(), TStyleManager::UpdateEditor(), and TFitEditor::UpdateGUI().
virtual void TGNumberEntry::SetIntNumber | ( | Long_t | val | ) | [inline, virtual] |
Definition at line 195 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::SetIntNumber().
Referenced by TGL5DDataSetEditor::ApplyPlanes(), TEditQueryFrame::Build(), TNewQueryDlg::Build(), TGuiBldHintsEditor::ChangeSelected(), TGuiBldEditor::ChangeSelected(), TProofProgressLog::Init(), TGuiBldHintsEditor::LayoutSubframes(), TGuiBldHintsEditor::MatrixLayout(), TSessionServerFrame::OnBtnNewServerClicked(), TGL5DDataSetEditor::SetGridTabWidgets(), TSessionFrame::SetLogLevel(), TSessionServerFrame::SetLogLevel(), TGuiBldHintsEditor::SetMatrixSep(), TStructNodeEditor::SetModel(), TH2Editor::SetModel(), TSessionServerFrame::SetPortNumber(), TGuiBldEditor::SetXPos(), TGuiBldEditor::SetYPos(), TSessionServerFrame::Update(), TStyleManager::UpdateEditor(), TEditQueryFrame::UpdateFields(), and TNewQueryDlg::UpdateFields().
Definition at line 198 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::SetTime().
Definition at line 201 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::SetDate().
virtual void TGNumberEntry::SetHexNumber | ( | ULong_t | val | ) | [inline, virtual] |
Definition at line 204 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::SetHexNumber().
virtual void TGNumberEntry::SetText | ( | const char * | text | ) | [inline, virtual] |
Definition at line 207 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::SetText().
Definition at line 1995 of file TGNumberEntry.cxx.
References fButtonDown, fButtonUp, fNumericEntry, kButtonDisabled, kButtonUp, kFALSE, kTRUE, TGNumberEntryField::SetState(), and TGButton::SetState().
Referenced by TFitEditor::CreateGeneralTab(), TGLViewerEditor::DoCameraCenterExt(), TFunctionParametersDialog::DoFix(), TFitEditor::DoLinearFit(), TAttMarkerEditor::DoMarkerSize(), TAttMarkerEditor::DoMarkerStyle(), TFitParametersDialog::DoParFix(), TFitParametersDialog::DoReset(), TFunctionParametersDialog::DoReset(), TStructNodeEditor::Init(), TProofProgressLog::NoLineEntry(), TAttMarkerEditor::SetModel(), TEveTransSubEditor::SetModel(), TGLViewerEditor::SetModel(), TFitEditor::SetObjectType(), TStyleManager::UpdateEditor(), and TGLViewerEditor::UpdateReferencePosState().
virtual Double_t TGNumberEntry::GetNumber | ( | ) | const [inline, virtual] |
Definition at line 212 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetNumber().
Referenced by TGL5DDataSetEditor::AddNewSurface(), TGL5DDataSetEditor::ApplyAlpha(), TGeoEltuEditor::DoA(), TGeoMixtureEditor::DoAddElem(), TGeoParaEditor::DoAlpha(), TGeoTrapEditor::DoAlpha1(), TCurlyLineEditor::DoAmplitude(), TArrowEditor::DoAngle(), TGeoEltuEditor::DoApply(), TGeoCtubEditor::DoApply(), TGeoTrapEditor::DoApply(), TGeoConeEditor::DoApply(), TGeoPgonEditor::DoApply(), TGeoPconEditor::DoApply(), TGeoParaEditor::DoApply(), TGeoTubeEditor::DoApply(), TGeoSphereEditor::DoApply(), TGeoHypeEditor::DoApply(), TGeoMaterialEditor::DoApply(), TGeoConeSegEditor::DoApply(), TGeoTrd2Editor::DoApply(), TGeoMediumEditor::DoApply(), TGeoTrd1Editor::DoApply(), TGeoBBoxEditor::DoApply(), TGeoGtraEditor::DoApply(), TGeoTubeSegEditor::DoApply(), TGeoTorusEditor::DoApply(), TGeoMixtureEditor::DoApply1(), TGeoVolumeEditor::DoApplyDiv(), TGeoEltuEditor::DoB(), TH1Editor::DoBarOffset(), TH2Editor::DoBarOffset(), TH2Editor::DoBarWidth(), TH1Editor::DoBarWidth(), TGeoTrapEditor::DoBl1(), TCurlyArcEditor::DoCenterXY(), TPieEditor::DoChange3DAngle(), TH2Editor::DoContLevel(), TH2Editor::DoContLevel1(), TGeoManagerEditor::DoCreateMaterial(), TGeoManagerEditor::DoCreateMixture(), TGeoVolumeEditor::DoDivFromTo(), TAxisEditor::DoDivisions(), TGeoVolumeEditor::DoDivN(), TGeoVolumeEditor::DoDivStep(), TGeoTorusEditor::DoDphi(), TGeoBBoxEditor::DoDx(), TGeoTrd2Editor::DoDx1(), TGeoTrd1Editor::DoDx1(), TGeoTrd2Editor::DoDx2(), TGeoTrd1Editor::DoDx2(), TGeoBBoxEditor::DoDy(), TGeoTrd1Editor::DoDy(), TGeoTrd2Editor::DoDy1(), TGeoTrd2Editor::DoDy2(), TGeoEltuEditor::DoDz(), TGeoBBoxEditor::DoDz(), TGeoTubeEditor::DoDz(), TGeoTrapEditor::DoDz(), TGeoHypeEditor::DoDz(), TGeoTrd2Editor::DoDz(), TGeoTrd1Editor::DoDz(), TGeoConeEditor::DoDz(), TLineEditor::DoEndPoint(), TCurlyLineEditor::DoEndXY(), TEveCalo3DEditor::DoFrameTransparency(), TGeoTrapEditor::DoH1(), TAxisEditor::DoLabelOffset(), TAxisEditor::DoLabelSize(), TEveShapeEditor::DoLineWidth(), TAttMarkerEditor::DoMarkerSize(), TFitEditor::DoNumericSliderXChanged(), TFitEditor::DoNumericSliderYChanged(), TPieSliceEditor::DoOffset(), TGeoTranslationEditor::DoParameters(), TGeoCombiTransEditor::DoParameters(), TGeoRotationEditor::DoParameters(), TGeoCtubEditor::DoPhhi(), TGeoParaEditor::DoPhi(), TGeoPconEditor::DoPhi(), TGeoTrapEditor::DoPhi(), TGeoTubeSegEditor::DoPhi1(), TGeoTorusEditor::DoPhi1(), TGeoSphereEditor::DoPhi1(), TGeoConeSegEditor::DoPhi1(), TGeoSphereEditor::DoPhi2(), TGeoConeSegEditor::DoPhi2(), TGeoTubeSegEditor::DoPhi2(), TCurlyArcEditor::DoPhimax(), TCurlyArcEditor::DoPhimin(), TGeoCtubEditor::DoPhlo(), TGeoTorusEditor::DoR(), TCurlyArcEditor::DoRadius(), TGeoHypeEditor::DoRin(), TGeoPconSection::DoRmax(), TGeoTubeEditor::DoRmax(), TGeoTorusEditor::DoRmax(), TGeoSphereEditor::DoRmax(), TGeoConeEditor::DoRmax1(), TGeoConeEditor::DoRmax2(), TGeoPconSection::DoRmin(), TGeoTubeEditor::DoRmin(), TGeoSphereEditor::DoRmin(), TGeoTorusEditor::DoRmin(), TGeoConeEditor::DoRmin1(), TGeoConeEditor::DoRmin2(), TGeoCombiTransEditor::DoRotAngle(), TGeoRotationEditor::DoRotAngle(), TGeoCombiTransEditor::DoRotPhi(), TGeoRotationEditor::DoRotPhi(), TGeoCombiTransEditor::DoRotPsi(), TGeoRotationEditor::DoRotPsi(), TGeoRotationEditor::DoRotTheta(), TGeoCombiTransEditor::DoRotTheta(), TGeoHypeEditor::DoRout(), TGeoTrapEditor::DoSc1(), TGeoTrapEditor::DoSc2(), TArrowEditor::DoSize(), TF1Editor::DoSliderXMoved(), TF1Editor::DoSliderXPressed(), TF1Editor::DoSliderXReleased(), TLineEditor::DoStartPoint(), TCurlyLineEditor::DoStartXY(), TGeoHypeEditor::DoStIn(), TGeoHypeEditor::DoStOut(), TGeoTrapEditor::DoTheta(), TGeoParaEditor::DoTheta(), TGeoSphereEditor::DoTheta1(), TGeoSphereEditor::DoTheta2(), TGeoCtubEditor::DoThhi(), TGeoCtubEditor::DoThlo(), TAxisEditor::DoTickLength(), TAxisEditor::DoTitleOffset(), TAxisEditor::DoTitleSize(), TGeoTrapEditor::DoTl1(), TEveCaloLegoEditor::DoTransparency(), TEveElementEditor::DoTransparency(), TGeoGtraEditor::DoTwist(), TPieSliceEditor::DoValue(), TCurlyLineEditor::DoWaveLength(), TGeoParaEditor::DoX(), TF1Editor::DoXPoints(), TGeoParaEditor::DoY(), TGeoMaterialEditor::DoZ(), TGeoParaEditor::DoZ(), TAdvancedGraphicsDialog::DrawConfidenceLevels(), TAdvancedGraphicsDialog::DrawContour(), TStructViewerGUI::DrawLink(), TStructViewerGUI::DrawNode(), TAdvancedGraphicsDialog::DrawScan(), TEveGValuator::EntryCallback(), TEveGDoubleValuator::GetMax(), TEveGDoubleValuator::GetMin(), TGLPShapeObjEditor::GetObjectData(), TGeoPconSection::GetRmax(), TGeoPconSection::GetRmin(), TEveGDoubleValuator::GetValues(), TGeoPconSection::GetZ(), TStyleManager::ModAttDateTextAngle(), TStyleManager::ModAttDateTextSize(), TStyleManager::ModBarOffset(), TStyleManager::ModBarWidth(), TStyleManager::ModEndErrorSize(), TStyleManager::ModHatchesSpacing(), TStyleManager::ModLineScalePS(), TStyleManager::ModPaperSizeXY(), TStyleManager::ModScreenFactor(), TStyleManager::ModStatFontSize(), TStyleManager::ModStatH(), TStyleManager::ModStatW(), TStyleManager::ModStatX(), TStyleManager::ModStatY(), TStyleManager::ModTextAngle(), TStyleManager::ModTextSize(), TStyleManager::ModTimeOffset(), TStyleManager::ModTitleFontSize(), TStyleManager::ModXLabelOffset(), TStyleManager::ModXLabelSize(), TStyleManager::ModXTickLength(), TStyleManager::ModXTitleOffset(), TStyleManager::ModXTitleSize(), TStyleManager::ModYLabelOffset(), TStyleManager::ModYLabelSize(), TStyleManager::ModYTickLength(), TStyleManager::ModYTitleOffset(), TStyleManager::ModYTitleSize(), TStyleManager::ModZLabelOffset(), TStyleManager::ModZLabelSize(), TStyleManager::ModZTickLength(), TStyleManager::ModZTitleOffset(), TStyleManager::ModZTitleSize(), TFitEditor::RetrieveOptions(), SavePrimitive(), StatDialogBDT::SetItree(), EntryTestDlg::SetLimits(), StatDialogMVAEffs::SetNBackground(), StatDialogMVAEffs::SetNSignal(), TFitParametersDialog::SetParameters(), TGLViewerEditor::UpdateCameraCenter(), TGLViewerEditor::UpdateMaxDrawTimes(), TGLViewerEditor::UpdatePointLineStuff(), TGLViewerEditor::UpdateRotator(), TGLViewerEditor::UpdateStereo(), TGLViewerEditor::UpdateViewerAxes(), and TGLViewerEditor::UpdateViewerReference().
virtual Long_t TGNumberEntry::GetIntNumber | ( | ) | const [inline, virtual] |
Definition at line 215 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetIntNumber().
Referenced by TStructNodeEditor::ApplyButtonSlot(), TGL5DDataSetEditor::ApplyGridParameters(), TGL5DDataSetEditor::ApplyPlanes(), TGeoVolumeEditor::DoAddNode(), TGeoPgonEditor::DoApply(), TGeoPconEditor::DoApply(), TGeoMediumEditor::DoApply(), TGeoVolumeEditor::DoApplyDiv(), TGeoManagerEditor::DoCreateMedium(), TGeoVolumeEditor::DoDivFromTo(), TGeoVolumeEditor::DoDivN(), TGeoVolumeEditor::DoDivStep(), TProofProgressLog::DoLog(), TGeoPgonEditor::DoNedges(), TGeoPconEditor::DoNz(), TGeoVolumeEditor::DoVisAuto(), TGeoVolumeEditor::DoVisLevel(), TSessionServerFrame::GetLogLevel(), TSessionFrame::GetLogLevel(), TSessionServerFrame::GetPortNumber(), TGuiBldEditor::GetXPos(), TGuiBldEditor::GetYPos(), TMemStatViewerGUI::HandleDeep(), TGuiBldHintsEditor::MatrixLayout(), TStructNodeEditor::MaxLevelsValueSetSlot(), TStructNodeEditor::MaxObjectsValueSetSlot(), TStyleManager::ModCanvasDefH(), TStyleManager::ModCanvasDefW(), TStyleManager::ModCanvasDefX(), TStyleManager::ModCanvasDefY(), TStyleManager::ModDateX(), TStyleManager::ModDateY(), TStyleManager::ModErrorX(), TStyleManager::ModLegoInnerR(), TStyleManager::ModNumberContours(), TStyleManager::ModPadBottomMargin(), TStyleManager::ModPadLeftMargin(), TStyleManager::ModPadRightMargin(), TStyleManager::ModPadTopMargin(), TStyleManager::ModTitleH(), TStyleManager::ModTitleW(), TStyleManager::ModTitleX(), TStyleManager::ModTitleY(), TStyleManager::ModXNdivisions(), TStyleManager::ModYNdivisions(), TStyleManager::ModZNdivisions(), TSessionFrame::OnApplyLogLevel(), TSessionServerFrame::OnBtnAddClicked(), TSessionServerFrame::OnBtnConnectClicked(), TEditQueryFrame::OnBtnSave(), TNewQueryDlg::OnBtnSaveClicked(), TProofProgressLog::Rebuild(), TMemStatDrawDlg::ReDraw(), TGuiBldGeometryFrame::ResizeSelected(), SavePrimitive(), TGuiBldHintsEditor::SetMatrixSep(), TNewQueryDlg::SettingsChanged(), TSessionServerFrame::SettingsChanged(), TEditQueryFrame::SettingsChanged(), and TGuiBldHintsEditor::UpdateState().
virtual void TGNumberEntry::GetTime | ( | Int_t & | hour, | |
Int_t & | min, | |||
Int_t & | sec | |||
) | const [inline, virtual] |
Definition at line 218 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetTime().
Referenced by SavePrimitive().
virtual void TGNumberEntry::GetDate | ( | Int_t & | year, | |
Int_t & | month, | |||
Int_t & | day | |||
) | const [inline, virtual] |
Definition at line 221 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetDate().
Referenced by SavePrimitive().
virtual ULong_t TGNumberEntry::GetHexNumber | ( | ) | const [inline, virtual] |
Definition at line 224 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetHexNumber().
Referenced by SavePrimitive().
virtual void TGNumberEntry::IncreaseNumber | ( | EStepSize | step = kNSSSmall , |
|
Int_t | sign = 1 , |
|||
Bool_t | logstep = kFALSE | |||
) | [inline, virtual] |
Definition at line 227 of file TGNumberEntry.h.
References fNumericEntry, TGNumberEntryField::IncreaseNumber(), and RootCsg::sign().
virtual void TGNumberEntry::SetFormat | ( | EStyle | style, | |
EAttribute | attr = TGNumberFormat::kNEAAnyNumber | |||
) | [inline, virtual] |
Definition at line 231 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::SetFormat().
Referenced by TStyleManager::ModAttDateTextSizeInPixels(), TStyleManager::ModStatFontSizeInPixels(), TStyleManager::ModTextSizeInPixels(), TStyleManager::ModTitleFontSizeInPixels(), TStyleManager::ModXLabelSizeInPixels(), TStyleManager::ModXTitleSizeInPixels(), TStyleManager::ModYLabelSizeInPixels(), TStyleManager::ModYTitleSizeInPixels(), TStyleManager::ModZLabelSizeInPixels(), TStyleManager::ModZTitleSizeInPixels(), TEveGDoubleValuator::SetLimits(), TEveGValuator::SetLimits(), SetNumAttr(), and SetNumStyle().
virtual void TGNumberEntry::SetLimits | ( | ELimit | limits = TGNumberFormat::kNELNoLimits , |
|
Double_t | min = 0 , |
|||
Double_t | max = 1 | |||
) | [inline, virtual] |
Definition at line 234 of file TGNumberEntry.h.
References fNumericEntry, max, min, and TGNumberEntryField::SetLimits().
Referenced by TGLViewerEditor::CreateExtrasTab(), TGLPShapeObjEditor::CreateGeoControls(), TGLViewerEditor::CreateStyleTab(), TFitParametersDialog::DoParBound(), TProofProgressLog::Init(), TStyleManager::ModAttDateTextSizeInPixels(), TStyleManager::ModStatFontSizeInPixels(), TStyleManager::ModTextSizeInPixels(), TStyleManager::ModTitleFontSizeInPixels(), TStyleManager::ModXLabelSizeInPixels(), TStyleManager::ModXTitleSizeInPixels(), TStyleManager::ModYLabelSizeInPixels(), TStyleManager::ModYTitleSizeInPixels(), TStyleManager::ModZLabelSizeInPixels(), TStyleManager::ModZTitleSizeInPixels(), TGL5DDataSetEditor::SetIsoTabWidgets(), TEveGDoubleValuator::SetLimits(), TEveGValuator::SetLimits(), EntryTestDlg::SetLimits(), SetLimitValues(), SetNumLimits(), StatDialogBDT::StatDialogBDT(), StatDialogMVAEffs::StatDialogMVAEffs(), TStructViewerGUI::TStructViewerGUI(), and TFitEditor::UpdateGUI().
virtual EStyle TGNumberEntry::GetNumStyle | ( | ) | const [inline, virtual] |
Definition at line 239 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetNumStyle().
Referenced by SavePrimitive(), and SetNumAttr().
virtual EAttribute TGNumberEntry::GetNumAttr | ( | ) | const [inline, virtual] |
Definition at line 242 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetNumAttr().
Referenced by SavePrimitive(), and SetNumStyle().
virtual ELimit TGNumberEntry::GetNumLimits | ( | ) | const [inline, virtual] |
Definition at line 245 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetNumLimits().
Referenced by SavePrimitive(), and SetLimitValues().
virtual Double_t TGNumberEntry::GetNumMin | ( | ) | const [inline, virtual] |
Definition at line 248 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetNumMin().
Referenced by TEveGDoubleValuator::GetLimitMin(), SavePrimitive(), and SetNumLimits().
virtual Double_t TGNumberEntry::GetNumMax | ( | ) | const [inline, virtual] |
Definition at line 251 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetNumMax().
Referenced by TEveGDoubleValuator::GetLimitMax(), SavePrimitive(), and SetNumLimits().
virtual Bool_t TGNumberEntry::IsLogStep | ( | ) | const [inline, virtual] |
Definition at line 254 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::IsLogStep().
void TGNumberEntry::SetButtonToNum | ( | Bool_t | state | ) | [virtual] |
void TGNumberEntry::SetNumStyle | ( | EStyle | style | ) | [inline] |
Definition at line 259 of file TGNumberEntry.h.
References GetNumAttr(), and SetFormat().
Referenced by TGeoPgonEditor::CreateEdges(), TGeoManagerEditor::TGeoManagerEditor(), TGeoPconEditor::TGeoPconEditor(), and TGeoVolumeEditor::TGeoVolumeEditor().
void TGNumberEntry::SetNumAttr | ( | EAttribute | attr = kNEAAnyNumber |
) | [inline] |
Definition at line 261 of file TGNumberEntry.h.
References GetNumStyle(), and SetFormat().
Referenced by TGeoPgonEditor::CreateEdges(), TGeoBBoxEditor::TGeoBBoxEditor(), TGeoConeEditor::TGeoConeEditor(), TGeoConeSegEditor::TGeoConeSegEditor(), TGeoCtubEditor::TGeoCtubEditor(), TGeoEltuEditor::TGeoEltuEditor(), TGeoHypeEditor::TGeoHypeEditor(), TGeoManagerEditor::TGeoManagerEditor(), TGeoParaEditor::TGeoParaEditor(), TGeoPconEditor::TGeoPconEditor(), TGeoSphereEditor::TGeoSphereEditor(), TGeoTorusEditor::TGeoTorusEditor(), TGeoTrapEditor::TGeoTrapEditor(), TGeoTrd1Editor::TGeoTrd1Editor(), TGeoTrd2Editor::TGeoTrd2Editor(), TGeoTubeEditor::TGeoTubeEditor(), TGeoTubeSegEditor::TGeoTubeSegEditor(), and TGeoVolumeEditor::TGeoVolumeEditor().
void TGNumberEntry::SetNumLimits | ( | ELimit | limits = kNELNoLimits |
) | [inline] |
Definition at line 263 of file TGNumberEntry.h.
References GetNumMax(), GetNumMin(), and SetLimits().
Definition at line 265 of file TGNumberEntry.h.
References GetNumLimits(), max, min, and SetLimits().
Referenced by TFitParametersDialog::DoParMaxLimit(), and TFitParametersDialog::DoParMinLimit().
Definition at line 1985 of file TGNumberEntry.cxx.
References fButtonDown, fButtonUp, fNumericEntry, TGNumberEntryField::IsLogStep(), and TGNumberEntryField::SetLogStep().
Referenced by EntryTestDlg::EntryTestDlg(), and NumberEntryWindow::NumberEntryWindow().
void TGNumberEntry::Associate | ( | const TGWindow * | w | ) | [virtual] |
Reimplemented from TGWidget.
Definition at line 1976 of file TGNumberEntry.cxx.
References TGWidget::Associate(), fNumericEntry, and w.
Referenced by TStyleManager::AddNumberEntry(), TEditQueryFrame::Build(), TNewQueryDlg::Build(), TSessionServerFrame::Build(), TGeoPgonEditor::CreateEdges(), EntryTestDlg::EntryTestDlg(), TAttMarkerEditor::TAttMarkerEditor(), TCurlyLineEditor::TCurlyLineEditor(), TGeoBBoxEditor::TGeoBBoxEditor(), TGeoConeEditor::TGeoConeEditor(), TGeoConeSegEditor::TGeoConeSegEditor(), TGeoCtubEditor::TGeoCtubEditor(), TGeoEltuEditor::TGeoEltuEditor(), TGeoGtraEditor::TGeoGtraEditor(), TGeoHypeEditor::TGeoHypeEditor(), TGeoManagerEditor::TGeoManagerEditor(), TGeoMaterialEditor::TGeoMaterialEditor(), TGeoMediumEditor::TGeoMediumEditor(), TGeoNodeEditor::TGeoNodeEditor(), TGeoParaEditor::TGeoParaEditor(), TGeoPconEditor::TGeoPconEditor(), TGeoSphereEditor::TGeoSphereEditor(), TGeoTorusEditor::TGeoTorusEditor(), TGeoTranslationEditor::TGeoTranslationEditor(), TGeoTrapEditor::TGeoTrapEditor(), TGeoTrd1Editor::TGeoTrd1Editor(), TGeoTrd2Editor::TGeoTrd2Editor(), TGeoTubeEditor::TGeoTubeEditor(), TGeoTubeSegEditor::TGeoTubeSegEditor(), TGeoVolumeEditor::TGeoVolumeEditor(), and TPieEditor::TPieEditor().
Reimplemented from TGCompositeFrame.
Definition at line 2023 of file TGNumberEntry.cxx.
References fButtonToNum, TGWidget::fMsgWindow, fNumericEntry, TGWidget::fWidgetId, GET_MSG(), GET_SUBMSG(), TGNumberEntryField::IncreaseNumber(), kC_COMMAND, kCM_BUTTON, kTRUE, TGFrame::SendMessage(), RootCsg::sign(), ValueChanged(), and ValueSet().
void TGNumberEntry::ValueChanged | ( | Long_t | val | ) | [virtual] |
Definition at line 2071 of file TGNumberEntry.cxx.
References TQObject::Emit().
Referenced by ProcessMessage().
void TGNumberEntry::ValueSet | ( | Long_t | val | ) | [virtual] |
Definition at line 2083 of file TGNumberEntry.cxx.
References TQObject::Emit().
Referenced by ProcessMessage().
TGNumberEntryField* TGNumberEntry::GetNumberEntry | ( | ) | const [inline] |
Definition at line 274 of file TGNumberEntry.h.
References fNumericEntry.
Referenced by TStyleManager::AddAxisXDivisions(), TStyleManager::AddAxisXLabels(), TStyleManager::AddAxisXLine(), TStyleManager::AddAxisXTitle(), TStyleManager::AddAxisYDivisions(), TStyleManager::AddAxisYLabels(), TStyleManager::AddAxisYLine(), TStyleManager::AddAxisYTitle(), TStyleManager::AddAxisZDivisions(), TStyleManager::AddAxisZLabels(), TStyleManager::AddAxisZLine(), TStyleManager::AddAxisZTitle(), TStyleManager::AddCanvasDate(), TStyleManager::AddCanvasGeometry(), TStyleManager::AddGeneralFill(), TStyleManager::AddGeneralText(), TStyleManager::AddHistosGraphsErrors(), TStyleManager::AddHistosHistosBar(), TStyleManager::AddHistosHistosContours(), TStyleManager::AddHistosHistosLegoInnerR(), TStyleManager::AddPadMargin(), TStyleManager::AddPsPdfLineScale(), TStyleManager::AddPsPdfPaperSize(), TStyleManager::AddStatsGeometry(), TStyleManager::AddStatsText(), TStyleManager::AddTitleGeometry(), TStyleManager::AddTitleText(), TEveGDoubleValuator::Build(), TEveGValuator::Build(), CalendarWindow::CalendarWindow(), TAxisEditor::ConnectSignals2Slots(), TGeoEltuEditor::ConnectSignals2Slots(), TGeoTrd1Editor::ConnectSignals2Slots(), TCurlyLineEditor::ConnectSignals2Slots(), TGeoTrapEditor::ConnectSignals2Slots(), TGeoTorusEditor::ConnectSignals2Slots(), TLineEditor::ConnectSignals2Slots(), TGeoCombiTransEditor::ConnectSignals2Slots(), TGeoBBoxEditor::ConnectSignals2Slots(), TAttMarkerEditor::ConnectSignals2Slots(), TGeoTubeEditor::ConnectSignals2Slots(), TGeoParaEditor::ConnectSignals2Slots(), TGeoMediumEditor::ConnectSignals2Slots(), TH1Editor::ConnectSignals2Slots(), TGeoHypeEditor::ConnectSignals2Slots(), TH2Editor::ConnectSignals2Slots(), TGeoTranslationEditor::ConnectSignals2Slots(), TCurlyArcEditor::ConnectSignals2Slots(), TF1Editor::ConnectSignals2Slots(), TGeoTrd2Editor::ConnectSignals2Slots(), TGeoConeEditor::ConnectSignals2Slots(), TArrowEditor::ConnectSignals2Slots(), TAdvancedGraphicsDialog::CreateConfFrame(), TAdvancedGraphicsDialog::CreateContourFrame(), TGeoPgonEditor::CreateEdges(), TFitEditor::CreateGeneralTab(), TAdvancedGraphicsDialog::CreateScanFrame(), TGLViewerEditor::CreateStyleTab(), TGL5DDataSetEditor::CreateStyleTab(), TStyleManager::CreateTabAxis(), TStyleManager::CreateTabGeneral(), TEveParamListEditor::DoFloatUpdate(), TEveParamListEditor::DoIntUpdate(), MyMainFrame::DoSetlabel(), TextMargin::GetEntry(), TProofProgressLog::Init(), TGNumberEntryLayout::Layout(), TEveCaloVizEditor::MakeSliceInfo(), TSessionServerFrame::ProcessMessage(), SavePrimitive(), TEveGValuator::SetEnabled(), TCurlyLineEditor::SetModel(), TFitEditor::SetObjectType(), TEveGValuator::SetToolTip(), TArrowEditor::TArrowEditor(), TAttMarkerEditor::TAttMarkerEditor(), TAxisEditor::TAxisEditor(), TCurlyArcEditor::TCurlyArcEditor(), TCurlyLineEditor::TCurlyLineEditor(), TEveCalo3DEditor::TEveCalo3DEditor(), TEveCaloLegoEditor::TEveCaloLegoEditor(), TEveElementEditor::TEveElementEditor(), TEveShapeEditor::TEveShapeEditor(), TF1Editor::TF1Editor(), TGeoBBoxEditor::TGeoBBoxEditor(), TGeoConeEditor::TGeoConeEditor(), TGeoConeSegEditor::TGeoConeSegEditor(), TGeoCtubEditor::TGeoCtubEditor(), TGeoEltuEditor::TGeoEltuEditor(), TGeoGtraEditor::TGeoGtraEditor(), TGeoHypeEditor::TGeoHypeEditor(), TGeoManagerEditor::TGeoManagerEditor(), TGeoMaterialEditor::TGeoMaterialEditor(), TGeoMediumEditor::TGeoMediumEditor(), TGeoNodeEditor::TGeoNodeEditor(), TGeoParaEditor::TGeoParaEditor(), TGeoPconEditor::TGeoPconEditor(), TGeoPgonEditor::TGeoPgonEditor(), TGeoSphereEditor::TGeoSphereEditor(), TGeoTorusEditor::TGeoTorusEditor(), TGeoTranslationEditor::TGeoTranslationEditor(), TGeoTrapEditor::TGeoTrapEditor(), TGeoTrd1Editor::TGeoTrd1Editor(), TGeoTrd2Editor::TGeoTrd2Editor(), TGeoTubeEditor::TGeoTubeEditor(), TGeoTubeSegEditor::TGeoTubeSegEditor(), TGeoVolumeEditor::TGeoVolumeEditor(), TGuiBldHintsEditor::TGuiBldHintsEditor(), TH1Editor::TH1Editor(), TH2Editor::TH2Editor(), TLineEditor::TLineEditor(), and CalendarWindow::UpdateHTML().
TGButton* TGNumberEntry::GetButtonUp | ( | ) | const [inline] |
Definition at line 277 of file TGNumberEntry.h.
References fButtonUp.
Referenced by TGNumberEntryLayout::Layout(), and TEveGValuator::SetEnabled().
TGButton* TGNumberEntry::GetButtonDown | ( | ) | const [inline] |
Definition at line 280 of file TGNumberEntry.h.
References fButtonDown.
Referenced by TGNumberEntryLayout::Layout(), and TEveGValuator::SetEnabled().
virtual Bool_t TGNumberEntry::IsEditable | ( | ) | const [inline, virtual] |
Reimplemented from TGCompositeFrame.
Definition at line 284 of file TGNumberEntry.h.
References kFALSE.
UInt_t TGNumberEntry::GetDefaultHeight | ( | ) | const [inline, virtual] |
Reimplemented from TGCompositeFrame.
Definition at line 286 of file TGNumberEntry.h.
References fNumericEntry, and TGFrame::GetDefaultHeight().
Referenced by TGeoPgonEditor::CreateEdges(), TGeoConeEditor::TGeoConeEditor(), TGeoConeSegEditor::TGeoConeSegEditor(), TGeoCtubEditor::TGeoCtubEditor(), TGeoEltuEditor::TGeoEltuEditor(), TGeoGtraEditor::TGeoGtraEditor(), TGeoHypeEditor::TGeoHypeEditor(), TGeoManagerEditor::TGeoManagerEditor(), TGeoMediumEditor::TGeoMediumEditor(), TGeoParaEditor::TGeoParaEditor(), TGeoPconEditor::TGeoPconEditor(), TGeoSphereEditor::TGeoSphereEditor(), TGeoTorusEditor::TGeoTorusEditor(), TGeoTrapEditor::TGeoTrapEditor(), TGeoTubeEditor::TGeoTubeEditor(), TGeoTubeSegEditor::TGeoTubeSegEditor(), and TGeoVolumeEditor::TGeoVolumeEditor().
void TGNumberEntry::SavePrimitive | ( | ostream & | out, | |
Option_t * | = "" | |||
) | [virtual] |
Reimplemented from TGCompositeFrame.
Definition at line 2095 of file TGNumberEntry.cxx.
References fButtonDown, fNumericEntry, TGWindow::fParent, TGNumberEntryField::GetCharWidth(), GetDate(), TGFrame::GetHeight(), GetHexNumber(), GetIntNumber(), TGWindow::GetName(), GetNumAttr(), GetNumber(), GetNumberEntry(), GetNumLimits(), GetNumMax(), GetNumMin(), GetNumStyle(), TGButton::GetState(), TGString::GetString(), TGToolTip::GetText(), GetTime(), TGTextEntry::GetToolTip(), TGFrame::GetWidth(), h, IntToHexStr(), kButtonDisabled, TGNumberFormat::kNEAAnyNumber, TGNumberFormat::kNELNoLimits, TGNumberFormat::kNESDayMYear, TGNumberFormat::kNESDegree, TGNumberFormat::kNESHex, TGNumberFormat::kNESHourMin, TGNumberFormat::kNESHourMinSec, TGNumberFormat::kNESInteger, TGNumberFormat::kNESMDayYear, TGNumberFormat::kNESMinSec, TGNumberFormat::kNESReal, TGNumberFormat::kNESRealFour, TGNumberFormat::kNESRealOne, TGNumberFormat::kNESRealThree, TGNumberFormat::kNESRealTwo, l, min, TString::ReplaceAll(), w, and TGWidget::WidgetId().
TGLayoutManager * TGNumberEntry::GetLayoutManager | ( | ) | const [virtual] |
Reimplemented from TGCompositeFrame.
Definition at line 2057 of file TGNumberEntry.cxx.
References xmlio::Class, and entry.
TGNumberEntry& TGNumberEntry::operator= | ( | const TGNumberEntry & | ) | [private] |
virtual void TGNumberEntry::SetNumber | ( | Double_t | val | ) | [inline, virtual] |
Definition at line 192 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::SetNumber().
virtual void TGNumberEntry::SetIntNumber | ( | Long_t | val | ) | [inline, virtual] |
Definition at line 195 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::SetIntNumber().
Definition at line 198 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::SetTime().
Definition at line 201 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::SetDate().
virtual void TGNumberEntry::SetHexNumber | ( | ULong_t | val | ) | [inline, virtual] |
Definition at line 204 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::SetHexNumber().
virtual void TGNumberEntry::SetText | ( | const char * | text | ) | [inline, virtual] |
Definition at line 207 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::SetText().
virtual Double_t TGNumberEntry::GetNumber | ( | ) | const [inline, virtual] |
Definition at line 212 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetNumber().
virtual Long_t TGNumberEntry::GetIntNumber | ( | ) | const [inline, virtual] |
Definition at line 215 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetIntNumber().
virtual void TGNumberEntry::GetTime | ( | Int_t & | hour, | |
Int_t & | min, | |||
Int_t & | sec | |||
) | const [inline, virtual] |
Definition at line 218 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetTime().
virtual void TGNumberEntry::GetDate | ( | Int_t & | year, | |
Int_t & | month, | |||
Int_t & | day | |||
) | const [inline, virtual] |
Definition at line 221 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetDate().
virtual ULong_t TGNumberEntry::GetHexNumber | ( | ) | const [inline, virtual] |
Definition at line 224 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetHexNumber().
virtual void TGNumberEntry::IncreaseNumber | ( | EStepSize | step = kNSSSmall , |
|
Int_t | sign = 1 , |
|||
Bool_t | logstep = kFALSE | |||
) | [inline, virtual] |
Definition at line 227 of file TGNumberEntry.h.
References fNumericEntry, TGNumberEntryField::IncreaseNumber(), and RootCsg::sign().
virtual void TGNumberEntry::SetFormat | ( | EStyle | style, | |
EAttribute | attr = TGNumberFormat::kNEAAnyNumber | |||
) | [inline, virtual] |
Definition at line 231 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::SetFormat().
virtual void TGNumberEntry::SetLimits | ( | ELimit | limits = TGNumberFormat::kNELNoLimits , |
|
Double_t | min = 0 , |
|||
Double_t | max = 1 | |||
) | [inline, virtual] |
Definition at line 234 of file TGNumberEntry.h.
References fNumericEntry, max, min, and TGNumberEntryField::SetLimits().
virtual EStyle TGNumberEntry::GetNumStyle | ( | ) | const [inline, virtual] |
Definition at line 239 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetNumStyle().
virtual EAttribute TGNumberEntry::GetNumAttr | ( | ) | const [inline, virtual] |
Definition at line 242 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetNumAttr().
virtual ELimit TGNumberEntry::GetNumLimits | ( | ) | const [inline, virtual] |
Definition at line 245 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetNumLimits().
virtual Double_t TGNumberEntry::GetNumMin | ( | ) | const [inline, virtual] |
Definition at line 248 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetNumMin().
virtual Double_t TGNumberEntry::GetNumMax | ( | ) | const [inline, virtual] |
Definition at line 251 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::GetNumMax().
virtual Bool_t TGNumberEntry::IsLogStep | ( | ) | const [inline, virtual] |
Definition at line 254 of file TGNumberEntry.h.
References fNumericEntry, and TGNumberEntryField::IsLogStep().
virtual void TGNumberEntry::SetButtonToNum | ( | Bool_t | state | ) | [virtual] |
void TGNumberEntry::SetNumStyle | ( | EStyle | style | ) | [inline] |
void TGNumberEntry::SetNumAttr | ( | EAttribute | attr = kNEAAnyNumber |
) | [inline] |
void TGNumberEntry::SetNumLimits | ( | ELimit | limits = kNELNoLimits |
) | [inline] |
Definition at line 263 of file TGNumberEntry.h.
References GetNumMax(), GetNumMin(), and SetLimits().
Definition at line 265 of file TGNumberEntry.h.
References GetNumLimits(), max, min, and SetLimits().
Reimplemented from TGCompositeFrame.
virtual void TGNumberEntry::ValueChanged | ( | Long_t | val | ) | [virtual] |
virtual void TGNumberEntry::ValueSet | ( | Long_t | val | ) | [virtual] |
TGNumberEntryField* TGNumberEntry::GetNumberEntry | ( | ) | const [inline] |
TGButton* TGNumberEntry::GetButtonUp | ( | ) | const [inline] |
TGButton* TGNumberEntry::GetButtonDown | ( | ) | const [inline] |
virtual Bool_t TGNumberEntry::IsEditable | ( | ) | const [inline, virtual] |
Reimplemented from TGCompositeFrame.
Definition at line 284 of file TGNumberEntry.h.
References kFALSE.
UInt_t TGNumberEntry::GetDefaultHeight | ( | ) | const [inline, virtual] |
Reimplemented from TGCompositeFrame.
Definition at line 286 of file TGNumberEntry.h.
References fNumericEntry, and TGFrame::GetDefaultHeight().
virtual void TGNumberEntry::SavePrimitive | ( | ostream & | out, | |
Option_t * | = "" | |||
) | [virtual] |
Reimplemented from TGCompositeFrame.
virtual TGLayoutManager* TGNumberEntry::GetLayoutManager | ( | ) | const [virtual] |
Reimplemented from TGCompositeFrame.
EStyle TGNumberEntry::fNumStyle [private] |
Definition at line 166 of file TGNumberEntry.h.
EAttribute TGNumberEntry::fNumAttr [private] |
Definition at line 167 of file TGNumberEntry.h.
ELimit TGNumberEntry::fNumLimits [private] |
Definition at line 168 of file TGNumberEntry.h.
const TGPicture* TGNumberEntry::fPicUp [private] |
Definition at line 171 of file TGNumberEntry.h.
Referenced by TGNumberEntry(), and ~TGNumberEntry().
const TGPicture* TGNumberEntry::fPicDown [private] |
Definition at line 172 of file TGNumberEntry.h.
Referenced by TGNumberEntry(), and ~TGNumberEntry().
TGNumberEntryField* TGNumberEntry::fNumericEntry [protected] |
Definition at line 178 of file TGNumberEntry.h.
Referenced by Associate(), GetDate(), GetDefaultHeight(), GetHexNumber(), GetIntNumber(), GetNumAttr(), GetNumber(), GetNumberEntry(), GetNumLimits(), GetNumMax(), GetNumMin(), GetNumStyle(), GetTime(), IncreaseNumber(), IsLogStep(), ProcessMessage(), SavePrimitive(), SetDate(), SetFormat(), SetHexNumber(), SetIntNumber(), SetLimits(), SetLogStep(), SetNumber(), SetState(), SetText(), SetTime(), and TGNumberEntry().
TGButton* TGNumberEntry::fButtonUp [protected] |
Definition at line 179 of file TGNumberEntry.h.
Referenced by GetButtonUp(), SetLogStep(), SetState(), and TGNumberEntry().
TGButton* TGNumberEntry::fButtonDown [protected] |
Definition at line 180 of file TGNumberEntry.h.
Referenced by GetButtonDown(), SavePrimitive(), SetLogStep(), SetState(), and TGNumberEntry().
Bool_t TGNumberEntry::fButtonToNum [protected] |
Definition at line 181 of file TGNumberEntry.h.
Referenced by ProcessMessage(), and SetButtonToNum().
const TGPicture* TGNumberEntry::fPicUp [private] |
Definition at line 171 of file TGNumberEntry.h.
const TGPicture* TGNumberEntry::fPicDown [private] |
Definition at line 172 of file TGNumberEntry.h.
TGNumberEntryField* TGNumberEntry::fNumericEntry [protected] |
Definition at line 178 of file TGNumberEntry.h.
TGButton* TGNumberEntry::fButtonUp [protected] |
Definition at line 179 of file TGNumberEntry.h.
TGButton* TGNumberEntry::fButtonDown [protected] |
Definition at line 180 of file TGNumberEntry.h.