Changeset 506 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Oct 25, 1999, 10:35:36 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r440 r506 102 102 void SetXYLimits(double xmin=-1., double xmax=1., double ymin=-1., double ymax=1.); 103 103 inline void UseXYLimits(bool fg=false) { mFXYlim=fg; } 104 inline void SetXLogScale(bool logx=false) { maXlog = logx; } 105 inline void SetYLogScale(bool logy=false) { maYlog = logy; } 106 104 107 // Pour sauvegarder-restauration de l'etat des attributs graphiques 105 108 void SaveGraphicAtt(); … … 169 172 double mSXmin, mSXmax, mSYmin, mSYmax; 170 173 bool mFXYlim, mSFXYlim; 174 bool maXlog, mSaXlog; 175 bool maYlog, mSaYlog; 171 176 172 177 PIMessage mFCMsg; // Message for processing FileOpen
Note:
See TracChangeset
for help on using the changeset viewer.