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


Ignore:
Timestamp:
Nov 3, 2002, 10:52:49 PM (23 years ago)
Author:
ansari
Message:

Ajout commande addarc, addarrow, ... , Reza 3/11/2002

File:
1 edited

Legend:

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

    r2188 r2243  
    6868     void AddText(string const & txt, double xp, double yp, string const& opt);
    6969  //  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);
    7172     void AddRectangle(double xp1, double yp1, double xp2, double yp2, string const& opt,
    7273                       bool fgfill=false);
    7374     void AddCircle(double xc, double yc, double r, string const& opt,
    7475                    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);
    7578
    7679  //  Fonction Ajout de titre de trace
Note: See TracChangeset for help on using the changeset viewer.