Changeset 1856 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc
- Timestamp:
- Jan 12, 2002, 1:43:47 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r1642 r1856 19 19 20 20 #include "pistdimgapp.h" 21 #include "pihisto2d.h"21 // #include "pihisto2d.h" 22 22 #include "psfile.h" 23 23 #include "piimgtools.h" … … 564 564 sy = 200+mFgScSz*100; 565 565 win = GetWindow(opt, sx, sy, px, py, flag, (char *)name.c_str()); 566 /* 566 567 if (typeid(*scd) != typeid(PIHisto2D)) 567 scw = new PIScDrawWdg(win, (char *)name.c_str(), sx, sy, px, py);568 568 else scw = new PIH2DWdg(win, (char *)name.c_str(), sx, sy, px, py); 569 */ 570 scw = new PIScDrawWdg(win, (char *)name.c_str(), sx, sy, px, py); 569 571 scw->SetBinding(PIBK_elastic, PIBK_elastic, PIBK_elastic, PIBK_elastic); 570 572 scw->SetUserData(NULL, oid); … … 575 577 // Fonte de trace d'axe 576 578 scw->BaseDrawer()->SetFont(mFName, mFSz, mFAtt); 577 578 if (typeid(*scd) != typeid(PIHisto2D)) scw->AddScDrawer(scd, true);579 /* 580 if (typeid(*scd) != typeid(PIHisto2D)) 579 581 else ((PIH2DWdg*)scw)->SetPIHisto((PIHisto2D*)scd); 582 */ 583 scw->AddScDrawer(scd, true); 580 584 // Titre du plot 581 585 if (mAddTitle) {
Note:
See TracChangeset
for help on using the changeset viewer.