BornAgain
1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Functions | |
Coords | coordFromName (const QString &name) |
Returns domain axes units type from their GUI name. More... | |
QString | nameFromCoord (Coords units) |
Returns axes units names from their domain counterpart. More... | |
Coords GUI::Util::CoordName::coordFromName | ( | const QString & | name | ) |
Returns domain axes units type from their GUI name.
Correspondence of GUI axes units names to their domain counterpart.
Definition at line 46 of file CoordName.cpp.
References GUI::RealSpace::Particles::name().
Referenced by SpecularInstrumentItem::createCoordSystem(), GUI::Model::JobItemUtils::setResults(), and GUI::Model::JobItemUtils::updateDataAxes().
QString GUI::Util::CoordName::nameFromCoord | ( | Coords | units | ) |
Returns axes units names from their domain counterpart.
Correspondence of domain detector axes types to their GUI counterpart.
Definition at line 36 of file CoordName.cpp.
Referenced by GUI::Model::JobItemUtils::availableUnits(), QREDataLoader::datafieldFromParsingResult(), and ImportDataInfo::unitsLabel().