Changeset 10 in Sophya for trunk/SophyaPI/PI/piimage.h


Ignore:
Timestamp:
Mar 8, 1996, 8:02:56 PM (30 years ago)
Author:
eros
Message:

Parametres bool refr (refresh) pour divers methodes de PIPixmap et

PIImage pour optimisation (Valeur par defaut = true) Reza

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/piimage.h

    r8 r10  
    4141  ~PIImage();
    4242
    43   void SetImage(RzImage *pim);
    44   void SetZoomWin(PIPixmap * zw);
     43  void SetImage(RzImage *pim, bool refr=true);
     44  void SetZoomWin(PIPixmap * zw, bool refr=true);
    4545  inline void SetTextWin(PILabel * tw) { txw = tw; };
    4646
    47   void SetLut(float min, float max,
    48              int typlut=kLutType_Lin, int lauto=0);
    49   void SetLut(LUT *clut);
    50   void SetZoom(int zm);
     47  void SetLut(float min, float max, int typlut=kLutType_Lin,
     48              int lauto=0, bool refr=true);
     49  void SetLut(LUT *clut, bool refr=true);
    5150
    52   void SetOffset(int ox, int oy);
     51  void SetZoom(int zm, bool refr=true);
     52  void SetOffset(int ox, int oy, bool refr=true);
    5353
    54   virtual void SetColMap(CMapId cmap);
     54  virtual void SetColMap(CMapId cmap, bool refr=true);
    5555
    5656  inline RzImage * Image() { return(img); }
Note: See TracChangeset for help on using the changeset viewer.