The python export class for GeometryIntExtension. More...
#include <GeometryIntExtensionPy.h>
Public Types | |
typedef GeometryIntExtension * PointerType | |
![]() | |
typedef GeometryExtension * PointerType | |
![]() | |
typedef void * PointerType | |
enum Status { Valid = 0, Immutable = 1, Notify = 2, NoTrack = 3 } | |
Public Member Functions | |
GeometryIntExtensionPy (GeometryIntExtension *pcObject, PyTypeObject *T=&Type) | |
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 | |
![]() | |
GeometryExtensionPy (GeometryExtension *pcObject, PyTypeObject *T=&Type) | |
std::string representation (void) const | |
PyObject * copy (PyObject *args) | |
implementer for the copy() method More... | |
Py::String getName (void) const | |
getter for the Name attribute More... | |
void setName (Py::String arg) | |
setter for the Name 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... | |
GeometryExtension * getGeometryExtensionPtr (void) const | |
getter for the object handled by this class More... | |
![]() | |
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 PyObject * PyMake (struct _typeobject *, PyObject *, PyObject *) | |
static PyObject * staticCallback_copy (PyObject *self, PyObject *args) | |
callback for the copy() method More... | |
static PyObject * staticCallback_getName (PyObject *self, void *closure) | |
getter callback for the Name attribute More... | |
static int staticCallback_setName (PyObject *self, PyObject *value, void *closure) | |
setter callback for the Name attribute More... | |
![]() | |
static void PyDestructor (PyObject *P) | |
Wrapper for the Python destructor. More... | |
Static Public Attributes | |
static PyGetSetDef GetterSetter [] | |
Attribute structure of GeometryIntExtensionPy. More... | |
static PyMethodDef Methods [] | |
Methods structure of GeometryIntExtensionPy. More... | |
static PyTypeObject Type | |
Type structure of GeometryIntExtensionPy. More... | |
![]() | |
static PyGetSetDef GetterSetter [] | |
Attribute structure of GeometryExtensionPy. More... | |
static PyMethodDef Methods [] | |
Methods structure of GeometryExtensionPy. More... | |
static PyTypeObject Type | |
Type structure of GeometryExtensionPy. More... | |
![]() | |
static PyMethodDef Methods [] | |
static PyTypeObject Type | |
Py_Header struct from python.h. More... | |
Protected Member Functions | |
~GeometryIntExtensionPy () | |
![]() | |
~GeometryExtensionPy () | |
![]() | |
virtual ~PyObjectBase () | |
destructor More... | |
callbacks and implementers for the python object attributes | |
Py::Long getValue (void) const | |
getter for the Value attribute More... | |
void setValue (Py::Long arg) | |
setter for the Value 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... | |
GeometryIntExtension * getGeometryIntExtensionPtr (void) const | |
getter for the object handled by this class More... | |
static PyObject * staticCallback_getValue (PyObject *self, void *closure) | |
getter callback for the Value attribute More... | |
static int staticCallback_setValue (PyObject *self, PyObject *value, void *closure) | |
setter callback for the Value attribute More... | |
Additional Inherited Members | |
![]() | |
std::bitset< 32 > StatusBits | |
Detailed Description
The python export class for GeometryIntExtension.
Member Typedef Documentation
◆ PointerType
Constructor & Destructor Documentation
◆ ~GeometryIntExtensionPy()
|
protected |
◆ GeometryIntExtensionPy()
GeometryIntExtensionPy::GeometryIntExtensionPy | ( | GeometryIntExtension * | pcObject, |
PyTypeObject * | T = &Type |
||
) |
Referenced by PyMake().
Member Function Documentation
◆ getCustomAttributes()
PyObject * GeometryIntExtensionPy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
◆ getGeometryIntExtensionPtr()
GeometryIntExtension * GeometryIntExtensionPy::getGeometryIntExtensionPtr | ( | void | ) | const |
getter for the object handled by this class
Referenced by getValue(), PyInit(), representation(), and setValue().
◆ GetType()
|
virtual |
Reimplemented from Part::GeometryExtensionPy.
◆ getValue()
Py::Long GeometryIntExtensionPy::getValue | ( | void | ) | const |
getter for the Value attribute
References getGeometryIntExtensionPtr().
Referenced by staticCallback_getValue().
◆ PyInit()
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
Reimplemented from Part::GeometryExtensionPy.
References getGeometryIntExtensionPtr(), Part::GeometryExtension::setName(), and Part::GeometryDefaultExtension< T >::setValue().
◆ PyMake()
References GeometryIntExtensionPy().
◆ representation()
std::string GeometryIntExtensionPy::representation | ( | void | ) | const |
References getGeometryIntExtensionPtr(), Part::GeometryExtensionPy::getName(), Part::GeometryExtension::getName(), and Part::GeometryDefaultExtension< T >::getValue().
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().
◆ setCustomAttributes()
int GeometryIntExtensionPy::setCustomAttributes | ( | const char * | attr, |
PyObject * | obj | ||
) |
setter for special attributes (e.g.
dynamic ones) Output: Success=1, Failure=-1, Ignore=0
◆ setValue()
void GeometryIntExtensionPy::setValue | ( | Py::Long | arg | ) |
setter for the Value attribute
References getGeometryIntExtensionPtr(), and Part::GeometryDefaultExtension< T >::setValue().
Referenced by staticCallback_setValue().
◆ staticCallback_getValue()
|
static |
getter callback for the Value attribute
References Base::BaseExceptionFreeCADError, getValue(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setValue()
|
static |
setter callback for the Value attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and setValue().
Member Data Documentation
◆ GetterSetter
|
static |
Attribute structure of GeometryIntExtensionPy.
◆ Methods
|
static |
Methods structure of GeometryIntExtensionPy.
◆ Type
|
static |
The documentation for this class was generated from the following files:
- build/webdoc/src/Mod/Part/App/GeometryIntExtensionPy.h
- src/Mod/Part/App/GeometryIntExtensionPyImp.cpp
- build/webdoc/src/Mod/Part/App/GeometryIntExtensionPy.cpp