Location:
eikbgfty.h
Link against: eikcoct.lib
EikButtonGroupFactory
Supported from 6.1
Provides an interface to the button group factory.
Defined in EikButtonGroupFactory:
TCreationData
TCreationData
Defines information required to create a button group.
Defined in EikButtonGroupFactory::TCreationData:
TCreationData(), iCommandObserver, iFlags, iOrientation, iResourceId, iUse
TCreationData()TCreationData(CEikButtonGroupContainer::TUse aUse, MEikCommandObserver* aCommandObserver, TInt aResourceId, TUint aFlags, CEikButtonGroupContainer::TOrientation aOrientation);
Constructor taking arguments required to create a button group.
|
iUseCEikButtonGroupContainer::TUse iUse;
Container use type.
This member is used to specify to the system the general
type of the button group that is required. The system then creates the appropriate button group for the specified type. From 6.1 only two use types can be specified: EView or EDialog.
iCommandObserverMEikCommandObserver* iCommandObserver;
The command observer to be notified of commands on the container.
iResourceIdTInt iResourceId;
A resource containing descriptions of buttons in the group.
iFlagsTUint iFlags;
Flags for the button group.
iOrientationCEikButtonGroupContainer::TOrientation iOrientation;
Orientation of the new button group.