#include <MONImpl.h>
Public Member Functions | |
~ConstraintImpl () | |
bool | setDeleted () |
ProjectImpl * | getProject () const |
ObjectImpl * | getObject () const |
ConstraintPtr | getConstraintI () const |
std::string | getName () const |
std::string | getDescription () const |
std::vector< std::string > | getEquation () const |
std::set< ObjectEventType > | getEvents () const |
ConstraintPriority | getPriority () const |
ConstraintDepth | getDepth () const |
Protected Member Functions | |
ConstraintImpl (IMgaConstraint *spConstraint, ObjectImpl *pObject) | |
Friends | |
class | FCOImpl |
class | FolderImpl |
Definition at line 1026 of file MONImpl.h.
MON::ConstraintImpl::ConstraintImpl | ( | IMgaConstraint * | spConstraint, | |
ObjectImpl * | pObject | |||
) | [protected] |
Definition at line 2008 of file MONImpl.cpp.
MON::ConstraintImpl::~ConstraintImpl | ( | ) |
Definition at line 2013 of file MONImpl.cpp.
ConstraintPtr MON::ConstraintImpl::getConstraintI | ( | ) | const |
Definition at line 2034 of file MONImpl.cpp.
ConstraintDepth MON::ConstraintImpl::getDepth | ( | ) | const |
Definition at line 2097 of file MONImpl.cpp.
std::string MON::ConstraintImpl::getDescription | ( | ) | const |
Definition at line 2046 of file MONImpl.cpp.
std::vector< std::string > MON::ConstraintImpl::getEquation | ( | ) | const |
Definition at line 2053 of file MONImpl.cpp.
std::set< ObjectEventType > MON::ConstraintImpl::getEvents | ( | ) | const |
Definition at line 2078 of file MONImpl.cpp.
std::string MON::ConstraintImpl::getName | ( | ) | const |
Definition at line 2039 of file MONImpl.cpp.
ObjectImpl * MON::ConstraintImpl::getObject | ( | ) | const |
Definition at line 2029 of file MONImpl.cpp.
ConstraintPriority MON::ConstraintImpl::getPriority | ( | ) | const |
Definition at line 2090 of file MONImpl.cpp.
ProjectImpl * MON::ConstraintImpl::getProject | ( | ) | const |
Definition at line 2024 of file MONImpl.cpp.
bool MON::ConstraintImpl::setDeleted | ( | ) | [virtual] |
Reimplemented from Util::GenRefCounted.
Definition at line 2019 of file MONImpl.cpp.
friend class FolderImpl [friend] |