aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-06-15 17:45:41 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-06-17 17:44:56 -0300
commit2d7c878bc764d34f4a7649f8adc69f54ebd6eae9 (patch)
tree7f309b469ee652c3fbd87cf4445b5d1e29fd2ac0 /shibokengenerator.h
parentc41a765a198af87f59857f251f695d5e2dbca3c3 (diff)
Added method fullPythonFunctionName(func) to ShibokenGenerator.
It accepts an AbstractMetaFunction and returns the full name in Python, including the module namespace. E.g.: "sample.SimpleFile.exists"
Diffstat (limited to 'shibokengenerator.h')
-rw-r--r--shibokengenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shibokengenerator.h b/shibokengenerator.h
index 62c72b81d..3c7a03e36 100644
--- a/shibokengenerator.h
+++ b/shibokengenerator.h
@@ -213,6 +213,7 @@ public:
static QString wrapperName(const AbstractMetaClass* metaClass);
+ static QString fullPythonFunctionName(const AbstractMetaFunction* func);
static QString protectedEnumSurrogateName(const AbstractMetaEnum* metaEnum);
static QString protectedFieldGetterName(const AbstractMetaField* field);
static QString protectedFieldSetterName(const AbstractMetaField* field);