Changeset 2263 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Nov 14, 2002, 8:12:02 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r2243 r2263 66 66 67 67 // Fonction d'ajout de texte (provisoire - Aout 99) 68 void AddText(string const & txt, double xp, double yp, string const& opt); 68 void AddText(string const & txt, double xp, double yp, string const& opt, bool fgcn=false); 69 void AddCompText(string const & txt, string const & txtup, string const & txtdn, 70 double xp, double yp, string const& opt, 71 string const& optss, bool fgcn=false); 69 72 // Ajout de lignes, rectangles, cercles (provisoires - Aout 2001) 70 73 void AddLine(double xp1, double yp1, double xp2, double yp2, 71 string const& opt, bool fgarrow=false );74 string const& opt, bool fgarrow=false, bool fgcn=false); 72 75 void AddRectangle(double xp1, double yp1, double xp2, double yp2, string const& opt, 73 bool fgfill=false );76 bool fgfill=false, bool fgcn=false); 74 77 void AddCircle(double xc, double yc, double r, string const& opt, 75 bool fgfill=false );78 bool fgfill=false, bool fgcn=false); 76 79 void AddArc(double x1, double y1, double x2, double y2, 77 double x3, double y3, string const& opt, bool fgfill=false); 80 double x3, double y3, string const& opt, bool fgfill=false, bool fgcn=false); 81 void AddPoly(vector<double>& x, vector<double>& y, 82 string const& opt, bool fgfill=false, bool fgcn=false); 78 83 79 84 // Fonction Ajout de titre de trace … … 172 177 PIFileChooser * pfc_fits; // Pour les fichiers FITS 173 178 PIFileChooser * pfc_ppf; // Pour les PPF 179 PIFileChooser * pfc_ascii; // Pour les fichiers ASCII 174 180 PIFileChooser * pfc_ps; // Pour les PostScript 175 181
Note:
See TracChangeset
for help on using the changeset viewer.