Changeset 331 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Jun 28, 1999, 1:56:16 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r295 r331 46 46 virtual void SetBlocked(); 47 47 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); 51 51 52 52 void CreateGraphWin(int nx=1, int ny=1, int sx=0, int sy = 0); … … 94 94 void SetZoomAtt(int zoom=0); 95 95 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; } 96 98 // Pour sauvegarder-restauration de l'etat des attributs graphiques 97 99 void SaveGraphicAtt(); … … 158 160 int mZoom, mSZoom; 159 161 unsigned int mAxesFlags, mSAxesFlags; 162 double mXmin, mXmax, mYmin, mYmax; 163 double mSXmin, mSXmax, mSYmin, mSYmax; 164 bool mFXYlim, mSFXYlim; 160 165 161 166 PIMessage mFCMsg; // Message for processing FileOpen
Note:
See TracChangeset
for help on using the changeset viewer.