26 { |
26 { |
27 public: |
27 public: |
28 static const LDObjectType SubclassType = LDObjectType::Empty; |
28 static const LDObjectType SubclassType = LDObjectType::Empty; |
29 |
29 |
30 QString asText() const override; |
30 QString asText() const override; |
|
31 bool isScemantic() const override; |
31 QString objectListText() const override; |
32 QString objectListText() const override; |
32 LDObjectType type() const override; |
33 LDObjectType type() const override; |
33 QString typeName() const override; |
34 QString typeName() const override; |
34 |
35 |
35 protected: |
36 protected: |
36 friend class Model; |
37 friend class ResourceVector<LDObject>; |
37 LDEmpty(Model* model); |
38 LDEmpty(Model* model); |
38 }; |
39 }; |