This class runs a list of sequences (QSequence objects) built by the QModuleFactory object There must be a single unique instance of this class It is not a singleton because it is not supposed to be used anywhere except by the main program No methods of this class should never be used within a module or anywhere else
Public Member Functions | |
QFrameWork () | |
empty constructor | |
virtual | ~QFrameWork () |
destructor does nothing | |
void | Run () |
main function, basically the real main program in diana Runs a list of sequences provided by the module factory |