Changeset 2523 in Sophya for trunk/SophyaPI/PIext/pihisto.h
- Timestamp:
- Mar 19, 2004, 2:06:08 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto.h
r2517 r2523 16 16 inline void SetStats(bool fg=true) {stats=fg;} 17 17 inline void SetStatPosOffset(float ofx=-0.01, float ofy=-0.01) 18 {spoX=ofx; spoY=ofy; }18 {spoX=ofx; spoY=ofy; } 19 19 // fg=-1 pas de barre d'erreur, 1=barres d'erreurs, 20 20 // 0=barres d'erreurs automatiques: trace si HProf ou markeur demande … … 25 25 // Methode de decodage des options 26 26 virtual int DecodeOptionString(vector<string> & opt, bool rmdecopt=true); 27 virtual int OptionToString(vector<string> & opt) const; 27 28 virtual void GetOptionsHelpInfo(string& info); 28 29
Note:
See TracChangeset
for help on using the changeset viewer.