|
|
|
|
Location:
HLPMODEL.H
Link against: hlpmodel.lib
class CHlpTopic : public CBase;
Encapsulates a help topic.
A help topic has text, a title, a category, and paragraph and character formatting.
CBase - Base class for all classes to be instantiated on the heap
CHlpTopic - Encapsulates a help topic
Defined in CHlpTopic:
Category(), CharFormatLayer(), NewL(), NewLC(), ParaFormatLayer(), RestoreL(), TopicText(), TopicTitle(), ~CHlpTopic()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
static IMPORT_C CHlpTopic *NewL();
Allocates and creates a new help topic object.
|
static IMPORT_C CHlpTopic *NewLC();
Allocates and creates a new help topic object, leaving the object on the cleanup stack.
|
IMPORT_C 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.
|
IMPORT_C CRichText *TopicText();
Gets the topic text.
|
IMPORT_C TDesC &Category();
Gets the topic category.
|
inline CParaFormatLayer *ParaFormatLayer() const;
Gets the topic paragraph formatting.
|
inline CCharFormatLayer *CharFormatLayer() const;
Gets the topic character formatting.
|