EikButtonGroupFactory Class Reference

API published in: S60 1st Ed

Link against: eikcoctl.lib avkon.lib

Capability Information

Required Capabilities

None


#include <
eikbgfty.h>

Detailed Description

The EikButtonGroupFactory class provides an interface to the button group factory.

Static Public Member Functions

static MEikButtonGroupCreateButtonGroupByTypeL (TInt aButtonGroupType, TCreationData &aCreationData, TBool &aAddToButtonGroupStack)
 Creates a button group of given type if it exists in any registered button group factory function.

Data Structures

class  TCreationData
 Defines information required to create a button group. More...

Member Function Documentation

static MEikButtonGroup* EikButtonGroupFactory::CreateButtonGroupByTypeL TInt  aButtonGroupType,
TCreationData aCreationData,
TBool &  aAddToButtonGroupStack
[static]
 

Creates a button group of given type if it exists in any registered button group factory function.

Parameters:
aButtonGroupType The type of button group to be created.
aCreationData Required extra information.
aAddToButtonGroupStack Whether to add the button group to the button group stack.
Returns:
A handle to the button group interface the constructed object implements. NULL if aButtonGroupType doesn't exist in any registered button group factory function.

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top