UIQ Technology
Symbian OS Library

UIQ 3.1 SDK        UIQ developer portal

[Index] [Spacer] [Previous] [Next]



Location: QuartzFepDescription.h

Class TQuartzFepDescription

class TQuartzFepDescription;

Description

A FEP description.

TQuartzFepDescription provides details about a FEP, including a description of its type (for example, write-anywhere or in-a-box) and its name, which may be used in dialogs where lists of FEPs are displayed.

The Front End Processors API defines the basic functions that any FEP must provide. On Quartz, however, FEPs must export an additional function that conforms to the following prototype:

Members

Defined in TQuartzFepDescription:
EFepTypeFloatingInABox, EFepTypeUnspecified, EFepTypeWriteAnywhere, TFepType, TQuartzFepDescription(), iFepName, iFepType


Construction and destruction


TQuartzFepDescription()

inline TQuartzFepDescription();

Description

[Top]


Member enumerations


Enum TFepType

TFepType

Description

EFepTypeUnspecified

EFepTypeWriteAnywhere

EFepTypeFloatingInABox

[Top]


Member data


iFepName

TBuf< KQuartzFepNameMaxLength > iFepName;

Description


iFepType

TInt iFepType;

Description