#include <entry.h>
Public Member Functions | |
EntryNav (EntryNav *parent, Entry *e) | |
~EntryNav () | |
void | addChild (EntryNav *) |
bool | loadEntry (FileStorage *storage) |
bool | saveEntry (Entry *e, FileStorage *storage) |
void | setEntry (Entry *e) |
void | releaseEntry () |
void | changeSection (int section) |
void | setFileDef (FileDef *fd) |
Entry * | entry () const |
int | section () const |
const QCString & | type () const |
const QCString & | name () const |
TagInfo * | tagInfo () const |
const QList< EntryNav > * | children () const |
EntryNav * | parent () const |
FileDef * | fileDef () const |
Definition at line 408 of file entry.h.
Definition at line 361 of file entry.cpp.
References TagInfo::anchor, TagInfo::fileName, Entry::tagInfo, and TagInfo::tagName.
bool EntryNav::loadEntry | ( | FileStorage * | storage | ) |
Definition at line 404 of file entry.cpp.
References unmarshalEntry().
Referenced by VhdlDocGen::computeVhdlComponentRelations().
bool EntryNav::saveEntry | ( | Entry * | e, | |
FileStorage * | storage | |||
) |
void EntryNav::setEntry | ( | Entry * | e | ) |
void EntryNav::releaseEntry | ( | ) |
Definition at line 445 of file entry.cpp.
Referenced by VhdlDocGen::computeVhdlComponentRelations().
Entry* EntryNav::entry | ( | ) | const [inline] |
Definition at line 421 of file entry.h.
Referenced by VhdlDocGen::addFuncDoc(), VhdlDocGen::computeVhdlComponentRelations(), and VhdlDocGen::writeDoc().
int EntryNav::section | ( | ) | const [inline] |
const QCString& EntryNav::name | ( | ) | const [inline] |
Definition at line 424 of file entry.h.
Referenced by VhdlDocGen::computeVhdlComponentRelations(), and printNavTree().
FileDef* EntryNav::fileDef | ( | ) | const [inline] |