Defined in file: hzDissemino.h
This class employes the private sub-class _navitem as follows:-
_navitem
Constructors/Detructors
hdsNavtree* | hdsNavtree | (const hdsNavtree&) | |
hdsNavtree* | hdsNavtree | (void) | |
NULL-BASIS | ~hdsNavtree | (void) |
Public Methods:
hzEcode | AddHead | (const hzString& parent, const hzString& refname, const hzString& title, bool bSlct) | |
hzEcode | AddItem | (const hzString& parent, const hzString& refname, const hzString& title, hdsArticle* pArt, bool bSlct) | |
void | Clear | (void) | |
unsigned int | Count | (void) | |
bool | Exists | (const hzString& refname) | |
hzEcode | ExportArticleSet | (hzChain& Z) | |
hzEcode | ExportDataScript | (hzChain& J) | |
const hdsArticle* | GetItem | (const hzString& refname) | |
const hdsArticle* | GetItem | (unsigned int itemId) | |
hzEcode | _procArticle | (hzChain& Z, const hzString& parent) | |
hzEcode | _procTreeitem | (hzChain& J, const hzString& parent) |
Overloaded operators:
hdsNavtree& | operator= | (const hdsNavtree&) |
Member Variables:
hzArray<hdsArticle*> | m_Articles | No description | |
hzString | m_Groupname | No description | |
hzString | m_Hostpage | No description | |
hzMapS<hzString,hdsNavtree::_navitem> | m_ItemsByName | No description | |
hzMapM<hzString,hzString> | m_ItemsByParent | No description | |
hzEcode(*)(hzHttpEvent*,const hzString&) | m_pFunc | No description |