Definition at line 1430 of file mainIDo.cpp. References MapExec(), mSkipFusion, and mWG. Referenced by HandleCmd(). 01431 { 01432 MapExec(mWG[0], false); 01433 MapExec(mWG[1], false); 01434 if (mSkipFusion.empty()) 01435 MapExec(mWG[2], false); 01436 MapExec("combined", false); 01437 }
Here is the call graph for this function: ![]()
|