From 21151a2f4dc03ef6d62efcfb4a0f1f9d3dcb5183 Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Fri, 12 Feb 2010 18:18:50 -0200 Subject: Do not export Sbk*Type variables. To access Sbk*Type variables from other modules, you need to use the array provided via CObjects. Reviewed by Marcelo Lira --- shibokengenerator.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shibokengenerator.h') diff --git a/shibokengenerator.h b/shibokengenerator.h index cae9943b1..edddbbc66 100644 --- a/shibokengenerator.h +++ b/shibokengenerator.h @@ -234,6 +234,7 @@ public: QString cpythonBaseName(const AbstractMetaType* type); QString cpythonTypeName(const AbstractMetaClass* metaClass); QString cpythonTypeName(const TypeEntry* type); + QString cpythonTypeNameExt(const TypeEntry* type); QString cpythonCheckFunction(const TypeEntry* type, bool genericNumberType = false, bool checkExact = false); QString cpythonCheckFunction(const AbstractMetaType* metaType, bool genericNumberType = false, bool checkExact = false); QString guessCPythonCheckFunction(const QString& type); @@ -286,6 +287,8 @@ public: bool useReturnValueHeuristic() const; /// Returns true if the user enabled PySide extensions. bool usePySideExtensions() const; + QString cppApiVariableName(const QString& moduleName = QString()) const; + QString getTypeIndexVariableName(const TypeEntry* metaType); protected: bool doSetup(const QMap& args); // verify whether the class is copyable -- cgit v1.2.3