Orb/Doxygen/src/index.h
changeset 4 468f4c8d3d5b
parent 0 42188c7ea2d9
equal deleted inserted replaced
3:d8fccb2cd802 4:468f4c8d3d5b
     1 /******************************************************************************
     1 /******************************************************************************
     2  *
     2  *
     3  * 
     3  * 
     4  *
     4  *
     5  * Copyright (C) 1997-2008 by Dimitri van Heesch.
     5  * Copyright (C) 1997-2010 by Dimitri van Heesch.
     6  *
     6  *
     7  * Permission to use, copy, modify, and distribute this software and its
     7  * Permission to use, copy, modify, and distribute this software and its
     8  * documentation under the terms of the GNU General Public License is hereby 
     8  * documentation under the terms of the GNU General Public License is hereby 
     9  * granted. No representations are made about the suitability of this software 
     9  * granted. No representations are made about the suitability of this software 
    10  * for any purpose. It is provided "as is" without express or implied warranty.
    10  * for any purpose. It is provided "as is" without express or implied warranty.
   250 extern int documentedNamespaceMembers[NMHL_Total];
   250 extern int documentedNamespaceMembers[NMHL_Total];
   251 extern int documentedHtmlFiles;
   251 extern int documentedHtmlFiles;
   252 extern int documentedPages;
   252 extern int documentedPages;
   253 extern int documentedDirs;
   253 extern int documentedDirs;
   254 
   254 
   255 void startTitle(OutputList &ol,const char *fileName);
   255 void startTitle(OutputList &ol,const char *fileName,Definition *def=0);
   256 void endTitle(OutputList &ol,const char *fileName,const char *name);
   256 void endTitle(OutputList &ol,const char *fileName,const char *name);
   257 void startFile(OutputList &ol,const char *name,const char *manName,
   257 void startFile(OutputList &ol,const char *name,const char *manName,
   258                const char *title,HighlightedItem hli=HLI_None,
   258                const char *title,HighlightedItem hli=HLI_None,
   259                bool additionalIndices=FALSE);
   259                bool additionalIndices=FALSE);
   260 void endFile(OutputList &ol,bool external=FALSE);
   260 void endFile(OutputList &ol,bool external=FALSE);
   267 void addNamespaceMemberNameToIndex(MemberDef *md);
   267 void addNamespaceMemberNameToIndex(MemberDef *md);
   268 
   268 
   269 // search engine
   269 // search engine
   270 void writeJavascriptSearchIndex();
   270 void writeJavascriptSearchIndex();
   271 void writeSearchCategories(QTextStream &t);
   271 void writeSearchCategories(QTextStream &t);
   272 void writeSearchStyleSheet();
       
   273 
   272 
   274 #endif
   273 #endif