#include <mw/coehelp.h>
class TCoeHelpContext |
Public Attributes | |
---|---|
TCoeContextName | iContext |
TUid | iMajor |
Public Member Functions | |
---|---|
TCoeHelpContext() | |
TCoeHelpContext(TUid, const TDesC &) | |
IMPORT_C TBool | IsNull() |
IMPORT_C TBool | operator!=(const TCoeHelpContext &) |
IMPORT_C TBool | operator==(const 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.
See also: CCoeControl::GetHelpContext()
TCoeContextName | iContext |
The name of the help context. This is the literal descriptor generated from a context string by the context sensitive help compiler.
IMPORT_C | TCoeHelpContext | ( | ) |
Default constructor.
Constructs a default TCoeHelpContext object, identifying a null CS Help file UID and context.
Constructor specifying a Help file and a topic context descriptor.
Parameter | Description |
---|---|
aMajor | The UID of a Help file containing a set of related help topics. |
aContext | The literal descriptor for a particular Help topic. This is generated from a context string by the CS Help compiler |
IMPORT_C TBool | IsNull | ( | ) | const |
Tests if the TCoeHelpContext is NULL.
Returns: ETrue if the object is NULL, EFalse if either the context or Help file UID have been set.
IMPORT_C TBool | operator!= | ( | const TCoeHelpContext & | aContext | ) | const |
Tests for inequality.
Parameter | Description |
---|---|
aContext | The Help context to compare to this object. |
Returns: ETrue if aContext has any different data member values as this object, otherwise EFalse.
IMPORT_C TBool | operator== | ( | const TCoeHelpContext & | aContext | ) | const |
Tests for equality.
Parameter | Description |
---|---|
aContext | The Help context to compare to this object. |
Returns: ETrue if aContext has the same data member values as this object, otherwise EFalse.