BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Variables | |
const model_type | BaseType = "SessionItem" |
const std::string | bool_type_name = "bool" |
const std::string | BoolEditorType = "BoolEditor" |
const std::string | ColorEditorType = "ColorEditor" |
const model_type | ColorMapItemType = "ColorMap" |
const model_type | ColorMapViewportItemType = "ColorMapViewport" |
const std::string | comboproperty_type_name = "ModelView::ComboProperty" |
const std::string | ComboPropertyEditorType = "ComboPropertyEditor" |
const model_type | CompoundItemType = "Compound" |
const model_type | ContainerItemType = "Container" |
const model_type | Data1DItemType = "Data1D" |
const model_type | Data2DItemType = "Data2D" |
const int | default_double_decimals = 4 |
const std::string | double_type_name = "double" |
const std::string | DoubleEditorType = "DoubleEditor" |
const std::string | ExternalPropertyEditorType = "ExternalPropertyEditor" |
const std::string | extproperty_type_name = "ModelView::ExternalProperty" |
const model_type | FixedBinAxisItemType = "FixedBinAxis" |
const model_type | GraphItemType = "Graph" |
const model_type | GraphViewportItemType = "GraphViewport" |
const model_type | GroupItemType = "Group" |
const std::string | int_type_name = "int" |
const std::string | IntegerEditorType = "IntegerEditor" |
const std::string | invalid_type_name = "invalid" |
const model_type | LinkedItemType = "Linked" |
const model_type | PenItemType = "Pen" |
const model_type | PointwiseAxisItemType = "PointwiseAxis" |
const model_type | PropertyType = "Property" |
const std::string | qcolor_type_name = "QColor" |
const std::string | reallimits_type_name = "ModelView::RealLimits" |
const std::string | ScientficDoubleEditorType = "ScientficDoubleEditor" |
const std::string | ScientficSpinBoxEditorType = "ScientficSpinBoxEditor" |
const std::string | SelectableComboPropertyEditorType = "SelectableComboPropertyEditor" |
const std::string | string_type_name = "std::string" |
const model_type | TextItemType = "Text" |
const std::string | vector_double_type_name = "std::vector<double>" |
const model_type | VectorItemType = "Vector" |
const model_type | ViewportAxisItemType = "ViewportAxis" |
const model_type ModelView::Constants::BaseType = "SessionItem" |
Definition at line 45 of file mvvm_types.h.
Referenced by InsertNewItemCommandTest::create_command(), and TEST_F().
const std::string ModelView::Constants::bool_type_name = "bool" |
Definition at line 27 of file variant_constants.h.
Referenced by ModelView::JsonVariantConverter::JsonVariantConverter(), ModelView::VariantDependentEditorFactory::VariantDependentEditorFactory(), SessionXML::readProperty(), TEST_F(), and SessionXML::writeVariant().
const std::string ModelView::Constants::BoolEditorType = "BoolEditor" |
Definition at line 27 of file editor_constants.h.
Referenced by ModelView::RoleDependentEditorFactory::RoleDependentEditorFactory().
const std::string ModelView::Constants::ColorEditorType = "ColorEditor" |
Definition at line 28 of file editor_constants.h.
Referenced by ModelView::RoleDependentEditorFactory::RoleDependentEditorFactory().
const model_type ModelView::Constants::ColorMapItemType = "ColorMap" |
Definition at line 46 of file mvvm_types.h.
Referenced by ModelView::ColorMapViewportItem::ColorMapViewportItem().
const model_type ModelView::Constants::ColorMapViewportItemType = "ColorMapViewport" |
Definition at line 47 of file mvvm_types.h.
const std::string ModelView::Constants::comboproperty_type_name = "ModelView::ComboProperty" |
Definition at line 32 of file variant_constants.h.
Referenced by ModelView::JsonVariantConverter::JsonVariantConverter(), ModelView::VariantDependentEditorFactory::VariantDependentEditorFactory(), and TEST_F().
const std::string ModelView::Constants::ComboPropertyEditorType = "ComboPropertyEditor" |
Definition at line 29 of file editor_constants.h.
Referenced by ModelView::RoleDependentEditorFactory::RoleDependentEditorFactory().
const model_type ModelView::Constants::CompoundItemType = "Compound" |
Definition at line 48 of file mvvm_types.h.
Referenced by TEST_F().
const model_type ModelView::Constants::ContainerItemType = "Container" |
Definition at line 49 of file mvvm_types.h.
const model_type ModelView::Constants::Data1DItemType = "Data1D" |
Definition at line 50 of file mvvm_types.h.
const model_type ModelView::Constants::Data2DItemType = "Data2D" |
Definition at line 51 of file mvvm_types.h.
const int ModelView::Constants::default_double_decimals = 4 |
Definition at line 37 of file editor_constants.h.
Referenced by ModelView::DefaultCellDecorator::cellText(), ModelView ::EditorBuilders::DoubleEditorBuilder(), and ModelView ::EditorBuilders::ScientificSpinBoxEditorBuilder().
const std::string ModelView::Constants::double_type_name = "double" |
Definition at line 30 of file variant_constants.h.
Referenced by ModelView::JsonVariantConverter::JsonVariantConverter(), ModelView::VariantDependentEditorFactory::VariantDependentEditorFactory(), SessionXML::readProperty(), TEST_F(), and SessionXML::writeVariant().
const std::string ModelView::Constants::DoubleEditorType = "DoubleEditor" |
Definition at line 30 of file editor_constants.h.
Referenced by ModelView::RoleDependentEditorFactory::RoleDependentEditorFactory().
const std::string ModelView::Constants::ExternalPropertyEditorType = "ExternalPropertyEditor" |
Definition at line 31 of file editor_constants.h.
Referenced by ModelView::RoleDependentEditorFactory::RoleDependentEditorFactory().
const std::string ModelView::Constants::extproperty_type_name = "ModelView::ExternalProperty" |
Definition at line 34 of file variant_constants.h.
Referenced by ModelView::JsonVariantConverter::JsonVariantConverter(), ModelView::VariantDependentEditorFactory::VariantDependentEditorFactory(), and TEST_F().
const model_type ModelView::Constants::FixedBinAxisItemType = "FixedBinAxis" |
Definition at line 52 of file mvvm_types.h.
Referenced by ModelView::Data1DItem::Data1DItem(), and ModelView::Data2DItem::Data2DItem().
const model_type ModelView::Constants::GraphItemType = "Graph" |
Definition at line 53 of file mvvm_types.h.
Referenced by ModelView::GraphViewportItem::GraphViewportItem(), gui2::DataSelectionModel::activeCanvas(), and gui2::DataViewModel::flags().
const model_type ModelView::Constants::GraphViewportItemType = "GraphViewport" |
Definition at line 54 of file mvvm_types.h.
const model_type ModelView::Constants::GroupItemType = "Group" |
Definition at line 55 of file mvvm_types.h.
const std::string ModelView::Constants::int_type_name = "int" |
Definition at line 28 of file variant_constants.h.
Referenced by ModelView::JsonVariantConverter::JsonVariantConverter(), ModelView::VariantDependentEditorFactory::VariantDependentEditorFactory(), SessionXML::readProperty(), TEST_F(), and SessionXML::writeVariant().
const std::string ModelView::Constants::IntegerEditorType = "IntegerEditor" |
Definition at line 32 of file editor_constants.h.
Referenced by ModelView::RoleDependentEditorFactory::RoleDependentEditorFactory().
const std::string ModelView::Constants::invalid_type_name = "invalid" |
Definition at line 26 of file variant_constants.h.
Referenced by ModelView::JsonVariantConverter::JsonVariantConverter(), TEST_F(), and ModelView::Utils::VariantName().
const model_type ModelView::Constants::LinkedItemType = "Linked" |
Definition at line 56 of file mvvm_types.h.
const model_type ModelView::Constants::PenItemType = "Pen" |
Definition at line 57 of file mvvm_types.h.
const model_type ModelView::Constants::PointwiseAxisItemType = "PointwiseAxis" |
Definition at line 58 of file mvvm_types.h.
Referenced by ModelView::Data1DItem::Data1DItem().
const model_type ModelView::Constants::PropertyType = "Property" |
Definition at line 59 of file mvvm_types.h.
Referenced by TEST_F().
const std::string ModelView::Constants::qcolor_type_name = "QColor" |
Definition at line 33 of file variant_constants.h.
Referenced by ModelView::JsonVariantConverter::JsonVariantConverter(), ModelView::VariantDependentEditorFactory::VariantDependentEditorFactory(), and TEST_F().
const std::string ModelView::Constants::reallimits_type_name = "ModelView::RealLimits" |
Definition at line 35 of file variant_constants.h.
Referenced by ModelView::JsonVariantConverter::JsonVariantConverter(), and TEST_F().
const std::string ModelView::Constants::ScientficDoubleEditorType = "ScientficDoubleEditor" |
Definition at line 33 of file editor_constants.h.
Referenced by ModelView::RoleDependentEditorFactory::RoleDependentEditorFactory().
const std::string ModelView::Constants::ScientficSpinBoxEditorType = "ScientficSpinBoxEditor" |
Definition at line 34 of file editor_constants.h.
Referenced by ModelView::RoleDependentEditorFactory::RoleDependentEditorFactory().
const std::string ModelView::Constants::SelectableComboPropertyEditorType = "SelectableComboPropertyEditor" |
Definition at line 35 of file editor_constants.h.
Referenced by ModelView::RoleDependentEditorFactory::RoleDependentEditorFactory(), and TEST_F().
const std::string ModelView::Constants::string_type_name = "std::string" |
Definition at line 29 of file variant_constants.h.
Referenced by ModelView::JsonVariantConverter::JsonVariantConverter(), TEST_F(), and ModelView::Utils::toQtVariant().
const model_type ModelView::Constants::TextItemType = "Text" |
Definition at line 60 of file mvvm_types.h.
const std::string ModelView::Constants::vector_double_type_name = "std::vector<double>" |
Definition at line 31 of file variant_constants.h.
Referenced by ModelView::JsonVariantConverter::JsonVariantConverter(), ModelView::Utils::IsDoubleVectorVariant(), and TEST_F().
const model_type ModelView::Constants::VectorItemType = "Vector" |
Definition at line 61 of file mvvm_types.h.
Referenced by TEST_F().
const model_type ModelView::Constants::ViewportAxisItemType = "ViewportAxis" |
Definition at line 62 of file mvvm_types.h.
Referenced by TEST_F().