Changeset 131 in Sophya for trunk/SophyaPI


Ignore:
Timestamp:
Aug 10, 1998, 9:30:07 AM (27 years ago)
Author:
ercodmgr
Message:

Ajout de H2DWdg::SetPIHisto PC-Reza 10/08/98

Location:
trunk/SophyaPI/PI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pihisto2d.cc

    r126 r131  
    395395
    396396//++
     397void PIH2DWdg::SetPIHisto(PIHisto2D* pih2)
     398//
     399//      Pour connecter un traceur (Drawer) d'histo 2D au Widget.
     400//--
     401{
     402if (!pih2) return;
     403if (mPih)  delete mPih;
     404mPih = pih2;
     405AddScDrawer(mPih);
     406if(dbg) printf("PIH2DWdg::SetPIHisto mPih=%lx\n",(long)mPih);
     407}
     408
     409//++
    397410string  PIH2DWdg::GetClickText(float x, float y)
    398411//
  • trunk/SophyaPI/PI/pihisto2d.h

    r120 r131  
    6161
    6262  void               SetHisto(Histo2D* histo);
     63  void               SetPIHisto(PIHisto2D* pih2);
    6364  inline PIHisto2D*  GetPIHisto() {return mPih;}
    6465
Note: See TracChangeset for help on using the changeset viewer.