Changeset 2762 in Sophya for trunk/SophyaPI/PIext/nobjmgr.h


Ignore:
Timestamp:
May 24, 2005, 6:31:58 PM (20 years ago)
Author:
ansari
Message:

Suite corrections ZSync + correction (probable) du probleme de plantage a la fin lie a imagnav - reste a corriger menu::del_cur_widget - Reza 24/05/2005

File:
1 edited

Legend:

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

    r2755 r2762  
    101101  virtual void                  SetTmpDir(string const& tmpdir);
    102102
     103// Ajoute un identificateur d'objet widget/drawer/fenetre pour l'objet nom
     104// Ces identificateurs servent lors de la destruction de l'objet nom
    103105  virtual void          AddWRsId(string & nom, int wrsid);
    104106// Pour utilisation par ObjMgrWind
     
    111113
    112114protected:
     115  // Les methodes _P sont celles SANS ZSync() - pour un usage interne par NamedObjMgr
    113116  virtual bool          CreateDir_P(string & dirname);
    114117  virtual void          CleanDir_P(string & dirname);
     
    121124  virtual void          SaveObj_P(string & nom, POutPersist& s, bool keeppath=false);
    122125
     126  virtual void          AddWRsId_P(string & nom, int wrsid);
     127  virtual void          UpdateObjMgrWindow_P(int did);
     128
    123129  bool _fgimgapp;  // true -> cree par PIStdImgApp / pour gestion de thread
    124130};
Note: See TracChangeset for help on using the changeset viewer.