Changeset 2762 in Sophya for trunk/SophyaPI/PIext/nobjmgr.h
- Timestamp:
- May 24, 2005, 6:31:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nobjmgr.h
r2755 r2762 101 101 virtual void SetTmpDir(string const& tmpdir); 102 102 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 103 105 virtual void AddWRsId(string & nom, int wrsid); 104 106 // Pour utilisation par ObjMgrWind … … 111 113 112 114 protected: 115 // Les methodes _P sont celles SANS ZSync() - pour un usage interne par NamedObjMgr 113 116 virtual bool CreateDir_P(string & dirname); 114 117 virtual void CleanDir_P(string & dirname); … … 121 124 virtual void SaveObj_P(string & nom, POutPersist& s, bool keeppath=false); 122 125 126 virtual void AddWRsId_P(string & nom, int wrsid); 127 virtual void UpdateObjMgrWindow_P(int did); 128 123 129 bool _fgimgapp; // true -> cree par PIStdImgApp / pour gestion de thread 124 130 };
Note:
See TracChangeset
for help on using the changeset viewer.