Changeset 2491 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Jan 4, 2004, 8:02:44 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r2490 r2491 61 61 62 62 // 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); 64 65 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); 66 67 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); 68 69 69 70 // Specification (de l'exterieur) de commande a executer
Note:
See TracChangeset
for help on using the changeset viewer.