|
| FemPostSphereFunction (void) |
|
virtual const char * | getViewProviderName (void) const |
| returns the type name of the ViewProvider More...
|
|
virtual | ~FemPostSphereFunction () |
|
virtual App::DocumentObjectExecReturn * | execute (void) |
| get called by the document to recompute this feature Normally this method get called in the processing of Document::recompute(). More...
|
|
| FemPostFunction (void) |
| Constructor. More...
|
|
vtkSmartPointer< vtkImplicitFunction > | getImplicitFunction () |
|
virtual const char * | getViewProviderName (void) const |
| returns the type name of the ViewProvider More...
|
|
void | setBoundingBox (vtkBoundingBox b) |
|
virtual | ~FemPostFunction () |
|
virtual App::Property * | addDynamicProperty (const char *type, const char *name=nullptr, const char *group=nullptr, const char *doc=nullptr, short attr=0, bool ro=false, bool hidden=false) override |
|
virtual bool | adjustRelativeLinks (const std::set< App::DocumentObject * > &inList, std::set< App::DocumentObject * > *visited=nullptr) |
| Called to adjust link properties to avoid cyclic links. More...
|
|
virtual bool | allowDuplicateLabel () const |
|
virtual bool | canLinkProperties () const |
|
virtual int | canLoadPartial () const |
| allow partial loading of dependent objects More...
|
|
void | clearExpression (const ObjectIdentifier &path) |
|
void | clearOutListCache () const |
| clear internal out list cache More...
|
|
virtual const char * | detachFromDocument () override |
|
| DocumentObject (void) |
| Constructor. More...
|
|
void | enforceRecompute () |
| Enforce this document object to be recomputed. More...
|
|
App::Document * | getDocument (void) const |
| gets the document in which this Object is handled More...
|
|
std::string | getExportName (bool forced=false) const |
| returns the name that is safe to be exported to other document More...
|
|
virtual const PropertyExpressionEngine::ExpressionInfo | getExpression (const ObjectIdentifier &path) const |
|
virtual std::string | getFullName () const override |
| Return the object full name of the form DocName::ObjName. More...
|
|
DocumentObjectGroup * | getGroup () const |
| get group if object is part of a group, otherwise 0 is returned More...
|
|
long | getID () const |
| Return the object ID that is unique within its owner document. More...
|
|
const std::vector< App::DocumentObject * > & | getInList (void) const |
|
std::set< App::DocumentObject * > | getInListEx (bool recursive) const |
| Return a set of all objects linking to this object, including possible external parent objects. More...
|
|
void | getInListEx (std::set< App::DocumentObject * > &inSet, bool recursive, std::vector< App::DocumentObject * > *inList=nullptr) const |
| Get a set of all objects linking to this object, including possible external parent objects. More...
|
|
std::vector< App::DocumentObject * > | getInListRecursive (void) const |
| get all objects link directly or indirectly to this object More...
|
|
virtual DocumentObject * | getLinkedObject (bool recurse=true, Base::Matrix4D *mat=nullptr, bool transform=false, int depth=0) const |
| Return the linked object with optional transformation. More...
|
|
const char * | getNameInDocument (void) const |
| returns the name which is set in the document for this object (not the name property!) More...
|
|
const std::string & | getOldLabel () const |
|
const std::vector< App::DocumentObject * > & | getOutList () const |
| returns a list of objects this object is pointing to by Links More...
|
|
std::vector< App::DocumentObject * > | getOutList (int option) const |
|
void | getOutList (int option, std::vector< App::DocumentObject * > &res) const |
|
std::vector< App::DocumentObject * > | getOutListOfProperty (App::Property *) const |
| returns a list of objects linked by the property More...
|
|
std::vector< App::DocumentObject * > | getOutListRecursive (void) const |
| returns a list of objects this object is pointing to by Links and all further descended More...
|
|
std::vector< std::pair< App::DocumentObject *, std::string > > | getParents (int depth=0) const |
| Obtain top parents and subnames of this object using its InList. More...
|
|
std::vector< std::list< App::DocumentObject * > > | getPathsByOutList (App::DocumentObject *to) const |
| get all possible paths from this to another object following the OutList More...
|
|
virtual PyObject * | getPyObject (void) override |
| This method returns the Python wrapper for a C++ object. More...
|
|
unsigned long | getStatus () const |
| return the status bits More...
|
|
const char * | getStatusString (void) const |
| get the status Message More...
|
|
virtual DocumentObject * | getSubObject (const char *subname, PyObject **pyObj=nullptr, Base::Matrix4D *mat=nullptr, bool transform=true, int depth=0) const |
| Get the sub element/object by name. More...
|
|
std::vector< DocumentObject * > | getSubObjectList (const char *subname) const |
| Return a list of objects referenced by a given subname including this object. More...
|
|
virtual std::vector< std::string > | getSubObjects (int reason=0) const |
| Return name reference of all sub-objects. More...
|
|
virtual const char * | getViewProviderName (void) const |
| returns the type name of the ViewProvider More...
|
|
virtual const char * | getViewProviderNameOverride () const |
| This function is introduced to allow Python feature override its view provider. More...
|
|
const char * | getViewProviderNameStored () const |
|
virtual bool | hasChildElement () const |
| return true to activate tree view group object handling and element visibility More...
|
|
virtual bool | isAttachedToDocument () const override |
|
virtual int | isElementVisible (const char *element) const |
| Get sub-element visibility. More...
|
|
bool | isError (void) const |
| set this feature to error More...
|
|
int | isExporting () const |
|
bool | isInInList (DocumentObject *objToTest) const |
| test if this object is directly (non recursive) in the InList More...
|
|
bool | isInInListRecursive (DocumentObject *objToTest) const |
| test if this object is in the InList and recursive further down More...
|
|
bool | isInOutList (DocumentObject *objToTest) const |
| test if this object is directly (non recursive) in the OutList More...
|
|
bool | isInOutListRecursive (DocumentObject *objToTest) const |
| test if the given object is in the OutList and recursive further down More...
|
|
bool | isRecomputing () const |
| returns true if this objects is currently recomputing More...
|
|
bool | isRemoving () const |
| returns true if this objects is currently removed from the document More...
|
|
bool | isRestoring () const |
| returns true if this objects is currently restoring from file More...
|
|
bool | isTouched (void) const |
| test if this document object is touched More...
|
|
bool | isValid (void) const |
|
virtual short | mustExecute (void) const |
| mustExecute We call this method to check if the object was modified to be invoked. More...
|
|
bool | mustRecompute (void) const |
| Test if this document object must be recomputed. More...
|
|
virtual void | onBeforeChangeLabel (std::string &newLabel) |
|
virtual void | onLostLinkToObject (DocumentObject *) |
| Called in case of losing a link Get called by the document when a object got deleted a link property of this object ist pointing to. More...
|
|
virtual void | onUpdateElementReference (const Property *) |
|
void | purgeError (void) |
| remove the error from the object More...
|
|
void | purgeTouched (void) |
| reset this document object touched More...
|
|
bool | recomputeFeature (bool recursive=false) |
| Recompute only this feature. More...
|
|
virtual bool | redirectSubName (std::ostringstream &ss, DocumentObject *topParent, DocumentObject *child) const |
| Allow object to redirect a subname path. More...
|
|
virtual bool | removeDynamicProperty (const char *prop) override |
|
virtual void | renameObjectIdentifiers (const std::map< App::ObjectIdentifier, App::ObjectIdentifier > &paths) |
|
App::DocumentObject * | resolve (const char *subname, App::DocumentObject **parent=nullptr, std::string *childName=nullptr, const char **subElement=nullptr, PyObject **pyObj=nullptr, Base::Matrix4D *mat=nullptr, bool transform=true, int depth=0) const |
| Resolve the last document object referenced in the subname. More...
|
|
App::DocumentObject * | resolveRelativeLink (std::string &subname, App::DocumentObject *&link, std::string &linkSub) const |
| Resolve a link reference that is relative to this object reference. More...
|
|
virtual void | Save (Base::Writer &writer) const override |
| This method is used to save properties to an XML document. More...
|
|
virtual int | setElementVisible (const char *element, bool visible) |
| Child element handling. More...
|
|
virtual void | setExpression (const ObjectIdentifier &path, std::shared_ptr< App::Expression > expr) |
|
void | setStatus (ObjectStatus pos, bool on) |
|
bool | testIfLinkDAGCompatible (App::PropertyLinkSub &linkTo) const |
|
bool | testIfLinkDAGCompatible (App::PropertyLinkSubList &linksTo) const |
|
bool | testIfLinkDAGCompatible (const std::vector< DocumentObject * > &linksTo) const |
|
bool | testIfLinkDAGCompatible (DocumentObject *linkTo) const |
| testIfLinkIsDAG tests a link that is about to be created for circular references. More...
|
|
bool | testStatus (ObjectStatus pos) const |
|
void | touch (bool noRecompute=false) |
| Set the property touched -> changed, cause recomputation in Update() More...
|
|
virtual | ~DocumentObject () |
|
virtual const char * | detachFromDocument () |
|
virtual bool | isAttachedToDocument () const |
|
| TransactionalObject (void) |
| Constructor. More...
|
|
virtual | ~TransactionalObject () |
|
ExtensionIterator | extensionBegin () |
|
| ExtensionContainer () |
|
ExtensionIterator | extensionEnd () |
|
App::Extension * | getExtension (Base::Type, bool derived=true, bool no_except=false) const |
|
App::Extension * | getExtension (const std::string &name) const |
|
template<typename ExtensionT > |
ExtensionT * | getExtensionByType (bool no_except=false, bool derived=true) const |
|
std::vector< Extension * > | getExtensionsDerivedFrom (Base::Type type) const |
|
template<typename ExtensionT > |
std::vector< ExtensionT * > | getExtensionsDerivedFromType () const |
|
bool | hasExtension (Base::Type, bool derived=true) const |
|
bool | hasExtension (const std::string &name) const |
|
bool | hasExtensions () const |
|
void | registerExtension (Base::Type extension, App::Extension *ext) |
|
virtual | ~ExtensionContainer () |
|
virtual Property * | getPropertyByName (const char *name) const override |
| find a property by its name More...
|
|
virtual const char * | getPropertyName (const Property *prop) const override |
| get the name of a property More...
|
|
virtual void | getPropertyMap (std::map< std::string, Property * > &Map) const override |
| get all properties of the class (including properties of the parent) More...
|
|
virtual void | getPropertyList (std::vector< Property * > &List) const override |
| get all properties of the class (including properties of the parent) More...
|
|
virtual short | getPropertyType (const Property *prop) const override |
| get the Type of a Property More...
|
|
virtual short | getPropertyType (const char *name) const override |
| get the Type of a named Property More...
|
|
virtual const char * | getPropertyGroup (const Property *prop) const override |
| get the Group of a Property More...
|
|
virtual const char * | getPropertyGroup (const char *name) const override |
| get the Group of a named Property More...
|
|
virtual const char * | getPropertyDocumentation (const Property *prop) const override |
| get the Group of a Property More...
|
|
virtual const char * | getPropertyDocumentation (const char *name) const override |
| get the Group of a named Property More...
|
|
virtual void | Restore (Base::XMLReader &reader) override |
| This method is used to restore properties from an XML document. More...
|
|
void | saveExtensions (Base::Writer &writer) const |
|
void | restoreExtensions (Base::XMLReader &reader) |
|
virtual App::Property * | addDynamicProperty (const char *type, const char *name=nullptr, const char *group=nullptr, const char *doc=nullptr, short attr=0, bool ro=false, bool hidden=false) |
|
bool | changeDynamicProperty (const Property *prop, const char *group, const char *doc) |
|
virtual void | editProperty (const char *) |
|
virtual App::Property * | getDynamicPropertyByName (const char *name) const |
|
DynamicProperty::PropData | getDynamicPropertyData (const Property *prop) const |
|
virtual std::vector< std::string > | getDynamicPropertyNames () const |
|
virtual std::string | getFullName () const |
|
virtual unsigned int | getMemSize (void) const |
| This method is used to get the size of objects It is not meant to have the exact size, it is more or less an estimation which runs fast! Is it two bytes or a GB? More...
|
|
virtual Property * | getPropertyByName (const char *name) const |
| find a property by its name More...
|
|
virtual const char * | getPropertyDocumentation (const char *name) const |
| get the Group of a named Property More...
|
|
virtual const char * | getPropertyDocumentation (const Property *prop) const |
| get the Group of a Property More...
|
|
virtual const char * | getPropertyGroup (const char *name) const |
| get the Group of a named Property More...
|
|
virtual const char * | getPropertyGroup (const Property *prop) const |
| get the Group of a Property More...
|
|
virtual void | getPropertyList (std::vector< Property * > &List) const |
| get all properties of the class (including properties of the parent) More...
|
|
virtual void | getPropertyMap (std::map< std::string, Property * > &Map) const |
| get all properties of the class (including properties of the parent) More...
|
|
virtual const char * | getPropertyName (const Property *prop) const |
| get the name of a property More...
|
|
virtual void | getPropertyNamedList (std::vector< std::pair< const char *, Property * > > &List) const |
| get all properties with their names, may contain duplicates and aliases More...
|
|
const char * | getPropertyPrefix () const |
|
virtual short | getPropertyType (const char *name) const |
| get the Type of a named Property More...
|
|
virtual short | getPropertyType (const Property *prop) const |
| get the Type of a Property More...
|
|
bool | isHidden (const char *name) const |
| check if the named property is hidden More...
|
|
bool | isHidden (const Property *prop) const |
| check if the property is hidden More...
|
|
bool | isReadOnly (const char *name) const |
| check if the named property is read-only More...
|
|
bool | isReadOnly (const Property *prop) const |
| check if the property is read-only More...
|
|
virtual void | onPropertyStatusChanged (const Property &prop, unsigned long oldStatus) |
|
| PropertyContainer () |
| A constructor. More...
|
|
virtual bool | removeDynamicProperty (const char *name) |
|
virtual void | Restore (Base::XMLReader &reader) |
| This method is used to restore properties from an XML document. More...
|
|
virtual void | Save (Base::Writer &writer) const |
| This method is used to save properties to an XML document. More...
|
|
void | setPropertyPrefix (const char *prefix) |
|
void | setPropertyStatus (unsigned char bit, bool value) |
| set the Status bit of all properties at once More...
|
|
virtual | ~PropertyContainer () |
| A destructor. More...
|
|
void | dumpToStream (std::ostream &stream, int compression) |
|
virtual unsigned int | getMemSize () const =0 |
| This method is used to get the size of objects It is not meant to have the exact size, it is more or less an estimation which runs fast! Is it two bytes or a GB? More...
|
|
virtual Base::Type | getTypeId (void) const |
|
virtual void | Restore (XMLReader &)=0 |
| This method is used to restore properties from an XML document. More...
|
|
virtual void | RestoreDocFile (Reader &) |
| This method is used to restore large amounts of data from a file In this method you simply stream in your SaveDocFile() saved data. More...
|
|
void | restoreFromStream (std::istream &stream) |
|
virtual void | Save (Writer &) const =0 |
| This method is used to save properties to an XML document. More...
|
|
virtual void | SaveDocFile (Writer &) const |
| This method is used to save large amounts of data to a binary file. More...
|
|
| BaseClass () |
| Construction. More...
|
|
| BaseClass (const BaseClass &)=default |
|
virtual PyObject * | getPyObject () |
| This method returns the Python wrapper for a C++ object. More...
|
|
virtual Type | getTypeId () const |
|
bool | isDerivedFrom (const Type type) const |
|
BaseClass & | operator= (const BaseClass &)=default |
|
virtual void | setPyObject (PyObject *) |
|
virtual | ~BaseClass () |
| Destruction. More...
|
|