aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-12-08 15:54:21 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-12-08 16:01:53 -0300
commit23ade48975d7755c38219c86a141f0a910c3e00e (patch)
tree4b99d53a9bb81430aa9d49d144b23b28293c09ab /shibokengenerator.h
parent459b585c20262c17f7efe0702aa0251bf678cbc6 (diff)
Added convenience method to get the file name for a module's global header.
Reviewed by Hugo Lima <hugo.lima@openbossa.org>
Diffstat (limited to 'shibokengenerator.h')
-rw-r--r--shibokengenerator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shibokengenerator.h b/shibokengenerator.h
index beb88e4c6..f7a79e708 100644
--- a/shibokengenerator.h
+++ b/shibokengenerator.h
@@ -257,6 +257,10 @@ public:
/// Returns the name of the macro used to export symbols
QString getApiExportMacro() const;
+
+ /// Returns the file name for the module global header. If no module name is provided the current will be used.
+ QString getModuleHeaderFileName(QString moduleName = QString()) const;
+
QMap< QString, QString > options() const;
/// Returns true if the user enabled the so called "parent constructor heuristic".