Location:
HLPMODEL.H
Link against: hlpmodel.lib
class CHlpItem : public CBase;
Encapsulates an individual item in a help file.
Note that item IDs are assigned in increasing numerical order by the help compiler and are not unique. Categories and help files are however specified by UID, and so are unique.
CBase
- Base class for all classes to be instantiated on the heap
CHlpItem
- Encapsulates an individual item in a help file
Defined in CHlpItem
:
CategoryUid()
, HelpFileUid()
, Id()
, Title()
, iId
, iTitle
, ~CHlpItem()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
inline TUid CategoryUid() const;
Gets the item's category ID.
|
inline TUid HelpFileUid() const;
Gets the item's help file UID.
|
inline const TDesC &Title() const;
Gets the item's title.
|
TUint32 iId;
Item's ID