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


Ignore:
Timestamp:
Oct 23, 2007, 12:02:12 AM (18 years ago)
Author:
ansari
Message:

ajout decodage attributs graphiques samew=WdgName wname=Nom inset=fx1,fx2,fy1,fy2 - Reza 22/10/2007

File:
1 edited

Legend:

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

    r3269 r3355  
    100100  virtual void                  SetTmpDir(string const& tmpdir);
    101101
     102// Pour convertir un nom d'objet en identificateur d'objet (OId)
     103  virtual int           NameToOId(string & nom);
     104
    102105// Ajoute un identificateur d'objet widget/drawer/fenetre pour l'objet nom
    103106// Ces identificateurs servent lors de la destruction de l'objet nom
     
    125128  virtual void          SaveObj_P(string & nom, POutPersist& s, bool keeppath=false);
    126129
     130  virtual int           NameToOId_P(string & nom);
    127131  virtual void          AddWRsId_P(string & nom, int wrsid);
    128132  virtual void          UpdateObjMgrWindow_P(int did);
Note: See TracChangeset for help on using the changeset viewer.