Changeset 3149 in Sophya for trunk/SophyaPI/PIext/pintuple.h
- Timestamp:
- Jan 18, 2007, 7:21:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintuple.h
r2524 r3149 35 35 36 36 inline void SetStats(bool fg=true) { stats = fg; } 37 inline void SetStatPosOffset( float ofx=-0.01, floatofy=-0.01)37 inline void SetStatPosOffset(double ofx=-0.01, double ofy=-0.01) 38 38 {spoX=ofx; spoY=ofy; } 39 39 … … 62 62 bool stats; // true -> indication du nb de points 63 63 bool connectPts; // true -> les points sont relies par une ligne 64 floatspoX, spoY; // Stat pos offset par rapport a position defaut64 double spoX, spoY; // Stat pos offset par rapport a position defaut 65 65 long NptDraw; // nombre de points effectivement dessines dans la fenetre 66 66 };
Note:
See TracChangeset
for help on using the changeset viewer.