Changeset 2383 in Sophya for trunk/SophyaPI/PIext/pihisto2d.h
- Timestamp:
- May 16, 2003, 5:15:55 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto2d.h
r2380 r2383 42 42 virtual void DrawStats(PIGraphicUC* g); 43 43 inline void SetStats(bool fg=true) {stats=fg;} 44 inline void SetStatPosOffset(float ofx=-0.01, float ofy=-0.01) 45 {spoX=ofx; spoY=ofy; } 44 46 45 47 // Methode permettant l'affichage d'une fenetre de controle specialisee … … 77 79 float mHMin,mHMax; 78 80 float mFracMin,mFracMax; 81 float spoX, spoY; // Stat pos offset par rapport a position defaut 79 82 }; 80 83
Note:
See TracChangeset
for help on using the changeset viewer.