TApaAppViewInfo Class Reference

#include <mw/apaid.h>

Link against: apparc.lib

class TApaAppViewInfo

Detailed Description

Contains the basic information about an application view.

An object of this type contains two pieces of information:

The UID that identifies the view

The application's caption.

Objects of this type are returned in an array populated by a call to RApaLsSession::GetAppViews().

See also: CApaAppViewArray TUid

Member Attribute Documentation

iScreenMode

TInt iScreenMode

iUid

TUid iUid

The UID identifying the view.

iViewCaption

TApaAppCaption iViewCaption

The application caption.

Constructor & Destructor Documentation

TApaAppViewInfo ( )

IMPORT_CTApaAppViewInfo()

Constructs an empty object.

Specifically, it sets the view UID to KNullUid and empties the application caption, i.e. sets it to KNullDesC.

TApaAppViewInfo ( TUid, const TApaAppCaption &, TInt )

IMPORT_CTApaAppViewInfo(TUidaViewUid,
const TApaAppCaption &aViewCaption,
TIntaScreenMode
)

Member Function Documentation

ExternalizeL ( RWriteStream & )

IMPORT_C voidExternalizeL(RWriteStream &aStream)const

Externalises the application view information to a write stream.

Parameters
aStreamThe write stream.

InternalizeL ( RReadStream & )

IMPORT_C voidInternalizeL(RReadStream &aStream)

Internalises the application view information from a read stream.

Parameters
aStreamThe read stream.