Changeset 1883 in Sophya for trunk/SophyaPI/PIext/pihisto2d.h
- Timestamp:
- Jan 22, 2002, 12:12:51 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto2d.h
r1880 r1883 67 67 68 68 //////////////////////////////////////////////////////////////////// 69 /*70 // NOT USED ANYMORE... KEEP IT FOR MEMORY71 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 specifiques80 virtual void But3Press(int x, int y);81 protected:82 PIHisto2D* mPih;83 };84 */85 86 ////////////////////////////////////////////////////////////////////87 69 class H2WinArg : public PIWindow { 88 70 public :
Note:
See TracChangeset
for help on using the changeset viewer.