Changeset 1883 in Sophya for trunk/SophyaPI/PIext/pihisto2d.h


Ignore:
Timestamp:
Jan 22, 2002, 12:12:51 PM (24 years ago)
Author:
cmv
Message:

petit bug + texte / ATL-K,DX,DY cmv 22/01/02

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pihisto2d.h

    r1880 r1883  
    6767
    6868////////////////////////////////////////////////////////////////////
    69 /*
    70 // NOT USED ANYMORE... KEEP IT FOR MEMORY
    71 class PIH2DWdg : public PIScDrawWdg {
    72 public:
    73   PIH2DWdg(PIContainerGen *par,const char *nom,int sx=300,int sy=300,int px=0,int py=0);
    74   ~PIH2DWdg();
    75   void SetHisto(Histo2D* histo);
    76   void SetPIHisto(PIHisto2D* pih2);
    77   inline PIHisto2D* GetPIHisto() {return mPih;}
    78   virtual string GetClickText(double x, double y);
    79   virtual void   ActivateSpecializedControls(); // Pour activer des controles specifiques
    80   virtual void   But3Press(int x, int y);
    81 protected:
    82   PIHisto2D*  mPih;
    83 };
    84 */
    85 
    86 ////////////////////////////////////////////////////////////////////
    8769class H2WinArg : public PIWindow {
    8870public :
Note: See TracChangeset for help on using the changeset viewer.