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 79 of file pagedef.cpp.
Referenced by addRelatedPage(), buildExampleList(), and findMainPage().
const PageDef * toPageDef | ( | const Definition * | d | ) |
Definition at line 480 of file pagedef.cpp.
PageDef * toPageDef | ( | Definition * | d | ) |
Definition at line 467 of file pagedef.cpp.
Referenced by PageDefImpl::addInnerCompound(), SearchTerm::makeTitle(), DefinitionImpl::navigationPathAsString(), DefinitionImpl::pathFragment(), SearchIndex::setCurrentDoc(), SearchIndexExternal::setCurrentDoc(), validatingParseDoc(), and writeJavasScriptSearchDataPage().