#include <Builder.h>
Public Member Functions | |
CBuilderConnection (IMgaSimpleConnection *iConn, CBuilderModel *o) | |
virtual | ~CBuilderConnection () |
virtual void | Destroy () |
CBuilderModel * | GetOwner () const |
CBuilderObject * | GetSource () const |
CBuilderObject * | GetDestination () const |
const CString & | GetKindName () const |
IMgaSimpleConnection * | GetIConnection () const |
void | Resolve () |
Protected Attributes | |
CBuilderModel *& | owner |
CBuilderObject * | src |
CBuilderObject * | dst |
Friends | |
class | CBuilderObject |
Definition at line 506 of file Builder.h.
CBuilderConnection::CBuilderConnection | ( | IMgaSimpleConnection * | iConn, | |
CBuilderModel * | o | |||
) |
Definition at line 2518 of file Builder.cpp.
CBuilderConnection::~CBuilderConnection | ( | ) | [virtual] |
Definition at line 2524 of file Builder.cpp.
void CBuilderConnection::Destroy | ( | void | ) | [virtual] |
Reimplemented from CBuilderObject.
Definition at line 2535 of file Builder.cpp.
CBuilderObject* CBuilderConnection::GetDestination | ( | ) | const [inline] |
IMgaSimpleConnection* CBuilderConnection::GetIConnection | ( | ) | const [inline] |
const CString& CBuilderConnection::GetKindName | ( | ) | const [inline] |
Reimplemented from CBuilderObject.
CBuilderModel* CBuilderConnection::GetOwner | ( | void | ) | const [inline] |
CBuilderObject* CBuilderConnection::GetSource | ( | ) | const [inline] |
void CBuilderConnection::Resolve | ( | ) | [virtual] |
Implements CBuilderObject.
Definition at line 2546 of file Builder.cpp.
friend class CBuilderObject [friend] |
CBuilderObject* CBuilderConnection::dst [protected] |
CBuilderModel*& CBuilderConnection::owner [protected] |
CBuilderObject* CBuilderConnection::src [protected] |