BornAgain
1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
|
The JobViewActivities namespace is a helper to get info related to JobView activities.
Functions | |
QVector< JobViewFlags::Dock > | activeDocks (JobViewActivity activity) |
Returns vector of JobView's dockId which have to be shown for given activity. More... | |
QList< JobViewActivity > | all () |
Returns list of all available activities. More... | |
QString | name (JobViewActivity activity) |
Returns name of activity. More... | |
QVector< JobViewFlags::Dock > JobViewActivities::activeDocks | ( | JobViewActivity | activity | ) |
Returns vector of JobView's dockId which have to be shown for given activity.
Definition at line 63 of file JobViewActivities.cpp.
Referenced by JobView::setActivity().
QList< JobViewActivity > JobViewActivities::all | ( | ) |
Returns list of all available activities.
Definition at line 47 of file JobViewActivities.cpp.
Referenced by JobView::createActions().
QString JobViewActivities::name | ( | JobViewActivity | activity | ) |
Returns name of activity.
Definition at line 54 of file JobViewActivities.cpp.
Referenced by JobView::createActions().