Changeset 331 in Sophya for trunk/SophyaPI/PIext/servnobjm.cc


Ignore:
Timestamp:
Jun 28, 1999, 1:56:16 PM (26 years ago)
Author:
ercodmgr
Message:

Ajout SetXYLimits et debut d'introduction de repertoire dans la gestion des objets nommes - Reza 28/6/99

File:
1 edited

Legend:

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

    r330 r331  
    401401  mImgapp->SetColMapId();
    402402  mImgapp->SetZoomAtt();
     403  mImgapp->SetAxesAtt();
     404  mImgapp->SetXYLimits();
     405  mImgapp->UseXYLimits();
    403406  return(ropt);
    404407  }
     
    438441  else fgcont = false;
    439442  if (fgcont)   continue;
    440  
     443
     444  // Utilisation limites X-Y
     445  if ( grt[k] == "xylimits" ) { mImgapp->UseXYLimits(true);  fgsrgr = true;  continue; }
    441446  // Si c'est une couleur
    442447  it = GrAcolors.find(grt[k]);
Note: See TracChangeset for help on using the changeset viewer.