summaryrefslogtreecommitdiffstats
path: root/src/definition.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/definition.h')
-rw-r--r--src/definition.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/definition.h b/src/definition.h
index 94d1edc..8c6bda3 100644
--- a/src/definition.h
+++ b/src/definition.h
@@ -116,6 +116,9 @@ class Definition : public DefinitionIntf, public LockableObj
/*! Returns the name of the definition */
const QCString& name() const { return m_name; }
+ /*! Returns the name of the definition as it appears in the output */
+ virtual QCString displayName() const = 0;
+
/*! Returns the local name without any scope qualifiers. */
QCString localName() const;
@@ -323,9 +326,9 @@ class Definition : public DefinitionIntf, public LockableObj
* the Doxygen::tagFile stream.
*/
void writeDocAnchorsToTagFile();
+ void setLocalName(const QCString name);
protected:
- void setLocalName(const QCString name);
virtual void flushToDisk() const;
virtual void loadFromDisk() const;