TCoeHelpContext Class Reference

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.

CCoeControl::GetHelpContext()

Public Member Functions
TCoeHelpContext()
TCoeHelpContext(TUid, const TDesC &)
IMPORT_C TBoolIsNull()
IMPORT_C TBooloperator!=(const TCoeHelpContext &)
IMPORT_C TBooloperator==(const TCoeHelpContext &)
Public Attributes
TCoeContextName iContext
TUid iMajor
Private Attributes
TInt iTCoeHelpContext_Reserved1

Constructor & Destructor Documentation

TCoeHelpContext()

IMPORT_CTCoeHelpContext()

TCoeHelpContext(TUid, const TDesC &)

IMPORT_CTCoeHelpContext(TUidaMajor,
const TDesC &aContext
)

Parameters

TUid aMajor
const TDesC & aContext

Member Functions Documentation

IsNull()

IMPORT_C TBoolIsNull()const

operator!=(const TCoeHelpContext &)

IMPORT_C TBooloperator!=(const TCoeHelpContext &aContext)const

Parameters

const TCoeHelpContext & aContext

operator==(const TCoeHelpContext &)

IMPORT_C TBooloperator==(const TCoeHelpContext &aContext)const

Parameters

const TCoeHelpContext & aContext

Member Data Documentation

TCoeContextName iContext

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

TUid iMajor

The UID of the context sensitive help file containing the topic information.

TInt iTCoeHelpContext_Reserved1

TInt iTCoeHelpContext_Reserved1[private]