#include <hyp.fem.interfaces.h>
Inheritance diagram for IContainerKey::
Public Methods | |
virtual void | Add (hyp_ker::IUnknown *pObject, const t_label &Label)=0 |
virtual void | Remove (const t_label &Label)=0 |
virtual hyp_ker::IUnknown * | GetContent (const t_label &Label)=0 |
virtual t_label | GetKey (hyp_ker::IUnknown *pObject)=0 |
virtual void | SetKey (hyp_ker::IUnknown *pObject, const t_label &Label)=0 |
IID_hypIContainerKey
{CC11C7C2-9F7E-11d4-A08F-0080AD97951B}
|
Adds a component to the container.
Reimplemented in CContainer. |
|
Returns a reference to a component.
Reimplemented in CContainer. |
|
Returns the ContainerLabel of a component.
Reimplemented in CContainer. |
|
Removes a component from the container.
Reimplemented in CContainer. |
|
Modifies the label of an inserted component.
Reimplemented in CContainer. |
|
|