UserNodeB.h
#ifndef USERDEFINEDSTRUCTURELIB_USERNODEB_H #define USERDEFINEDSTRUCTURELIB_USERNODEB_H #include <StudioAPI/CDPNode.h> #include <CDPSystem/Base/CDPProperty.h> namespace UserDefinedStructureLib { class UserNodeB : public CDP::StudioAPI::CDPNode { public: UserNodeB(XMLElementEx *element, CDPBaseObject *owner); virtual const std::string GetNodeName() const override; virtual std::string GetNodeTypeName() const override; virtual void FillNodeChildren(CDP::StudioAPI::NodeStream &serializer) const override; private: CDPProperty<std::string> nodeName; CDPProperty<std::string> userAttribute; }; } // namespace UserDefinedStructureLib #endif
Get started with CDP Studio today
Let us help you take your great ideas and turn them into the products your customer will love.