| class TApaAppViewInfo |
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() .
| Public Member Functions | |
|---|---|
| TApaAppViewInfo () | |
| TApaAppViewInfo ( TUid , const TApaAppCaption &, TInt ) | |
| IMPORT_C void | ExternalizeL ( RWriteStream &) |
| IMPORT_C void | InternalizeL ( RReadStream &) |
| Public Attributes | |
|---|---|
| TInt | iScreenMode |
| TUid | iUid |
| TApaAppCaption | iViewCaption |
| Private Attributes | |
|---|---|
| TInt | iTApaAppViewInfo_Reserved1 |
| IMPORT_C | TApaAppViewInfo | ( | ) |
Constructs an empty object.
Specifically, it sets the view UID to KNullUid and empties the application caption, i.e. sets it to KNullDesC.
| IMPORT_C | TApaAppViewInfo | ( | TUid | aViewUid, |
| const TApaAppCaption & | aViewCaption, | |||
| TInt | aScreenMode | |||
| ) | ||||
| TUid aViewUid | |
| const TApaAppCaption & aViewCaption | |
| TInt aScreenMode |
| IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalises the application view information to a write stream.
| RWriteStream & aStream | The write stream. |
| IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Internalises the application view information from a read stream.
| RReadStream & aStream | The read stream. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.