equal
deleted
inserted
replaced
258 |
258 |
259 ClassDef *getVariableInstance(const char *templSpec); |
259 ClassDef *getVariableInstance(const char *templSpec); |
260 |
260 |
261 bool isUsedOnly() const; |
261 bool isUsedOnly() const; |
262 |
262 |
|
263 bool hasFunction(const QCString &theDef, Protection prot); |
263 //----------------------------------------------------------------------------------- |
264 //----------------------------------------------------------------------------------- |
264 // --- setters ---- |
265 // --- setters ---- |
265 //----------------------------------------------------------------------------------- |
266 //----------------------------------------------------------------------------------- |
266 |
267 |
267 void insertBaseClass(ClassDef *,const char *name,Protection p,Specifier s,const char *t=0); |
268 void insertBaseClass(ClassDef *,const char *name,Protection p,Specifier s,const char *t=0); |
318 protected: |
319 protected: |
319 void addUsedInterfaceClasses(MemberDef *md,const char *typeStr); |
320 void addUsedInterfaceClasses(MemberDef *md,const char *typeStr); |
320 bool hasExamples(); |
321 bool hasExamples(); |
321 bool hasNonReferenceSuperClass(); |
322 bool hasNonReferenceSuperClass(); |
322 void showUsedFiles(OutputList &ol); |
323 void showUsedFiles(OutputList &ol); |
|
324 bool hasFunction(MemberList::ListType lt, const QCString &theDef); |
323 |
325 |
324 private: |
326 private: |
325 void internalInsertMember(MemberDef *md,Protection prot,bool addToAllList); |
327 void internalInsertMember(MemberDef *md,Protection prot,bool addToAllList); |
326 QCString getMemberListFileName() const; |
328 QCString getMemberListFileName() const; |
327 void addMemberToList(MemberList::ListType lt,MemberDef *md,bool isBrief); |
329 void addMemberToList(MemberList::ListType lt,MemberDef *md,bool isBrief); |