|
| | FeatureSubtractivePython () |
| |
| | ~FeatureSubtractivePython () |
| |
| | FeaturePythonT () |
| |
| virtual | ~FeaturePythonT () |
| |
| short | mustExecute () const override |
| |
| virtual DocumentObjectExecReturn * | execute (void) override |
| | recalculate the Feature More...
|
| |
| virtual const char * | getViewProviderNameOverride (void) const override |
| |
| virtual const char * | getViewProviderName (void) const override |
| | returns the type name of the ViewProvider More...
|
| |
| virtual App::DocumentObject * | getSubObject (const char *subname, PyObject **pyObj, Base::Matrix4D *mat, bool transform, int depth) const override |
| |
| virtual std::vector< std::string > | getSubObjects (int reason=0) const override |
| |
| virtual App::DocumentObject * | getLinkedObject (bool recurse, Base::Matrix4D *mat, bool transform, int depth) const override |
| |
| virtual bool | hasChildElement () const override |
| | return true to activate tree view group object handling More...
|
| |
| virtual int | isElementVisible (const char *element) const override |
| | Get sub-element visibility. More...
|
| |
| virtual int | setElementVisible (const char *element, bool visible) override |
| | Set sub-element visibility. More...
|
| |
| virtual bool | canLinkProperties () const override |
| |
| virtual bool | allowDuplicateLabel () const override |
| |
| virtual bool | redirectSubName (std::ostringstream &ss, App::DocumentObject *topParent, App::DocumentObject *child) const override |
| |
| virtual int | canLoadPartial () const override |
| |
| virtual void | editProperty (const char *propName) override |
| |
| PyObject * | getPyObject (void) override |
| |
| void | setPyObject (PyObject *obj) override |
| |
| | FeaturePythonT (const FeaturePythonT &)=delete |
| |
| | FeaturePythonT (FeaturePythonT &&)=delete |
| |
| FeaturePythonT & | operator= (const FeaturePythonT &)=delete |
| |
| FeaturePythonT & | operator= (FeaturePythonT &&)=delete |
| |