TBrCtlWmlServiceOption Class Reference
API published in: S60 2nd Ed FP 3
Link against: browserengine.lib
Capability Information
Required Capabilities
None
Exceptions
NetworkServices capability is required for any operation that results in loading content from the network. For example, calling LoadUrlL() with a url parameter that refers to a network location requires NetworkServices capability if the content is not available from the cache or if the specified cache mode prevents loading the cached version.
#include <brctlinterface.h>
Detailed Description
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>
@file BrCtlInterface.h
*
|
Public Member Functions |
| TBrCtlWmlServiceOption (HBufC *aText, TUint aElemID, TUint aActualElemID) |
| Constructor.
|
const TDesC & | Text () |
| Displays the text for the WML service options.
|
TUint | ElemID () |
| Gets the command ID to use when the user selects this command.
|
TUint | ActualElemID () |
| Gets the actual element ID defined in the WML page.
|
| ~TBrCtlWmlServiceOption () |
| Destructor.
|
Constructor & Destructor Documentation
TBrCtlWmlServiceOption::TBrCtlWmlServiceOption | ( | HBufC * | aText, | | | TUint | aElemID, | | | TUint | aActualElemID | | ) | |
|
|
Constructor.
- Parameters:
-
| aText | The text to display in the WML service options | | aElemID | The element Id to use when the user selects this command | | aActualElemID | Internal to the Browser Control. The host application should not modify this parameter. |
|
TBrCtlWmlServiceOption::~TBrCtlWmlServiceOption | ( | | ) | |
|
Member Function Documentation
TUint TBrCtlWmlServiceOption::ActualElemID | ( | | ) | [inline] |
|
|
Gets the actual element ID defined in the WML page.
- Returns:
- Actual element ID
- Attention:
- This parameter is internal to the Browser Control. The host application should not modify this parameter.
|
TUint TBrCtlWmlServiceOption::ElemID | ( | | ) | [inline] |
|
|
Gets the command ID to use when the user selects this command.
- Returns:
- Element ID employed when the user selects this command
|
const TDesC& TBrCtlWmlServiceOption::Text | ( | | ) | [inline] |
|
|
Displays the text for the WML service options.
- Returns:
- Text to display for the WML service options
|
The documentation for this class was generated from the following file: