|
Doxygen
|
A usage relation between two directories. More...
#include <src/dirdef.h>
Public Member Functions | |
| DirRelation (const QCString &name, const DirDef *src, UsedDir *dst) | |
| const DirDef * | source () const |
| UsedDir * | destination () const |
| void | writeDocumentation (OutputList &ol) |
| QCString | getOutputFileBase () const |
Private Attributes | |
| QCString | m_name |
| const DirDef * | m_src |
| UsedDir * | m_dst |
|
inline |
|
inline |
|
inline |
| void DirRelation::writeDocumentation | ( | OutputList & | ol | ) |
Definition at line 983 of file dirdef.cpp.
References AUTO_TRACE, Config_getBool, OutputList::disableAllBut(), OutputList::endContents(), endFileWithNavPath(), OutputList::endQuickIndices(), getOutputFileBase(), Html, m_dst, m_src, None, OutputList::parseText(), OutputList::popGeneratorState(), OutputList::pushGeneratorState(), OutputList::startContents(), startFile(), theTranslator, writePartialFilePath(), and OutputList::writeString().
|
private |
Definition at line 170 of file dirdef.h.
Referenced by destination(), DirRelation(), and writeDocumentation().
|
private |
Definition at line 168 of file dirdef.h.
Referenced by DirRelation(), and getOutputFileBase().
|
private |
Definition at line 169 of file dirdef.h.
Referenced by DirRelation(), source(), and writeDocumentation().