Definition at line 1242 of file mainIDo.cpp. References ClassifyCombineExec(), ClassifyExec(), and mWG. Referenced by HandleCmd(). 01243 { 01244 ClassifyExec(mWG[0], true); 01245 ClassifyExec(mWG[1], true); 01246 ClassifyExec(mWG[2], true); 01247 ClassifyCombineExec(mWG[0] + " " + mWG[1] + " " + mWG[2], "combined"); 01248 }
Here is the call graph for this function: ![]()
|