1 #ifndef BALL_VIEW_KERNEL_THREADS_H
2 #define BALL_VIEW_KERNEL_THREADS_H
4 #ifndef BALL_VIEW_KERNEL_COMMON_H_
8 #include <QtCore/QThread>
9 #include <QtCore/QEvent>
13 class EnergyMinimizer;
14 class MolecularDynamics;
16 class DockingAlgorithm;
88 virtual void run() {};
95 void sendMessage_(
Message* msg);
103 void updateStructure_();
106 void output_(
const String&
string,
bool important =
false);
112 void waitForUpdateOfRepresentations_();
178 void setNumberOfStepsBetweenUpdates(
Size steps)
179 { steps_between_updates_ = steps;}
190 void exportSceneToPNG_();
283 #endif //BALL_VIEW_KERNEL_THREADS_H