The python export class for ViewProvider. More...
#include <ViewProviderPy.h>
Public Types | |
| typedef ViewProvider * | PointerType |
Public Types inherited from App::ExtensionContainerPy | |
| typedef ExtensionContainer * | PointerType |
Public Types inherited from App::PropertyContainerPy | |
| typedef PropertyContainer * | PointerType |
Public Types inherited from Base::PersistencePy | |
| typedef Persistence * | PointerType |
Public Types inherited from Base::BaseClassPy | |
| typedef BaseClass * | PointerType |
Public Types inherited from Base::PyObjectBase | |
| typedef void * | PointerType |
| enum | Status { Valid = 0, Immutable = 1, Notify = 2, NoTrack = 3 } |
Public Member Functions | |
| virtual PyTypeObject * | GetType (void) |
| virtual int | PyInit (PyObject *args, PyObject *k) |
| PyInit method Override this method to initialize a newly created instance of the class (Constructor) More... | |
| std::string | representation (void) const |
| ViewProviderPy (ViewProvider *pcObject, PyTypeObject *T=&Type) | |
Public Member Functions inherited from App::ExtensionContainerPy | |
| ExtensionContainerPy (ExtensionContainer *pcObject, PyTypeObject *T=&Type) | |
| int | finalization () |
| int | initialization () |
| std::string | representation (void) const |
| PyObject * | getCustomAttributes (const char *attr) const |
| getter method for special attributes (e.g. dynamic ones) More... | |
| int | setCustomAttributes (const char *attr, PyObject *obj) |
| setter for special attributes (e.g. More... | |
| ExtensionContainer * | getExtensionContainerPtr (void) const |
| getter for the object handled by this class More... | |
| PyObject * | addExtension (PyObject *args) |
| implementer for the addExtension() method More... | |
| PyObject * | hasExtension (PyObject *args) |
| implementer for the hasExtension() method More... | |
Public Member Functions inherited from App::PropertyContainerPy | |
| PropertyContainerPy (PropertyContainer *pcObject, PyTypeObject *T=&Type) | |
| std::string | representation (void) const |
| PyObject * | getPropertyByName (PyObject *args) |
| implementer for the getPropertyByName() method More... | |
| PyObject * | getTypeOfProperty (PyObject *args) |
| implementer for the getTypeOfProperty() method More... | |
| PyObject * | getTypeIdOfProperty (PyObject *args) |
| implementer for the getTypeIdOfProperty() method More... | |
| PyObject * | setEditorMode (PyObject *args) |
| implementer for the setEditorMode() method More... | |
| PyObject * | getEditorMode (PyObject *args) |
| implementer for the getEditorMode() method More... | |
| PyObject * | getGroupOfProperty (PyObject *args) |
| implementer for the getGroupOfProperty() method More... | |
| PyObject * | getDocumentationOfProperty (PyObject *args) |
| implementer for the getDocumentationOfProperty() method More... | |
| PyObject * | dumpPropertyContent (PyObject *args, PyObject *kwd) |
| implementer for the dumpPropertyContent() method More... | |
| PyObject * | restorePropertyContent (PyObject *args) |
| implementer for the restorePropertyContent() method More... | |
| Py::List | getPropertiesList (void) const |
| getter for the PropertiesList attribute More... | |
| PyObject * | getCustomAttributes (const char *attr) const |
| getter method for special attributes (e.g. dynamic ones) More... | |
| int | setCustomAttributes (const char *attr, PyObject *obj) |
| setter for special attributes (e.g. More... | |
| PropertyContainer * | getPropertyContainerPtr (void) const |
| getter for the object handled by this class More... | |
Public Member Functions inherited from Base::PersistencePy | |
| PersistencePy (Persistence *pcObject, PyTypeObject *T=&Type) | |
| std::string | representation (void) const |
| PyObject * | dumpContent (PyObject *args, PyObject *kwd) |
| implementer for the dumpContent() method More... | |
| PyObject * | restoreContent (PyObject *args) |
| implementer for the restoreContent() method More... | |
| Py::String | getContent (void) const |
| getter for the Content attribute More... | |
| Py::Int | getMemSize (void) const |
| getter for the MemSize attribute More... | |
| PyObject * | getCustomAttributes (const char *attr) const |
| getter method for special attributes (e.g. dynamic ones) More... | |
| int | setCustomAttributes (const char *attr, PyObject *obj) |
| setter for special attributes (e.g. More... | |
| Persistence * | getPersistencePtr (void) const |
| getter for the object handled by this class More... | |
Public Member Functions inherited from Base::BaseClassPy | |
| BaseClassPy (BaseClass *pcObject, PyTypeObject *T=&Type) | |
| std::string | representation (void) const |
| PyObject * | isDerivedFrom (PyObject *args) |
| implementer for the isDerivedFrom() method More... | |
| PyObject * | getAllDerivedFrom (PyObject *args) |
| implementer for the getAllDerivedFrom() method More... | |
| Py::String | getTypeId (void) const |
| getter for the TypeId attribute More... | |
| Py::String | getModule (void) const |
| getter for the Module attribute More... | |
| PyObject * | getCustomAttributes (const char *attr) const |
| getter method for special attributes (e.g. dynamic ones) More... | |
| int | setCustomAttributes (const char *attr, PyObject *obj) |
| setter for special attributes (e.g. More... | |
| BaseClass * | getBaseClassPtr (void) const |
| getter for the object handled by this class More... | |
Public Member Functions inherited from Base::PyObjectBase | |
| PyObjectBase * | DecRef (void) |
| decref method wrapper (see python extending manual) More... | |
| PyObjectBase * | IncRef (void) |
| incref method wrapper (see python extending manual) More... | |
| bool | isConst () |
| bool | isNotTracking () const |
| bool | isValid () |
| PyObjectBase (void *, PyTypeObject *T) | |
| Constructor Sets the Type of the object (for inheritance) and decrease the the reference count of the PyObject. More... | |
| void | setConst () |
| void | setInvalid () |
| void | setNotTracking (bool on=true) |
| void | setShouldNotify (bool on) |
| bool | shouldNotify () const |
| void | startNotify () |
Static Public Member Functions | |
| static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
Static Public Member Functions inherited from App::ExtensionContainerPy | |
| static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
| static PyObject * | staticCallback_addExtension (PyObject *self, PyObject *args) |
| callback for the addExtension() method More... | |
| static PyObject * | staticCallback_hasExtension (PyObject *self, PyObject *args) |
| callback for the hasExtension() method More... | |
Static Public Member Functions inherited from App::PropertyContainerPy | |
| static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
| static PyObject * | staticCallback_getPropertyByName (PyObject *self, PyObject *args) |
| callback for the getPropertyByName() method More... | |
| static PyObject * | staticCallback_getTypeOfProperty (PyObject *self, PyObject *args) |
| callback for the getTypeOfProperty() method More... | |
| static PyObject * | staticCallback_getTypeIdOfProperty (PyObject *self, PyObject *args) |
| callback for the getTypeIdOfProperty() method More... | |
| static PyObject * | staticCallback_setEditorMode (PyObject *self, PyObject *args) |
| callback for the setEditorMode() method More... | |
| static PyObject * | staticCallback_getEditorMode (PyObject *self, PyObject *args) |
| callback for the getEditorMode() method More... | |
| static PyObject * | staticCallback_getGroupOfProperty (PyObject *self, PyObject *args) |
| callback for the getGroupOfProperty() method More... | |
| static PyObject * | staticCallback_getDocumentationOfProperty (PyObject *self, PyObject *args) |
| callback for the getDocumentationOfProperty() method More... | |
| static PyObject * | staticCallback_dumpPropertyContent (PyObject *self, PyObject *args, PyObject *kwd) |
| callback for the dumpPropertyContent() method More... | |
| static PyObject * | staticCallback_restorePropertyContent (PyObject *self, PyObject *args) |
| callback for the restorePropertyContent() method More... | |
| static PyObject * | staticCallback_getPropertiesList (PyObject *self, void *closure) |
| getter callback for the PropertiesList attribute More... | |
| static int | staticCallback_setPropertiesList (PyObject *self, PyObject *value, void *closure) |
| setter callback for the PropertiesList attribute More... | |
Static Public Member Functions inherited from Base::PersistencePy | |
| static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
| static PyObject * | staticCallback_dumpContent (PyObject *self, PyObject *args, PyObject *kwd) |
| callback for the dumpContent() method More... | |
| static PyObject * | staticCallback_restoreContent (PyObject *self, PyObject *args) |
| callback for the restoreContent() method More... | |
| static PyObject * | staticCallback_getContent (PyObject *self, void *closure) |
| getter callback for the Content attribute More... | |
| static int | staticCallback_setContent (PyObject *self, PyObject *value, void *closure) |
| setter callback for the Content attribute More... | |
| static PyObject * | staticCallback_getMemSize (PyObject *self, void *closure) |
| getter callback for the MemSize attribute More... | |
| static int | staticCallback_setMemSize (PyObject *self, PyObject *value, void *closure) |
| setter callback for the MemSize attribute More... | |
Static Public Member Functions inherited from Base::BaseClassPy | |
| static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
| static PyObject * | staticCallback_isDerivedFrom (PyObject *self, PyObject *args) |
| callback for the isDerivedFrom() method More... | |
| static PyObject * | staticCallback_getAllDerivedFrom (PyObject *self, PyObject *args) |
| callback for the getAllDerivedFrom() method More... | |
| static PyObject * | staticCallback_getTypeId (PyObject *self, void *closure) |
| getter callback for the TypeId attribute More... | |
| static int | staticCallback_setTypeId (PyObject *self, PyObject *value, void *closure) |
| setter callback for the TypeId attribute More... | |
| static PyObject * | staticCallback_getModule (PyObject *self, void *closure) |
| getter callback for the Module attribute More... | |
| static int | staticCallback_setModule (PyObject *self, PyObject *value, void *closure) |
| setter callback for the Module attribute More... | |
Static Public Member Functions inherited from Base::PyObjectBase | |
| static void | PyDestructor (PyObject *P) |
| Wrapper for the Python destructor. More... | |
Static Public Attributes | |
| static PyGetSetDef | GetterSetter [] |
| Attribute structure of ViewProviderPy. More... | |
| static PyMethodDef | Methods [] |
| Methods structure of ViewProviderPy. More... | |
| static PyTypeObject | Type |
| Type structure of ViewProviderPy. More... | |
Static Public Attributes inherited from App::ExtensionContainerPy | |
| static PyGetSetDef | GetterSetter [] |
| Attribute structure of ExtensionContainerPy. More... | |
| static PyMethodDef | Methods [] |
| Methods structure of ExtensionContainerPy. More... | |
| static PyTypeObject | Type |
| Type structure of ExtensionContainerPy. More... | |
Static Public Attributes inherited from App::PropertyContainerPy | |
| static PyGetSetDef | GetterSetter [] |
| Attribute structure of PropertyContainerPy. More... | |
| static PyMethodDef | Methods [] |
| Methods structure of PropertyContainerPy. More... | |
| static PyTypeObject | Type |
| Type structure of PropertyContainerPy. More... | |
Static Public Attributes inherited from Base::PersistencePy | |
| static PyGetSetDef | GetterSetter [] |
| Attribute structure of PersistencePy. More... | |
| static PyMethodDef | Methods [] |
| Methods structure of PersistencePy. More... | |
| static PyTypeObject | Type |
| Type structure of PersistencePy. More... | |
Static Public Attributes inherited from Base::BaseClassPy | |
| static PyGetSetDef | GetterSetter [] |
| Attribute structure of BaseClassPy. More... | |
| static PyMethodDef | Methods [] |
| Methods structure of BaseClassPy. More... | |
| static PyTypeObject | Type |
| Type structure of BaseClassPy. More... | |
Static Public Attributes inherited from Base::PyObjectBase | |
| static PyMethodDef | Methods [] |
| static PyTypeObject | Type |
| Py_Header struct from python.h. More... | |
Protected Member Functions | |
| ~ViewProviderPy () | |
Protected Member Functions inherited from App::ExtensionContainerPy | |
| ~ExtensionContainerPy () | |
Protected Member Functions inherited from App::PropertyContainerPy | |
| ~PropertyContainerPy () | |
Protected Member Functions inherited from Base::PersistencePy | |
| ~PersistencePy () | |
Protected Member Functions inherited from Base::BaseClassPy | |
| ~BaseClassPy () | |
Protected Member Functions inherited from Base::PyObjectBase | |
| virtual | ~PyObjectBase () |
| destructor More... | |
callbacks and implementers for the python object attributes | |
| Py::Object | getAnnotation (void) const |
| getter for the Annotation attribute More... | |
| void | setAnnotation (Py::Object arg) |
| setter for the Annotation attribute More... | |
| Py::Object | getIcon (void) const |
| getter for the Icon attribute More... | |
| Py::Object | getRootNode (void) const |
| getter for the RootNode attribute More... | |
| void | setRootNode (Py::Object arg) |
| setter for the RootNode attribute More... | |
| Py::String | getIV (void) const |
| getter for the IV attribute More... | |
| PyObject * | getCustomAttributes (const char *attr) const |
| getter method for special attributes (e.g. dynamic ones) More... | |
| int | setCustomAttributes (const char *attr, PyObject *obj) |
| setter for special attributes (e.g. More... | |
| ViewProvider * | getViewProviderPtr (void) const |
| getter for the object handled by this class More... | |
| static PyObject * | staticCallback_getAnnotation (PyObject *self, void *closure) |
| getter callback for the Annotation attribute More... | |
| static int | staticCallback_setAnnotation (PyObject *self, PyObject *value, void *closure) |
| setter callback for the Annotation attribute More... | |
| static PyObject * | staticCallback_getIcon (PyObject *self, void *closure) |
| getter callback for the Icon attribute More... | |
| static int | staticCallback_setIcon (PyObject *self, PyObject *value, void *closure) |
| setter callback for the Icon attribute More... | |
| static PyObject * | staticCallback_getRootNode (PyObject *self, void *closure) |
| getter callback for the RootNode attribute More... | |
| static int | staticCallback_setRootNode (PyObject *self, PyObject *value, void *closure) |
| setter callback for the RootNode attribute More... | |
| static PyObject * | staticCallback_getIV (PyObject *self, void *closure) |
| getter callback for the IV attribute More... | |
| static int | staticCallback_setIV (PyObject *self, PyObject *value, void *closure) |
| setter callback for the IV attribute More... | |
Additional Inherited Members | |
Protected Attributes inherited from Base::PyObjectBase | |
| std::bitset< 32 > | StatusBits |
Detailed Description
The python export class for ViewProvider.
Member Typedef Documentation
◆ PointerType
Constructor & Destructor Documentation
◆ ~ViewProviderPy()
|
protected |
◆ ViewProviderPy()
| ViewProviderPy::ViewProviderPy | ( | ViewProvider * | pcObject, |
| PyTypeObject * | T = &Type |
||
| ) |
Member Function Documentation
◆ addDisplayMode()
implementer for the addDisplayMode() method
References Gui::ViewProvider::addDisplayMaskMode(), Base::InterpreterSingleton::convertSWIGPointerObj(), getViewProviderPtr(), and Base::Interpreter().
Referenced by staticCallback_addDisplayMode().
◆ addProperty()
implementer for the addProperty() method
References App::PropertyContainer::addDynamicProperty(), Base::BaseExceptionFreeCADError, and getViewProviderPtr().
Referenced by DocumentObject.Box::init(), DocumentObject.DocumentObject::onChanged(), and staticCallback_addProperty().
◆ claimChildren()
implementer for the claimChildren() method
References Gui::ViewProvider::claimChildren(), and getViewProviderPtr().
Referenced by femviewprovider.view_result_mechanical.VPResultMechanical::onDelete(), BOPTools.SplitFeatures.ViewProviderBooleanFragments::onDelete(), BOPTools.JoinFeatures.ViewProviderConnect::onDelete(), femviewprovider.view_mesh_gmsh.VPMeshGmsh::onDelete(), BOPTools.SplitFeatures.ViewProviderSlice::onDelete(), BOPTools.SplitFeatures.ViewProviderXOR::onDelete(), and staticCallback_claimChildren().
◆ getAnnotation()
| Py::Object ViewProviderPy::getAnnotation | ( | void | ) | const |
getter for the Annotation attribute
References Base::InterpreterSingleton::createSWIGPointerObj(), Gui::ViewProvider::getAnnotation(), getViewProviderPtr(), and Base::Interpreter().
Referenced by staticCallback_getAnnotation().
◆ getCustomAttributes()
| PyObject * ViewProviderPy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
References App::PropertyContainer::getDynamicPropertyByName(), Base::BaseClass::getPyObject(), and getViewProviderPtr().
◆ getIcon()
| Py::Object ViewProviderPy::getIcon | ( | void | ) | const |
getter for the Icon attribute
References Gui::PythonWrapper::fromQIcon(), Gui::ViewProvider::getIcon(), getViewProviderPtr(), Gui::PythonWrapper::loadGuiModule(), and Gui::PythonWrapper::loadWidgetsModule().
Referenced by staticCallback_getIcon(), ArchAxis.AxisSystemTaskPanel::update(), ArchSectionPlane.SectionPlaneTaskPanel::update(), and ArchComponent.ComponentTaskPanel::update().
◆ getIV()
| Py::String ViewProviderPy::getIV | ( | void | ) | const |
◆ getRootNode()
| Py::Object ViewProviderPy::getRootNode | ( | void | ) | const |
getter for the RootNode attribute
References Base::InterpreterSingleton::createSWIGPointerObj(), Gui::ViewProvider::getRoot(), getViewProviderPtr(), and Base::Interpreter().
Referenced by staticCallback_getRootNode().
◆ GetType()
|
virtual |
Reimplemented from App::ExtensionContainerPy.
Reimplemented in Gui::ViewProviderLinkPy, Gui::ViewProviderDocumentObjectPy, FemGui::ViewProviderFemMeshPy, MeshGui::ViewProviderMeshPy, and PartDesignGui::ViewProviderPy.
◆ getViewProviderPtr()
| ViewProvider * ViewProviderPy::getViewProviderPtr | ( | void | ) | const |
getter for the object handled by this class
Referenced by addDisplayMode(), addProperty(), claimChildren(), getAnnotation(), getCustomAttributes(), getIcon(), getIV(), getRootNode(), hide(), isVisible(), listDisplayModes(), removeProperty(), setCustomAttributes(), Gui::DocumentPy::setEdit(), setTransformation(), show(), and toString().
◆ hide()
implementer for the hide() method
References getViewProviderPtr(), and Gui::ViewProvider::hide().
Referenced by Mod.Show.mTempoVis.TempoVis::hide_all_dependencies(), Mod.Show.mTempoVis.TempoVis::hide_all_dependent(), and staticCallback_hide().
◆ isVisible()
implementer for the isVisible() method
References getViewProviderPtr().
Referenced by ArchVRM.Renderer::removeHidden(), and staticCallback_isVisible().
◆ listDisplayModes()
implementer for the listDisplayModes() method
References Gui::ViewProvider::getDisplayModes(), and getViewProviderPtr().
Referenced by staticCallback_listDisplayModes().
◆ PyInit()
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
Reimplemented from App::ExtensionContainerPy.
Reimplemented in Gui::ViewProviderLinkPy, Gui::ViewProviderDocumentObjectPy, FemGui::ViewProviderFemMeshPy, MeshGui::ViewProviderMeshPy, and PartDesignGui::ViewProviderPy.
◆ PyMake()
◆ removeProperty()
implementer for the removeProperty() method
References getViewProviderPtr(), and App::PropertyContainer::removeDynamicProperty().
Referenced by staticCallback_removeProperty().
◆ representation()
| std::string ViewProviderPy::representation | ( | void | ) | const |
Referenced by config_control_design.pcurve::wr1(), config_control_design.degenerate_pcurve::wr1(), automotive_design.motion_link_relationship::wr1(), automotive_design.pcurve::wr1(), automotive_design.degenerate_pcurve::wr1(), config_control_design.pcurve::wr2(), config_control_design.degenerate_pcurve::wr2(), automotive_design.pcurve::wr2(), and automotive_design.degenerate_pcurve::wr2().
◆ setAnnotation()
| void ViewProviderPy::setAnnotation | ( | Py::Object | arg | ) |
setter for the Annotation attribute
Referenced by staticCallback_setAnnotation().
◆ setCustomAttributes()
| int ViewProviderPy::setCustomAttributes | ( | const char * | attr, |
| PyObject * | obj | ||
| ) |
setter for special attributes (e.g.
dynamic ones) Output: Success=1, Failure=-1, Ignore=0
References App::PropertyContainer::getDynamicPropertyByName(), getViewProviderPtr(), Base::BaseClass::setPyObject(), and Base::Exception::what().
◆ setRootNode()
| void ViewProviderPy::setRootNode | ( | Py::Object | arg | ) |
setter for the RootNode attribute
Referenced by staticCallback_setRootNode().
◆ setTransformation()
implementer for the setTransformation() method
References Base::BaseExceptionFreeCADError, Base::PlacementPy::getPlacementPtr(), getViewProviderPtr(), Gui::ViewProvider::setTransformation(), Base::Placement::toMatrix(), Base::MatrixPy::Type, and Base::PlacementPy::Type.
Referenced by staticCallback_setTransformation().
◆ show()
implementer for the show() method
References getViewProviderPtr(), and Gui::ViewProvider::show().
Referenced by Mod.Show.mTempoVis.TempoVis::show_all_dependencies(), Mod.Show.mTempoVis.TempoVis::show_all_dependent(), and staticCallback_show().
◆ staticCallback_addDisplayMode()
◆ staticCallback_addProperty()
◆ staticCallback_claimChildren()
callback for the claimChildren() method
References Base::BaseExceptionFreeCADError, claimChildren(), Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getAnnotation()
getter callback for the Annotation attribute
References Base::BaseExceptionFreeCADError, getAnnotation(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getIcon()
getter callback for the Icon attribute
References Base::BaseExceptionFreeCADError, getIcon(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getIV()
getter callback for the IV attribute
References Base::BaseExceptionFreeCADError, getIV(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getRootNode()
getter callback for the RootNode attribute
References Base::BaseExceptionFreeCADError, getRootNode(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_hide()
callback for the hide() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), hide(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and Base::PyObjectBase::startNotify().
◆ staticCallback_isVisible()
◆ staticCallback_listDisplayModes()
◆ staticCallback_removeProperty()
◆ staticCallback_setAnnotation()
|
static |
setter callback for the Annotation attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and setAnnotation().
◆ staticCallback_setIcon()
|
static |
setter callback for the Icon attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setIV()
|
static |
setter callback for the IV attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setRootNode()
|
static |
setter callback for the RootNode attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and setRootNode().
◆ staticCallback_setTransformation()
◆ staticCallback_show()
callback for the show() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), show(), and Base::PyObjectBase::startNotify().
◆ staticCallback_supportedProperties()
◆ staticCallback_toString()
◆ supportedProperties()
implementer for the supportedProperties() method
References Base::Type::getAllDerivedFrom(), and Base::Persistence::getClassTypeId().
Referenced by staticCallback_supportedProperties().
◆ toString()
implementer for the toString() method
References getViewProviderPtr(), and Gui::ViewProvider::toString().
Referenced by staticCallback_toString().
Member Data Documentation
◆ GetterSetter
|
static |
Attribute structure of ViewProviderPy.
◆ Methods
|
static |
Methods structure of ViewProviderPy.
◆ Type
|
static |
Type structure of ViewProviderPy.
Referenced by ArchPanel.CommandPanelSheet::Activated(), ArchStructure.StructSelectionObserver::addSelection(), ArchSite.Compass::buildCoordinates(), ArchComponent.Component::execute(), DraftLayer.LayerContainer::execute(), ArchSchedule.CommandArchSchedule::IsActive(), ArchAxis.CommandArchGrid::IsActive(), draftobjects.draft_annotation.DraftAnnotation::onDocumentRestored(), Gui::DocumentPy::setEdit(), ArchReference.ArchReference::setProperties(), and DraftLayer.Layer::setProperties().
The documentation for this class was generated from the following files:
- build/webdoc/src/Gui/ViewProviderPy.h
- src/Gui/ViewProviderPyImp.cpp
- build/webdoc/src/Gui/ViewProviderPy.cpp
Public Types inherited from
1.8.17