|
|
|
Location:
HLPMODEL.h
Link against: HLPMODEL.LIB
class CHlpTopic : public CBase
Supported from 6.0
Encapsulates a help topic.
A help topic has text, a title, a category, and paragraph and character formatting.
|
Defined in CHlpTopic:
Category(), CharFormatLayer(), ConstructL(), NewL(), NewLC(), ParaFormatLayer(), RestoreL(), TopicText(), TopicTitle(), iCategory, iGlobalCharFormatLayer, iGlobalParaFormatLayer, iTopicId, iTopicText, iTopicTitle, ~CHlpTopic()
Inherited from CBase:
operator new()
static CHlpTopic* NewL();
Allocates and creates a new help topic object.
|
static CHlpTopic* NewLC();
Allocates and creates a new help topic object, leaving the object on the cleanup stack.
|
void RestoreL(RDbView* aView);
Restores the object from a database view.
This only restores text and markup, not pictures. Help application authors should use CHlpModel::LoadTopicL() instead.
|
inline CParaFormatLayer* ParaFormatLayer() const;
Gets the topic paragraph formatting.
|
inline CCharFormatLayer* CharFormatLayer() const;
Gets the topic character formatting.
|
private: TBuf<KMaxTitleColumn> iTopicTitle;
This member is internal and not intended for use.
private: TBuf<KMaxTitleColumn> iCategory;
This member is internal and not intended for use.
private: CParaFormatLayer* iGlobalParaFormatLayer;
This member is internal and not intended for use.
private: CCharFormatLayer* iGlobalCharFormatLayer;
This member is internal and not intended for use.