diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2005-05-08 21:32:24 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2005-05-08 21:32:24 (GMT) |
commit | 5bd970b12ec39636593453d12e5b64bd935bbf38 (patch) | |
tree | c4bbe961812e7008b9e85fd820596290c043c0f6 /src/pagedef.h | |
parent | 4a8c2f5c896a1883a0611d972952a68498002ae5 (diff) | |
download | Doxygen-5bd970b12ec39636593453d12e5b64bd935bbf38.zip Doxygen-5bd970b12ec39636593453d12e5b64bd935bbf38.tar.gz Doxygen-5bd970b12ec39636593453d12e5b64bd935bbf38.tar.bz2 |
Release-1.4.2-20050508
Diffstat (limited to 'src/pagedef.h')
-rw-r--r-- | src/pagedef.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pagedef.h b/src/pagedef.h index 1425dfd..d63eb33 100644 --- a/src/pagedef.h +++ b/src/pagedef.h @@ -46,6 +46,9 @@ class PageDef : public Definition PageSDict * getSubPages() const { return subPageDict; } void setFileName(const char *name) { m_fileName = name; } void addInnerCompound(Definition *d); + bool visibleInIndex() const; + bool documentedPage() const; + bool hasSubPages() const; private: QCString m_fileName; |