Location:
coehelp.h
Link against: cone.lib
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()
, TCoeHelpContext()
, TCoeHelpContext()
, iContext
, iMajor
, operator!=()
, operator==()
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.