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


Ignore:
Timestamp:
Jan 17, 2002, 11:12:56 AM (24 years ago)
Author:
cmv
Message:

(Un)Sensitive sur fenetre H2WinArg, PIH2DWdg enlevee cmv 17/01/02

File:
1 edited

Legend:

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

    r1856 r1862  
    6262
    6363////////////////////////////////////////////////////////////////////
     64/*
     65// NOT USED ANYMORE... KEEP IT FOR MEMORY
    6466class PIH2DWdg : public PIScDrawWdg {
    6567public:
    6668  PIH2DWdg(PIContainerGen *par,const char *nom,int sx=300,int sy=300,int px=0,int py=0);
    6769  ~PIH2DWdg();
    68 
    6970  void SetHisto(Histo2D* histo);
    7071  void SetPIHisto(PIHisto2D* pih2);
    71 
    7272  inline PIHisto2D* GetPIHisto() {return mPih;}
    73 
    7473  virtual string GetClickText(double x, double y);
    7574  virtual void   ActivateSpecializedControls(); // Pour activer des controles specifiques
    7675  virtual void   But3Press(int x, int y);
    77 
    7876protected:
    7977  PIHisto2D*  mPih;
    8078};
     79*/
    8180
    8281////////////////////////////////////////////////////////////////////
     
    9796  void SetText();
    9897
     98  virtual void Show();
    9999  virtual void Process(PIMessage msg,PIMsgHandler* sender,void* data=NULL);
    100100
Note: See TracChangeset for help on using the changeset viewer.