Changeset 203 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc
- Timestamp:
- Feb 26, 1999, 3:18:56 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r194 r203 188 188 mCmapid = CMAP_OTHER; 189 189 mZoom = 0; 190 mAxesFlags = kBoxAxes | kExtTicks | kLabels; 190 191 SaveGraphicAtt(); 191 192 … … 440 441 scw->SetBinding(PIBK_elastic, PIBK_elastic, PIBK_elastic, PIBK_elastic); 441 442 scw->SetUserData(NULL, flag); 443 scw->SetAxesFlags(mAxesFlags); 444 442 445 if (!h2d) scw->AddScDrawer(scd, true); 443 446 else ((PIH2DWdg*)scw)->SetPIHisto((PIHisto2D*)scd); … … 1139 1142 mZoom = zoom; 1140 1143 } 1144 /* --Methode-- */ 1145 void PIStdImgApp::SetAxesAtt(unsigned int axfl) 1146 { 1147 mAxesFlags = axfl; 1148 } 1141 1149 1142 1150 /* --Methode-- */ … … 1152 1160 mSCmapid = mCmapid; 1153 1161 mSZoom = mZoom; 1162 mSAxesFlags = mAxesFlags; 1154 1163 } 1155 1164 … … 1166 1175 mCmapid = mSCmapid; 1167 1176 mZoom = mSZoom; 1168 } 1177 mAxesFlags = mSAxesFlags; 1178 }
Note:
See TracChangeset
for help on using the changeset viewer.