)
{
-//printf("EED BlackBox::bbRecursiveExecute bbProcess start %s \n", bbGetFullName().c_str() );
+printf("EED BlackBox::bbRecursiveExecute bbProcess start %s \n", bbGetFullName().c_str() );
//auto start = std::chrono::high_resolution_clock::now();
this->bbProcess();
//auto duration = std::chrono::duration_cast<std::chrono::microseconds>(stop - start);
//printf("EED BlackBox::bbRecursiveExecute bbProcess time= %ld %s \n", duration.count() , bbGetFullName().c_str() );
-//printf("EED BlackBox::bbRecursiveExecute bbProcess end %s \n", bbGetFullName().c_str() );
+printf("EED BlackBox::bbRecursiveExecute bbProcess end %s \n", bbGetFullName().c_str() );
} // Manual analysis
for (i=mExecutionList.begin();
i!=mExecutionList.end();
++i)
- {
- bbtkBlackBoxDebugMessage("process",3," -> Executing '"<<*i<<"'"<<std::endl);
- mBlackBoxMap[*i]->bbExecute(force);
- }
- }
- else
- {
- std::map<std::string, BlackBox::Pointer>::iterator i;
- for (i=mBlackBoxMap.begin(); i!=mBlackBoxMap.end(); ++i)
- {
- i->second->bbExecute(force);
- }
- }
+ {
+ bbtkBlackBoxDebugMessage("process",3," -> Executing '"<<*i<<"'"<<std::endl);
+ mBlackBoxMap[*i]->bbExecute(force);
+ } // for i
+ } else {
+ std::map<std::string, BlackBox::Pointer>::iterator i;
+ for (i=mBlackBoxMap.begin(); i!=mBlackBoxMap.end(); ++i)
+ {
+ i->second->bbExecute(force);
+ } // for i
+ }
bbtkBlackBoxDebugMessage("process",2,
"<** ComplexBlackBox::bbExecute()"
<<std::endl);
w->Raise(); // bring window to front
printf("EED WxBlackBox::bbCreateFrameWindow --------------\n");
- w->Enable(false);
+// w->Enable(false);
w->Show(true);
}
printf("//EED -------------- WxBlackBox::bbShowWindow 1 ------------------------ \n");
bbGetWindow()->Show();
bbSetShown(true);
-// bbmWindow->Enable(true);
+
printf("//EED -------------- WxBlackBox::bbShowWindow 2 ------------------------ \n");
+// bbmWindow->Enable(true);
+
} // if Dialog
} // if Window shown
}