The python export class for WindLabFeature.
More...
#include <WindLabFeaturePy.h>
|
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
|
The python export class for WindLabFeature.
◆ PointerType
◆ ~WindLabFeaturePy()
WindLabFeaturePy::~WindLabFeaturePy |
( |
| ) |
|
|
protected |
◆ WindLabFeaturePy()
WindLabFeaturePy::WindLabFeaturePy |
( |
WindLabFeature * | pcObject, |
|
|
PyTypeObject * | T = &Type ) |
◆ getCustomAttributes()
PyObject * WindLabFeaturePy::getCustomAttributes |
( |
const char * | attr | ) |
const |
getter method for special attributes (e.g. dynamic ones)
◆ GetType()
virtual PyTypeObject * WindLabAPI::WindLabFeaturePy::GetType |
( |
| ) |
|
|
virtual |
◆ getWindLabFeaturePtr()
getter for the object handled by this class
◆ PyInit()
int WindLabFeaturePy::PyInit |
( |
PyObject * | args, |
|
|
PyObject * | k ) |
|
virtual |
◆ PyMake()
PyObject * WindLabFeaturePy::PyMake |
( |
struct _typeobject * | , |
|
|
PyObject * | , |
|
|
PyObject * | ) |
|
static |
◆ representation()
std::string WindLabFeaturePy::representation |
( |
void | | ) |
const |
◆ setCustomAttributes()
int WindLabFeaturePy::setCustomAttributes |
( |
const char * | attr, |
|
|
PyObject * | obj ) |
setter for special attributes (e.g.
dynamic ones) Output: Success=1, Failure=-1, Ignore=0
◆ GetterSetter
PyGetSetDef WindLabFeaturePy::GetterSetter |
|
static |
Initial value:= {
{nullptr, nullptr, nullptr, nullptr, nullptr}
}
Attribute structure of WindLabFeaturePy.
◆ Methods
PyMethodDef WindLabFeaturePy::Methods |
|
static |
Initial value:= {
{nullptr, nullptr, 0, nullptr}
}
Methods structure of WindLabFeaturePy.
◆ Type
PyTypeObject WindLabFeaturePy::Type |
|
static |
The documentation for this class was generated from the following files:
- RPS/Build/src/Mod/WindLabAPI/App/WindLabFeaturePy.h
- RPS/LabRPS/LabRPS_KOFFI/src/Mod/WindLabAPI/App/WindLabFeaturePyImp.cpp
- RPS/Build/src/Mod/WindLabAPI/App/WindLabFeaturePy.cpp