Functions | |
ComponentPtr | Component (const ContextPtr &context, const ComponentPtr &parent, const StringPtr &localId, const StringPtr &className="") |
Creates a component. More... | |
|
inline |
Creates a component.
context | The Context. Most often the creating function-block/device passes its own Context to the Folder. |
parent | The parent component. |
localId | The local ID of the component. |
className | The property object class name of the component. |