Changeset 2677 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc
- Timestamp:
- Apr 19, 2005, 11:13:49 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nobjmgr.cc
r2672 r2677 1309 1309 void NamedObjMgr::DisplayObj(string& nom, string dopt) 1310 1310 { 1311 // Pas de display si option dopt = nodisp 1312 if ( (dopt == "nodisp") || (dopt == "nodisplay") ) return; 1313 1311 1314 ZSync(*myMutex); 1312 1315 … … 1356 1359 void NamedObjMgr::DisplayImage(string& nom, string dopt, bool fgimagnav) 1357 1360 { 1361 // Pas de display si option dopt = nodisp 1362 if ( (dopt == "nodisp") || (dopt == "nodisplay") ) return; 1363 1358 1364 ZSync(*myMutex); 1359 1365 … … 1393 1399 void NamedObjMgr::DisplaySurf3D(string& nom, string dopt) 1394 1400 { 1401 // Pas de display si option dopt = nodisp 1402 if ( (dopt == "nodisp") || (dopt == "nodisplay") ) return; 1403 1395 1404 ZSync(*myMutex); 1396 1405 … … 1440 1449 string& label, string dopt, bool fg3d) 1441 1450 { 1451 // Pas de display si option dopt = nodisp 1452 if ( (dopt == "nodisp") || (dopt == "nodisplay") ) return; 1453 1442 1454 ZSync(*myMutex); 1443 1455 … … 1503 1515 //| opt = options generales pour le display. 1504 1516 { 1517 // Pas de display si option dopt = nodisp 1518 if ( (dopt == "nodisp") || (dopt == "nodisplay") ) return; 1519 1505 1520 ZSync(*myMutex); 1506 1521 … … 1556 1571 // nomvx et nomvy 1557 1572 { 1573 // Pas de display si option dopt = nodisp 1574 if ( (dopt == "nodisp") || (dopt == "nodisplay") ) return; 1575 1558 1576 ZSync(*myMutex); 1559 1577
Note:
See TracChangeset
for help on using the changeset viewer.