Changeset 1827 in Sophya for trunk/SophyaPI/PI/pidrawer.cc


Ignore:
Timestamp:
Dec 19, 2001, 6:48:26 PM (24 years ago)
Author:
perderos
Message:

Modifs pour support de DrawerActive et methode pour affichage de control-tools specialise par drawer - Olivier + Reza 19/12/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pidrawer.cc

    r1667 r1827  
    88#include <iostream.h>
    99#include "pidrawer.h"
     10
     11#include "pidrwtools.h"
    1012
    1113#include <math.h>
     
    311313}
    312314
     315void
     316PIDrawer::ShowControlWindow(PIBaseWdgGen* wdg)
     317{
     318  // On affiche par defaut la fenetre de gestion des attributs graphiques
     319   PIDrwTools::ShowPIDrwTools(wdg);
     320}
     321
     322int
     323PIDrawer::DecodeOptionString(vector<string> & opt)
     324{
     325  // a faire un jour OP+Reza 30/11/01
     326  return(0);
     327}
    313328
    314329PIGraphicUC*
Note: See TracChangeset for help on using the changeset viewer.