The python export class for CosmeticExtension. More...
#include <CosmeticExtensionPy.h>
Public Types | |
typedef CosmeticExtension * PointerType | |
![]() | |
typedef DocumentObjectExtension * PointerType | |
![]() | |
typedef Extension * PointerType | |
![]() | |
typedef void * PointerType | |
enum Status { Valid = 0, Immutable = 1, Notify = 2, NoTrack = 3 } | |
Public Member Functions | |
CosmeticExtensionPy (CosmeticExtension *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 | |
callbacks and implementers for the python object attributes | |
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... | |
CosmeticExtension * getCosmeticExtensionPtr (void) const | |
getter for the object handled by this class More... | |
![]() | |
DocumentObjectExtensionPy (DocumentObjectExtension *pcObject, PyTypeObject *T=&Type) | |
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... | |
DocumentObjectExtension * getDocumentObjectExtensionPtr (void) const | |
getter for the object handled by this class More... | |
![]() | |
ExtensionPy (Extension *pcObject, PyTypeObject *T=&Type) | |
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... | |
Extension * getExtensionPtr (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 * PyMake (struct _typeobject *, PyObject *, PyObject *) | |
![]() | |
static void PyDestructor (PyObject *P) | |
Wrapper for the Python destructor. More... | |
Static Public Attributes | |
static PyGetSetDef GetterSetter [] | |
Attribute structure of CosmeticExtensionPy. More... | |
static PyMethodDef Methods [] | |
Methods structure of CosmeticExtensionPy. More... | |
static PyTypeObject Type | |
Type structure of CosmeticExtensionPy. More... | |
![]() | |
static PyGetSetDef GetterSetter [] | |
Attribute structure of DocumentObjectExtensionPy. More... | |
static PyMethodDef Methods [] | |
Methods structure of DocumentObjectExtensionPy. More... | |
static PyTypeObject Type | |
Type structure of DocumentObjectExtensionPy. More... | |
![]() | |
static PyGetSetDef GetterSetter [] | |
Attribute structure of ExtensionPy. More... | |
static PyMethodDef Methods [] | |
Methods structure of ExtensionPy. More... | |
static PyTypeObject Type | |
Type structure of ExtensionPy. More... | |
![]() | |
static PyMethodDef Methods [] | |
static PyTypeObject Type | |
Py_Header struct from python.h. More... | |
Protected Member Functions | |
~CosmeticExtensionPy () | |
![]() | |
~DocumentObjectExtensionPy () | |
![]() | |
~ExtensionPy () | |
![]() | |
virtual ~PyObjectBase () | |
destructor More... | |
Additional Inherited Members | |
![]() | |
std::bitset< 32 > StatusBits | |
Detailed Description
The python export class for CosmeticExtension.
Member Typedef Documentation
◆ PointerType
Constructor & Destructor Documentation
◆ ~CosmeticExtensionPy()
|
protected |
◆ CosmeticExtensionPy()
CosmeticExtensionPy::CosmeticExtensionPy | ( | CosmeticExtension * | pcObject, |
PyTypeObject * | T = &Type |
||
) |
Member Function Documentation
◆ getCosmeticExtensionPtr()
CosmeticExtension * CosmeticExtensionPy::getCosmeticExtensionPtr | ( | void | ) | const |
getter for the object handled by this class
◆ getCustomAttributes()
PyObject * CosmeticExtensionPy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
◆ GetType()
|
virtual |
Reimplemented from App::DocumentObjectExtensionPy.
◆ PyInit()
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
Reimplemented from App::DocumentObjectExtensionPy.
◆ PyMake()
◆ representation()
std::string CosmeticExtensionPy::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().
◆ setCustomAttributes()
int CosmeticExtensionPy::setCustomAttributes | ( | const char * | attr, |
PyObject * | obj | ||
) |
setter for special attributes (e.g.
dynamic ones) Output: Success=1, Failure=-1, Ignore=0
Member Data Documentation
◆ GetterSetter
|
static |
Attribute structure of CosmeticExtensionPy.
◆ Methods
|
static |
Methods structure of CosmeticExtensionPy.
◆ Type
|
static |
The documentation for this class was generated from the following files:
- build/webdoc/src/Mod/TechDraw/App/CosmeticExtensionPy.h
- src/Mod/TechDraw/App/CosmeticExtensionPyImp.cpp
- build/webdoc/src/Mod/TechDraw/App/CosmeticExtensionPy.cpp