summaryrefslogtreecommitdiffstats
path: root/src/latexdocvisitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/latexdocvisitor.h')
-rw-r--r--src/latexdocvisitor.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/latexdocvisitor.h b/src/latexdocvisitor.h
index 13217cf..4073b7f 100644
--- a/src/latexdocvisitor.h
+++ b/src/latexdocvisitor.h
@@ -110,6 +110,8 @@ class LatexDocVisitor : public DocVisitor
void visitPost(DocDotFile *);
void visitPre(DocMscFile *);
void visitPost(DocMscFile *);
+ void visitPre(DocDiaFile *);
+ void visitPost(DocDiaFile *);
void visitPre(DocLink *lnk);
void visitPost(DocLink *);
void visitPre(DocRef *ref);
@@ -170,6 +172,11 @@ class LatexDocVisitor : public DocVisitor
void endMscFile(bool hasCaption);
void writeMscFile(const QCString &fileName);
+ void startDiaFile(const QCString &fileName,const QCString &width,
+ const QCString &height, bool hasCaption);
+ void endDiaFile(bool hasCaption);
+ void writeDiaFile(const QCString &fileName);
+
void pushEnabled();
void popEnabled();