BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
ModelView::Constants Namespace Reference

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"
 

Variable Documentation

◆ BaseType

const model_type ModelView::Constants::BaseType = "SessionItem"

Definition at line 45 of file mvvm_types.h.

Referenced by InsertNewItemCommandTest::create_command(), and TEST_F().

◆ bool_type_name

◆ BoolEditorType

const std::string ModelView::Constants::BoolEditorType = "BoolEditor"

◆ ColorEditorType

const std::string ModelView::Constants::ColorEditorType = "ColorEditor"

◆ ColorMapItemType

const model_type ModelView::Constants::ColorMapItemType = "ColorMap"

Definition at line 46 of file mvvm_types.h.

Referenced by ModelView::ColorMapViewportItem::ColorMapViewportItem().

◆ ColorMapViewportItemType

const model_type ModelView::Constants::ColorMapViewportItemType = "ColorMapViewport"

Definition at line 47 of file mvvm_types.h.

◆ comboproperty_type_name

const std::string ModelView::Constants::comboproperty_type_name = "ModelView::ComboProperty"

◆ ComboPropertyEditorType

const std::string ModelView::Constants::ComboPropertyEditorType = "ComboPropertyEditor"

◆ CompoundItemType

const model_type ModelView::Constants::CompoundItemType = "Compound"

Definition at line 48 of file mvvm_types.h.

Referenced by TEST_F().

◆ ContainerItemType

const model_type ModelView::Constants::ContainerItemType = "Container"

Definition at line 49 of file mvvm_types.h.

◆ Data1DItemType

const model_type ModelView::Constants::Data1DItemType = "Data1D"

Definition at line 50 of file mvvm_types.h.

◆ Data2DItemType

const model_type ModelView::Constants::Data2DItemType = "Data2D"

Definition at line 51 of file mvvm_types.h.

◆ default_double_decimals

const int ModelView::Constants::default_double_decimals = 4

◆ double_type_name

◆ DoubleEditorType

const std::string ModelView::Constants::DoubleEditorType = "DoubleEditor"

◆ ExternalPropertyEditorType

const std::string ModelView::Constants::ExternalPropertyEditorType = "ExternalPropertyEditor"

◆ extproperty_type_name

const std::string ModelView::Constants::extproperty_type_name = "ModelView::ExternalProperty"

◆ FixedBinAxisItemType

const model_type ModelView::Constants::FixedBinAxisItemType = "FixedBinAxis"

◆ GraphItemType

const model_type ModelView::Constants::GraphItemType = "Graph"

◆ GraphViewportItemType

const model_type ModelView::Constants::GraphViewportItemType = "GraphViewport"

Definition at line 54 of file mvvm_types.h.

◆ GroupItemType

const model_type ModelView::Constants::GroupItemType = "Group"

Definition at line 55 of file mvvm_types.h.

◆ int_type_name

◆ IntegerEditorType

const std::string ModelView::Constants::IntegerEditorType = "IntegerEditor"

◆ invalid_type_name

const std::string ModelView::Constants::invalid_type_name = "invalid"

◆ LinkedItemType

const model_type ModelView::Constants::LinkedItemType = "Linked"

Definition at line 56 of file mvvm_types.h.

◆ PenItemType

const model_type ModelView::Constants::PenItemType = "Pen"

Definition at line 57 of file mvvm_types.h.

◆ PointwiseAxisItemType

const model_type ModelView::Constants::PointwiseAxisItemType = "PointwiseAxis"

Definition at line 58 of file mvvm_types.h.

Referenced by ModelView::Data1DItem::Data1DItem().

◆ PropertyType

const model_type ModelView::Constants::PropertyType = "Property"

Definition at line 59 of file mvvm_types.h.

Referenced by TEST_F().

◆ qcolor_type_name

const std::string ModelView::Constants::qcolor_type_name = "QColor"

◆ reallimits_type_name

const std::string ModelView::Constants::reallimits_type_name = "ModelView::RealLimits"

◆ ScientficDoubleEditorType

const std::string ModelView::Constants::ScientficDoubleEditorType = "ScientficDoubleEditor"

◆ ScientficSpinBoxEditorType

const std::string ModelView::Constants::ScientficSpinBoxEditorType = "ScientficSpinBoxEditor"

◆ SelectableComboPropertyEditorType

const std::string ModelView::Constants::SelectableComboPropertyEditorType = "SelectableComboPropertyEditor"

◆ string_type_name

const std::string ModelView::Constants::string_type_name = "std::string"

◆ TextItemType

const model_type ModelView::Constants::TextItemType = "Text"

Definition at line 60 of file mvvm_types.h.

◆ vector_double_type_name

const std::string ModelView::Constants::vector_double_type_name = "std::vector<double>"

◆ VectorItemType

const model_type ModelView::Constants::VectorItemType = "Vector"

Definition at line 61 of file mvvm_types.h.

Referenced by TEST_F().

◆ ViewportAxisItemType

const model_type ModelView::Constants::ViewportAxisItemType = "ViewportAxis"

Definition at line 62 of file mvvm_types.h.

Referenced by TEST_F().