Changeset 3269 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc
- Timestamp:
- Jun 19, 2007, 4:14:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nobjmgr.cc
r2999 r3269 1407 1407 void NamedObjMgr::DisplayNT(string& nom, string& nmx, string& nmy, string& nmz, 1408 1408 string& erx, string& ery, string& erz, string& wt, 1409 string& label, string dopt, bool fg3d)1409 string& label, string& colornm, bool coloridx, string dopt, bool fg3d) 1410 1410 { 1411 1411 // Pas de display si option dopt = nodisp … … 1453 1453 pin->SelectLabel(label.c_str()); 1454 1454 pin->SelectErrBar(erx.c_str(), ery.c_str()); 1455 if (colornm.length() > 0) { // Juin 2007 : gestion de nom de colonne pour la couleur 1456 if (coloridx) pin->SelectColorByIndex(colornm.c_str()); 1457 else pin->SelectColorByName(colornm.c_str()); 1458 } 1455 1459 string titre = nmy + "%" + nmx; 1456 1460 wrsid = myImgApp->DispScDrawer( (PIDrawer*)pin, n1, dopt, titre, 0, fglock);
Note:
See TracChangeset
for help on using the changeset viewer.