Changeset 2491 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h


Ignore:
Timestamp:
Jan 4, 2004, 8:02:44 PM (22 years ago)
Author:
ansari
Message:

Suite des modifs pour piapp multi-threads
1) Ajout Mutex de synchronisation ds ls classe NamedObjMgr
2) Suite controle de gestion d'appel aux methodes de PIStdImgApp depuis
la classe elle-meme, a travers le NamedObjMgr
3) Modification de la boucle d'evenements, avec un thread de reveil
periodique

Reza, 4 Janvier 2004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pistdimgapp.h

    r2490 r2491  
    6161
    6262  // Methodes d'Affichage generique
    63      int  DispImage(P2DArrayAdapter* nouv, string const & name, string const & opt, int oid=0);
     63     int  DispImage(P2DArrayAdapter* nouv, string const & name, string const & opt,
     64                    int oid=0, bool fglock=true);
    6465     int  DispScDrawer(PIDrawer* scd, string const & name, string const & opt,
    65                        string title="", int oid=0);
     66                       string title="", int oid=0, bool fglock=true);
    6667     int  Disp3DDrawer(PIDrawer3D* scd, string const & name, string const & opt,
    67                        string title="", int oid=0);
     68                       string title="", int oid=0, bool fglock=true);
    6869
    6970  //  Specification (de l'exterieur) de commande a executer
Note: See TracChangeset for help on using the changeset viewer.