|
OpenLexocad
28.0
|
#include <Task.h>
Public Member Functions | |
| virtual | ~Task ()=default |
Public Member Functions inherited from OpenLxApp::Process | |
| virtual | ~Process ()=default |
Public Member Functions inherited from OpenLxApp::Object | |
| virtual | ~Object (void) |
Public Member Functions inherited from OpenLxApp::ObjectDefinition | |
| 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) |
Public Member Functions inherited from OpenLxApp::Root | |
| Base::GlobalId | getGlobalId () const |
| bool | setGlobalId (const Base::GlobalId &aGlobalId) |
| void | setUserName (const Base::String &aName) |
| Base::String | getUserName () const |
| virtual | ~Root (void) |
Public Member Functions inherited from OpenLxApp::DocObject | |
| 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 | |
| Task ()=default | |
Protected Member Functions inherited from OpenLxApp::Process | |
| Process ()=default | |
Protected Member Functions inherited from OpenLxApp::Object | |
| Object () | |
Protected Member Functions inherited from OpenLxApp::ObjectDefinition | |
| ObjectDefinition () | |
Protected Member Functions inherited from OpenLxApp::Root | |
| Root () | |
Protected Member Functions inherited from OpenLxApp::DocObject | |
| DocObject () | |
Additional Inherited Members | |
Protected Attributes inherited from OpenLxApp::DocObject | |
| Core::DocObject * | _coreObj = nullptr |
|
virtualdefault |
|
protecteddefault |