Orb/Doxygen/src/namespacedef.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.
   100     void writeNamespaceDeclarations(OutputList &ol,const QCString &title);
   100     void writeNamespaceDeclarations(OutputList &ol,const QCString &title);
   101     void writeMemberGroups(OutputList &ol);
   101     void writeMemberGroups(OutputList &ol);
   102     void writeAuthorSection(OutputList &ol);
   102     void writeAuthorSection(OutputList &ol);
   103     void startMemberDocumentation(OutputList &ol);
   103     void startMemberDocumentation(OutputList &ol);
   104     void endMemberDocumentation(OutputList &ol);
   104     void endMemberDocumentation(OutputList &ol);
       
   105     void writeSummaryLinks(OutputList &ol);
   105 
   106 
   106     QCString              fileName;
   107     QCString              fileName;
   107     QStrList              files;
   108     QStrList              files;
   108 
   109 
   109     NamespaceSDict       *usingDirList;
   110     NamespaceSDict       *usingDirList;
   154       return stricmp(((NamespaceDef *)item1)->name(),
   155       return stricmp(((NamespaceDef *)item1)->name(),
   155                     ((NamespaceDef *)item2)->name()
   156                     ((NamespaceDef *)item2)->name()
   156                    );
   157                    );
   157     }
   158     }
   158     void writeDeclaration(OutputList &ol,const char *title,bool localName=FALSE);
   159     void writeDeclaration(OutputList &ol,const char *title,bool localName=FALSE);
       
   160     bool declVisible() const;
   159 };
   161 };
   160 
   162 
   161 
   163 
   162 
   164 
   163 #endif
   165 #endif