S60 3rd Edition API Reference: Deprecated List

Deprecated List

Global AknIconUtils::GetContentDimensions (CFbsBitmap *aBitmap, TSize &aContentDimensions)

Global AknLayoutUtils::EStatusPaneSecondary
, do not use

Global AknsDrawUtils::HasBitmapBackground (MAknsSkinInstance *aInstance, MAknsControlContext *aContext)
This method is deprecated as of release 2.8. Use the return values of background drawing functions to determine whether the background was drawn with skinned content. The return value is always ETrue starting from rel 3.1

Global AknTextUtils::ClipAccordingScreenOrientationLC (CCoeEnv &aCoe, HBufC *aBuf)
Do not use. This method will be removed.

Global AknTextUtils::LoadScalableText (CCoeEnv &aCoe, TInt aResourceId, TDes &aBuffer)
Do not use. This method will be removed.

Global AknTextUtils::LoadScalableTextL (CCoeEnv &aCoe, TInt aResourceId)
Do not use. This method will be removed.

Global AknTextUtils::LoadScalableTextLC (CCoeEnv &aCoe, TInt aResourceId)
Do not use. This method will be removed.

Global CAknDurationQueryDialog::iDuration
- will become private. Use Duration() instead.

Global CAknFloatingPointQueryDialog::iNumber
- will become private - use Number() instead

Global CAknInputFrame::SetInfoTextL (const TDesC &aText)
Since 3rd Ed FP1

Global CAknMarkableListDialog::CAknMarkableListDialog (TInt &aValue, CArrayFix< TInt > *aSelectedItems, MDesCArray *aArray, MEikCommandObserver *aObserver)
Do not use.

Global CAknMarkableListDialog::NewL (TInt &aOpenedItem, CArrayFix< TInt > *aSelectedItems, MDesCArray *aArray, TInt aMenuBarResourceId, MEikCommandObserver *aObserver=0)
Do not use.

Global CAknMarkableListDialog::NewLC (TInt &aOpenedItem, CArrayFix< TInt > *aSelectedItems, MDesCArray *aArray, TInt aMenuBarResourceId, MEikCommandObserver *aObserver=0)
Do not use.

Global CAknMessageQueryDialog::CAknMessageQueryDialog (const TTone aTone)
- will become protected

Global CAknMessageQueryDialog::CAknMessageQueryDialog (TDesC *aMessage, TDesC *aHeader)

Global CAknMessageQueryDialog::CAknMessageQueryDialog (TDesC *aMessage, TDesC *aHeader, CEikImage *aHeaderImage)

Global CAknMessageQueryDialog::CAknMessageQueryDialog (TDesC *aMessage, TDesC *aHeader, const TTone aTone)

Global CAknMessageQueryDialog::CAknMessageQueryDialog (TDesC *aMessage, TDesC *aHeader, CEikImage *aHeaderImage, const TTone aTone)

Global CAknMessageQueryDialog::CAknMessageQueryDialog ()

Global CAknMessageQueryDialog::SetHeaderText (const TDesC &aHeader)

Global CAknMessageQueryDialog::SetHeaderText (TDesC *aHeader)

Global CAknMessageQueryDialog::SetHeaderTextL (const TDesC &aHeader)
use Heading() + CAknPopupHeadingPane API instead

Global CAknMessageQueryDialog::SetMessageText (const TDesC &aMessage)
Parameters:
aMessage Text to be inserter into the dialog.

Global CAknMessageQueryDialog::SetMessageText (TDesC *aMessage)

Global CAknMultiLineDataQueryDialog::CAknMultiLineDataQueryDialog (const TTone &aTone)
- will be made protected - use NewL
Parameters:
aTone Reference to TTone enumeration.

Global CAknMultiLineDataQueryDialog::iSecondText
Use data access template methods instead.

Global CAknMultiLineDataQueryDialog::iText
Use data access template methods instead.

Global CAknNavigationControlContainer::NaviWipeUsed () const
Since 3rd Ed FP1

Global CAknNavigationControlContainer::SetBackgroundContextAttributes (CCoeControl *aControl, TBool aNaviWipeUsed)
Since 3rd Ed FP1

Global CAknNoteControl::SetDynamicTextL (const TDesC &aText)
- use SetTextL() method.
Parameters:
aText aText string to set.

Global CAknNoteControl::SetLabelReserveLengthL (TInt aLength1=0, TInt aLength2=0, TInt aLength3=0)
- label length is taken care of already.

Global CAknNoteControl::UpdateAndFormatLabelsL (const TDesC &aLabels)
- use SetTextL().

Global CAknNoteControl::UpdateLabels (const TDesC &aLabel1, const TDesC &aLabel2=KNullDesC, const TDesC &aLabel3=KNullDesC)
- use SetTextL().

Global CAknNoteControl::UpdateLabelsL (const TDesC &aLabel1, const TDesC &aLabel2=KNullDesC, const TDesC &aLabel3=KNullDesC)
- use SetTextL().

Global CAknNoteDialog::EUndefinedTimeout

Global CAknNoteDialog::ExecuteDlgLD (TInt aResourceId, TInt aNoteControlId=0)
Parameters:
aResourceId The ID of the wanted resource.
aNoteControlId Not used.
Returns:
Zero, unless it is a waiting dialog. For a waiting dialog, the return value is the ID of the button that closed the dialog, or zero if it was the cancel button (EEikBidCancel).

Global CAknNoteDialog::ExecuteDlgLD (const TTone aTone, TInt aResourceID)
Parameters:
aTone Alarm tone.
aResourceID The ID of the wanted resource.
Returns:
Zero, unless it is a waiting dialog. For a waiting dialog, the return value is the ID of the button that closed the dialog, or zero if it was the cancel button (EEikBidCancel).

Global CAknNoteDialog::ExecuteDlgLD (const TTimeout aTimeout, const TTone aTone, TInt aResourceID)
Parameters:
aTimeout Wanted timeout in microseconds.
aTone Alarm tone.
aResourceID The ID of the wanted resource.
Returns:
Zero, unless it is a waiting dialog. For a waiting dialog, the return value is the ID of the button that closed the dialog, or zero if it was the cancel button (EEikBidCancel).

Global CAknNoteDialog::RunDlgLD (TInt aNoteControlId)
Parameters:
aNoteControlId Not used.
Returns:
The ID of the button used to dismiss the dialog.

Global CAknNoteDialog::RunDlgLD ()
Returns:
The ID of the button used to dismiss the dialog.

Global CAknNoteDialog::RunDlgLD (const TTone aTone)
Parameters:
aTone Wanted alarm tone.
Returns:
The ID of the button used to dismiss the dialog.

Global CAknNoteDialog::RunDlgLD (const TTimeout aTimeout, const TTone aTone)
Parameters:
aTimeout Wanted timeout in microseconds.
aTone Wanted alarm tone.
Returns:
The ID of the button used to dismiss the dialog.

Global CAknNumberQueryDialog::iNumber
- will become private - use Number() instead

Global CAknQueryDialog::CAknQueryDialog (const TTone &aTone)
: will be made protected - use NewL

Global CAknQueryDialog::CAknQueryDialog ()
do not use

Global CAknQueryDialog::CAknQueryDialog (TDesC &aPrompt, const TTone &aTone=ENoTone)
do not use. Since 3rd Ed FP1

Global CAknQueryDialog::Heading () const
- will be removed (use QueryHeading() method instead)

Global CAknQueryDialog::MaxTextLength (const CAknQueryControl *aControl, const TDes *aDataText, TInt aApiValue)
- use other version of MaxTextLength

Global CAknQueryDialog::RunDlgLD (TInt aResourceId)
- use RunLD or ExecuteLD instead

Global CAknQueryDialog::SetHeaderImageL (CEikImage *aImage)
- use QueryHeading() method instead

Global CAknQueryDialog::SetHeaderTextL (const TDesC &aHeader)
- use QueryHeading() method instead

Global CAknQueryDialog::iTone
.

Global CAknTextQueryDialog::iEditorTextOk
- not used anymore

Global CAknTextQueryDialog::iTextMaxLength
This data will become private Use Text() and MaxTextLength() instead

Global CAknTimeQueryDialog::iTime
- will become private - use Time() instead

Global CBrCtlInterface::SetSelfDownloadContentTypesL (TDesC &aContentTypes)=0
Since 3rd Ed FP1. This function is deprecated. Use the EParamsSelfDownloadableTypes parameter of the SetParamL function instead.

Global CColumnListBoxData::LayoutData () const

Global CColumnListBoxData::LayoutInit () const

Global CColumnListBoxData::SetLayoutInit (TBool aValue) const

Global CDocumentHandler::NewL (CEikProcess *aProcess)
in Series60 3.0, instead use NewL without CEikProcess parameter

Global CDocumentHandler::NewLC (CEikProcess *aProcess)
in Series60 3.0, instead use NewL without CEikProcess parameter

Global CDocumentHandler::OutParamList ()

Global CEikDialog::AddAutoDateEditorL (const TDesC &aPrompt, TInt aId, const TTime &aMin, const TTime &aMax, TBool aNoPopout, TTime *aReturn)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::AddAutoDurationEditorL (const TDesC &aPrompt, TInt aId, const TTimeIntervalSeconds &aMin, const TTimeIntervalSeconds &aMax, TBool aNoSeconds, TTimeIntervalSeconds *aReturn)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::AddAutoFixedPointEditorL (const TDesC &aPrompt, TInt aId, TInt aMin, TInt aMax, TInt *aRetValue, TInt aDecimalPlaces)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::AddAutoFloatEditorL (const TDesC &aPrompt, TInt aId, const TReal &aMin, const TReal &aMax, TReal *aReturn)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::AddAutoGlobalTextEditorL (const TDesC &aPrompt, TInt aId, TInt aFlags, TInt aWidthInChars, TInt aNoOfLines, TInt aTextLimit, CGlobalText *aReturn, TInt aFontControlFlags=EGulFontControlAll, TInt aFontNameFlags=EGulNoSymbolFonts)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::AddAutoNumberEditorL (const TDesC &aPrompt, TInt aId, TInt aMin, TInt aMax, TInt *aReturn)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::AddAutoRangeEditorL (const TDesC &aPrompt, TInt aId, TInt aMin, TInt aMax, HBufC *aSeparatorText, SEikRange *aReturn)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::AddAutoRichTextEditorL (const TDesC &aPrompt, TInt aId, TInt aFlags, TInt aWidthInChars, TInt aNoOfLines, TInt aTextLimit, CGlobalText *aReturn, TInt aFontControlFlags=EGulFontControlAll, TInt aFontNameFlags=EGulNoSymbolFonts)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::AddAutoSecretEditorL (const TDesC &aPrompt, TInt aId, TDes *aReturn)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::AddAutoTextEditorL (const TDesC &aPrompt, TInt aId, TInt aFlags, TInt aWidthInChars, TInt aNoOfLines, TDes *aReturn)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::AddAutoTimeAndDateEditorL (const TDesC &aPrompt, TInt aId, const TTime &aMin, const TTime &aMax, TBool aNoSeconds, TBool aNoPopout, HBufC *aInterveningText, TTime *aReturn)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::AddAutoTimeEditorL (const TDesC &aPrompt, TInt aId, const TTime &aMin, const TTime &aMax, TBool aNoSeconds, TTime *aReturn)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::AddAutoTimeOffsetEditorL (const TDesC &aPrompt, TInt aId, const TTimeIntervalSeconds &aMin, const TTimeIntervalSeconds &aMax, TBool aNoSeconds, TTimeIntervalSeconds *aReturn)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::ControlsOnPage (RArray< CEikCaptionedControl * > &aControls, TInt aPageId) const

Global CEikDialog::DeclareAutoDateEditor (TInt aId, TTime *aDate)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::DeclareAutoDurationEditor (TInt aId, TTimeIntervalSeconds *aDuration)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::DeclareAutoFixedPointEditor (TInt aId, TInt *aValue)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::DeclareAutoNumberEditor (TInt aId, TInt *aNumber)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::DeclareAutoRangeEditor (TInt aId, SEikRange *aRange)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::DeclareAutoSecretEditor (TInt aId, TDes *aText)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::DeclareAutoTextEditorL (TInt aId, TDes *aText)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::DeclareAutoTimeAndDateEditor (TInt aId, TTime *aTimeAndDate)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::DeclareAutoTimeEditor (TInt aId, TTime *aTime)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::DeclareAutoTimeOffsetEditor (TInt aId, TTimeIntervalSeconds *aTimeOffset)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::DeclareItemAuto (TInt aControlId, TInt aControlType, TAny *aReturnValue)

Global CEikDialog::DurationEditorValue (TInt aControlId) const
Since 3rd Ed FP1. Not supported.

Global CEikDialog::FixedPointEditorDecimal (TInt aControlId) const
Since 3rd Ed FP1. Not supported.

Global CEikDialog::FixedPointEditorValue (TInt aControlId) const
Since 3rd Ed FP1. Not supported.

Global CEikDialog::FloatEditorValue (TInt aControlId) const
Since 3rd Ed FP1. Not supported.

Global CEikDialog::FloatingPointEditorValue (TInt aControlId) const
Since 3rd Ed FP1. Not supported.

Global CEikDialog::GetAutoValuesFromPage (CEikCapCArray *aLines)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::GetCustomAutoValue (TAny *aReturnValue, TInt aControlType, const CCoeControl *aControl)

Global CEikDialog::GetEdwinText (TDes &aDes, TInt aControlId) const
Since 3rd Ed FP1. Not supported.

Global CEikDialog::GetFileName (TFileName *aFileName, TInt aControlId) const
Since 3rd Ed FP1. Not supported.

Global CEikDialog::GetFirstLineOnFirstPageOrNull ()
Returns:
Pointer to the first line of the first page. If NULL there is no such line.

Global CEikDialog::GetLabelText (TDes &aDes, TInt aControlId) const
Since 3rd Ed FP1. Not supported.

Global CEikDialog::GetSecretEditorText (TDes &aDes, TInt aControlId) const
Since 3rd Ed FP1. Not supported.

Global CEikDialog::GetTextEditorText (CGlobalText *&aGlobalText, TInt aControlId)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::ListBoxCurrentItem (TInt aControlId) const
Since 3rd Ed FP1. Not supported.

Global CEikDialog::NumberEditorValue (TInt aControlId) const
Since 3rd Ed FP1. Not supported.

Global CEikDialog::RangeEditorValue (TInt aControlId) const
Since 3rd Ed FP1. Not supported.

Global CEikDialog::ResetSecretEditor (TInt aControlId)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetDurationEditorMinAndMax (TInt aControlId, const TTimeIntervalSeconds &aMinimumDuration, const TTimeIntervalSeconds &aMaximumDuration)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetDurationEditorValue (TInt aControlId, const TTimeIntervalSeconds &aDuration)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetEdwinTextL (TInt aControlId, const TDesC *aDes)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetFileNameL (TInt aControlId, const TDesC *aFileName)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetFixedPointEditorDecimal (TInt aControlId, TInt aDecimal)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetFixedPointEditorValueL (TInt aControlId, TInt aValue)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetFloatEditorMinAndMax (TInt aControlId, TInt aMin, TInt aMax)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetFloatEditorValueL (TInt aControlId, TReal aFloat)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetFloatingPointEditorValueL (TInt aControlId, const TReal *aValue)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetLabelL (TInt aControlId, TInt aResourceId)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetLabelL (TInt aControlId, const TDesC &aDes)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetLabelReserveLengthL (TInt aControlId, TInt aLength)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetListBoxCurrentItem (TInt aControlId, TInt aItem)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetNumberEditorMinAndMax (TInt aControlId, TInt aMinimumValue, TInt aMaximumValue)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetNumberEditorValue (TInt aControlId, TInt aNumber)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetRangeEditorMinAndMax (TInt aControlId, TInt aMinimumValue, TInt aMaximumValue)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetRangeEditorValue (TInt aControlId, const SEikRange &aRange)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetTextEditorTextL (TInt aControlId, const CGlobalText *aGlobalText)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetTimeOffsetEditorMinAndMax (TInt aControlId, const TTimeIntervalSeconds &aMinimumTimeOffset, const TTimeIntervalSeconds &aMaximumTimeOffset)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetTimeOffsetEditorValue (TInt aControlId, const TTimeIntervalSeconds &aTimeOffset)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetTitleL (TInt aResourceId)
Parameters:
aResourceId The ID of the resource containing the title text.

Global CEikDialog::SetTitleL (const TDesC &aText)
Parameters:
aText The descriptor containing the new title text.

Global CEikDialog::SetTTimeEditorMinAndMax (TInt aControlId, const TTime &aMinimumTime, const TTime &aMaximumTime)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::SetTTimeEditorValue (TInt aControlId, const TTime &aTime)
Since 3rd Ed FP1. Not supported.

Global CEikDialog::TimeOffsetEditorValue (TInt aControlId) const
Since 3rd Ed FP1. Not supported.

Global CEikDialog::TTimeEditorValue (TInt aControlId) const
Since 3rd Ed FP1. Not supported.

Global CEikListBox::HorizontalMargin () const
Use CEikListBox::ListBoxMargins()
Returns:
The horizontal margin in pixels.

Global CEikListBox::VerticalMargin () const
Use CEikListBox::ListBoxMargins()
Returns:
The vertical margin in pixels.

Global CEikTextListBox::GetColorUseListL (CArrayFix< TCoeColorUse > &aColorUseList) const
Parameters:
aColorUseList List of logical colours.

Global CFormattedCellListBoxData::LayoutData () const
Since 3rd Ed FP1

Global CFormattedCellListBoxData::LayoutInit () const
Since 3rd Ed FP1

Global CFormattedCellListBoxData::SetLayoutInit (TBool aValue)
Since 3rd Ed FP1

Global CFormattedCellListBoxData::TColors::iRightSeparatorColor
Since 3rd Ed FP1. The separator line colour is no longer used because the separator lines are skinned.

Global CListBoxView::DeselectRangeL (TInt aItemIndex1, TInt aItemIndex2)
Parameters:
aItemIndex1 First index of selectable range.
aItemIndex2 Second index of selectable range.

Global CListBoxView::DrawMatcherCursor ()

Global CListBoxView::HideMatcherCursor ()

Global CListBoxView::MatcherCursorPos () const
Returns:
Character position of the match cursor within the current item’s string.

Global CListBoxView::SelectRangeL (TInt aItemIndex1, TInt aItemIndex2)
Parameters:
aItemIndex1 First index of selectable range.
aItemIndex2 Second index of selectable range.

Global CListBoxView::SetMatcherCursor (TBool aMatcherCursor)
Parameters:
aMatcherCursor If ETrue, the view will draw match cursor.

Global CListBoxView::SetMatcherCursorColor (TRgb aColor)
Parameters:
aColor Colour in which to display the incremental match cursor.

Global CListBoxView::SetMatcherCursorPos (TInt aPosWithinCurrentItem)
Parameters:
aPosWithinCurrentItem Character position for the match cursor within the current item’s string.

Global CListBoxView::SetPaintedSelection (TBool aPaintedSelection)
Parameters:
aPaintedSelection If ETrue the painted selection flag is set on. If EFalse the selection flag is set off. If NULL the painted selection flag is cleared.

Global CListItemDrawer::DrawFrame (CWindowGc &aGc, const TRect &aRect, TInt aFlags) const
Parameters:
aGc The graphics context used to draw the frame.
aRect The frame's rectangle.
aFlags The item drawer flags.

Global CListItemDrawer::MatcherCursorAscent (TInt aCurrentItemIndex) const
Parameters:
aCurrentItemIndex Item index of the target item.
Returns:
The height of the matcher cursor.

Global CListItemDrawer::MatcherCursorRect (const TDesC &aMatchableText, TInt aCharPos, TInt aItemCellYPos, TInt aCurrentItemIndex) const
Parameters:
aMatchableText The text of the currently matched string.
aCharPos The position in the string of the character just matched in the current incremental match.
aItemCellYPos Y position of the item cell.
aCurrentItemIndex Item index for the current item.
Returns:
Where the cursor should be drawn.

Global CPbkFieldInfo::AddItemOrdering () const
This function is no longer supported.

Global CPbkFieldInfo::Match (const CContactItemField &aField) const
This function is no longer supported. If you want to find the CPbkFieldInfo instance matching a CContactItemField use CPbkFieldsInfo::Match(const CContactItemField&) const. That function works correctly and uses <it>a lot</it> faster algorithm than this function.
Parameters:
aField Symbian Contacts model contact item to match to this field type. Returns ETrue if this field info matches aField.
Returns:
ETrue is field matches, EFalse otherwise.

Class CPbkIconInfoContainer

Global CTextListItemDrawer::MatcherCursorAscent (TInt aCurrentItemIndex) const
Parameters:
aCurrentItemIndex Index of the current item. Not Used.
Returns:
Always returns 0;

Global CTextListItemDrawer::MatcherCursorRect (const TDesC &aMatchableText, TInt aCharPos, TInt aItemCellYPos, TInt aCurrentItemIndex) const
Parameters:
aMatchableText String currently being matched. Not Used.
aCharPos Position within the string. Not Used.
aItemCellYPos Y position of the item cell in pixels. Not Used.
aCurrentItemIndex Item index for the current item. Not Used.
Returns:
The rectangle covered by the matcher cursor, in pixels.

Class CVibraControl
since Series 60 3.0 - Use HWRM Vibra API instead (HWRMVibra.h)

Global CVibraControl::~CVibraControl ()
since Series 60 3.0

Global CVibraControl::CVibraControl ()
since Series 60 3.0

Global CVibraControl::TVibraCtrlPanic
since Series 60 3.0

Global CVibraControl::TVibraModeState
since Series 60 3.0

Global CVibraControl::TVibraRequestStatus
since Series 60 3.0

Global CVibraControl::StartVibraL (TUint16 aDuration, TInt aIntensity)=0
since Series 60 3.0

Global CVibraControl::StartVibraL (TUint16 aDuration)=0
since Series 60 3.0

Global CVibraControl::StopVibraL (void)=0
since Series 60 3.0

Global CVibraControl::VibraSettings (void) const =0
since Series 60 3.0

Global MScreensaverPluginHost::SetActiveDisplayArea (TInt aStartRow, TInt aEndRow, const TScreensaverPartialMode &aMode)=0
Should use the rect-version from S60 v3.0 on

Class MVibraControlObserver
since Series 60 3.0 - Use HWRM Vibra API instead (HWRMVibra.h)

Global MVibraControlObserver::VibraModeStatus (CVibraControl::TVibraModeState aStatus)=0
since Series 60 3.0

Global MVibraControlObserver::VibraRequestStatus (CVibraControl::TVibraRequestStatus aStatus)=0
since Series 60 3.0

Global PathInfo::PicturesPath ()
Use GmsPicturesPath() instead.

Global TListItemProperties::IsBold () const
Returns:
ETrue if the list item is drawn bold. EFalse otherwise.

Global TListItemProperties::IsItalics () const
Returns:
ETrue if the list item is drawn in italics. EFalse otherwise.

Global TListItemProperties::IsSeparatorAfter () const
Returns:
ETrue if Active. EFalse if Deactivated.

Global TListItemProperties::SetBold (TBool aBold)
Parameters:
aBold ETrue to draw the list item bold. EFalse otherwise.

Global TListItemProperties::SetItalics (TBool aItalics)
Parameters:
aItalics ETrue to draw the list item in italics. EFalse otherwise.

Global TListItemProperties::SetSeparatorAfter (TBool aSeparator)
Parameters:
aSeparator Active/deactive selector. ETrue = Active. EFalse = Deactivated.

Class TPbkIconInfo

Class VibraFactory
since Series 60 3.0 - Use HWRM Vibra API instead (HWRMVibra.h)

Global VibraFactory::NewL (MVibraControlObserver *aCallback)
since Series 60 3.0

Global VibraFactory::NewL ()
since Series 60 3.0

Global VibraFactory::NewLC (MVibraControlObserver *aCallback)
since Series 60 3.0

Global _LIT

Global KEikDynamicLayoutVariantSwitch_APAC

Global TAknsQsnComponentColorsIndex
Since release 2.8, use specific color groups instead.

Global EAknCmdEnd
Since 3rd Ed FP1 Do not use.

Global text_pictures_path
since s60 3.0 Use GSM pictures directory (text_gms_pictures_path) instead.

Global TPbkAddItemOrdering_deprecated
Deprecated in 2.6.

Global TPbkAdditionalOrderingItem_deprecated
Deprecated in 2.6.

Global TPbkOrderingGroup_deprecated
Deprecated in 2.6.

Global TPbkOrderingItem_deprecated
Deprecated in 2.6.

Copyright © Nokia Corporation 2001-2007
Back to top