Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <PDRSTORE.H>
Link against: pdrstr.lib

Class CFbsDrvControl

class CFbsDrvControl : public CPdrControl;

Description

Derivation

Members

Defined in CFbsDrvControl:

Inherited from CBase:

Inherited from CPdrControl:

Inherited from CPrinterControl:


Construction and destruction


NewL(CPdrDevice *,CPrinterPort *,CStreamStore &,TStreamId)

IMPORT_C static CFbsDrvControl* NewL(CPdrDevice *aPdrDevice, CPrinterPort *aPrinterPort, CStreamStore &aStore, TStreamId aResourcesStreamId);

Description

Parameters

CPdrDevice *aPdrDevice

CPrinterPort *aPrinterPort

CStreamStore &aStore

TStreamId aResourcesStreamId

Return value

CFbsDrvControl *


~CFbsDrvControl()

IMPORT_C ~CFbsDrvControl();

Description


CFbsDrvControl(CPdrDevice *,CPrinterPort *)

protected: IMPORT_C CFbsDrvControl(CPdrDevice *aPdrDevice, CPrinterPort *aPrinterPort);

Description

Parameters

CPdrDevice *aPdrDevice

CPrinterPort *aPrinterPort


ConstructL(CStreamStore &,TStreamId)

protected: IMPORT_C void ConstructL(CStreamStore &aStore, TStreamId aResourcesStreamId);

Description

Parameters

CStreamStore &aStore

TStreamId aResourcesStreamId

[Top]


Member functions


OutputBandL()

protected: IMPORT_C virtual void OutputBandL();

Description

This function is intentionally a dummy. It has to be implemented because of an inherited pure virtual but it should always be overload by any class that derives from it.

!


SetPageSizeL()

protected: IMPORT_C virtual void SetPageSizeL();

Description


TransformBuffer()

protected: IMPORT_C TBool TransformBuffer();

Description

Return value

TBool

ETrue if there are non-blank bytes in scanline.


CompressBuffer()

protected: IMPORT_C TBool CompressBuffer();

Description

Return value

TBool

ETrue if the scanline is compressed successfully.


Reserved_1()

private: IMPORT_C virtual void Reserved_1();

Description

[Top]


Member data


iScanLine

protected: HBufC8 * iScanLine;

Description


iCompressedScanLine

protected: HBufC8 * iCompressedScanLine;

Description