Changeset 131 in Sophya for trunk/SophyaPI
- Timestamp:
- Aug 10, 1998, 9:30:07 AM (27 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pihisto2d.cc
r126 r131 395 395 396 396 //++ 397 void PIH2DWdg::SetPIHisto(PIHisto2D* pih2) 398 // 399 // Pour connecter un traceur (Drawer) d'histo 2D au Widget. 400 //-- 401 { 402 if (!pih2) return; 403 if (mPih) delete mPih; 404 mPih = pih2; 405 AddScDrawer(mPih); 406 if(dbg) printf("PIH2DWdg::SetPIHisto mPih=%lx\n",(long)mPih); 407 } 408 409 //++ 397 410 string PIH2DWdg::GetClickText(float x, float y) 398 411 // -
trunk/SophyaPI/PI/pihisto2d.h
r120 r131 61 61 62 62 void SetHisto(Histo2D* histo); 63 void SetPIHisto(PIHisto2D* pih2); 63 64 inline PIHisto2D* GetPIHisto() {return mPih;} 64 65
Note:
See TracChangeset
for help on using the changeset viewer.