aboutsummaryrefslogtreecommitdiffstats
path: root/cppgenerator.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-10-21 11:56:41 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-10-21 11:56:41 -0300
commit988e86e134ba72d037d9967384085f09c03de43d (patch)
tree7c9e25c6c957b2248109795ab2f8e51f9031501f /cppgenerator.h
parenta1ea10151397cefd86aa0f6c4822932d2cc6a601 (diff)
added two new variables for the type system template system:
* %SELF, replaced by the variable name for the Python instance of a class method * %CPPOBJ, replaced by the pointer to the C++ object for the Python instance associated with the method where it appears the 'cpythonWrapperCPtr(const AbstractMetaClass*, QString)' method was moved from CppGenerator to ShibokenGenerator to be available for the type system variable replacement method; the test bindings for the libsample's SimpleFile class was updated to use the new type system variables
Diffstat (limited to 'cppgenerator.h')
-rw-r--r--cppgenerator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cppgenerator.h b/cppgenerator.h
index 558544bf5..3bff8171b 100644
--- a/cppgenerator.h
+++ b/cppgenerator.h
@@ -37,8 +37,6 @@ protected:
QList<AbstractMetaFunctionList> filterGroupedFunctions(const AbstractMetaClass* metaClass = 0);
QList<AbstractMetaFunctionList> filterGroupedOperatorFunctions(const AbstractMetaClass* metaClass,
uint query);
- QString cpythonWrapperCPtr(const AbstractMetaClass* metaClass, QString argName = "self");
-
void generateClass(QTextStream& s, const AbstractMetaClass* metaClass);
void finishGeneration();