UIQ Technology
Symbian OS Library

UIQ 3.1 SDK        UIQ developer portal

[Index] [Spacer] [Previous] [Next]



Location: Eikbgfty.h
Link against: eikcoctl.lib

Class CEikButtonGroupFactoryArray

Interface status: deprecatedApp-Framework_6.1

class CEikButtonGroupFactoryArray : public CCoeStatic;

Description

The CEikButtonGroupFactoryArray class actually stores the button group factory functions which are registered. It also provides facility to add and remove these functions from the storage array. Notably this class is CCoeStatic derived, allowing application wide access.

Derivation

Members

Defined in CEikButtonGroupFactoryArray:
AppendFactoryFunctionL(), RemoveFactoryFunction()

Inherited from CBase:
Delete(), Extension_(), operator new()

Inherited from CCoeStatic:
CCoeStatic_Reserved1(), CCoeStatic_Reserved2(), EApp, EDefaultDestructionPriority, EThread, TScope, anonymous


Member functions


AppendFactoryFunctionL()

Interface status: deprecatedInherited from: CEikButtonGroupFactoryArray

static IMPORT_C void AppendFactoryFunctionL(TCreateButtonGroupByTypeFunction aCreateButtonGroupByTypeFunction);

Description

Adds a button group factory function to the storage array.

If the storage array doesn't exist yet, a new one is created and the factory function is added as the first element.

Parameters

TCreateButtonGroupByTypeFunction aCreateButtonGroupByTypeFunction


RemoveFactoryFunction()

Interface status: deprecatedInherited from: CEikButtonGroupFactoryArray

static IMPORT_C void RemoveFactoryFunction(TCreateButtonGroupByTypeFunction aCreateButtonGroupByTypeFunction);

Description

Removes a button group factory function from the storage array.

Parameters

TCreateButtonGroupByTypeFunction aCreateButtonGroupByTypeFunction