|
BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Implements class CLASS? More...
Go to the source code of this file.
Classes | |
| class | DefaultEditorFactoryTest |
Functions | |
| TEST_F (DefaultEditorFactoryTest, boolProperty) | |
| Tests editor creation on bool property. More... | |
| TEST_F (DefaultEditorFactoryTest, colorProperty) | |
| Tests editor creation on color property. More... | |
| TEST_F (DefaultEditorFactoryTest, comboProperty) | |
| Tests editor creation on combo property. More... | |
| TEST_F (DefaultEditorFactoryTest, comboPropertyInStandardModel) | |
| Tests editor creation on combo property in QStandardItemModel with our variant. More... | |
| TEST_F (DefaultEditorFactoryTest, doubleProperty) | |
| Tests editor creation on double property. More... | |
| TEST_F (DefaultEditorFactoryTest, doublePropertyWithLimits) | |
| Tests editor creation on double property with limits. More... | |
| TEST_F (DefaultEditorFactoryTest, editorType) | |
| Create test editor using EDITOR role. More... | |
| TEST_F (DefaultEditorFactoryTest, externalProperty) | |
| Tests editor creation on combo property. More... | |
| TEST_F (DefaultEditorFactoryTest, integerProperty) | |
| Tests editor creation on integer property. More... | |
| TEST_F (DefaultEditorFactoryTest, integerPropertyWithLimits) | |
| Tests editor creation on integer property with limits. More... | |
| TEST_F (DefaultEditorFactoryTest, unsupportedProperty) | |
| Tests editor creation on some unsupported property. More... | |
Implements class CLASS?
Definition in file defaulteditorfactory.test.cpp.
| TEST_F | ( | DefaultEditorFactoryTest | , |
| boolProperty | |||
| ) |
Tests editor creation on bool property.
Definition at line 74 of file defaulteditorfactory.test.cpp.
| TEST_F | ( | DefaultEditorFactoryTest | , |
| colorProperty | |||
| ) |
Tests editor creation on color property.
Definition at line 135 of file defaulteditorfactory.test.cpp.
| TEST_F | ( | DefaultEditorFactoryTest | , |
| comboProperty | |||
| ) |
Tests editor creation on combo property.
Definition at line 143 of file defaulteditorfactory.test.cpp.
| TEST_F | ( | DefaultEditorFactoryTest | , |
| comboPropertyInStandardModel | |||
| ) |
Tests editor creation on combo property in QStandardItemModel with our variant.
Definition at line 188 of file defaulteditorfactory.test.cpp.
References ModelView::SessionModel::setData().
| TEST_F | ( | DefaultEditorFactoryTest | , |
| doubleProperty | |||
| ) |
Tests editor creation on double property.
Definition at line 109 of file defaulteditorfactory.test.cpp.
| TEST_F | ( | DefaultEditorFactoryTest | , |
| doublePropertyWithLimits | |||
| ) |
Tests editor creation on double property with limits.
Definition at line 122 of file defaulteditorfactory.test.cpp.
References ModelView::RealLimits::limited().
| TEST_F | ( | DefaultEditorFactoryTest | , |
| editorType | |||
| ) |
Create test editor using EDITOR role.
Definition at line 179 of file defaulteditorfactory.test.cpp.
References ModelView::Constants::SelectableComboPropertyEditorType.
| TEST_F | ( | DefaultEditorFactoryTest | , |
| externalProperty | |||
| ) |
Tests editor creation on combo property.
Definition at line 151 of file defaulteditorfactory.test.cpp.
| TEST_F | ( | DefaultEditorFactoryTest | , |
| integerProperty | |||
| ) |
Tests editor creation on integer property.
Definition at line 82 of file defaulteditorfactory.test.cpp.
| TEST_F | ( | DefaultEditorFactoryTest | , |
| integerPropertyWithLimits | |||
| ) |
Tests editor creation on integer property with limits.
Definition at line 96 of file defaulteditorfactory.test.cpp.
References ModelView::RealLimits::limited().
| TEST_F | ( | DefaultEditorFactoryTest | , |
| unsupportedProperty | |||
| ) |
Tests editor creation on some unsupported property.
Definition at line 159 of file defaulteditorfactory.test.cpp.
References ModelView::RealLimits::limited().