Go to the source code of this file.
Classes |
|
| class | IBlockRefComponent |
Defines |
|
| #define | BLOCKREF_COMPONENT_INTERFACE Interface_ID(0x7f1f2104, 0x7ab7322b) |
| #define | ADD_BLOCKREF_COMPONENT_INTERFACE Interface_ID(0x4c794c3a, 0x3a693dbb) |
| #define | REMOVE_BLOCKREF_COMPONENT_INTERFACE Interface_ID(0x379c7c13, 0x47a32e07) |
Functions |
|
| IBlockRefComponent * | GetBlockRefComponent (INode &n) |
| #define BLOCKREF_COMPONENT_INTERFACE Interface_ID(0x7f1f2104, 0x7ab7322b) |
Definition at line 48 of file iBlockRef.h.
| #define ADD_BLOCKREF_COMPONENT_INTERFACE Interface_ID(0x4c794c3a, 0x3a693dbb) |
Definition at line 49 of file iBlockRef.h.
| #define REMOVE_BLOCKREF_COMPONENT_INTERFACE Interface_ID(0x379c7c13, 0x47a32e07) |
Definition at line 50 of file iBlockRef.h.
| IBlockRefComponent* GetBlockRefComponent | ( | INode & | n | ) | [inline] |
Definition at line 56 of file iBlockRef.h.
{
return static_cast<IBlockRefComponent*>(n.GetInterface(BLOCKREF_COMPONENT_INTERFACE));
}