CApaRegistrationResourceFileWriter Class Reference
class CApaRegistrationResourceFileWriter : public CApaResourceFileWriterBase, public CApaResourceFileWriterBase, public CApaResourceFileWriterBase |
Inherits from
- CApaRegistrationResourceFileWriter
Inherited Functions |
---|
| CApaResourceFileWriterBase::CApaResourceFileWriterBase() |
| CApaResourceFileWriterBase::DoGenerateFileContentsL(RBuf8 &,TUid,TUid)const |
| CApaResourceFileWriterBase::WriteBufferL(MDataSink &,const TDesC8 &)const |
| CApaResourceFileWriterBase::WriteLittleEndianUint16L(MDataSink &,TUint)const |
| CApaResourceFileWriterBase::WriteLittleEndianUint32L(MDataSink &,TUint)const |
| CApaResourceFileWriterBase::WriteText8L(MDataSink &,const TDesC8 &)const |
| CApaResourceFileWriterBase::WriteTextL(MDataSink &,const TDesC &)const |
| CApaResourceFileWriterBase::WriteUidTypeL(MDataSink &,TUid,TUid)const |
| CApaResourceFileWriterBase::WriteUint8L(MDataSink &,TUint)const |
| CBase::CBase() |
| CBase::Delete(CBase *) |
| CBase::Extension_(TUint,TAny *&,TAny *) |
| CBase::operator new(TUint) |
| CBase::operator new(TUint,TAny *) |
| CBase::operator new(TUint,TLeave) |
| CBase::operator new(TUint,TLeave,TUint) |
| CBase::operator new(TUint,TUint) |
| CBase::~CBase() |
Detailed Description
Used to support the registration of non-native applications.
The task of this class is to generate the resource files expected by the Apparc server. Applications that register other applications can use functions of this class to customise the generated resource files.
Constructor & Destructor Documentation
~CApaRegistrationResourceFileWriter ( )
IMPORT_C | ~CApaRegistrationResourceFileWriter | ( | ) | [virtual] |
Member Function Documentation
AddDataTypeL ( TInt, const TDesC8 & )
IMPORT_C void | AddDataTypeL | ( | TInt | aPriority, |
| const TDesC8 & | aType |
| ) | |
AddFileOwnershipInfoL ( const TDesC & )
IMPORT_C void | AddFileOwnershipInfoL | ( | const TDesC & | aFileName | ) | |
AppUid ( )
GenerateFileContentsL ( RBuf8 & )
void | GenerateFileContentsL | ( | RBuf8 & | aBuffer | ) | const |
NewL ( TUid, const TDesC &, TUint )
SetAppIsHiddenL ( TBool )
IMPORT_C void | SetAppIsHiddenL | ( | TBool | aAppIsHidden | ) | |
SetDefaultScreenNumberL ( TInt )
IMPORT_C void | SetDefaultScreenNumberL | ( | TInt | aDefaultScreenNumber | ) | |
SetEmbeddabilityL ( TApaAppCapability::TEmbeddability )
SetGroupNameL ( const TDesC & )
IMPORT_C void | SetGroupNameL | ( | const TDesC & | aGroupName | ) | |
SetLaunchInBackgroundL ( TBool )
IMPORT_C void | SetLaunchInBackgroundL | ( | TBool | aLaunchInBackground | ) | |
SetLocalisableResourceFileL ( const TDesC & )
void | SetLocalisableResourceFileL | ( | const TDesC & | aLocalisableResourceFile | ) | |
SetOpaqueDataL ( const TDesC8 & )
IMPORT_C void | SetOpaqueDataL | ( | const TDesC8 & | aOpaqueData | ) | |
SetSupportsNewFileL ( TBool )
IMPORT_C void | SetSupportsNewFileL | ( | TBool | aSupportsNewFile | ) | |