TBrCtlSubscribeTo Class Reference

class TBrCtlSubscribeTo
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 &, const TPtrC &, TUint)
TUint CommandID()
const TPtrC &Title()
const TPtrC &Url()
Private Member Functions
TBrCtlSubscribeTo()
Private Attributes
TUint iCommandID
const TPtrCiTitle
const TPtrCiUrl

Constructor & Destructor Documentation

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

TBrCtlSubscribeTo(const TPtrC &aTitle,
const TPtrC &aUrl,
TUintaCommandID
)
Constructor
Since
3.0

Parameters

const TPtrC & aTitle
const TPtrC & aUrl
TUint aCommandIDThe menu command Id to use when the user selects it.

TBrCtlSubscribeTo()

TBrCtlSubscribeTo()[private]
Default constructor
Since
3.0

Member Functions Documentation

CommandID()

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

Title()

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

Url()

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

Member Data Documentation

TUint iCommandID

TUint iCommandID[private]

const TPtrC iTitle

const TPtrCiTitle[private]

const TPtrC iUrl

const TPtrCiUrl[private]