#include <MONImpl.h>
Public Member Functions | |
~ModelInAspectImpl () | |
bool | setDeleted () |
ProjectImpl * | getProject () const |
AspectImpl * | getAspect () const |
ModelImpl * | getModel () const |
std::string | getInfoString (bool bWithIdentifiers=false, bool bWithRef=false) const |
Friends | |
class | ProjectImpl |
Definition at line 939 of file MONImpl.h.
MON::ModelInAspectImpl::~ModelInAspectImpl | ( | ) |
Definition at line 1852 of file MONImpl.cpp.
AspectImpl * MON::ModelInAspectImpl::getAspect | ( | ) | const |
Definition at line 1866 of file MONImpl.cpp.
std::string MON::ModelInAspectImpl::getInfoString | ( | bool | bWithIdentifiers = false , |
|
bool | bWithRef = false | |||
) | const |
Definition at line 1876 of file MONImpl.cpp.
ModelImpl * MON::ModelInAspectImpl::getModel | ( | ) | const |
Definition at line 1871 of file MONImpl.cpp.
ProjectImpl * MON::ModelInAspectImpl::getProject | ( | ) | const |
Definition at line 1861 of file MONImpl.cpp.
bool MON::ModelInAspectImpl::setDeleted | ( | ) | [virtual] |
Reimplemented from Util::GenRefCounted.
Definition at line 1856 of file MONImpl.cpp.
friend class ProjectImpl [friend] |