#include <map>#include "StdString.h"#include "PyObjectPlus.h"#include "object.h"Go to the source code of this file.
|
|
|
|
|
Initializer: \
PyObject* Py##method_name(PyObject* self, PyObject* args, PyObject* kwds); \
static PyObject* sPy##method_name( PyObject* self, PyObject* args, PyObject* kwds) { \
return ((class_name*) self)->Py##method_name(self, args, kwds); \
}; \The second macro is one that also requires a documentation string |
|
|
Initializer: |
|
|
Initializer: \
public: \
virtual root_base_class_name * Copy() { return new class_name; } \
virtual bool EdSerialize(CompressorArchive& arch,class CFactoryManager* facmgr,bool bIsStoring); \
virtual bool EdIdSerialize(CompressorArchive& arch,class CFactoryManager* facmgr,bool bIsStoring) \
{ \
if (bIsStoring) \
arch.StoreString(#class_name); \
\
return false; \
} \ |
|
|
Definition at line 52 of file Value.h. Referenced by BL_ClearConvert(), BL_CreateSumoObjectNew(), CListValue::Calc(), CListValue::CalcFinal(), COperator2Expr::CheckLink(), CreateMaterialFromBlenderObject(), CreateShapePropsFromBlenderObject(), CExpression::~CExpression(), and SCA_LogicManager::~SCA_LogicManager(). |
|
|
|
|
|
|
|
|
Definition at line 58 of file Value.h. Referenced by CBoolValue::CBoolValue(), CErrorValue::GetReplica(), and CValue::SetProperty(). |
|
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000