MProfileName Class Reference
Profile name interface. This interface offers methods to get profile ID and profile name.
Constructor & Destructor Documentation
~MProfileName()
~MProfileName | ( | ) | [protected, inline, virtual] |
Member Functions Documentation
Id()
TInt
| Id | ( | ) | const [pure virtual] |
Returns ID of the profile.
- Since
- 2.0
Name()
const TDesC & | Name | ( | ) | const [pure virtual] |
Returns name of the profile.
- Since
- 2.0
NaviName()
const TDesC & | NaviName | ( | ) | const [pure virtual] |
Returns the name of the profile to be used in navi pane (that is, the localised string has correct layout for navi pane). If user has changed the name, this method returns the same as
Name().
- Since
- 3.2
ShortName()
const TDesC & | ShortName | ( | ) | const [pure virtual] |
Returns the default short name of the profile. The localised string returned by the method has the correct layout for navi pane with 5 tabs. If user has changed the name, this method returns the same as
Name().
- Since
- 3.1
TitleName()
const TDesC & | TitleName | ( | ) | const [pure virtual] |
Returns the name of the profile to be used in title pane (that is, the localised string has correct layout for title pane). If user has changed the name, this method returns the same as
Name().
- Since
- 3.2
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.