bring latest ant::INamedGraphObject to users scope
More...
#include <named_graph_object_intf.h>
Inherits adtf::ucom::ant::IObject.
Inherited by adtf::streaming::ant::IActiveRunner, adtf::streaming::ant::IBindingObject, adtf::streaming::ant::IBindingProxy, adtf::streaming::ant::IFilter, adtf::streaming::ant::IGraphConnection, adtf::streaming::ant::IPin, adtf::streaming::ant::IRunner, adtf::streaming::ant::ISampleStream, adtf::streaming::ant::IStreamingGraph, and adtf::streaming::ant::IStreamingService.
|
|
| ~INamedGraphObject ()=default |
| | not destructable
|
| |
|
| ~IObject ()=default |
| | Protected destructor --> Only the final implementation can be destroyed!
|
| |
bring latest ant::INamedGraphObject to users scope
Interface for a NamedGraphObject which can be added to the FilterGraph.
This interface helps to retrieve a full qualified name with get_named_graph_object_fullname.
- See also
- IFilterGraph::AddNamedGraphObject, get_named_graph_object_fullname
◆ GetName()
Gets the Name of the object to the IString rvalue reference strName.
- Parameters
-
| [in] | strName | String reference to return the name to |
- Returns
- Result of adtf::base::IString::Set
◆ GetParent()
Retrieves the Parent of the object. Only ONE parent is possible !
- Parameters
-
| [in,out] | poParentObject | Parent Object reference where to retrieve to. |
- Warning
- Make sure the parent lives longer than the child. Otherwise GetParent access could fail.
- Returns
- Standard Result Code
- Return values
-
| ERR_POINTER | No parent set. |
◆ SetName()
| virtual tResult adtf::streaming::ant::INamedGraphObject::SetName |
( |
const char * | strName | ) |
|
|
pure virtual |
Sets the Name of the object.
- Parameters
-
| [in] | strName | Name of the object to set. |
- Returns
- Standard Result Code
◆ SetParent()
Sets the Parent of the object. Only ONE parent is possible !
- Parameters
-
| [in] | oParentObject | Parent Object reference to set. |
- Warning
- Make sure the parent lives longer than the child. Otherwise GetParent access could fail.
- Returns
- Standard Result Code
The documentation for this class was generated from the following file: