TypeId Class
(QmlJS::TypeId)Inherits: | QmlJS::ValueVisitor (protected) |
Public Functions
QString | operator()(const Value *value) |
- 11 public functions inherited from QmlJS::ValueVisitor
Reimplemented Protected Functions
virtual void | visit(const NullValue *) override |
virtual void | visit(const UndefinedValue *) override |
virtual void | visit(const NumberValue *) override |
virtual void | visit(const BooleanValue *) override |
virtual void | visit(const StringValue *) override |
virtual void | visit(const ObjectValue *object) override |
virtual void | visit(const FunctionValue *object) override |
virtual void | visit(const ColorValue *) override |
virtual void | visit(const AnchorLineValue *) override |