Location:
coehelp.h
Link against: cone.lib
TCoeHelpContext
Supported from 5.1
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()
, TCoeHelpContext()
, iContext
, iMajor
, operator!=()
, operator==()
TCoeHelpContext();
Default constructor.
Constructs the default TCoeHelpContext object, identifying a null CS Help file UID and context.
identifying the major grouping of related help topics with aMajor and a particular topic with aContext.
TCoeHelpContext(TUid aMajor,const TCoeContextName& aContext);
Withdrawn in 6.0
Constructor specifying a Help file and a topic context.
Note:
This constructor was replaced with a version taking a
TDesC
after ER5u.
|
TCoeHelpContext(TUid aMajor,const TDesC& aContext);
Supported from 6.0
Constructor specifying a Help file and a topic context descriptor.
|
TBool IsNull() const;
Tests if the TCoeHelpContext
is
NULL.
|
TBool operator!=(const TCoeHelpContext& aContext) const;
Tests for inequality.
|
|
TBool operator==(const TCoeHelpContext& aContext) const;
Tests for equality.
|
|
TCoeContextName iContext
The name of the help context. This is the literal descriptor generated from a context string by the CS Help compiler.
TUid iMajor
The UID of the CS Help file containing the topic information.