Changeset 1593 in Sophya for trunk/SophyaPI/PIext


Ignore:
Timestamp:
Jul 23, 2001, 5:42:15 PM (24 years ago)
Author:
ansari
Message:

Adaptation au changement interface PIApplication::PrefCompSz() PIApplication::PrefCompSize() - Reza 23/7/2001

Location:
trunk/SophyaPI/PIext
Files:
2 edited

Legend:

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

    r1268 r1593  
    12051205// bsx,bsy = environ 6 lettres
    12061206int bsx,bsy;
    1207 par->PrefCompSz(bsx, bsy);
     1207par->PrefCompSize(bsx, bsy);
    12081208int spx = (bsx>=10) ? bsx/10 : 1;  // intervalle entre lettres X
    12091209int spy = (bsy>=6) ? bsy/6 : 1;    // intervalle entre lettres Y
  • trunk/SophyaPI/PIext/pistdimgapp.cc

    r1590 r1593  
    129129
    130130int scsx, scsy;
    131 ScreenSz(scsx, scsy);
     131ScreenSize(scsx, scsy);
    132132if (scsy <= 600)  mFgScSz = 0;
    133133else if (scsy <= 800)  mFgScSz = 1;
Note: See TracChangeset for help on using the changeset viewer.