#include "PreCompiled.h" #include // inclusion of the generated files (generated out of DrawViewPy.xml) #include #include using namespace TechDraw; // returns a string which represents the object e.g. when printed in python std::string DrawViewPy::representation(void) const { return std::string(""); } PyObject *DrawViewPy::getCustomAttributes(const char* /*attr*/) const { return 0; } int DrawViewPy::setCustomAttributes(const char* /*attr*/, PyObject* /*obj*/) { return 0; }