Changeset 1862 in Sophya for trunk/SophyaPI/PIext/pihisto2d.h
- Timestamp:
- Jan 17, 2002, 11:12:56 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto2d.h
r1856 r1862 62 62 63 63 //////////////////////////////////////////////////////////////////// 64 /* 65 // NOT USED ANYMORE... KEEP IT FOR MEMORY 64 66 class PIH2DWdg : public PIScDrawWdg { 65 67 public: 66 68 PIH2DWdg(PIContainerGen *par,const char *nom,int sx=300,int sy=300,int px=0,int py=0); 67 69 ~PIH2DWdg(); 68 69 70 void SetHisto(Histo2D* histo); 70 71 void SetPIHisto(PIHisto2D* pih2); 71 72 72 inline PIHisto2D* GetPIHisto() {return mPih;} 73 74 73 virtual string GetClickText(double x, double y); 75 74 virtual void ActivateSpecializedControls(); // Pour activer des controles specifiques 76 75 virtual void But3Press(int x, int y); 77 78 76 protected: 79 77 PIHisto2D* mPih; 80 78 }; 79 */ 81 80 82 81 //////////////////////////////////////////////////////////////////// … … 97 96 void SetText(); 98 97 98 virtual void Show(); 99 99 virtual void Process(PIMessage msg,PIMsgHandler* sender,void* data=NULL); 100 100
Note:
See TracChangeset
for help on using the changeset viewer.