TBrCtlSubscribeTo 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 TBrCtlSubscribeTo class provides information of Subscribe to items.
#include <BrCtlInterface.h>
@file BrCtlInterface.h
*
|
Public Member Functions |
| TBrCtlSubscribeTo (const TPtrC &aTitle, const TPtrC &aUrl, TUint aCommandID) |
| Constructor.
|
const TPtrC & | Title () |
| Returns the title.
|
const TPtrC & | Url () |
| Returns the url.
|
TUint | CommandID () |
| Returns the command.
|
Constructor & Destructor Documentation
TBrCtlSubscribeTo::TBrCtlSubscribeTo | ( | const TPtrC & | aTitle, | | | const TPtrC & | aUrl, | | | TUint | aCommandID | | ) | |
|
|
Constructor.
- Parameters:
-
| aText | The text to display in the subscribe to option. aText is adopted. | | aCommandID | The menu command Id to use when the user selects it. |
|
Member Function Documentation
TUint TBrCtlSubscribeTo::CommandID | ( | | ) | [inline] |
|
|
Returns the command.
- Returns:
- The command.
|
const TPtrC& TBrCtlSubscribeTo::Title | ( | | ) | [inline] |
|
|
Returns the title.
- Returns:
- The title.
|
const TPtrC& TBrCtlSubscribeTo::Url | ( | | ) | [inline] |
|
|
Returns the url.
- Returns:
- The url.
|
The documentation for this class was generated from the following file: