#include <mw/coehelp.h>
Link against: cone.lib
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.
Parameters | |
---|---|
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.
IMPORT_C TBool | operator!= | ( | const TCoeHelpContext & | aContext | ) | const |
Tests for inequality.
Parameters | |
---|---|
aContext | The Help context to compare to this object. |
IMPORT_C TBool | operator== | ( | const TCoeHelpContext & | aContext | ) | const |
Tests for equality.
Parameters | |
---|---|
aContext | The Help context to compare to this object. |