32 using namespace YACS::HMI;
 
   33 using namespace YACS::ENGINE;
 
   36 EditionComponent::EditionComponent(
Subject* subject,
 
   42   QHBoxLayout* hboxLayout = 
new QHBoxLayout();
 
   43   hboxLayout->setSizeConstraint(QLayout::SetDefaultConstraint);
 
   44   QLabel* la_container = 
new QLabel(
"Container:");
 
   45   hboxLayout->addWidget(la_container);
 
   48   _wid->gridLayout1->addLayout(hboxLayout, 3, 0, 1, 1);
 
   78   std::map<string,Container*>::const_iterator it = proc->
containerMap.begin();
 
   94   string contName = 
_cb_container->itemText(index).toStdString();
 
  103       DEBTRACE(
"-------------> not found : " << contName);