67 : PropertyManager(
nullptr), PropertyNode(propNode), Sign(1.0) {}
69 std::shared_ptr<FGPropertyManager> propertyManager,
Element* el);
71 double GetValue(
void)
const override;
72 bool IsConstant(
void)
const override {
73 return PropertyNode && (!PropertyNode->isTied()
74 && !PropertyNode->getAttribute(SGPropertyNode::WRITE));
77 void SetValue(
double value);
78 bool IsLateBound(
void)
const {
return PropertyNode ==
nullptr; }
80 std::string GetName(
void)
const override;
81 virtual std::string GetNameWithSign(
void)
const;
82 virtual std::string GetFullyQualifiedName(
void)
const;
83 virtual std::string GetPrintableName(
void)
const;
89 std::shared_ptr<FGPropertyManager> PropertyManager;
90 mutable FGPropertyNode_ptr PropertyNode;
91 mutable Element_ptr XML_def;
92 std::string PropertyName;