Changeset 2517 in Sophya for trunk/SophyaPI/PIext/pihisto.h
- Timestamp:
- Mar 17, 2004, 7:04:57 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto.h
r2469 r2517 20 20 // 0=barres d'erreurs automatiques: trace si HProf ou markeur demande 21 21 inline void SetError(short fg=0) {error=fg;} 22 inline void SetFilled(bool fg=false) {filled=fg;} 22 23 inline Histo* Histogram() {return(mHisto);} 23 24 … … 26 27 virtual void GetOptionsHelpInfo(string& info); 27 28 29 // Renvoie une distance au point x,y 30 virtual double GetDistanceToPoint(double x, double y); 31 28 32 protected: 29 33 virtual void DrawStats(PIGraphicUC* g); 30 34 Histo* mHisto; 31 35 bool mAdDO; 32 bool stats ;36 bool stats,filled; 33 37 short error; 34 38 float spoX, spoY; // Stat pos offset par rapport a position defaut
Note:
See TracChangeset
for help on using the changeset viewer.