Changeset 1504 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- May 21, 2001, 3:12:51 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r1131 r1504 99 99 PIFontAtt fat=PI_NotDefFontAtt); 100 100 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; } 102 103 void SetZoomAtt(int zoom=0); 103 104 void SetAxesAtt(unsigned int axfl=kBoxAxes | kExtTicks | kLabels); … … 175 176 PIMarker mMrk,mSMrk; 176 177 CMapId mCmapid, mSCmapid; 178 bool mRevCmap, mSRevCmap; 177 179 int mZoom, mSZoom; 178 180 unsigned int mAxesFlags, mSAxesFlags;
Note:
See TracChangeset
for help on using the changeset viewer.