Changeset 1921 in Sophya for trunk/SophyaPI/PI/pigraphuc.h
- Timestamp:
- Mar 6, 2002, 5:53:29 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pigraphuc.h
r1914 r1921 84 84 virtual void SelLine(PILineAtt const& att); 85 85 virtual void SelMarker(int msz=3, PIMarker mrk=PI_DotMarker); 86 virtual void SelArrowMarker(int arrsz=5, 87 PIArrowMarker arrmrk=PI_BasicArrowMarker); 86 88 87 89 // Modification de fonte … … 94 96 virtual void SelFontSz(PIGrCoord sz, PIFontAtt att); 95 97 virtual void SelMarkerSz(PIGrCoord msz, PIMarker mrk=PI_DotMarker); 98 virtual void SelArrowMarkerSz(PIGrCoord arrsz, 99 PIArrowMarker arrmrk=PI_BasicArrowMarker); 96 100 97 101 // Selection de zone de trace (clip) … … 106 110 virtual PIMarker GetMarker(); 107 111 virtual int GetMarkerSize(); 112 virtual PIArrowMarker GetArrowMarker(); 113 virtual int GetArrowMarkerSize(); 108 114 115 116 inline PIFont GetFont() { return (mGrC->GetFont()) ; } 109 117 virtual PIGrCoord GetFontHeight(PIGrCoord& asc, PIGrCoord& desc); 110 118 virtual PIGrCoord CalcStringWidth(char const* s);
Note:
See TracChangeset
for help on using the changeset viewer.