Part2DObjectPy.h

Go to the documentation of this file.
00001 
00002 // This file is generated by src/Tools/generateTemaplates/templateClassPyExport.py out of the XML file
00003 // Every change you make here get lost at the next full rebuild!
00004 #ifndef PART_PART2DOBJECTPY_H
00005 #define PART_PART2DOBJECTPY_H
00006 
00007 #include <Mod/Part/App/PartFeaturePy.h>
00008 #include <Mod/Part/App/Part2DObject.h>
00009 #include <string>
00010 
00011 namespace Part
00012 {
00013 
00014 //===========================================================================
00015 // Part2DObjectPy - Python wrapper
00016 //===========================================================================
00017 
00020 class PartExport Part2DObjectPy : public Part::PartFeaturePy
00021 {
00022 public:
00023     static PyTypeObject   Type;
00024     static PyMethodDef    Methods[];
00025     static PyGetSetDef    GetterSetter[];
00026     static PyParentObject Parents[];
00027     virtual PyTypeObject *GetType(void) {return &Type;};
00028     virtual PyParentObject *GetParents(void) {return Parents;}
00029 
00030 public:
00031     Part2DObjectPy(Part2DObject *pcObject, PyTypeObject *T = &Type);
00032     static PyObject *PyMake(struct _typeobject *, PyObject *, PyObject *);
00033     virtual int PyInit(PyObject* args, PyObject*k);
00034     ~Part2DObjectPy();
00035 
00036     typedef Part2DObject* PointerType ;
00037 
00038     virtual PyObject *_repr(void);        // the representation
00039     std::string representation(void) const;
00040 
00043 
00044 
00045 
00048 
00049 
00051     PyObject *getCustomAttributes(const char* attr) const;
00053     int setCustomAttributes(const char* attr, PyObject *obj);
00054     PyObject *_getattr(char *attr);              // __getattr__ function
00055     int _setattr(char *attr, PyObject *value);        // __setattr__ function
00056 
00058     Part2DObject *getPart2DObjectPtr(void) const;
00059 
00062 
00064 };
00065 
00066 #define PARENTSPartPart2DObjectPy &Part2DObjectPy::Type,PARENTSPartPartFeaturePy
00067 
00068 }  //namespace Part
00069 
00070 #endif  // PART_PART2DOBJECTPY_H
00071 
00072 

Generated on Wed Nov 23 19:00:25 2011 for FreeCAD by  doxygen 1.6.1