Changeset 2469 in Sophya for trunk/SophyaPI/PIext/pihisto.h


Ignore:
Timestamp:
Dec 2, 2003, 8:36:10 PM (22 years ago)
Author:
cmv
Message:

gestion trace linges avec DrawPolygon cmv 02/12/03

File:
1 edited

Legend:

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

    r2383 r2469  
    1919  // fg=-1 pas de barre d'erreur, 1=barres d'erreurs,
    2020  // 0=barres d'erreurs automatiques: trace si HProf ou markeur demande
    21   inline  void       SetError(unsigned short fg=0) {error=fg;}
     21  inline  void       SetError(short fg=0) {error=fg;}
    2222  inline  Histo*     Histogram() {return(mHisto);}
    2323
     
    3030  Histo* mHisto;
    3131  bool mAdDO;
    32   bool stats,error;
     32  bool stats;
     33  short error;
    3334  float spoX, spoY; // Stat pos offset par rapport a position defaut
    3435};
Note: See TracChangeset for help on using the changeset viewer.