class CSubConParameterBundle : public CObject |
Container for (bundle of) SubConnection parameter families.
May contain and 0..N parameter families.
Note: If the CSubConParameterBundle object takes ownership of any CSubConParameterFamily object, then when the bundle object is destroyed, any family owned by this object will also be destroyed.
THIS API IS DEPRECATED IN FAVOUR OF RParameterFamilyBundle
since v9.6
Public Member Functions | |
---|---|
~CSubConParameterBundle() | |
IMPORT_C void | AddFamilyL(CSubConParameterFamily *) |
IMPORT_C void | ClearAllParameters(CSubConParameterFamily::TParameterSetType) |
IMPORT_C CSubConParameterFamily * | FindFamily(TUint32) |
IMPORT_C CSubConParameterFamily * | FindFamily(TUint32) |
IMPORT_C TUint | Length() |
IMPORT_C TInt | Load(const TDesC8 &) |
IMPORT_C CSubConParameterBundle * | LoadL(TDesC8 &) |
IMPORT_C CSubConParameterBundle * | NewL() |
IMPORT_C TInt | Store(TDes8 &) |
Protected Member Functions | |
---|---|
CSubConParameterBundle() |
Private Member Functions | |
---|---|
CSubConParameterBundle(const CSubConParameterBundle &) | |
CSubConParameterBundle & | operator=(const CSubConParameterBundle &) |
Protected Attributes | |
---|---|
RPointerArray< CSubConParameterFamily > | iFamilies |
CSubConParameterBundle | ( | const CSubConParameterBundle & | aBundle | ) | [private] |
const CSubConParameterBundle & aBundle |
IMPORT_C void | AddFamilyL | ( | CSubConParameterFamily * | aFamily | ) |
CSubConParameterFamily * aFamily |
IMPORT_C void | ClearAllParameters | ( | CSubConParameterFamily::TParameterSetType | aType | ) |
CSubConParameterFamily::TParameterSetType aType |
IMPORT_C CSubConParameterFamily * | FindFamily | ( | TUint32 | aFamilyId | ) |
TUint32 aFamilyId |
IMPORT_C CSubConParameterFamily * | FindFamily | ( | TUint32 | aFamilyId | ) | const |
TUint32 aFamilyId |
IMPORT_C CSubConParameterBundle * | LoadL | ( | TDesC8 & | aDes | ) | [static] |
TDesC8 & aDes |
CSubConParameterBundle & | operator= | ( | const CSubConParameterBundle & | aBundle | ) | [private] |
const CSubConParameterBundle & aBundle |
RPointerArray< CSubConParameterFamily > | iFamilies | [protected] |