Go to the source code of this file.
Classes |
|
| class | ILinkTMCtrl |
| class | ISubTargetCtrl |
| ISubTargetCtrl
gives access to sub-transform controller. More... |
|
Defines |
|
| #define | LINKTMCTRL_CLASSID Class_ID(0x615b56e4, 0x5f0e6032) |
Functions |
|
| ILinkTMCtrl * | GetLinkTMInterface (Control *c) |
| ISubTargetCtrl * | GetSubTargetInterface (Control *c) |
| Returns the ISubTargetCtrl
interface to a sub-transform controller. |
|
| #define LINKTMCTRL_CLASSID Class_ID(0x615b56e4, 0x5f0e6032) |
Definition at line 27 of file ILinkTMCtrl.h.
| ILinkTMCtrl* GetLinkTMInterface | ( | Control * | c | ) | [inline] |
Definition at line 66 of file ILinkTMCtrl.h.
{ return c ? (ILinkTMCtrl*)c->GetInterface(I_LINKTMCTRL) : NULL; }
| ISubTargetCtrl* GetSubTargetInterface | ( | Control * | c | ) | [inline] |
Returns the ISubTargetCtrl interface to a sub-transform controller.
| [in] | c | Sub-transform controller to fetch the interface from |
Definition at line 74 of file ILinkTMCtrl.h.
{ return c ? (ISubTargetCtrl*)c->GetInterface(I_SUBTARGETCTRL) : NULL; }