Location:
eikbgfty.h
Link against: eikcoct.lib
CEikButtonGroupFactoryArray
Supported from 6.1
Stores the button group factory functions which are registered.
Provides the facility to add and remove these functions from
the storage array. This class is derived from CCoeStatic
, allowing application-wide
access.
|
Defined in CEikButtonGroupFactoryArray
:
AppendFactoryFunctionL()
, RemoveFactoryFunction()
Inherited from CBase
:
operator new()
Inherited from CCoeStatic
:
EApp
,
EThread
,
TScope
void AppendFactoryFunctionL(TCreateButtonGroupByTypeFunction aCreateButtonGroupByTypeFunction);
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.
|
static void RemoveFactoryFunction(TCreateButtonGroupByTypeFunction aCreateButtonGroupByTypeFunction);
Removes a button group factory function from the storage array.
|