diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-09-15 19:55:15 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-09-15 19:55:15 (GMT) |
commit | 1c72ffcbe310e13d7dda73fa78d6ea4f93636c3e (patch) | |
tree | 80bc5b8e1fe89bbf6bd2fbbf2c640eb73313f626 /src/rtfdocvisitor.h | |
parent | 228f1d8a76b93c592888a9c454ecf93983f1e4e3 (diff) | |
download | Doxygen-1c72ffcbe310e13d7dda73fa78d6ea4f93636c3e.zip Doxygen-1c72ffcbe310e13d7dda73fa78d6ea4f93636c3e.tar.gz Doxygen-1c72ffcbe310e13d7dda73fa78d6ea4f93636c3e.tar.bz2 |
Release-1.2.17-20020915
Diffstat (limited to 'src/rtfdocvisitor.h')
-rw-r--r-- | src/rtfdocvisitor.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/rtfdocvisitor.h b/src/rtfdocvisitor.h index 842cc84..0f7649a 100644 --- a/src/rtfdocvisitor.h +++ b/src/rtfdocvisitor.h @@ -48,6 +48,7 @@ class RTFDocVisitor : public DocVisitor void visit(DocInclude *); void visit(DocIncOperator *); void visit(DocFormula *); + void visit(DocIndexEntry *); //-------------------------------------- // visitor functions for compound nodes @@ -91,8 +92,6 @@ class RTFDocVisitor : public DocVisitor void visitPost(DocHtmlRow *) ; void visitPre(DocHtmlCell *); void visitPost(DocHtmlCell *); - void visitPre(DocIndexEntry *); - void visitPost(DocIndexEntry *); void visitPre(DocInternal *); void visitPost(DocInternal *); void visitPre(DocHRef *); @@ -135,6 +134,8 @@ class RTFDocVisitor : public DocVisitor const QCString &anchor); void endLink(const QCString &ref); QCString getStyle(const char *name); + void incIndentLevel(); + void decIndentLevel(); //-------------------------------------- // state variables |