diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-06-28 20:54:56 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-08-02 12:36:45 (GMT) |
commit | 2d35b9a7c0fe70fa894dc266dd0b5ddd54d4014e (patch) | |
tree | 7d8bd9213d79b6918a0442818bbcf45b27ed8fa1 /src/memberdef.h | |
parent | b850eb45e80b348cbe8629c354350b051f7ef2ec (diff) | |
download | Doxygen-2d35b9a7c0fe70fa894dc266dd0b5ddd54d4014e.zip Doxygen-2d35b9a7c0fe70fa894dc266dd0b5ddd54d4014e.tar.gz Doxygen-2d35b9a7c0fe70fa894dc266dd0b5ddd54d4014e.tar.bz2 |
Added lists for indices to template context
Diffstat (limited to 'src/memberdef.h')
-rw-r--r-- | src/memberdef.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/memberdef.h b/src/memberdef.h index b3c671f..4f6028a 100644 --- a/src/memberdef.h +++ b/src/memberdef.h @@ -177,6 +177,12 @@ class MemberDef : public Definition bool showInCallGraph() const; bool isStrongEnumValue() const; + // derived getters + bool isFriendToHide() const; + bool isNotFriend() const; + bool isFunctionOrSignalSlot() const; + bool isRelatedOrFriend() const; + // output info bool isLinkableInProject() const; bool isLinkable() const; |