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, 6 insertions, 0 deletions
diff --git a/src/classdef.h b/src/classdef.h
index 12fcd93..caa2750 100644
--- a/src/classdef.h
+++ b/src/classdef.h
@@ -336,6 +336,10 @@ class ClassDef : public Definition
QCString getMemberListFileName() const;
bool subGrouping() const;
+ bool isInterface() const;
+ bool isStruct() const;
+ bool isException() const;
+ bool isSliceLocal() const;
//-----------------------------------------------------------------------------------
// --- setters ----
@@ -376,6 +380,8 @@ class ClassDef : public Definition
void setTagLessReference(ClassDef *cd);
void setName(const char *name);
+ void setMetaData(const char *md);
+
//-----------------------------------------------------------------------------------
// --- actions ----
//-----------------------------------------------------------------------------------