ISLEman
Public Member Functions | List of all members
EntryNav Class Reference

Wrapper for a node in the Entry tree. More...

#include <entry.h>

Public Member Functions

 EntryNav (EntryNav *parent, Entry *e)
 
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)
 
Entryentry () const
 
int section () const
 
SrcLangExt lang () const
 
const QCStringtype () const
 
const QCStringname () const
 
TagInfotagInfo () const
 
const QList< EntryNav > * children () const
 
EntryNavparent () const
 
FileDeffileDef () const
 

Detailed Description

Wrapper for a node in the Entry tree.

Allows navigating through the Entry tree and load and storing Entry objects persistently to disk.


The documentation for this class was generated from the following files: