Changeset 2383 in Sophya for trunk/SophyaPI/PIext/pihisto.h
- Timestamp:
- May 16, 2003, 5:15:55 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto.h
r2229 r2383 15 15 virtual void UpdateLimits(); 16 16 inline void SetStats(bool fg=true) {stats=fg;} 17 inline void SetStatPosOffset(float ofx=-0.01, float ofy=-0.01) 18 {spoX=ofx; spoY=ofy; } 17 19 // fg=-1 pas de barre d'erreur, 1=barres d'erreurs, 18 20 // 0=barres d'erreurs automatiques: trace si HProf ou markeur demande … … 29 31 bool mAdDO; 30 32 bool stats,error; 33 float spoX, spoY; // Stat pos offset par rapport a position defaut 31 34 }; 32 35
Note:
See TracChangeset
for help on using the changeset viewer.