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


Ignore:
Timestamp:
Mar 19, 2004, 2:06:08 PM (22 years ago)
Author:
cmv
Message:

OptionToString cmv 19/03/04

File:
1 edited

Legend:

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

    r2517 r2523  
    1616  inline  void       SetStats(bool fg=true) {stats=fg;}
    1717  inline  void       SetStatPosOffset(float ofx=-0.01, float ofy=-0.01)
    18           {spoX=ofx; spoY=ofy; }
     18                                     {spoX=ofx; spoY=ofy; }
    1919  // fg=-1 pas de barre d'erreur, 1=barres d'erreurs,
    2020  // 0=barres d'erreurs automatiques: trace si HProf ou markeur demande
     
    2525//   Methode de decodage des options
    2626  virtual int        DecodeOptionString(vector<string> & opt, bool rmdecopt=true);
     27  virtual int        OptionToString(vector<string> & opt) const;
    2728  virtual void       GetOptionsHelpInfo(string& info);
    2829
Note: See TracChangeset for help on using the changeset viewer.