TBrCtlWmlServiceOption Class Reference

class TBrCtlWmlServiceOption
The TBrCtlWmlServiceOption class wraps information about the WML DO elements. For more information about the DO tag, see http://www.w3schools.com/wap/tag_do.asp.
        #include <brctlinterface.h>
 @lib BrowserEngine.lib
 @since 2.8
 @file brctlinterface.h
       
*

Constructor & Destructor Documentation

TBrCtlWmlServiceOption(HBufC *, TUint, TUint)

TBrCtlWmlServiceOption ( HBufC * aText,
TUint aElemID,
TUint aActualElemID
)
Constructor
Since
2.8

Parameters

HBufC * aText The text to display in the WML service options
TUint aElemID The element Id to use when the user selects this command
TUint aActualElemID Internal to the Browser Control. The host application should not modify this parameter.

TBrCtlWmlServiceOption()

TBrCtlWmlServiceOption ( ) [private, inline]
Default constructor
Since
2.8

~TBrCtlWmlServiceOption()

~TBrCtlWmlServiceOption ( )

Destructor.

Member Functions Documentation

ActualElemID()

TUint ActualElemID ( ) [inline]
Gets the actual element ID defined in the WML page.
Since
2.8
Attention:

This parameter is internal to the Browser Control. The host application should not modify this parameter.

ElemID()

TUint ElemID ( ) [inline]
Gets the command ID to use when the user selects this command
Since
2.8

Text()

const TDesC & Text ( ) [inline]
Displays the text for the WML service options
Since
2.8

Member Data Documentation

TUint iActualElemID

TUint iActualElemID [private]

TUint iElemID

TUint iElemID [private]

HBufC * iText

HBufC * iText [private]