class CPosModuleIdList : public CArrayFixFlat< TPositionModuleId > |
An list of IDs of positioning modules.
This class represents a list of positioning module IDs. It contains methods for appending, inserting, removing and finding module IDs in the list.
Public Member Functions | |
---|---|
~CPosModuleIdList () | |
IMPORT_C TInt | Find ( TPositionModuleId ) |
IMPORT_C void | MoveL ( TInt , TInt ) |
IMPORT_C CPosModuleIdList * | NewL () |
Protected Member Functions | |
---|---|
CPosModuleIdList () |
Private Member Functions | |
---|---|
CPosModuleIdList (const CPosModuleIdList &) | |
CPosModuleIdList & | operator= (const CPosModuleIdList &) |
CPosModuleIdList | ( | const CPosModuleIdList & | ) | [private] |
const CPosModuleIdList & |
IMPORT_C TInt | Find | ( | TPositionModuleId | aModuleId | ) | const |
Finds the first occurence of a module id in the list
TPositionModuleId aModuleId | The module id to search for. |
IMPORT_C void | MoveL | ( | TInt | aOldPos, |
TInt | aNewPos | |||
) |
Moves a module from one position in the list to another. This method doesn't leave even though it is marked as leaving. The method panics if the list positions are not values between 0 and Count() - 1.
CPosModuleIdList & | operator= | ( | const CPosModuleIdList & | ) | [private] |
const CPosModuleIdList & |
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.