Changeset 1642 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h


Ignore:
Timestamp:
Aug 16, 2001, 2:19:01 PM (24 years ago)
Author:
ansari
Message:

1/ Definition d'attributs graphiques texte pour les nouvelles couleurs violettes
2/ Ajout commandes addline addrect addfrect addfcircle ....

Reza 16/8/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pistdimgapp.h

    r1569 r1642  
    5151     int  Disp3DDrawer(PIDrawer3D* scd, string const & name, int opt, string title="", int oid=0);
    5252
    53   //  Fonction d'ajout de texte (provisoire - Aout 99)
     53  //  Fonction d'ajout de texte (provisoire - Aout 99) 
    5454     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
    5560  //  Fonction Ajout de titre de trace
    5661     void SetTitle(string const & titleup, string const & titledown);
    5762
     63  //  Acces au BaseDrawer (PIElDrawer) du PIBaseWdg courant
     64     PIElDrawer* CurrentElDrawer();
    5865
    5966     void CreateGraphWin(int nx=1, int ny=1, int sx=0, int sy = 0);
Note: See TracChangeset for help on using the changeset viewer.