From ea999da07ab6d244ffb982d7a3c86da1a8976f44 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Tue, 2 Mar 2010 11:27:26 -0300 Subject: Adds convenience methods to return the name of extended conversion functions. ShibokenGenerator got the methods: * QString extendedIsConvertibleFunctionName(TypeEntry*) Returns the name of an extended "isConvertible" function. * QString extendedToCppFunctionName(TypeEntry*) Returns the name of an extended "toCpp" function. --- shibokengenerator.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shibokengenerator.h') diff --git a/shibokengenerator.h b/shibokengenerator.h index 0aca6641b..529027e98 100644 --- a/shibokengenerator.h +++ b/shibokengenerator.h @@ -285,6 +285,9 @@ public: /// Returns the file name for the module global header. If no module name is provided the current will be used. QString getModuleHeaderFileName(const QString& moduleName = QString()) const; + QString extendedIsConvertibleFunctionName(const TypeEntry* targetType) const; + QString extendedToCppFunctionName(const TypeEntry* targetType) const; + QMap< QString, QString > options() const; /// Returns true if the user enabled the so called "parent constructor heuristic". -- cgit v1.2.3