Diana Software
Public Member Functions | List of all members
QFrameWork Class Reference

Main class of the diana framework. More...

Public Member Functions

 QFrameWork ()
 empty constructor More...
 
virtual ~QFrameWork ()
 destructor does nothing More...
 
void Run ()
 main function, basically the real main program in diana. It runs a list of sequences provided by the QModuleFactory More...
 

Detailed Description

Main class of the diana framework.

Author
M. Pallavicini, M. Vignati

This class runs a list of QSequences built by the QModuleFactory. It is the top level class of the diana framework, and it is created in the main function of the diana program.

Definition at line 19 of file QFrameWork.hh.

Constructor & Destructor Documentation

◆ QFrameWork()

Q_BEGIN_NAMESPACE QFrameWork::QFrameWork ( )

empty constructor

Definition at line 22 of file QFrameWork.cc.

◆ ~QFrameWork()

QFrameWork::~QFrameWork ( )
virtual

destructor does nothing

Definition at line 29 of file QFrameWork.cc.

References QModuleFactory::Get(), and QModuleFactory::GetSequences().

Member Function Documentation

◆ Run()

void QFrameWork::Run ( )

The documentation for this class was generated from the following files: