Changeset 1131 in Sophya for trunk/SophyaPI/PIext/servnobjm.cc
- Timestamp:
- Aug 22, 2000, 5:09:27 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/servnobjm.cc
r1126 r1131 1353 1353 mImgapp->SetXLogScale(); 1354 1354 mImgapp->SetYLogScale(); 1355 mImgapp->SetAutoAddTitle(); 1355 1356 stats_option = true; 1356 1357 return(ropt); … … 1401 1402 if ( grt[k] == "logy" ) { mImgapp->SetYLogScale(true); fgsrgr = true; continue; } 1402 1403 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; } 1403 1409 1404 1410 // Si c'est une couleur
Note:
See TracChangeset
for help on using the changeset viewer.