Changeset 37 in Sophya for trunk/SophyaPI/PI/pihisto.h
- Timestamp:
- Feb 24, 1997, 4:34:49 PM (29 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pihisto.h
r18 r37 13 13 virtual void DrawStats(); 14 14 virtual void Refresh(); // Recalcule les limites, et reaffiche 15 void SetAutoDelHisto(bool ad=false); 15 inline void SetAutoDelHisto(bool ad=false) { ahisup = ad; } 16 inline Histo* Histogram() { return(mHisto); } 17 16 18 protected: 17 19 Histo* mHisto;
Note:
See TracChangeset
for help on using the changeset viewer.