Changeset 1934 in Sophya
- Timestamp:
- Mar 13, 2002, 11:33:23 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/Tests/pitst.cc
r713 r1934 20 20 21 21 #include "piscdrawwdg.h" 22 #include "piyfxdrw.h" 22 23 23 24 /* … … 210 211 // Creation et ajout d'un drawer de fonctions 211 212 PIFuncDrawer* mfd = new PIFuncDrawer(fpol); 212 mfd-> SetColAtt(PI_Blue);213 mfd-> SetLineAtt(PI_NormalLine);213 mfd->GetGraphicAtt().SetColAtt(PI_Blue); 214 mfd->GetGraphicAtt().SetLineAtt(PI_NormalLine); 214 215 AddScDrawer(mfd,true); 215 216 PIFuncDrawer* mfd2 = new PIFuncDrawer(fx2); 216 mfd2-> SetColAtt(PI_Red);217 mfd2-> SetLineAtt(PI_NormalLine);217 mfd2->GetGraphicAtt().SetColAtt(PI_Red); 218 mfd2->GetGraphicAtt().SetLineAtt(PI_NormalLine); 218 219 AddScDrawer(mfd2,true); 219 220 SetAxesFlags(kAxesDflt);
Note:
See TracChangeset
for help on using the changeset viewer.