Changeset 2522 in Sophya for trunk/SophyaPI/PI/pidrawer.h


Ignore:
Timestamp:
Mar 19, 2004, 10:47:37 AM (22 years ago)
Author:
cmv
Message:

intro de ConfigureAxesCenter pour option axescenter=x0,y0 cmv 19/03/04

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pidrawer.h

    r2516 r2522  
    3030
    3131  virtual void       SetAxesFlags(unsigned int flags=kAxesNone);
    32   virtual void       SetAxesCenter(bool fset=false,double x0=0.,double y0=0.);
    3332  inline  void       SetAxesAutoFontSize(bool fg=true) { axesAFSz = fg; }
    3433
     
    6463
    6564  inline unsigned int GetAxesFlags() { return(axesFlags); }
    66   inline  bool        GetAxesCenter() { return(axesCenter); }
    67   inline  bool        GetAxesCenter(double &x0,double& y0)
    68                        {x0=axesCentX0; y0=axesCentY0; return(axesCenter);}
    69   inline  bool        isAxesAutoFontSize() { return axesAFSz; }
     65  inline bool         isAxesAutoFontSize() { return axesAFSz; }
    7066
    7167  inline PIGraphicUC*    GetGraphicUC() { return(mGrUC); }
     
    132128  unsigned int axesFlags;
    133129  bool axesAFSz;
    134   bool axesCenter; double axesCentX0,axesCentY0;
    135130  PIBaseWdgGen* mBWdg;
    136131  PIGraphicUC* mGrUC;
Note: See TracChangeset for help on using the changeset viewer.