OpenLexocad
28.0
|
#include <Process.h>
Public Member Functions | |
virtual | ~Process ()=default |
![]() | |
virtual | ~Object (void) |
![]() | |
std::vector< std::shared_ptr< ObjectDefinition > > | getDecompositionObjects () const |
std::vector< std::shared_ptr< ObjectDefinition > > | getAllDecompositionObjects () const |
std::shared_ptr< ObjectDefinition > | getDecomposedObject () const |
std::vector< std::shared_ptr< ObjectDefinition > > | getAllDecomposedObjects () const |
void | addAggregationObject (std::shared_ptr< ObjectDefinition > aObject) |
void | addAggregationObjects (const std::vector< std::shared_ptr< ObjectDefinition >> &aObjects) |
void | removeAggregationObject (std::shared_ptr< ObjectDefinition > aObject) |
void | removeAggregationObjects () |
std::vector< std::shared_ptr< ObjectDefinition > > | getAggregationObjects () const |
std::vector< std::shared_ptr< ObjectDefinition > > | getAllAggregationObjects () const |
std::shared_ptr< ObjectDefinition > | getAggregatedObject () const |
std::vector< std::shared_ptr< ObjectDefinition > > | getAllAggregatedObjects () const |
void | addAssociationObject (std::shared_ptr< Root > aObject) |
std::vector< std::shared_ptr< Root > > | getAssociationObjects () const |
std::shared_ptr< LxIfcBase::LxIfcProperty > | getIfcPropertySets () const |
virtual | ~ObjectDefinition (void) |
![]() | |
Base::GlobalId | getGlobalId () const |
bool | setGlobalId (const Base::GlobalId &aGlobalId) |
void | setUserName (const Base::String &aName) |
Base::String | getUserName () const |
virtual | ~Root (void) |
![]() | |
std::shared_ptr< Document > | getDocument () const |
bool | isNew () const |
bool | isUpdated () const |
bool | isValid () const |
bool | hasErrors () const |
void | touch () |
LxIfc4::LxIfc4EntityEnum | getEntityType () const |
std::string | getEntityTypeAsString () const |
std::shared_ptr< Core::DbgInfo > | getDbgInfo () const |
DocObject (Core::DocObject *aObject) | |
virtual | ~DocObject (void) |
Core::DocObject * | __getObj__ () const |
Protected Member Functions | |
Process ()=default | |
![]() | |
Object () | |
![]() | |
ObjectDefinition () | |
![]() | |
Root () | |
![]() | |
DocObject () | |
Additional Inherited Members | |
![]() | |
Core::DocObject * | _coreObj = nullptr |
|
virtualdefault |
|
protecteddefault |