|
Public Member Functions |
| virtual IMPORT_C | ~CApListItem () |
| | Destructor.
|
| IMPORT_C void | CopyFromL (const CApListItem &aCopyFrom) |
| | Copies the data from another CApListItem Substitutes the "Assignment operator.".
|
| IMPORT_C void | SetItemL (TCommsDbIspType aIspType, TUint32 aUid, const TDesC &aName, TApBearerType aBearerType) |
| | NOTE: This function is deprecated, use the one with the additional aStartPage parameter below.
|
| IMPORT_C void | SetItemL (TCommsDbIspType aIspType, TUint32 aUid, const TDesC &aName, TApBearerType aBearerType, const TDesC &aStartpage) |
| | Sets item values of the access point.
|
| IMPORT_C const TDesC & | Name () |
| | Gets the name of the 'current' access point Ownership of the returned text is not passed.
|
| IMPORT_C TUint32 | Uid () |
| | Gets the UID of the current access point.
|
| IMPORT_C TCommsDbIspType | Type () |
| | Gets the ISP-type of the current access point.
|
| IMPORT_C TApBearerType | BearerType () |
| | Gets the bearer-type of the current access point.
|
| IMPORT_C const TDesC & | StartPage () const |
| | Returns the startpage of the current access point if any, otherwise, an empty string is returned.
|
| IMPORT_C TBool | IsReadOnly () const |
| | Returns whether the access point is read-only or not.
|
| TBool | IsVpnAp () const |
| | Returnes whether the given access point is a VPN ap or not.
|
| void | SetVpnFlag (TBool aIsVpn) |
| | Sets whether the given access point is a VPN ap or not.
|
Static Public Member Functions |
| static IMPORT_C CApListItem * | NewLC () |
| | Two-phased constructor.
|
| static IMPORT_C CApListItem * | NewLC (TCommsDbIspType aIspType, TUint32 aUid, const TDesC &aName, TApBearerType aBearerType) |
| | NOTE: This function is deprecated, use the one with the additional aStartPage parameter below.
|
| static IMPORT_C CApListItem * | NewLC (TCommsDbIspType aIspType, TUint32 aUid, const TDesC &aName, TApBearerType aBearerType, const TDesC &aStartPage, TBool aReadOnly=ETrue) |
| | Two-phased constructor.
|
| static IMPORT_C CApListItem * | NewLC (CApListItem *aItem) |
| | Two-phased constructor.
|
Protected Member Functions |
| IMPORT_C | CApListItem () |
| | C++ default constructor.
|
| IMPORT_C void | ConstructL (TCommsDbIspType aIspType, TUint32 aUid, const TDesC &aName, TApBearerType aBearerType) |
| | NOTE: This function is deprecated, use the one with the additional aStartPage parameter below.
|
| IMPORT_C void | ConstructL (TCommsDbIspType aIspType, TUint32 aUid, const TDesC &aName, TApBearerType aBearerType, const TDesC &aStartPage) |
| | Second-phase constructor.
|
| IMPORT_C void | ConstructL () |
| | Second-phase constructor.
|
| void | CreateExtraL () |
| | Construct the extra data.
|
Friends |
| class | CApSelect |
| class | TApListItemUidKey |