|
Doxygen
|
#include "definition.h"Go to the source code of this file.
Classes | |
| class | PageDef |
| A model of a page symbol. More... | |
| class | PageLinkedMap |
| class | PageLinkedRefMap |
Functions | |
| std::unique_ptr< PageDef > | createPageDef (const QCString &f, int l, const QCString &n, const QCString &d, const QCString &t) |
| PageDef * | toPageDef (Definition *d) |
| const PageDef * | toPageDef (const Definition *d) |
| std::unique_ptr< PageDef > createPageDef | ( | const QCString & | f, |
| int | l, | ||
| const QCString & | n, | ||
| const QCString & | d, | ||
| const QCString & | t ) |
Definition at line 80 of file pagedef.cpp.
Referenced by addRelatedPage(), PageDef::addSectionsToIndex(), buildExampleList(), and findMainPage().
| const PageDef * toPageDef | ( | const Definition * | d | ) |
Definition at line 486 of file pagedef.cpp.
| PageDef * toPageDef | ( | Definition * | d | ) |
Definition at line 481 of file pagedef.cpp.
Referenced by PageDefImpl::addInnerCompound(), PageDef::addSectionsToIndex(), SearchTerm::makeTitle(), DefinitionImpl::navigationPathAsString(), DefinitionImpl::pathFragment(), SearchIndex::setCurrentDoc(), SearchIndexExternal::setCurrentDoc(), validatingParseDoc(), and writeJavasScriptSearchDataPage().