summaryrefslogtreecommitdiffstats
path: root/src/classdef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-11-17 20:04:10 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-11-29 19:38:18 (GMT)
commit00b7d393215f6b7e08d6b931c6da32e4103c5a36 (patch)
tree205644c673c840a0e3cbfdd612df300d86e3b709 /src/classdef.h
parent727e5e1c179148fdc4123176ac2d9021c33e3eba (diff)
downloadDoxygen-00b7d393215f6b7e08d6b931c6da32e4103c5a36.zip
Doxygen-00b7d393215f6b7e08d6b931c6da32e4103c5a36.tar.gz
Doxygen-00b7d393215f6b7e08d6b931c6da32e4103c5a36.tar.bz2
More context and template additions
Diffstat (limited to 'src/classdef.h')
-rw-r--r--src/classdef.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/classdef.h b/src/classdef.h
index c3ae9f5..eb36383 100644
--- a/src/classdef.h
+++ b/src/classdef.h
@@ -313,6 +313,11 @@ class ClassDef : public Definition
QCString includeStatement() const;
+ const ArgumentList *typeConstraints() const;
+ const ExampleSDict *exampleList() const;
+ bool hasExamples() const;
+ QCString getMemberListFileName() const;
+
//-----------------------------------------------------------------------------------
// --- setters ----
//-----------------------------------------------------------------------------------
@@ -384,7 +389,6 @@ class ClassDef : public Definition
protected:
void addUsedInterfaceClasses(MemberDef *md,const char *typeStr);
- bool hasExamples();
bool hasNonReferenceSuperClass();
void showUsedFiles(OutputList &ol);
@@ -392,7 +396,6 @@ class ClassDef : public Definition
void writeTagFileMarker();
void writeDocumentationContents(OutputList &ol,const QCString &pageTitle);
void internalInsertMember(MemberDef *md,Protection prot,bool addToAllList);
- QCString getMemberListFileName() const;
void addMemberToList(MemberListType lt,MemberDef *md,bool isBrief);
MemberList *createMemberList(MemberListType lt);
void writeInheritedMemberDeclarations(OutputList &ol,MemberListType lt,int lt2,const QCString &title,ClassDef *inheritedFrom,bool invert,bool showAlways,QPtrDict<void> *visitedClasses);