33 bool isColored() const override; |
33 bool isColored() const override; |
34 bool isScemantic() const override; |
34 bool isScemantic() const override; |
35 QString objectListText() const override; |
35 QString objectListText() const override; |
36 QString text() const; |
36 QString text() const; |
37 LDObjectType type() const override; |
37 LDObjectType type() const override; |
38 QString typeName() const override; |
38 QString iconName() const override; |
39 void setText(QString value); |
39 void setText(QString value); |
40 void serialize(class Serializer& serializer) override; |
40 void serialize(class Serializer& serializer) override; |
41 |
41 |
42 private: |
42 private: |
43 QString m_text; |
43 QString m_text; |