TBrCtlSubscribeTo Class Reference
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>
@lib BrowserEngine.lib
@since 2.8
@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.
- Since:
- 3.0
- 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.
- Since:
- 3.0
- Returns:
- The command.
|
const TPtrC& TBrCtlSubscribeTo::Title |
( |
|
) |
[inline] |
|
|
Returns the title.
- Since:
- 3.0
- Returns:
- The title.
|
const TPtrC& TBrCtlSubscribeTo::Url |
( |
|
) |
[inline] |
|
|
Returns the url.
- Since:
- 3.0
- Returns:
- The url.
|
The documentation for this class was generated from the following file: