GUI: serialization refactoring part 3
The following classes now have implemented readFrom
and writeTo
methods:
DoubleProperty
, VectorProperty
, Lattice2DItems
, MaterialItem
, MaterialModel
, ProfileItems
, RotationItems
, RoughnessItems
, SampleItem
The serialization
method for these classes is left temporary for the compatibility; it refers to readFrom
and writeTo
.
Edited by Mikhail Svechnikov
Merge request reports
Activity
requested review from @j.wuttke
assigned to @m.svechnikov
added 12 commits
- ab6d4225 - MaterialModel: add writeTo & readFrom
- 9083485c - MaterialItem: add writeTo & readFrom
- a61677e7 - DoubleProperty: add compact version of r/w
- 2b1f5c5d - RoughnessItems: add writeTo & readFrom
- 4692fe7a - RotationItems: add writeTo & readFrom
- f73b4209 - ProfileItems: add writeTo & readFrom
- 3d7ade2b - CoreAndShell: serialization of rotation is missed
- ee3e8e90 - Lattice2DItems: add writeTo & readFrom
- b7d0cd15 - clang-format
- aaafef1a - VectorProperty: use compact form of r/w
- bb26f6eb - ProfileItems: use compact forms and r/w of base class
- a2cd1862 - SampleItem: fix moveLayer
Toggle commit listadded 21 commits
-
a2cd1862...6d258eed - 2 commits from branch
main
- d6c050b5 - DoubleProperty: add readFrom & writeTo
- cc729bad - VectorProperty: add readFrom & writeTo
- 9f797a37 - VectorProperty: rm m_uid
- 456ac095 - rename 'name'-->'tag' in readFrom methods
- c60efe4a - SampleItem: add writeTo & readFrom
- 4055e256 - SampleItem: m_layers --> QwningVector
- 614776f5 - ProjectDocument: shorten var names
- cdb5b2f9 - MaterialModel: add writeTo & readFrom
- 2146be1c - MaterialItem: add writeTo & readFrom
- c903e0e9 - DoubleProperty: add compact version of r/w
- c42b7e2f - RoughnessItems: add writeTo & readFrom
- 9f17568d - RotationItems: add writeTo & readFrom
- e2a477c2 - ProfileItems: add writeTo & readFrom
- 45b5babf - CoreAndShell: serialization of rotation is missed
- cb2fb754 - Lattice2DItems: add writeTo & readFrom
- 2235b1a0 - clang-format
- da28485e - VectorProperty: use compact form of r/w
- 3f705a5c - ProfileItems: use compact forms and r/w of base class
- afae0683 - SampleItem: fix moveLayer
Toggle commit list-
a2cd1862...6d258eed - 2 commits from branch
mentioned in commit e0fb96ad
Please register or sign in to reply