Changeset 2234 in Sophya for trunk/SophyaPI/PIext/pihisto2d.h
- Timestamp:
- Oct 28, 2002, 6:53:22 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto2d.h
r2231 r2234 13 13 14 14 #include "histos2.h" 15 #include "pidrawer.h" 15 16 #include "piscdrawwdg.h" 16 17 … … 30 31 virtual void Draw(PIGraphicUC* g,double xmin,double ymin,double xmax,double ymax); 31 32 32 // AppendTextInfo a faire un jour - Reza 21/01/2002 33 // virtual void AppendTextInfo(string& info, double xmin, double ymin, double xmax, double ymax); 33 //AppendTextInfo a faire un jour - Reza 21/01/2002 34 //virtual void AppendTextInfo(string& info,double xmin,double ymin 35 // ,double xmax,double ymax); 34 36 37 // Ce que fait l'action de clic avec la souris 35 38 virtual void GetClickInfo(string& info, double x, double y 36 39 ,double x0=0.,double y0=0.,bool fgdiff=false); … … 38 41 virtual void UpdateLimits(); 39 42 virtual void DrawStats(PIGraphicUC* g); 43 inline void SetStats(bool fg=true) {stats=fg;} 40 44 41 // Methode permettant l'affichage d'une fenetre de controle specialisee45 // Methode permettant l'affichage d'une fenetre de controle specialisee 42 46 virtual void ShowControlWindow(PIBaseWdgGen* wdg); 43 // Desactivation de la fenetre de controle specialisee47 // Desactivation de la fenetre de controle specialisee 44 48 virtual void DeactivateControlWindow(PIBaseWdgGen* wdg); 45 49 50 // Methode de decodage des options 51 virtual int DecodeOptionString(vector<string> & opt, bool rmdecopt=true); 52 virtual void GetOptionsHelpInfo(string& info); 53 54 // Methodes inline 46 55 inline Histo2D* Histogram() {return(mHisto);} 47 56 inline bool Color() {return(mFgCol);} … … 62 71 63 72 Histo2D* mHisto; 64 bool mAdDO; 73 bool mAdDO; bool stats; 65 74 bool mFgCol; CMapId mCmap; bool mRevCmap; 66 75 unsigned short mTypScal; float mLogScale;
Note:
See TracChangeset
for help on using the changeset viewer.