Changeset 506 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h


Ignore:
Timestamp:
Oct 25, 1999, 10:35:36 AM (26 years ago)
Author:
ercodmgr
Message:

Modifs pour echelle Log - Reza 25/10/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pistdimgapp.h

    r440 r506  
    102102     void  SetXYLimits(double xmin=-1., double xmax=1., double ymin=-1., double ymax=1.);
    103103     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
    104107// Pour sauvegarder-restauration de  l'etat des attributs graphiques
    105108     void  SaveGraphicAtt();   
     
    169172    double       mSXmin, mSXmax, mSYmin, mSYmax;
    170173    bool         mFXYlim, mSFXYlim;
     174    bool         maXlog, mSaXlog;
     175    bool         maYlog, mSaYlog;
    171176
    172177    PIMessage mFCMsg;  // Message for processing FileOpen
Note: See TracChangeset for help on using the changeset viewer.