Changeset 2651 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Feb 18, 2005, 3:09:47 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r2638 r2651 41 41 42 42 typedef map<long, PIWindow*, less<long> > WindMList; 43 typedef map<long, PI BaseWdg*, less<long> > BWMList;43 typedef map<long, PIWdg*, less<long> > BWMList; 44 44 typedef map<long, PIDrawer*, less<long> > DrwMList; 45 45 … … 66 66 // Methodes d'Affichage generique 67 67 int DispImage(P2DArrayAdapter* nouv, string const & name, string const & opt, 68 int oid=0, bool fglock=true);68 bool fgimagnav=false, int oid=0, bool fglock=true); 69 69 int DispScDrawer(PIDrawer* scd, string const & name, string const & opt, 70 70 string title="", int oid=0, bool fglock=true); … … 114 114 115 115 void DeleteWindow(PIWindow* w); 116 void Delete BaseWidget(PIBaseWdg* w, bool dw=true, bool dwin=true);116 void DeleteWidget(PIWdg* w, bool dw=true, bool dwin=true); 117 117 void DelWRsId(int k); 118 118 bool CheckWRsId(int k);
Note:
See TracChangeset
for help on using the changeset viewer.