MAiPluginSettingsItem Class Reference
class MAiPluginSettingsItem
|
Active Idle framework settings item interface.
Constructor & Destructor Documentation
~MAiPluginSettingsItem()
~MAiPluginSettingsItem
|
(
|
)
|
[protected, inline]
|
Protected destructor prevents deletion through this interface.
Member Functions Documentation
Key()
TInt32
|
Key
|
(
|
)
|
const [pure virtual]
|
PublisherId()
const
TUid
&
|
PublisherId
|
(
|
)
|
const [pure virtual]
|
Get publisher uid this setting item belongs to.
ReadFromStoreL()
void
|
ReadFromStoreL
|
(
|
)
|
[pure virtual]
|
Reads this setting item value from settings store.
SaveToStoreL()
void
|
SaveToStoreL
|
(
|
)
|
[pure virtual]
|
Saves this setting item value to settings store.
SetKey(TInt32)
void
|
SetKey
|
(
|
TInt32
|
aKey
|
)
|
[pure virtual]
|
SetPublisherId(const TUid &)
void
|
SetPublisherId
|
(
|
const
TUid
&
|
aUid
|
)
|
[pure virtual]
|
Set publisher uid this setting item belongs to.
Parameters
const
TUid
& aUid
|
publisher uid.
|
SetStorer(MAiPluginSettingsStorer *)
Set storer for this setting item.
SetValueL(const TDesC &, TBool)
void
|
SetValueL
|
(
|
const
TDesC
&
|
aValue,
|
|
TBool
|
aSaveToStore = ETrue
|
|
)
|
[pure virtual]
|
Parameters
const
TDesC
& aValue
|
the descriptor value for the Setting.
|
TBool
aSaveToStore = ETrue
|
(this parameter is ignored)
|
Value()
TPtrC
|
Value
|
(
|
)
|
[pure virtual]
|
Get a pointer to the descriptor value of the setting.
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.