summaryrefslogtreecommitdiffstats
path: root/src/htmlhelp.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-10-01 17:23:42 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-10-01 17:23:42 (GMT)
commit0d0eec1df129221379625a52e5fe8ff6f21f104c (patch)
treeff3e5497c510b749f3d2e73414320758618faa42 /src/htmlhelp.h
parent6778bfcda9c30df98ea011cca3d36705798531b4 (diff)
downloadDoxygen-0d0eec1df129221379625a52e5fe8ff6f21f104c.zip
Doxygen-0d0eec1df129221379625a52e5fe8ff6f21f104c.tar.gz
Doxygen-0d0eec1df129221379625a52e5fe8ff6f21f104c.tar.bz2
Release-1.2.2-20001001
Diffstat (limited to 'src/htmlhelp.h')
-rw-r--r--src/htmlhelp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/htmlhelp.h b/src/htmlhelp.h
index f054735..e6db9c3 100644
--- a/src/htmlhelp.h
+++ b/src/htmlhelp.h
@@ -23,6 +23,7 @@
#include "qtbc.h"
#include <qtextstream.h>
+#include <qstrlist.h>
class QFile;
class HtmlHelpIndex;
@@ -45,12 +46,17 @@ class HtmlHelp
const char *anchor = 0);
void addIndexItem(const char *level1, const char *level2,
const char *ref, const char *anchor);
+ void addIndexFile(const char *name);
+
private:
+ void createProjectFile();
+
HtmlHelp();
QFile *cf,*kf;
QTextStream cts,kts;
HtmlHelpIndex *index;
int dc;
+ QStrList indexFiles;
static HtmlHelp *theInstance;
};