|
||
class TApaAppCapability;
Application capabilities.
Defined in TApaAppCapability
:
CopyCapability(TDes8 &,const TDesC8 &)
A utility function that can copy capability information from one descriptor to a...EBuiltAsDll
If set, the application was built as a DLL, otherwise it was built as an EXE. EControlPanelItem
If set, the application provides control panel functionality. EEmbeddable
An application can be run embedded or standalone and can read/write embedded doc...EEmbeddableOnly
An application can only be run embedded and can read/write embedded document-con...EEmbeddableUiNotStandAlone
An application can only be run embedded and cannot read/write embedded document-...EEmbeddableUiOrStandAlone
An application can be run embedded or standalone and cannot read/write embedded ...ENonNative
If set, the application is not a native executable, and hence the "path&quo...ENotEmbeddable
An application cannot be embedded. ExternalizeL(RWriteStream &)const
Externalises the application capabilities to a write stream.Internalize7_0L(RReadStream &)
InternalizeL(RReadStream &)
TCapabilityAttribute
Defines an application's attributes as a set of bit flags. TEmbeddability
Defines an application's support for embeddability. iAppIsHidden
Indicates whether the existence of the application should be advertised to the u...iAttributes
Indicates the application attributes. One or more values from TCapabilityAttribu...iEmbeddability
Indicates the extent to which the application can be embedded. iGroupName
Stores the application's logical group name. iLaunchInBackground
Allows the application to be launched in the foreground (when set to EFalse) or ...iSupportsNewFile
Indicates whether the application is document-based and supports being asked to ...IMPORT_C static void CopyCapability(TDes8 &aDest, const TDesC8 &aSource);
A utility function that can copy capability information from one descriptor to another.
|
Interface status: | deprecated |
IMPORT_C void Internalize7_0L(RReadStream &aStream);
|
IMPORT_C void ExternalizeL(RWriteStream &aStream) const;
Externalises the application capabilities to a write stream.
|
TEmbeddability
Defines an application's support for embeddability.
|
TCapabilityAttribute
Defines an application's attributes as a set of bit flags.
|
TEmbeddability iEmbeddability;
Indicates the extent to which the application can be embedded.
TBool iSupportsNewFile;
Indicates whether the application is document-based and supports being asked to create a new file.
TBool iAppIsHidden;
Indicates whether the existence of the application should be advertised to the user. If this is set to ETrue, the application does not appear on the Extras Bar (or equivalent).
TBool iLaunchInBackground;
Allows the application to be launched in the foreground (when set to EFalse) or in the background (when set to ETrue).
TUint iAttributes;
Indicates the application attributes. One or more values from TCapabilityAttribute may be specified.