#include <MONImpl.h>
Public Member Functions | |
~ContainmentPartImpl () | |
PartPtr | getPartI () const |
bool | isPrimary () const |
bool | isLinked () const |
ContainmentImpl * | getContainment () const |
AspectImpl * | getAspect () const |
std::string | getInfoString (bool bWithIdentifiers=false, bool bWithRef=false) const |
Static Public Member Functions | |
static ContainmentPartImpl * | attach (IMgaMetaPart *spPart) |
Friends | |
class | ProjectImpl |
class | ObjectImpl |
Definition at line 638 of file MONImpl.h.
MON::ContainmentPartImpl::~ContainmentPartImpl | ( | ) |
Definition at line 1445 of file MONImpl.cpp.
ContainmentPartImpl * MON::ContainmentPartImpl::attach | ( | IMgaMetaPart * | spPart | ) | [static] |
Definition at line 1449 of file MONImpl.cpp.
AspectImpl * MON::ContainmentPartImpl::getAspect | ( | ) | const |
Definition at line 1484 of file MONImpl.cpp.
ContainmentImpl * MON::ContainmentPartImpl::getContainment | ( | ) | const |
Definition at line 1474 of file MONImpl.cpp.
std::string MON::ContainmentPartImpl::getInfoString | ( | bool | bWithIdentifiers = false , |
|
bool | bWithRef = false | |||
) | const [virtual] |
Implements MON::ObjectImpl.
Definition at line 1494 of file MONImpl.cpp.
PartPtr MON::ContainmentPartImpl::getPartI | ( | ) | const |
Definition at line 1454 of file MONImpl.cpp.
bool MON::ContainmentPartImpl::isLinked | ( | ) | const |
Definition at line 1467 of file MONImpl.cpp.
bool MON::ContainmentPartImpl::isPrimary | ( | ) | const |
Definition at line 1460 of file MONImpl.cpp.
friend class ObjectImpl [friend] |
friend class ProjectImpl [friend] |
Reimplemented from MON::ObjectImpl.