Changeset 1971 in Sophya for trunk/SophyaPI/PIext/pintuple.h


Ignore:
Timestamp:
Apr 30, 2002, 2:34:41 PM (23 years ago)
Author:
ansari
Message:

1/ Basculement de decodage des options de display aux methodes
PIDrawer/PIWdg::DecodeOptionString()
2/ Possibilite de Show/Hide de la partie Zoom/ColorMap/Stat du MainWindow

Reza 30/4/2002

File:
1 edited

Legend:

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

    r546 r1971  
    1414  virtual           ~PINTuple();
    1515 
     16
    1617  virtual void       Draw(PIGraphicUC* g, double xmin, double ymin, double xmax, double ymax);
    1718  virtual void       UpdateLimits();
     
    2425  inline  void       SetStats(bool fg=true) { stats = fg; }
    2526  virtual void       AppendTextInfo(string& info, double xmin, double ymin, double xmax, double ymax);
     27
     28//   Methode de decodage des options
     29  virtual int        DecodeOptionString(vector<string> & opt, bool rmdecopt=true);
    2630       
    2731protected:
Note: See TracChangeset for help on using the changeset viewer.