summaryrefslogtreecommitdiffstats
path: root/src/rtfdocvisitor.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2016-01-06 14:44:20 (GMT)
committeralbert-github <albert.tests@gmail.com>2016-01-06 14:44:20 (GMT)
commit07521a7f050607609b9d04e8f3c58ed4754c47c3 (patch)
tree3f61635d4a690d2a6823a73bb148925860d8cbfa /src/rtfdocvisitor.h
parent1cfdf7b2e95dc45cba86ddf5f011936586ddfdcf (diff)
downloadDoxygen-07521a7f050607609b9d04e8f3c58ed4754c47c3.zip
Doxygen-07521a7f050607609b9d04e8f3c58ed4754c47c3.tar.gz
Doxygen-07521a7f050607609b9d04e8f3c58ed4754c47c3.tar.bz2
Bug 760086 - Figure title needs to be on separate line in order for it to work
Implemented caption possibility in RTF documentation for the different image formats, including some streamlining of the code.
Diffstat (limited to 'src/rtfdocvisitor.h')
-rw-r--r--src/rtfdocvisitor.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/rtfdocvisitor.h b/src/rtfdocvisitor.h
index 0e759c1..1e927e7 100644
--- a/src/rtfdocvisitor.h
+++ b/src/rtfdocvisitor.h
@@ -152,10 +152,14 @@ class RTFDocVisitor : public DocVisitor
void pushEnabled();
void popEnabled();
- void writeDotFile(const QCString &fileName);
- void writeMscFile(const QCString &fileName);
- void writeDiaFile(const QCString &fileName);
- void writePlantUMLFile(const QCString &fileName);
+ void includePicturePreRTF(const QCString name, const bool isTypeRTF, const bool hasCaption);
+ void includePicturePostRTF(const bool isTypeRTF, const bool hasCaption);
+ void writeDotFile(const QCString &fileName, const bool hasCaption);
+ void writeDotFile(DocDotFile *);
+ void writeMscFile(const QCString &fileName, const bool hasCaption);
+ void writeMscFile(DocMscFile *);
+ void writeDiaFile(DocDiaFile *);
+ void writePlantUMLFile(const QCString &fileName, const bool hasCaption);
//--------------------------------------
// state variables