• Skip to main content
  • Skip to header right navigation
  • Skip to site footer
CDP Studio logo

CDP Studio

The no-code and full-code software development tool for distributed control systems and HMI

  • Doc
  • Why CDP
    • Software developers
    • Automation engineers
    • Managers
  • Product
    • Design UI
    • Develop
    • Analyze and test
    • Deploy
    • Framework and toolbox
    • Compatibility
  • Services
  • Use cases
  • Pricing
  • Try CDP

CDP Studio Documentation

  • Framework - CDP Core
  • CDPPropertyBase
  • 4.12.9

List of All Members for CDPPropertyBase

This is the complete list of members for CDPPropertyBase, including inherited members.

  • enum PropertyInternalType_e
  • enum PropertyType_e
  • enum RouteMethod_e
  • enum RoutingStatus_e
  • typedef StringList
  • CDPPropertyBase()
  • AddChild(const std::string &, const std::string &, const std::string &) : bool
  • AddChild(const std::string &, const std::string &, const std::string &) : bool
  • AddListener(CDPPropertyBase *)
  • AddListenersToSyncInOnce()
  • AddNodeModeFlags(const CDPNodeModeFlags &)
  • AddPermissionsHandler(const std::string &)
  • AddToDataGroup(CDPPropertyBase *, uint64_t )
  • AddToSyncIn()
  • AddToSyncInOnce()
  • AddToSyncOut()
  • AddToSyncOutOnce()
  • AddValuesToList(const std::string &, StringList &)
  • ClearNodeModeFlags(CDPNodeModeFlags )
  • ClearRoutedProperty()
  • ClockIn()
  • ClockOut()
  • Configure(XMLElementEx *)
  • Configure(XMLPrimitive *)
  • Connect(std::string )
  • ConnectToProperty(CDPPropertyBase *)
  • Create(const char *, CDP::StudioAPI::ICDPNode *, CDPPropertyBase::PropertyType_e , CDPOBJECT_SETPROPERTY_HANDLER , CDPOBJECT_VALIDATEPROPERTY_HANDLER )
  • Create(XMLPrimitive *, CDP::StudioAPI::ICDPNode *)
  • CreateProperty(CDPPropertyBase::PropertyInternalType_e ) : CDPPropertyBase *
  • CreateProperty(const std::string &) : CDPPropertyBase *
  • CreateProxyProperty(CDPPropertyBase *, CDPBaseObject *, bool ) : CDPPropertyBase *
  • Destroy()
  • Disconnect()
  • DisconnectAllListeners()
  • DisconnectBackend(bool )
  • FillNodeChildren(NodeStream &) const
  • FillNodeChildren(CDP::StudioAPI::NodeStream &) const
  • FlushValueChanges(uint64_t )
  • GetChild(const std::string &) const : const ICDPNode *
  • GetChildren() const : std::vector<const ICDPNode *>
  • GetDataGroup(CDPPropertyBase *) : uint64_t
  • GetDoSaveOnChange() const : bool
  • GetEffectivePermissionFlags(const std::shared_ptr<IAuthSession> &) const : CDPNodePermissionFlags
  • GetEffectivePermissionFlags(const std::shared_ptr<IAuthSession> &) const : CDPNodePermissionFlags
  • GetExternalValue() : T
  • GetExternalValueString() const : std::string
  • GetFullName() const : const char *
  • GetInternalSize() const : unsigned int
  • GetInternalType() const : PropertyInternalType_e
  • GetInternalTypeName() const : const char *
  • GetInternalValue() const : double
  • GetInternalValueUInt64() const : uint64_t
  • GetKeepLastValueOnDisconnect() const : std::string
  • GetLogEventOnChange() const : bool
  • GetMutableNodeFlags() : CDPNodeModeFlags &
  • GetName() const : const char *
  • GetNodeAPI() const : std::shared_ptr<ICDPNodeAPI>
  • GetNodeAbsorbedBy() const : ICDPNode *
  • GetNodeID() const : unsigned int
  • GetNodeID() const : unsigned int
  • GetNodeLongName() const : std::string
  • GetNodeModeFlags() const : CDPNodeModeFlags
  • GetNodeModeFlags() const : CDPNodeModeFlags
  • GetNodeName() const : const std::string
  • GetNodeName() const : const std::string
  • GetNodeOwner() const : ICDPNode *
  • GetNodeType() const : CDPNodeType
  • GetNodeType() const : CDPNodeType
  • GetNodeTypeName() const : std::string
  • GetNodeTypeName() const : std::string
  • GetNodeValueType() const : CDPValueType
  • GetNodeValueType() const : CDPValueType
  • GetOwner() const : CDPBaseObject *
  • GetParent() const : CDPObject *
  • GetParentComponent() const : CDPComponent *
  • GetPermissionHandler() const : INodePermissions *
  • GetPermissionHandler() const : INodePermissions *
  • GetPropertyListeners() const : const PropertyListeners &
  • GetRouteMethod() const : RouteMethod_e
  • GetRoutedProperty() : CDPPropertyBase *
  • GetRouting() const : const char *
  • GetRoutingStatus() const : RoutingStatus_e
  • GetRoutingStatusString(RoutingStatus_e ) : const std::string &
  • GetSyncGroupId() const : int
  • GetValue() const : std::string
  • GetVariantValue() const : CDPVariantValue
  • GetVariantValue() const : CDPVariantValue
  • GetXMLOwner() : XMLPrimitive *
  • HandleKeepLastValueOnDisconnect()
  • HasValueSubscription() const : bool
  • InvalidateListener(CDPPropertyBase *)
  • IsAutoCreated() const : bool
  • IsConnected() const : bool
  • IsDestroyed() const : bool
  • IsExternalValueValid() const : bool
  • IsLocalProperty() : bool
  • IsNodeAbsorbed() const : bool
  • IsNodeLocal() const : bool
  • IsNodeLocal() const : bool
  • IsNodeReparented() const : bool
  • IsNumeric() const : bool
  • IsProxyProperty() const : bool
  • IsString() const : bool
  • NotifyInvalidatedStructure() const
  • NotifyValueChange(T , T ) const
  • RegisterRoutingChangeCallback(CDPOBJECT_SETPROPERTY_HANDLER )
  • RegisterSetCallback(CDPOBJECT_SETPROPERTY_HANDLER )
  • RegisterValidateCallback(CDPOBJECT_VALIDATEPROPERTY_HANDLER )
  • RemoveChild(const std::string &) : bool
  • RemoveChild(const std::string &) : bool
  • RemoveFromDataGroup(CDPPropertyBase *)
  • RemoveListener(CDPPropertyBase *)
  • RemoveListenerIfNotListening()
  • SetAutoCreated()
  • SetDeleteOnDisconnect()
  • SetDoSaveOnChange(bool )
  • SetExternalValueValid(bool )
  • SetKeepLastValueOnDisconnect(const std::string &)
  • SetLogEventOnChange(bool )
  • SetName(const char *)
  • SetNodeAbsorbedBy(const ICDPNode *)
  • SetNodeOwner(ICDPNode *) const
  • SetNodeReparented(bool )
  • SetOwner(CDPBaseObject *)
  • SetPropertyChangeHandler(const std::function<void( CDPPropertyBase * ) > &)
  • SetPropertySetting(std::string , std::string ) : bool
  • SetPropertyValidateHandler(const std::function<bool( CDP::StudioAPI::CDPVariantValue &, CDPPropertyBase * ) > &)
  • SetProxyProperty()
  • SetRouteMethod(RouteMethod_e )
  • SetRoutingStatus(RoutingStatus_e )
  • SetValue(const std::string &)
  • SetValueDontSave(const char *)
  • SetVariantValue(const CDPVariantValue &)
  • SetVariantValue(const CDP::StudioAPI::CDPVariantValue &)
  • SetXMLOwner(XMLPrimitive *)
  • ShouldDeleteOnDisconnect() const : bool
  • UpdateNodeTimestamp(uint64_t ) : uint64_t
  • c_str() const : const char *
  • m_bDeleteOnDisconnect : bool
  • operator bool() const
  • operator char() const
  • operator double() const
  • operator float() const
  • operator int() const
  • operator int64_t() const
  • operator short() const
  • operator std::string() const
  • operator uint64_t() const
  • operator unsigned char() const
  • operator unsigned int() const
  • operator unsigned short() const
  • operator=(CDPPropertyBase const &) : CDPPropertyBase &
  • operator=(const double &) : CDPPropertyBase &
  • operator=(const float) : CDPPropertyBase &
  • operator=(const uint64_t &) : CDPPropertyBase &
  • operator=(const int64_t &) : CDPPropertyBase &
  • operator=(const unsigned int) : CDPPropertyBase &
  • operator=(const int) : CDPPropertyBase &
  • operator=(const unsigned short) : CDPPropertyBase &
  • operator=(const short) : CDPPropertyBase &
  • operator=(const unsigned char) : CDPPropertyBase &
  • operator=(const char) : CDPPropertyBase &
  • operator=(const bool) : CDPPropertyBase &
  • operator=(const std::string &) : CDPPropertyBase &
  • operator=(const char *) : CDPPropertyBase &

The content of this document is confidential information not to be published without the consent of CDP Technologies AS.

CDP Technologies AS, www.cdpstudio.com

Get started with CDP Studio today

Let us help you take your great ideas and turn them into the products your customer will love.

Try CDP Studio for free
Why CDP Studio?

CDP Technologies AS
Hundsværgata 8,
P.O. Box 144
6001 Ålesund, Norway

Tel: +47 990 80 900
E-mail: info@cdptech.com

Company

About CDP

Contact us

Services

Partners

Blog

Developers

Get started

User manuals

Support

Document download

Release notes

My account

Follow CDP

  • LinkedIn
  • YouTube
  • GitHub

© Copyright 2024 CDP Technologies. Privacy and cookie policy.

Return to top