The DirRelation
Class Reference
A usage relation between two directories. More...
Declaration
class DirRelation { ... }
Public Constructors Index
| DirRelation (const QCString &name, const DirDef *src, UsedDir *dst) |
|
|
|
Public Member Functions Index
Private Member Attributes Index
Description
A usage relation between two directories.
Definition at line 154 of file dirdef.h.
Public Constructors
DirRelation()
Public Member Functions
destination()
UsedDir * DirRelation::destination () |
|
inline
|
getOutputFileBase()
QCString DirRelation::getOutputFileBase () |
|
inline
|
source()
const DirDef * DirRelation::source () |
|
inline
|
writeDocumentation()
void DirRelation::writeDocumentation (OutputList & ol) |
|
Declaration at line 161 of file dirdef.h, definition at line 942 of file dirdef.cpp.
943{
947
949 (m_src->shortName()+" → "+m_dst->dir()->shortName()));
951 (m_src->displayName()+" -> "+m_dst->dir()->shortName()));
955
956 if (!generateTreeView)
957 {
958
959 m_src->writeNavigationPath(ol);
961 }
963
974
975 for (const auto &fp : m_dst->filePairs())
976 {
985 }
987
989
991
993}
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 Member Attributes
m_dst
UsedDir* DirRelation::m_dst |
|
m_name
QCString DirRelation::m_name |
|
m_src
const DirDef* DirRelation::m_src |
|
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.