#include <MONImpl.h>
Public Member Functions | |
~FolderContainmentImpl () | |
bool | setDeleted () |
ProjectImpl * | getProject () const |
FolderImpl * | getParent () const |
ObjectImpl * | getChild () const |
std::string | getInfoString (bool bWithIdentifiers=false, bool bWithRef=false) const |
Friends | |
class | ProjectImpl |
Definition at line 679 of file MONImpl.h.
MON::FolderContainmentImpl::~FolderContainmentImpl | ( | ) |
Definition at line 1523 of file MONImpl.cpp.
ObjectImpl * MON::FolderContainmentImpl::getChild | ( | ) | const |
Definition at line 1542 of file MONImpl.cpp.
std::string MON::FolderContainmentImpl::getInfoString | ( | bool | bWithIdentifiers = false , |
|
bool | bWithRef = false | |||
) | const |
Definition at line 1547 of file MONImpl.cpp.
FolderImpl * MON::FolderContainmentImpl::getParent | ( | ) | const |
Definition at line 1537 of file MONImpl.cpp.
ProjectImpl * MON::FolderContainmentImpl::getProject | ( | ) | const |
Definition at line 1532 of file MONImpl.cpp.
bool MON::FolderContainmentImpl::setDeleted | ( | ) | [virtual] |
Reimplemented from Util::GenRefCounted.
Definition at line 1527 of file MONImpl.cpp.
friend class ProjectImpl [friend] |