The python export class for GeoFeatureGroupExtension. More...
#include <GeoFeatureGroupExtensionPy.h>
Public Types | |
typedef GeoFeatureGroupExtension * | PointerType |
Public Types inherited from App::GroupExtensionPy | |
typedef GroupExtension * | PointerType |
Public Types inherited from App::DocumentObjectExtensionPy | |
typedef DocumentObjectExtension * | PointerType |
Public Types inherited from App::ExtensionPy | |
typedef Extension * | PointerType |
Public Types inherited from Base::PyObjectBase | |
typedef void * | PointerType |
enum | Status { Valid = 0, Immutable = 1, Notify = 2, NoTrack = 3 } |
Public Member Functions | |
GeoFeatureGroupExtensionPy (GeoFeatureGroupExtension *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... | |
GeoFeatureGroupExtension * | getGeoFeatureGroupExtensionPtr (void) const |
getter for the object handled by this class More... | |
Public Member Functions inherited from App::GroupExtensionPy | |
GroupExtensionPy (GroupExtension *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... | |
GroupExtension * | getGroupExtensionPtr (void) const |
getter for the object handled by this class More... | |
PyObject * | newObject (PyObject *args) |
implementer for the newObject() method More... | |
PyObject * | addObject (PyObject *args) |
implementer for the addObject() method More... | |
PyObject * | addObjects (PyObject *args) |
implementer for the addObjects() method More... | |
PyObject * | setObjects (PyObject *args) |
implementer for the setObjects() method More... | |
PyObject * | removeObject (PyObject *args) |
implementer for the removeObject() method More... | |
PyObject * | removeObjects (PyObject *args) |
implementer for the removeObjects() method More... | |
PyObject * | removeObjectsFromDocument (PyObject *args) |
implementer for the removeObjectsFromDocument() method More... | |
PyObject * | getObject (PyObject *args) |
implementer for the getObject() method More... | |
PyObject * | hasObject (PyObject *args) |
implementer for the hasObject() method More... | |
Public Member Functions inherited from App::DocumentObjectExtensionPy | |
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... | |
Public Member Functions inherited from App::ExtensionPy | |
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... | |
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::GroupExtensionPy | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
static PyObject * | staticCallback_newObject (PyObject *self, PyObject *args) |
callback for the newObject() method More... | |
static PyObject * | staticCallback_addObject (PyObject *self, PyObject *args) |
callback for the addObject() method More... | |
static PyObject * | staticCallback_addObjects (PyObject *self, PyObject *args) |
callback for the addObjects() method More... | |
static PyObject * | staticCallback_setObjects (PyObject *self, PyObject *args) |
callback for the setObjects() method More... | |
static PyObject * | staticCallback_removeObject (PyObject *self, PyObject *args) |
callback for the removeObject() method More... | |
static PyObject * | staticCallback_removeObjects (PyObject *self, PyObject *args) |
callback for the removeObjects() method More... | |
static PyObject * | staticCallback_removeObjectsFromDocument (PyObject *self, PyObject *args) |
callback for the removeObjectsFromDocument() method More... | |
static PyObject * | staticCallback_getObject (PyObject *self, PyObject *args) |
callback for the getObject() method More... | |
static PyObject * | staticCallback_hasObject (PyObject *self, PyObject *args) |
callback for the hasObject() method More... | |
Static Public Member Functions inherited from App::DocumentObjectExtensionPy | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
Static Public Member Functions inherited from App::ExtensionPy | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
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 GeoFeatureGroupExtensionPy. More... | |
static PyMethodDef | Methods [] |
Methods structure of GeoFeatureGroupExtensionPy. More... | |
static PyTypeObject | Type |
Type structure of GeoFeatureGroupExtensionPy. More... | |
Static Public Attributes inherited from App::GroupExtensionPy | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of GroupExtensionPy. More... | |
static PyMethodDef | Methods [] |
Methods structure of GroupExtensionPy. More... | |
static PyTypeObject | Type |
Type structure of GroupExtensionPy. More... | |
Static Public Attributes inherited from App::DocumentObjectExtensionPy | |
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 Public Attributes inherited from App::ExtensionPy | |
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 Public Attributes inherited from Base::PyObjectBase | |
static PyMethodDef | Methods [] |
static PyTypeObject | Type |
Py_Header struct from python.h. More... | |
Protected Member Functions | |
~GeoFeatureGroupExtensionPy () | |
Protected Member Functions inherited from App::GroupExtensionPy | |
~GroupExtensionPy () | |
Protected Member Functions inherited from App::DocumentObjectExtensionPy | |
~DocumentObjectExtensionPy () | |
Protected Member Functions inherited from App::ExtensionPy | |
~ExtensionPy () | |
Protected Member Functions inherited from Base::PyObjectBase | |
virtual | ~PyObjectBase () |
destructor More... | |
Additional Inherited Members | |
Protected Attributes inherited from Base::PyObjectBase | |
std::bitset< 32 > | StatusBits |
Detailed Description
The python export class for GeoFeatureGroupExtension.
Member Typedef Documentation
◆ PointerType
Constructor & Destructor Documentation
◆ ~GeoFeatureGroupExtensionPy()
|
protected |
◆ GeoFeatureGroupExtensionPy()
GeoFeatureGroupExtensionPy::GeoFeatureGroupExtensionPy | ( | GeoFeatureGroupExtension * | pcObject, |
PyTypeObject * | T = &Type |
||
) |
Member Function Documentation
◆ getCustomAttributes()
PyObject * GeoFeatureGroupExtensionPy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
◆ getGeoFeatureGroupExtensionPtr()
GeoFeatureGroupExtension * GeoFeatureGroupExtensionPy::getGeoFeatureGroupExtensionPtr | ( | void | ) | const |
getter for the object handled by this class
◆ GetType()
|
virtual |
Reimplemented from App::GroupExtensionPy.
Reimplemented in App::OriginGroupExtensionPy.
◆ PyInit()
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
Reimplemented from App::GroupExtensionPy.
Reimplemented in App::OriginGroupExtensionPy.
◆ PyMake()
|
static |
◆ representation()
std::string GeoFeatureGroupExtensionPy::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 GeoFeatureGroupExtensionPy::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 GeoFeatureGroupExtensionPy.
◆ Methods
|
static |
Methods structure of GeoFeatureGroupExtensionPy.
◆ Type
|
static |
Type structure of GeoFeatureGroupExtensionPy.
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(), ArchReference.ArchReference::setProperties(), and DraftLayer.Layer::setProperties().
The documentation for this class was generated from the following files:
- build/webdoc/src/App/GeoFeatureGroupExtensionPy.h
- src/App/GeoFeatureGroupExtensionPyImp.cpp
- build/webdoc/src/App/GeoFeatureGroupExtensionPy.cpp