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


Ignore:
Timestamp:
Aug 22, 2000, 5:09:27 PM (25 years ago)
Author:
ercodmgr
Message:

Introduction de l'option graphique tit/notit (methodes ds PIStdImgApp, modifs ds baseexcut.cc et ds servnobjmgr.cc - Reza 22/08/2000

File:
1 edited

Legend:

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

    r1126 r1131  
    13531353  mImgapp->SetXLogScale();
    13541354  mImgapp->SetYLogScale();
     1355  mImgapp->SetAutoAddTitle();
    13551356  stats_option = true;
    13561357  return(ropt);
     
    14011402  if ( grt[k] == "logy" )  { mImgapp->SetYLogScale(true); fgsrgr = true;  continue; }
    14021403  if ( grt[k] == "liny" )  { mImgapp->SetYLogScale(false); fgsrgr = true;  continue; }
     1404  // Ajout automatique de titre
     1405  if ( ( grt[k] == "tit" ) || ( grt[k] == "title" ) )
     1406    { mImgapp->SetAutoAddTitle(true); fgsrgr = true;  continue; }
     1407  if ( ( grt[k] == "notit" ) || ( grt[k] == "notitle" ) )
     1408    { mImgapp->SetAutoAddTitle(false); fgsrgr = true;  continue; }
    14031409
    14041410  // Si c'est une couleur
Note: See TracChangeset for help on using the changeset viewer.