Changeset 2164 in Sophya for trunk/SophyaPI/PI/piaxes.h
- Timestamp:
- Aug 7, 2002, 4:59:52 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piaxes.h
r2115 r2164 40 40 double ymin, double ymax); 41 41 42 43 virtual void DrawXCaption(PIGraphicUC* g, PIGraphicAtt& att, unsigned int flags, 44 string const& xLabel); 45 virtual void DrawYCaption(PIGraphicUC* g, PIGraphicAtt& att, unsigned int flags, 46 string const& YLabel); 47 42 48 // virtual void DrawHorizontalAxe(double xmin, double xmax, double y, 43 49 … … 66 72 void DrawGrid(PIGraphicUC* g); 67 73 74 75 bool setupDone; // Si Setup a ete appele 76 68 77 double xMin, xMax, yMin, yMax; 69 78 bool aXdir, aYdir; // Sens des axes horiz, vertical … … 77 86 double xMajTickLen, xMinTickLen; 78 87 double yMajTickLen, yMinTickLen; 88 79 89 }; 80 90
Note:
See TracChangeset
for help on using the changeset viewer.