Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: FXUT.h
Link against: fxcm.lib

Class TFaxProgress

class TFaxProgress

Support

Supported from 6.0

Description

Base class for fax progress information classes.

Defined in TFaxProgress:
EFaxInvalid, EFaxPreparing, EFaxReceiving, EFaxSending, TFaxProgress(), TFaxProgress(), TFaxProgressType, iType


Construction and destruction


TFaxProgress()

TFaxProgress();

Description

Default constructor.


TFaxProgress()

TFaxProgress(TFaxProgressType aType);

Description

Constructor specifying operation type for which progress is being reported.

Parameters

TFaxProgressType aType

Operation type for which progress is being reported

[Top]


Data members


iType

TFaxProgressType iType;

Description

Operation type for which progress is being reported.

[Top]


Member Enumerations


Enum TFaxProgressType

TFaxProgressType

Description

Defines operation types for which progress is reported.

EFaxInvalid

No operation.

EFaxPreparing

Fax is being prepared to be sent.

EFaxSending

Fax is being sent.

EFaxReceiving

Fax is being received.