Changeset 2651 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc


Ignore:
Timestamp:
Feb 18, 2005, 3:09:47 PM (21 years ago)
Author:
ansari
Message:

Modifications pour l'utilisation viewer PIImageNavigator (ajout commande imagnav) - Reza 18 Fev 2005

File:
1 edited

Legend:

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

    r2645 r2651  
    13111311  else wrsid = myImgApp->DispScDrawer( dr, n1, dopt, "", 0, fglock);
    13121312  }
    1313 else if (arr) wrsid = myImgApp->DispImage(arr, n1, dopt, 0, fglock);
     1313else if (arr) wrsid = myImgApp->DispImage(arr, n1, dopt, false, 0, fglock);
    13141314
    13151315AddWRsId(nom, wrsid);
     
    13181318
    13191319/* --Methode-- */
    1320 void NamedObjMgr::DisplayImage(string& nom, string dopt)
     1320void NamedObjMgr::DisplayImage(string& nom, string dopt, bool fgimagnav)
    13211321{
    13221322ZSync(*myMutex);
     
    13491349
    13501350int wrsid = 0;
    1351 wrsid = myImgApp->DispImage(arr, n1, dopt, 0, fglock);
     1351wrsid = myImgApp->DispImage(arr, n1, dopt, fgimagnav, 0, fglock);
    13521352
    13531353AddWRsId(nom, wrsid);
Note: See TracChangeset for help on using the changeset viewer.