Changeset 1827 in Sophya for trunk/SophyaPI/PI/pidrawer.cc
- Timestamp:
- Dec 19, 2001, 6:48:26 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pidrawer.cc
r1667 r1827 8 8 #include <iostream.h> 9 9 #include "pidrawer.h" 10 11 #include "pidrwtools.h" 10 12 11 13 #include <math.h> … … 311 313 } 312 314 315 void 316 PIDrawer::ShowControlWindow(PIBaseWdgGen* wdg) 317 { 318 // On affiche par defaut la fenetre de gestion des attributs graphiques 319 PIDrwTools::ShowPIDrwTools(wdg); 320 } 321 322 int 323 PIDrawer::DecodeOptionString(vector<string> & opt) 324 { 325 // a faire un jour OP+Reza 30/11/01 326 return(0); 327 } 313 328 314 329 PIGraphicUC*
Note:
See TracChangeset
for help on using the changeset viewer.