aboutsummaryrefslogtreecommitdiffstats
path: root/headergenerator.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-02-12 18:18:50 -0200
committerHugo Lima <hugo.lima@openbossa.org>2010-02-12 18:35:24 -0200
commit21151a2f4dc03ef6d62efcfb4a0f1f9d3dcb5183 (patch)
tree07c45ee29ccf4a2bfb216c00611f2369887c00ca /headergenerator.h
parentfa5740279daa22be3c424c8fab4468447b3cbcaf (diff)
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 <marcelo.lira@openbossa.org>
Diffstat (limited to 'headergenerator.h')
-rw-r--r--headergenerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/headergenerator.h b/headergenerator.h
index ad1e3bd97..67791999c 100644
--- a/headergenerator.h
+++ b/headergenerator.h
@@ -47,6 +47,9 @@ private:
void writeSbkTypeFunction(QTextStream& s, const AbstractMetaEnum* cppEnum);
void writeSbkTypeFunction(QTextStream& s, const AbstractMetaClass* cppClass);
void writeSbkCopyCppObjectFunction(QTextStream& s, const AbstractMetaClass* metaClass);
+ void writeTypeIndexDefineLine(QTextStream& s, const TypeEntry* typeEntry, int& idx);
+ void writeTypeIndexDefine(QTextStream& s, const AbstractMetaClass* metaClass, int& idx);
+
};
#endif // HEADERGENERATOR_H