X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVE%2FReve%2FTrackEditors.h;h=3b510bec904f283e6a3accc6d03edc784355628e;hb=2074deef342ad9a0efac2576213c24e0738d581a;hp=6b8a2f14ab58cc6bb4d9f0c3730abed5a2d3f965;hpb=a8600b566c7eec7b922865dad7bb85c615b6d349;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVE/Reve/TrackEditors.h b/EVE/Reve/TrackEditors.h index 6b8a2f14ab5..3b510bec904 100644 --- a/EVE/Reve/TrackEditors.h +++ b/EVE/Reve/TrackEditors.h @@ -8,6 +8,7 @@ class TGCheckButton; class TGNumberEntry; class TGColorSelect; +class TGLineWidthComboBox; namespace Reve { @@ -30,6 +31,8 @@ protected: TGNumberEntry* fMinAng; TGNumberEntry* fDelta; + TGLineWidthComboBox* fWidthCombo; + TGCheckButton* fRnrTracks; TGCheckButton* fRnrMarkers; @@ -51,6 +54,8 @@ public: void DoMinAng(); void DoDelta(); + void DoLineWidth(Int_t width); + void DoRnrTracks(); void DoRnrMarkers();