S60 3rd Edition API Reference: TBrCtlSubscribeTo Class Reference

TBrCtlSubscribeTo Class Reference

API published in: S60 2nd Ed FP 3

Link against: browserengine.lib


#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:

Copyright © Nokia Corporation 2001-2007
Back to top