summaryrefslogtreecommitdiffstats
path: root/src/classdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/classdef.h')
-rw-r--r--src/classdef.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/classdef.h b/src/classdef.h
index fcb8d4c..a3f4ad1 100644
--- a/src/classdef.h
+++ b/src/classdef.h
@@ -265,10 +265,12 @@ class ClassDef : public Definition
bool isUsedOnly() const;
QCString anchor() const;
- bool isEmbeddedInGroupDocs() const;
+ bool isEmbeddedInOuterScope() const;
SrcLangExt getLanguage() const;
+ bool isSimple() const;
+
//-----------------------------------------------------------------------------------
// --- setters ----
//-----------------------------------------------------------------------------------
@@ -345,6 +347,7 @@ class ClassDef : public Definition
void writeMemberDeclarations(OutputList &ol,MemberList::ListType lt,const QCString &title,
const char *subTitle=0,bool showInline=FALSE);
void writeMemberDocumentation(OutputList &ol,MemberList::ListType lt,const QCString &title,bool showInline=FALSE);
+ void writeSimpleMemberDocumentation(OutputList &ol,MemberList::ListType lt);
void writePlainMemberDeclaration(OutputList &ol,MemberList::ListType lt,bool inGroup);
void writeBriefDescription(OutputList &ol,bool exampleFlag);
void writeDetailedDescription(OutputList &ol,const QCString &pageType,bool exampleFlag,
@@ -355,6 +358,7 @@ class ClassDef : public Definition
void writeCollaborationGraph(OutputList &ol);
void writeMemberGroups(OutputList &ol,bool showInline=FALSE);
void writeNestedClasses(OutputList &ol,const QCString &title);
+ void writeInlineClasses(OutputList &ol);
void startMemberDeclarations(OutputList &ol);
void endMemberDeclarations(OutputList &ol);
void startMemberDocumentation(OutputList &ol);