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


Ignore:
Timestamp:
Jun 28, 1999, 1:56:16 PM (26 years ago)
Author:
ercodmgr
Message:

Ajout SetXYLimits et debut d'introduction de repertoire dans la gestion des objets nommes - Reza 28/6/99

File:
1 edited

Legend:

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

    r295 r331  
    4646     virtual void   SetBlocked();
    4747
    48      int  DispImage(P2DArrayAdapter* nouv, string const & name, int opt);
    49      int  DispScDrawer(PIDrawer* scd, string const & name, int opt, string title="");
    50      int  Disp3DDrawer(PIDrawer3D* scd, string const & name, int opt, string title="");
     48     int  DispImage(P2DArrayAdapter* nouv, string const & name, int opt, int oid=0);
     49     int  DispScDrawer(PIDrawer* scd, string const & name, int opt, string title="", int oid=0);
     50     int  Disp3DDrawer(PIDrawer3D* scd, string const & name, int opt, string title="", int oid=0);
    5151
    5252     void CreateGraphWin(int nx=1, int ny=1, int sx=0, int sy = 0);
     
    9494     void  SetZoomAtt(int zoom=0);
    9595     void  SetAxesAtt(unsigned int axfl=kBoxAxes | kExtTicks | kLabels);
     96     void  SetXYLimits(double xmin=-1., double xmax=1., double ymin=-1., double ymax=1.);
     97     inline void  UseXYLimits(bool fg=false) {  mFXYlim=fg; }
    9698// Pour sauvegarder-restauration de  l'etat des attributs graphiques
    9799     void  SaveGraphicAtt();   
     
    158160    int          mZoom, mSZoom;
    159161    unsigned int mAxesFlags, mSAxesFlags;
     162    double       mXmin, mXmax, mYmin, mYmax;
     163    double       mSXmin, mSXmax, mSYmin, mSYmax;
     164    bool         mFXYlim, mSFXYlim;
    160165
    161166    PIMessage mFCMsg;  // Message for processing FileOpen
Note: See TracChangeset for help on using the changeset viewer.