EikControlFactory Class Reference

#include <mw/eikfctry.h>

class EikControlFactory
Public Member Functions
IMPORT_C SEikControlInfoCreateByTypeL(TInt)

Detailed Description

Abstract factory that creates controls by type.

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

Member Function Documentation

CreateByTypeL ( TInt )

IMPORT_C SEikControlInfoCreateByTypeL(TIntaControlType)[static]

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
aControlTypeThe ID of the required type of control.
Return Value
Newly created control.