Changeset 1642 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Aug 16, 2001, 2:19:01 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r1569 r1642 51 51 int Disp3DDrawer(PIDrawer3D* scd, string const & name, int opt, string title="", int oid=0); 52 52 53 // Fonction d'ajout de texte (provisoire - Aout 99) 53 // Fonction d'ajout de texte (provisoire - Aout 99) 54 54 void AddText(string const & txt, double xp, double yp); 55 // Ajout de lignes, rectangles, cercles (provisoires - Aout 2001) 56 void AddLine(double xp1, double yp1, double xp2, double yp2); 57 void AddRectangle(double xp1, double yp1, double xp2, double yp2, bool fgfill=false); 58 void AddCircle(double xc, double yc, double r, bool fgfill=false); 59 55 60 // Fonction Ajout de titre de trace 56 61 void SetTitle(string const & titleup, string const & titledown); 57 62 63 // Acces au BaseDrawer (PIElDrawer) du PIBaseWdg courant 64 PIElDrawer* CurrentElDrawer(); 58 65 59 66 void CreateGraphWin(int nx=1, int ny=1, int sx=0, int sy = 0);
Note:
See TracChangeset
for help on using the changeset viewer.