BornAgain  1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
JobViewActivities.h File Reference

Description

Defines class JobViewActivities.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file JobViewActivities.h.

Include dependency graph for JobViewActivities.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 JobViewActivities
 The JobViewActivities namespace is a helper to get info related to JobView activities.
 

Enumerations

enum class  JobViewActivity { JobView , RealTime , Fitting }
 

Functions

QVector< JobViewFlags::Dock > JobViewActivities::activeDocks (JobViewActivity activity)
 Returns vector of JobView's dockId which have to be shown for given activity. More...
 
QList< JobViewActivityJobViewActivities::all ()
 Returns list of all available activities. More...
 
QString JobViewActivities::name (JobViewActivity activity)
 Returns name of activity. More...
 

Enumeration Type Documentation

◆ JobViewActivity

enum JobViewActivity
strong
Enumerator
JobView 
RealTime 
Fitting 

Definition at line 23 of file JobViewActivities.h.

@ Fitting
the job is busy fitting
The JobView class is a main view to show list of jobs, job results and widgets for real time and fitt...
Definition: JobView.h:37