Changeset 1504 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h


Ignore:
Timestamp:
May 21, 2001, 3:12:51 PM (24 years ago)
Author:
ansari
Message:

ajout option graphique revcmap pour inverser l'indexage des ColorMap - Reza 21/5/2001

File:
1 edited

Legend:

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

    r1131 r1504  
    9999                      PIFontAtt fat=PI_NotDefFontAtt);
    100100     void  SetMarkerAtt(int sz=-1, PIMarker mrk=PI_NotDefMarker);
    101      void  SetColMapId(CMapId cid=CMAP_OTHER);
     101     inline void  SetColMapId(CMapId cid=CMAP_OTHER) { mCmapid = cid; }
     102     inline void  SetReverseColMapFlag(bool fg=false) { mRevCmap = fg; }
    102103     void  SetZoomAtt(int zoom=0);
    103104     void  SetAxesAtt(unsigned int axfl=kBoxAxes | kExtTicks | kLabels);
     
    175176    PIMarker     mMrk,mSMrk; 
    176177    CMapId       mCmapid, mSCmapid;
     178    bool         mRevCmap, mSRevCmap;
    177179    int          mZoom, mSZoom;
    178180    unsigned int mAxesFlags, mSAxesFlags;
Note: See TracChangeset for help on using the changeset viewer.