CGlxCollectionInfo Class Reference
class CGlxCollectionInfo : public CBase
|
Collection info This is intended to be an external API only
Constructor & Destructor Documentation
CGlxCollectionInfo(TInt)
CGlxCollectionInfo
|
(
|
TInt
|
aCollectionId
|
)
|
[private]
|
Parameters
TInt
aCollectionId
|
MDS ID of collection (album)
|
~CGlxCollectionInfo()
IMPORT_C
|
~CGlxCollectionInfo
|
(
|
)
|
|
Member Functions Documentation
ConstructL()
void
|
ConstructL
|
(
|
)
|
[private]
|
Exists()
IMPORT_C
TBool
|
Exists
|
(
|
)
|
const
|
Determine if the collectino exists.
Id()
Get the ID of the collection.
NewL(TUint32)
Parameters
TUint32
aCollectionId
|
MDS ID of collection (album).
|
SetExists(TBool)
void
|
SetExists
|
(
|
TBool
|
aExists
|
)
|
|
Set if collection exists.
Parameters
TBool
aExists
|
ETrue if collection exists else EFalse.
|
SetTitleL(const TDesC &)
void
|
SetTitleL
|
(
|
const
TDesC
&
|
aTitle
|
)
|
|
Parameters
const
TDesC
& aTitle
|
Title to set.
|
Title()
IMPORT_C const
TDesC
&
|
Title
|
(
|
)
|
const
|
Get the title of the collection.
Member Data Documentation
TBool
iExists
ETrue if the item exists in MDS. Only populated after the data has been retrieved.
HBufC * iTitle
Title (name) of the container. Empty object until the data has been retrieved. (Owned)
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.