Changeset 8988 for trunk/MagicSoft/Mars/mtools
- Timestamp:
- 06/30/08 10:37:00 (17 years ago)
- Location:
- trunk/MagicSoft/Mars/mtools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtools/MCalendar.h
r8750 r8988 173 173 void RemoveEnv(const char *VariableName) const;//*MENU 174 174 175 void SetMoonGraf(Int_t Align, Float_t Radius) { fMoonAlignGraf=Align; fMoonRadius=Radius; } //*MENU* *ARGS={Align >=fMoonAlignGraf,Radius=>fMoonRadius}176 void SetMoonText(Int_t Align, Int_t Type, Int_t Continous) { fMoonAlignText=Align; fMoonTextType=Type; fMoonTextCont=Continous; } //*MENU* *ARGS={Align >=fMoonAlignText,Type=>fMoonTextType,Continous=>fMoonTextCont}175 void SetMoonGraf(Int_t Align, Float_t Radius) { fMoonAlignGraf=Align; fMoonRadius=Radius; } //*MENU* *ARGS={Align=>fMoonAlignGraf,Radius=>fMoonRadius} 176 void SetMoonText(Int_t Align, Int_t Type, Int_t Continous) { fMoonAlignText=Align; fMoonTextType=Type; fMoonTextCont=Continous; } //*MENU* *ARGS={Align=>fMoonAlignText,Type=>fMoonTextType,Continous=>fMoonTextCont} 177 177 178 178 // Calendar sheet interface -
trunk/MagicSoft/Mars/mtools/MagicJam.h
r8755 r8988 34 34 void Multiply(const TH1 *h1, const TH1 *h2, Double_t c1=1, Double_t c2=1, Option_t *option="") { } 35 35 void Smooth(int, int, int) { } 36 void Smooth(int, const Option_t *) { } 36 37 void SetPrettyPalette() {} 37 38 void SetDeepBlueSeaPalette() {}
Note:
See TracChangeset
for help on using the changeset viewer.