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.
Public Member Functions | |
---|---|
TCoeHelpContext () | |
TCoeHelpContext ( TUid , const TDesC &) | |
IMPORT_C TBool | IsNull () |
IMPORT_C TBool | operator!= (const TCoeHelpContext &) |
IMPORT_C TBool | operator== (const TCoeHelpContext &) |
Public Attributes | |
---|---|
TCoeContextName | iContext |
TUid | iMajor |
Private Attributes | |
---|---|
TInt | iTCoeHelpContext_Reserved1 |
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 | operator!= | ( | const TCoeHelpContext & | aContext | ) | const |
Tests for inequality.
const TCoeHelpContext & aContext | The Help context to compare to this object. |
IMPORT_C TBool | operator== | ( | const TCoeHelpContext & | aContext | ) | const |
Tests for equality.
const TCoeHelpContext & aContext | The Help context to compare to this object. |
TCoeContextName | iContext |
The name of the help context. This is the literal descriptor generated from a context string by the context sensitive help compiler.
TUid | iMajor |
The UID of the context sensitive help file containing the topic information.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.