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


Ignore:
Timestamp:
Aug 3, 1998, 5:32:46 PM (27 years ago)
Author:
ercodmgr
Message:

Dernieres (avant-avant ??) modifs de cette version de PI (depuis PC Reza 03/08/98)

File:
1 edited

Legend:

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

    r127 r128  
    3737                       { mdrw->SetAxesFlags(flags); mdrw->Refresh(); }
    3838
    39 // Fenetre de Zoom, Vue global, ColorMap, text, ...
     39// Fenetre de Zoom, Vue globale, ColorMap, text, ...
    4040  void SetZoomWin(PIPixmap * zw, bool refr=false);
    4141  void SetGloVWin(PIPixmap * zw, bool refr=false);
     
    5555  float GetZoomF();
    5656
    57   virtual void SetColMap(CMapId cmap, bool refr=true);
     57// Changement de table de couleur
     58  virtual void SetColMap(PIColorMap* cmp, bool refr=true);
     59  virtual void SetColMapId(CMapId cmapid, bool refr=true);
    5860
     61// Positionnement image - pave
    5962  void SetOffset(int ox, int oy, bool refr=true);
    6063  void SetPave(int x, int y, bool refr=true, bool cent=true);
    6164
     65// Acces aux informations
    6266  inline P2DArrayAdapter * Image() { return(img); }
    6367  inline LUT *     Lut() { return(lut); }
     
    7074  inline PIElDrawer* MyElDrawer() { return (mdrw); }
    7175
     76// Rafraichissement des widgets auxiliaires (zoom, ...)
    7277  void Apply(bool mw=true);
    7378
Note: See TracChangeset for help on using the changeset viewer.