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. |
262 static void writeLink(const MemberDef* mdef,OutputList &ol); |
262 static void writeLink(const MemberDef* mdef,OutputList &ol); |
263 static void adjustMemberName(QCString& nn); |
263 static void adjustMemberName(QCString& nn); |
264 static bool membersHaveSpecificType(MemberList *ml,int type); |
264 static bool membersHaveSpecificType(MemberList *ml,int type); |
265 static void startFonts(const QCString& q, const char *keyword,OutputList& ol); |
265 static void startFonts(const QCString& q, const char *keyword,OutputList& ol); |
266 static bool isNumber(const QCString& s); |
266 static bool isNumber(const QCString& s); |
267 |
267 static QCString getProtectionName(int prot); |
268 private: |
268 private: |
269 static void getFuncParams(QList<Argument>&, const char* str); |
269 static void getFuncParams(QList<Argument>&, const char* str); |
270 static bool compareArgList(ArgumentList*,ArgumentList*); |
270 static bool compareArgList(ArgumentList*,ArgumentList*); |
271 static void writeVhdlLink(const ClassDef* cdd ,OutputList& ol,QCString& type,QCString& name,QCString& beh); |
271 static void writeVhdlLink(const ClassDef* cdd ,OutputList& ol,QCString& type,QCString& name,QCString& beh); |
272 static void findAllArchitectures(QList<QCString>& ql,const ClassDef *cd); |
272 static void findAllArchitectures(QList<QCString>& ql,const ClassDef *cd); |