TBrCtlSubscribeTo Class Reference

#include <mw/brctlinterface.h>

Link against: browserengine.lib

class TBrCtlSubscribeTo
Public Member Functions
TBrCtlSubscribeTo(const TPtrC &, const TPtrC &, TUint)
TUint CommandID()
const TPtrC &Title()
const TPtrC &Url()

Detailed Description

The TBrCtlSubscribeTo class provides information of Subscribe to items.
  #include <brctlinterface.h>
 @lib BrowserEngine.lib
 @since 2.8
 @file brctlinterface.h
*

Constructor & Destructor Documentation

TBrCtlSubscribeTo ( const TPtrC &, const TPtrC &, TUint )

TBrCtlSubscribeTo(const TPtrC &aTitle,
const TPtrC &aUrl,
TUintaCommandID
)
Constructor
Since
3.0
Parameters
aCommandIDThe menu command Id to use when the user selects it.

Member Function Documentation

CommandID ( )

TUint CommandID()[inline]
Returns the command.
Since
3.0
Return Value
The command.

Title ( )

const TPtrC &Title()[inline]
Returns the title.
Since
3.0
Return Value
The title.

Url ( )

const TPtrC &Url()[inline]
Returns the url.
Since
3.0
Return Value
The url.