GUI: rename methods returning item
Methods that return an item now contain "Item" in their names. Other methods working with the same item may not have this, for example
InstrumentItem* instrumentItem();
but
void setInstrument(InstrumentItem* item);
Methods returning SelectionProperty
also have appropriate ending:
SelectionProperty<FormFactorItemCatalog>& outerShapeSelection();
This resolves #372 (closed)
Edited by Mikhail Svechnikov
Merge request reports
Activity
assigned to @m.svechnikov
added 11 commits
- e1bcaa94 - AxesItems
- af877921 - BeamDistributionItem
- 4c245328 - BeamItems
- 6d4f4c6a - InstrumentCollection
- 43d6e8e8 - DetectorItems
- fec8509d - InstrumentItems
- d796f48c - InstrumentLibrary
- a090653e - InstrumentsEditController
- 866ef135 - SpecularBeamInclinationItems
- f2bfc213 - RealItem
- 50df86cb - Device directory
Toggle commit listadded 18 commits
- ac5389ee - FitParameterContainerItem
- 15709b65 - FitParameterItems
- e605c07c - FitSuiteItem
- 76b7ad68 - JobModel
- 0302216f - ParameterTreeUtils
- c093143e - ProjectDocument
- 8dc32c10 - CompoundItem
- c31fa06c - InterferenceItem
- ef45854f - ParticleItem
- 53bc0e56 - ParticleLayoutItem
- bac4a4d3 - SampleModel
- ff845887 - FitParameterWidget
- c18a066a - ParameterTuningWidget
- c691cb59 - InstrumentListView
- f62a11a3 - JobView
- 297235d2 - MaterialEditorModel
- 95e9d46a - various
- 4c57e808 - clang-format
Toggle commit listrequested review from @j.wuttke
enabled an automatic merge when the pipeline for 1d55ba18 succeeds
enabled an automatic merge when the pipeline for 69854a13 succeeds
Please register or sign in to reply