Changeset 1921 in Sophya for trunk/SophyaPI/PI/pigraphuc.h


Ignore:
Timestamp:
Mar 6, 2002, 5:53:29 PM (24 years ago)
Author:
perderos
Message:

1) modifs ds pidrwtools pour setter les attributs des fleches
2) modif ds pigrahuc pour les porpager

OP/RZ 06-03-22002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pigraphuc.h

    r1914 r1921  
    8484  virtual void       SelLine(PILineAtt const& att);
    8585  virtual void       SelMarker(int msz=3, PIMarker mrk=PI_DotMarker);
     86  virtual void       SelArrowMarker(int arrsz=5,
     87                                    PIArrowMarker arrmrk=PI_BasicArrowMarker);
    8688
    8789// Modification de fonte
     
    9496  virtual void       SelFontSz(PIGrCoord sz, PIFontAtt att);
    9597  virtual void       SelMarkerSz(PIGrCoord msz, PIMarker mrk=PI_DotMarker);
     98  virtual void       SelArrowMarkerSz(PIGrCoord arrsz,
     99                                      PIArrowMarker arrmrk=PI_BasicArrowMarker);
    96100
    97101// Selection de zone de trace (clip)
     
    106110  virtual PIMarker   GetMarker();
    107111  virtual int        GetMarkerSize();
     112  virtual PIArrowMarker    GetArrowMarker();
     113  virtual int        GetArrowMarkerSize();
    108114
     115
     116  inline  PIFont     GetFont() { return (mGrC->GetFont()) ; }
    109117  virtual PIGrCoord  GetFontHeight(PIGrCoord& asc, PIGrCoord& desc);
    110118  virtual PIGrCoord  CalcStringWidth(char const* s);
Note: See TracChangeset for help on using the changeset viewer.