23 #ifndef EVOROBOTCOMPONENT_H
24 #define EVOROBOTCOMPONENT_H
26 #include "component.h"
28 #include "workerthread.h"
29 #include "baseexception.h"
53 virtual void postConfigureInitialization();
55 static void describe( QString type );
66 void runTestFromQAction();
69 void exceptionDuringOperation(BaseException *e);
73 void onThreadOperationDone( QString message );
76 void actionFinished();
85 bool runningOperation;
89 QString currentTestName;