Changeset 2243 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Nov 3, 2002, 10:52:49 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r2188 r2243 68 68 void AddText(string const & txt, double xp, double yp, string const& opt); 69 69 // Ajout de lignes, rectangles, cercles (provisoires - Aout 2001) 70 void AddLine(double xp1, double yp1, double xp2, double yp2, string const& opt); 70 void AddLine(double xp1, double yp1, double xp2, double yp2, 71 string const& opt, bool fgarrow=false); 71 72 void AddRectangle(double xp1, double yp1, double xp2, double yp2, string const& opt, 72 73 bool fgfill=false); 73 74 void AddCircle(double xc, double yc, double r, string const& opt, 74 75 bool fgfill=false); 76 void AddArc(double x1, double y1, double x2, double y2, 77 double x3, double y3, string const& opt, bool fgfill=false); 75 78 76 79 // Fonction Ajout de titre de trace
Note:
See TracChangeset
for help on using the changeset viewer.