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


Ignore:
Timestamp:
Oct 28, 2002, 6:53:22 PM (23 years ago)
Author:
cmv
Message:
  • Gestion des options ligne de commande pour Histo@d (PIHisto2D) cmv 28/10/2002
File:
1 edited

Legend:

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

    r2231 r2234  
    1313
    1414#include "histos2.h"
     15#include "pidrawer.h"
    1516#include "piscdrawwdg.h"
    1617
     
    3031  virtual void Draw(PIGraphicUC* g,double xmin,double ymin,double xmax,double ymax);
    3132
    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);
    3436
     37  // Ce que fait l'action de clic avec la souris
    3538  virtual void GetClickInfo(string& info, double x, double y
    3639                           ,double x0=0.,double y0=0.,bool fgdiff=false);
     
    3841  virtual void UpdateLimits();
    3942  virtual void DrawStats(PIGraphicUC* g);
     43  inline  void SetStats(bool fg=true) {stats=fg;}
    4044
    41 //  Methode permettant l'affichage d'une fenetre de controle specialisee
     45  //  Methode permettant l'affichage d'une fenetre de controle specialisee
    4246  virtual void ShowControlWindow(PIBaseWdgGen* wdg);
    43 //  Desactivation de la fenetre de controle specialisee
     47  //  Desactivation de la fenetre de controle specialisee
    4448  virtual void DeactivateControlWindow(PIBaseWdgGen* wdg);
    4549
     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
    4655  inline Histo2D*       Histogram()   {return(mHisto);}
    4756  inline bool           Color()       {return(mFgCol);}
     
    6271
    6372  Histo2D* mHisto;
    64   bool mAdDO;
     73  bool mAdDO; bool stats;
    6574  bool mFgCol; CMapId mCmap; bool mRevCmap;
    6675  unsigned short mTypScal; float mLogScale;
Note: See TracChangeset for help on using the changeset viewer.