class CNcdPurchaseInstallInfo : public CBase |
A default implementation for the MNcdPurchaseInstallInfo interface.
ncdutils_20019119.dll
Public Member Functions | |
---|---|
~CNcdPurchaseInstallInfo () | |
IMPORT_C TUid | ApplicationUid () |
IMPORT_C const TDesC & | ApplicationVersion () |
IMPORT_C void | ExternalizeL ( RWriteStream &) |
IMPORT_C const TDesC & | Filename () |
IMPORT_C void | InternalizeL ( RReadStream &) |
IMPORT_C CNcdPurchaseInstallInfo * | NewL () |
IMPORT_C CNcdPurchaseInstallInfo * | NewL (const MNcdPurchaseInstallInfo &) |
IMPORT_C CNcdPurchaseInstallInfo * | NewLC () |
IMPORT_C CNcdPurchaseInstallInfo * | NewLC (const MNcdPurchaseInstallInfo &) |
IMPORT_C void | SetApplicationUid (const TUid ) |
IMPORT_C void | SetApplicationVersionL (const TDesC &) |
IMPORT_C void | SetFilenameL (const TDesC &) |
IMPORT_C void | SetThemeNameL (const TDesC &) |
IMPORT_C const TDesC & | ThemeName () |
Protected Member Functions | |
---|---|
CNcdPurchaseInstallInfo () | |
IMPORT_C void | BaseConstructL () |
IMPORT_C void | BaseConstructL (const MNcdPurchaseInstallInfo &) |
Private Attributes | |
---|---|
TUid | iApplicationUid |
HBufC * | iApplicationVersion |
HBufC * | iFilename |
HBufC * | iThemeName |
IMPORT_C TUid | ApplicationUid | ( | ) | const |
Get application UID of installed application.
IMPORT_C const TDesC & | ApplicationVersion | ( | ) | const |
Get application version of installed application.
IMPORT_C void | BaseConstructL | ( | const MNcdPurchaseInstallInfo & | aSource | ) | [protected] |
Private 2nd phase constructor.
const MNcdPurchaseInstallInfo & aSource |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalizer
RWriteStream & aStream | Write stream |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Internalizer
RReadStream & aStream | Read stream |
IMPORT_C CNcdPurchaseInstallInfo * | NewL | ( | const MNcdPurchaseInstallInfo & | aSource | ) | [static] |
Copies and returns new file installation information.
const MNcdPurchaseInstallInfo & aSource | File installation information to be copied. |
IMPORT_C CNcdPurchaseInstallInfo * | NewLC | ( | const MNcdPurchaseInstallInfo & | aSource | ) | [static] |
Copies and returns new file installation information.
const MNcdPurchaseInstallInfo & aSource | File installation information to be copied. |
IMPORT_C void | SetApplicationUid | ( | const TUid | aApplicationUid | ) |
Set application UID of installed application.
const TUid aApplicationUid | Application UID. |
IMPORT_C void | SetApplicationVersionL | ( | const TDesC & | aApplicationVersion | ) |
Set application version of installed application.
const TDesC & aApplicationVersion | Application version. |
IMPORT_C void | SetFilenameL | ( | const TDesC & | aFilename | ) |
Set name and path of installed file.
const TDesC & aFilename | File name. |
IMPORT_C void | SetThemeNameL | ( | const TDesC & | aThemeName | ) |
Set name of installed theme.
const TDesC & aThemeName | Theme name. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.