Changeset 1076 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 11/14/01 10:03:20 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/mgui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MHexagon.cc
r1023 r1076 191 191 // list this hexagon with its attributes 192 192 // 193 void MHexagon::ls( Option_t *)193 void MHexagon::ls(const Option_t *) const 194 194 { 195 195 TROOT::IndentLevel(); … … 247 247 void MHexagon::Print(Option_t *) const 248 248 { 249 cout << "MHexagon - " << GetName() << ": ";249 cout << "MHexagon: "; 250 250 cout << "x=" << fX << "mm y=" << fY << "mm r=" << fD << "mm" << endl; 251 251 -
trunk/MagicSoft/Mars/mgui/MHexagon.h
r1023 r1076 51 51 //virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py); 52 52 53 virtual void ls (Option_t *Option="");53 virtual void ls(const Option_t *Option="") const; 54 54 virtual void Paint(Option_t *Option=""); 55 55 virtual void PaintHexagon(Float_t x, Float_t y, Float_t d);
Note:
See TracChangeset
for help on using the changeset viewer.