EikButtonGroupFactory Class Reference

#include <mw/eikbgfty.h>

Link against: eikcoctl.lib

class EikButtonGroupFactory

Nested Classes and Structures

Detailed Description

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

Since
S60 0.9

Member Function Documentation

CreateButtonGroupByTypeL ( TInt, TCreationData &, TBool & )

MEikButtonGroup *CreateButtonGroupByTypeL(TIntaButtonGroupType,
TCreationData &aCreationData,
TBool &aAddToButtonGroupStack
)[static]

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

ParameterDescription
aButtonGroupTypeThe type of button group to be created.
aCreationDataRequired extra information.
aAddToButtonGroupStackWhether 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.