23 #ifndef EVOROBOTCOMPONENT_H
24 #define EVOROBOTCOMPONENT_H
26 #include "component.h"
28 #include "workerthread.h"
29 #include "baseexception.h"
53 virtual void postConfigureInitialization();
57 virtual void stopCurrentOperation();
59 static void describe( QString type );
70 void runTestFromQAction();
73 void exceptionDuringOperation(farsa::BaseException *e);
77 void onThreadOperationDone( QString message );
80 void actionFinished();
89 bool runningOperation;
93 QString currentTestName;