Location:
APAID.H
Link against: apparc.lib
class TApaAppCapability;
Application capabilities.
Defined in TApaAppCapability
:
CopyCapability()
, EBuiltAsDll
, EControlPanelItem
, EEmbeddable
, EEmbeddableOnly
, EEmbeddableUiNotStandAlone
, EEmbeddableUiOrStandAlone
, ENonNative
, ENotEmbeddable
, ExternalizeL()
, Internalize7_0L()
, InternalizeL()
, TCapabilityAttribute
, TEmbeddability
, iAppIsHidden
, iAttributes
, iEmbeddability
, iGroupName
, iLaunchInBackground
, iSupportsNewFile
static IMPORT_C void CopyCapability(TDes8 &aDest, const TDesC8 &aSource);
A utility function that can copy capability information from one descriptor to another.
|
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.