Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <EIKFCTRY.H>
Link against: eikcore.lib

Class EikControlFactory

class EikControlFactory;

Description

Abstract factory that creates controls by type.

This class provides a unified way to create controls according to the specified control integer ID.

Members

Defined in EikControlFactory:


Member functions


CreateByTypeL(TInt)

IMPORT_C static SEikControlInfo CreateByTypeL(TInt aControlType);

Description

Creates the specified type of control by going through the dynamically loaded DLLs' Control Factories until one is found which successfully creates the desired control.

Parameters

TInt aControlType

The ID of the required type of control.

Return value

SEikControlInfo

Newly created control.