| 176:cd9d6bf6f649 | 177:f69d53c053df |
|---|---|
| 14 void setObjectId(ldraw::id_t id); | 14 void setObjectId(ldraw::id_t id); |
| 15 private: | 15 private: |
| 16 Document* const document; | 16 Document* const document; |
| 17 ldraw::id_t objectId = ldraw::NULL_ID; | 17 ldraw::id_t objectId = ldraw::NULL_ID; |
| 18 std::optional<PolygonObjectEditor> polygonEditor; | 18 std::optional<PolygonObjectEditor> polygonEditor; |
| 19 class QLabel* objectTypeNameLabel; | |
| 20 class QLabel* objectTypeIconLabel; | |
| 19 }; | 21 }; |