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 TPtrC iTitle
const TPtrC iUrl

Constructor & Destructor Documentation

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

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

Parameters

const TPtrC & aTitle
const TPtrC & aUrl
TUint aCommandID The 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 TPtrC iTitle [private]

const TPtrC iUrl

const TPtrC iUrl [private]