GME
13
|
#include <MgaMetaConnection.h>
Public Member Functions | |
IUnknown * | GetUnknown () const |
STDMETHOD() | get_Joints (IMgaMetaConnJoints **p) |
STDMETHOD() | CheckPaths (BSTR paths, VARIANT_BOOL *p) |
STDMETHOD() | get_IsSimple (VARIANT_BOOL *p) |
STDMETHOD() | CreateJoint (IMgaMetaConnJoint **p) |
Static Public Member Functions | |
static void | Traverse (CMgaMetaProject *metaproject, CCoreObjectPtr &me) |
static bool | CheckPaths (CCoreObjectPtr &self, jointpaths_type jointpaths) |
Definition at line 11 of file MgaMetaConnection.h.
STDMETHODIMP CMgaMetaConnection::CheckPaths | ( | BSTR | paths, |
VARIANT_BOOL * | p | ||
) |
Definition at line 9 of file MgaMetaConnection.cpp.
bool CMgaMetaConnection::CheckPaths | ( | CCoreObjectPtr & | self, |
jointpaths_type | jointpaths | ||
) | [static] |
Definition at line 27 of file MgaMetaConnection.cpp.
STDMETHODIMP CMgaMetaConnection::CreateJoint | ( | IMgaMetaConnJoint ** | p | ) |
Definition at line 47 of file MgaMetaConnection.cpp.
STDMETHOD() CMgaMetaConnection::get_IsSimple | ( | VARIANT_BOOL * | p | ) | [inline] |
Definition at line 38 of file MgaMetaConnection.h.
STDMETHOD() CMgaMetaConnection::get_Joints | ( | IMgaMetaConnJoints ** | p | ) | [inline] |
Definition at line 33 of file MgaMetaConnection.h.
IUnknown* CMgaMetaConnection::GetUnknown | ( | ) | const [inline] |
Definition at line 18 of file MgaMetaConnection.h.
void CMgaMetaConnection::Traverse | ( | CMgaMetaProject * | metaproject, |
CCoreObjectPtr & | me | ||
) | [static] |
Reimplemented from CMgaMetaFCO.
Definition at line 70 of file MgaMetaConnection.cpp.