Changeset 203 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc


Ignore:
Timestamp:
Feb 26, 1999, 3:18:56 PM (27 years ago)
Author:
ercodmgr
Message:

amelioration trace axes, rz+cmv 26/2/99

File:
1 edited

Legend:

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

    r194 r203  
    188188mCmapid = CMAP_OTHER;
    189189mZoom = 0;
     190mAxesFlags = kBoxAxes | kExtTicks | kLabels;
    190191SaveGraphicAtt();
    191192
     
    440441scw->SetBinding(PIBK_elastic, PIBK_elastic, PIBK_elastic, PIBK_elastic);
    441442scw->SetUserData(NULL, flag);
     443scw->SetAxesFlags(mAxesFlags);
     444
    442445if (!h2d) scw->AddScDrawer(scd, true);
    443446else ((PIH2DWdg*)scw)->SetPIHisto((PIHisto2D*)scd);
     
    11391142  mZoom = zoom;
    11401143}
     1144/* --Methode-- */
     1145void PIStdImgApp::SetAxesAtt(unsigned int axfl)
     1146{
     1147  mAxesFlags = axfl;
     1148}
    11411149
    11421150/* --Methode-- */
     
    11521160  mSCmapid = mCmapid;
    11531161  mSZoom = mZoom;
     1162  mSAxesFlags = mAxesFlags;
    11541163}
    11551164
     
    11661175  mCmapid = mSCmapid;
    11671176  mZoom = mSZoom;
    1168 }
     1177  mAxesFlags = mSAxesFlags;
     1178}
Note: See TracChangeset for help on using the changeset viewer.