|
||
class TCoeHelpContext;
Help context.
This class contains the information required to link the control and the appropriate context sensitive help topic. This information includes the UID of the help file and the literal descriptor for the appropriate help topic context.
Defined in TCoeHelpContext
:
IsNull()const
Tests if the TCoeHelpContext is NULL.TCoeHelpContext()
Default constructor.TCoeHelpContext(TUid,const TDesC &)
Constructor specifying a Help file and a topic context descriptor.iContext
The name of the help context. This is the literal descriptor generated from a co...iMajor
The UID of the context sensitive help file containing the topic information. operator!=(const TCoeHelpContext &)const
Tests for inequality.operator==(const TCoeHelpContext &)const
Tests for equality.CCoeControl::GetHelpContext(TCoeHelpContext &)const
Gets the control's help context.IMPORT_C TCoeHelpContext();
Default constructor.
Constructs a default TCoeHelpContext object, identifying a null CS Help file UID and context.
IMPORT_C TCoeHelpContext(TUid aMajor, const TDesC &aContext);
Constructor specifying a Help file and a topic context descriptor.
|
IMPORT_C TBool IsNull() const;
Tests if the TCoeHelpContext is NULL.
|
IMPORT_C TBool operator==(const TCoeHelpContext &aContext) const;
Tests for equality.
|
|
IMPORT_C TBool operator!=(const TCoeHelpContext &aContext) const;
Tests for inequality.
|
|
TUid iMajor;
The UID of the context sensitive help file containing the topic information.
TCoeContextName iContext;
The name of the help context. This is the literal descriptor generated from a context string by the context sensitive help compiler.