CTsFswEntry Class Reference
class CTsFswEntry : public CBase |
An entry in the task list.
Constructor & Destructor Documentation
Member Functions Documentation
AlwaysShown()
IMPORT_C TBool | AlwaysShown | ( | ) | const |
ETrue if the application is always shown in the fast swapper. (no use to call CloseApp for such an application)
AppIconBitmapHandle()
IMPORT_C TInt | AppIconBitmapHandle | ( | ) | const |
Application icon bitmap handle or 0. If may not be set if the screenshot is available, i.e. it is only guaranteed to be non-zero when ScreenshotHandle() returns 0.
AppIconMaskHandle()
IMPORT_C TInt | AppIconMaskHandle | ( | ) | const |
Application icon mask handle. AppIconBitmapHandle The mask handle may be 0 even when the bitmap handle is non-zero.
AppName()
IMPORT_C const TDesC & | AppName | ( | ) | const |
AppUid()
IMPORT_C TUid | AppUid | ( | ) | const |
ExternalizeArrayL(RWriteStream &, const RTsFswArray &)
ExternalizeL(RWriteStream &)
InternalizeArrayL(RReadStream &, RTsFswArray &)
InternalizeL(RReadStream &)
ScreenshotHandle()
IMPORT_C TInt | ScreenshotHandle | ( | ) | const |
Bitmap handle to the screenshot or 0 if not available.
SetAlwaysShown(TBool)
IMPORT_C void | SetAlwaysShown | ( | TBool | aValue | ) | |
SetAppIconHandles(TInt, TInt)
IMPORT_C void | SetAppIconHandles | ( | TInt | aBitmapHandle, |
| TInt | aMaskHandle |
| ) | |
SetAppNameL(const TDesC &)
IMPORT_C void | SetAppNameL | ( | const TDesC & | aAppName | ) | |
SetAppUid(const TUid &)
IMPORT_C void | SetAppUid | ( | const TUid & | aUid | ) | |
SetScreenshotHandle(TInt)
IMPORT_C void | SetScreenshotHandle | ( | TInt | aHandle | ) | |
SetSystemApp(TBool)
IMPORT_C void | SetSystemApp | ( | TBool | aValue | ) | |
SetWgId(TInt)
IMPORT_C void | SetWgId | ( | TInt | aWgId | ) | |
SetWidget(TBool)
IMPORT_C void | SetWidget | ( | TBool | aValue | ) | |
SystemApp()
IMPORT_C TBool | SystemApp | ( | ) | const |
ETrue if the application is a system application. (no use to call CloseApp for such an application)
WgId()
Window group id. In case of wrt widgets this is negative and is not a valid window group id. Use this when calling CloseApp or SwitchToApp. (these work with widgets too)
Widget()
IMPORT_C TBool | Widget | ( | ) | const |
ETrue if this is a wrt widget.
Member Data Documentation
TBool
iAlwaysShown
TBool
| iAlwaysShown | [private] |
TInt
iAppIconBitmapHandle
TInt
| iAppIconBitmapHandle | [private] |
TInt
iAppIconMaskHandle
TInt
| iAppIconMaskHandle | [private] |
TInt
iScreenshotHandle
TInt
| iScreenshotHandle | [private] |
TBool
iSystemApp
TBool
| iSystemApp | [private] |
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.