summaryrefslogtreecommitdiffstats
path: root/src/classdef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-11-17 15:02:52 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2018-11-17 15:02:52 (GMT)
commit8ff99363c2f6b3226fe5b57f38ae1d4805dca22c (patch)
tree61f48ffd1ddae2b718ecbb5cd393bf2c985ccd83 /src/classdef.h
parent6d0cd13b0afabaea9dfbe0a9e354b9e278bc15de (diff)
parent9d35bd4f5865a63f3daacc8d4ab613fb4743bb72 (diff)
downloadDoxygen-8ff99363c2f6b3226fe5b57f38ae1d4805dca22c.zip
Doxygen-8ff99363c2f6b3226fe5b57f38ae1d4805dca22c.tar.gz
Doxygen-8ff99363c2f6b3226fe5b57f38ae1d4805dca22c.tar.bz2
Merge branch 'master' of https://github.com/zeroc-ice/doxygen into zeroc-ice-master
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 ----
//-----------------------------------------------------------------------------------