Member Functions
- BaflUtils::AbbreviateFileName(const TFileName &,TDes &) - Abbreviates a file name.
- BaflUtils::CheckFolder(RFs &,const TDesC &) - Checks that the specified folder can be opened.
- BaflUtils::CheckWhetherFullNameRefersToFolder(const TDesC &,TBool &) - Checks if a string is a valid folder name.
- BaflUtils::CopyFile(RFs &,const TDesC &,const TDesC &,TUint) - Copies one or more files.
- BaflUtils::CopyWithTruncation(TDes &,const TDesC &,TChar) - Copies a descriptor, abbreviating it to fit the destination descriptor.
- BaflUtils::DeleteFile(RFs &,const TDesC &,TUint) - Deletes one or more files.
- BaflUtils::DiskIsReadOnly(RFs &,const TDesC &,TBool &) - Checks if the specified drive is read-only. Checks that the KMediaAttWriteProtec...
- BaflUtils::DriveAndPathFromFullName(const TDesC &) - Gets the drive letter and path from a file name.
- BaflUtils::DriveIsReadOnlyInternal(RFs &,const TDesC &,TBool &) - Checks if the specified drive is read-only and is an internal drive i.e. non-rem...
- BaflUtils::EnsurePathExistsL(RFs &,const TDesC &) - Makes one or more directories, if they do not already exist.
- BaflUtils::ExtractAppNameFromFullName(const TFullName &) - Gets the application name from a full thread name.
- BaflUtils::FileExists(const RFs &,const TDesC &) - Checks if the specified file exists.
- BaflUtils::FolderExists(RFs &,const TDesC &) - Tests whether a folder exists.
- BaflUtils::FolderNameFromFullName(const TDesC &) - Gets the folder name from a path.
- BaflUtils::GetDiskListL(const RFs &,CDesCArray &) - Retrieves a list of all drives on the system.
- BaflUtils::GetDowngradePathL(const RFs &,const TLanguage,RArray< TLanguage > &) - Gets the full language downgrade path for a particular locale.
- BaflUtils::GetSystemDrive(TDriveNumber &) - Get the value of the system drive.
- BaflUtils::InitialiseHAL(RFs &) - Initialise the HAL settings from.
- BaflUtils::InitialiseLocale(RFs &)
- BaflUtils::InitialiseScreenCalibration(RFs &)
- BaflUtils::IsFirstDriveForSocket(TDriveUnit) - Tests whether the specified drive corresponds to the primary partition in a remo...
- BaflUtils::IsFolder(const RFs &,const TDesC &,TBool &) - Checks if the specified item is a folder.
- BaflUtils::MostSignificantPartOfFullName(const TDesC &,TFileName &) - Gets the folder name if the specified item is a valid folder name, otherwise get...
- BaflUtils::NearestLanguageFile(const RFs &,TFileName &) - Searches for the file with the correct language extension for the language of th...
- BaflUtils::NearestLanguageFile(const RFs &,TFileName &,TLanguage &) - Set most appropriate extension language code for filename and set corresponding ...
- BaflUtils::Parse(const TDesC &) - Checks if a specified file name can be parsed.
- BaflUtils::PathExists(RFs &,const TDesC &) - Tests whether a path exists.
- BaflUtils::PersistHAL() - Saves the HAL settings to file. This will start a new executable and saves HAL a...
- BaflUtils::PersistLocale() - Saves the locale settings in TLocale and the currency symbol to file.
- BaflUtils::PersistScreenCalibration(const TDigitizerCalibration &)
- BaflUtils::RemoveSystemDirectory(CDir &) - Removes "System" from a list of directory entries.
- BaflUtils::RenameFile(RFs &,const TDesC &,const TDesC &,TUint) - Renames or moves one or more files or directories.
- BaflUtils::RootFolderPath(const TBuf< 1 >) - Gets the root folder for the specified drive.
- BaflUtils::SortByTable(CDir &,CBaflFileSortTable *) - Sorts files by UID.
- BaflUtils::UidTypeMatches(const TUidType &,const TUidType &) - Tests whether two UID types match.
- BaflUtils::UpdateDiskListL(const RFs &,CDesCArray &,TBool,TDriveNumber) - Retrieves a list of all drives present on the system.
- BaflUtils::ValidateFolderNameTypedByUserL(const RFs &,const TDesC &,const TDesC &,TFileName &) - Checks if a folder name (without drive or path) is valid and returns the full na...
- CApaDoor::AppUidL()const - Gets the application specific UID associated with the embedded document.
- CApaDoor::Capability()const - Gets the picture's capabilities.
- CApaDoor::Caption()const - Gets the name of the application with which the embedded document is associated.
- CApaDoor::DetachFromStoreL(TDetach) - Detaches the door from its store, restoring any unrestored elements of the pictu...
- CApaDoor::DocumentL(TBool) - Returns a pointer to the embedded document represented by this wrapper.
- CApaDoor::Draw(CGraphicsContext &,const TPoint &,const TRect &,MGraphicsDeviceMap *)const - Draws the door either as glass or as an icon depending on the format.
- CApaDoor::ExternalizeL(RWriteStream &)const - Externalises the picture to a stream.
- CApaDoor::GetCropInTwips(TMargins &)const - Gets the cropping margins of the door in twips.
- CApaDoor::GetOriginalSizeInTwips(TSize &)const - Get the door's original size, in twips.
- CApaDoor::GlassDoorSize()const - Returns the size of the glass door, in twips.
- CApaDoor::NewL(RFs &,CApaDocument &,const TSize &) - Creates a new wrapper for the specified embedded document.
- CApaDoor::NewL(RFs &,const CStreamStore &,TStreamId,CApaProcess &)
- CApaDoor::NewLC(RFs &,CApaDocument &,const TSize &) - Creates a new wrapper for the specified embedded document and places a pointer t...
- CApaDoor::RestoreL(const CStreamStore &,TStreamId) - Restores the embedded document from the specified store.
- CApaDoor::ScaleFactorHeight()const - Gets the door's height scale factor.
- CApaDoor::ScaleFactorWidth()const - Gets the door's width scale factor.
- CApaDoor::SetCropInTwips(const TMargins &) - Sets the cropping margins of a picture in twips.
- CApaDoor::SetFormatToGlassL() - Sets the format of the door to glass.
- CApaDoor::SetFormatToIconL() - Sets the format of the door to iconic.
- CApaDoor::SetFormatToTemporaryIconL(TBool) - Switches the format of the door between temporarily iconic and glass.
- CApaDoor::SetScaleFactor(TInt,TInt) - Sets the door's scale factors.
- CApaDoor::StoreL(CStreamStore &)const - Stores the embedded document in the specified store as an embedded store.
- CApaDoor::~CApaDoor() - Destructor.
- CApaModelDoor::DetachFromStoreL(TDetach) - Restores the model to the specified degree.
- CApaModelDoor::Draw(CGraphicsContext &,const TPoint &,const TRect &,MGraphicsDeviceMap *)const - Not supported; if called, raises an APPARC 17 panic.
- CApaModelDoor::ExternalizeL(RWriteStream &)const - Not supported; if called, raises an APPARC 17 panic.
- CApaModelDoor::GetOriginalSizeInTwips(TSize &)const - Gets the door's original size, in twips.
- CApaModelDoor::GlassDoorSize()const - Returns the size of the glass door, in twips.
- CApaModelDoor::ModelHeader() - Gets the application model wrapper object.
- CApaModelDoor::NewL(CApaModelHeader *) - Creates a model door object.
- CApaModelDoor::NewL(const CStreamStore &,TStreamId,const MApaModelHeaderFactory *) - Creates a model door object and restores it from an embedded store within the sp...
- CApaModelDoor::NewLC(CApaModelHeader *) - Creates a model door object, and puts a pointer to it onto the cleanup stack.
- CApaModelDoor::RestoreL(const CStreamStore &,TStreamId,const MApaModelHeaderFactory *) - Restores the embedded model data from the specified store.
- CApaModelDoor::ScaleFactorHeight()const - Gets the door's height scale factor.
- CApaModelDoor::ScaleFactorWidth()const - Gets the door's width scale factor.
- CApaModelDoor::SetFormat(TFormat) - Sets the format of the door.
- CApaModelDoor::SetScaleFactor(TInt,TInt) - Sets the door's scale factors.
- CApaModelDoor::StoreL(CStreamStore &)const - Stores the model data in the specified store as an embedded store.
- CApaModelDoor::~CApaModelDoor() - Destructor.
- CApaProcess::AddNewDocumentL(TApaApplicationFactory) - Creates and adds a new document using the specified application factory.
- CApaProcess::CApaProcess() - Constructor for CApaProcess
- CApaProcess::CApaProcess(const RFs &) - Constructs the application process object with the specified file session handle...
- CApaProcess::CApaProcess_Reserved1() - Reserved for future use
- CApaProcess::CApaProcess_Reserved2() - Reserved for future use
- CApaProcess::ConstructL() - Completes construction of the application process object.
- CApaProcess::ConstructL(TProcessId) - Completes construction of the application process object, passing in a Parent Pr...
- CApaProcess::DestroyDocument(CApaDocument *) - Destroys the specified document.
- CApaProcess::FsSession()const - Returns a handle to the file server session used by this application process.
- CApaProcess::MainDocFileName()const - Returns the filename of the main document.
- CApaProcess::MainDocument()const - Returns a pointer to the main document.
- CApaProcess::NewL(const RFs &) - Creates and returns a pointer to a new application process.
- CApaProcess::OpenNewDocumentL(CFileStore *&,CStreamDictionary *&,const TDesC &,TUint) - Opens the specified file and restores the content as a document.
- CApaProcess::ReadAppIdentifierL(const CStreamStore &,const CStreamDictionary &) - Reads the application identifier from its stream in the specified store and retu...
- CApaProcess::ReadRootStreamLC(RFs &,CFileStore *&,const TDesC &,TUint) - Reads the stream dictionary contained as the root stream in the specified docume...
- CApaProcess::ResetL() - Resets the the application process to its initial state.
- CApaProcess::SetMainDocFileName(const TDesC &) - Sets the filename of the main document.
- CApaProcess::SetMainDocFileNameL(const TDesC &) - Sets the filename of the main document.
- CApaProcess::SetMainDocument(CApaDocument *) - Sets the main document.
- CApaProcess::WriteAppIdentifierL(CStreamStore &,CStreamDictionary &,const TApaAppIdentifier &) - Writes the application identifier to a new stream in the specified store and rec...
- CApaProcess::WriteRootStreamL(CPersistentStore &,CStreamDictionary &,const CApaApplication &) - Writes the application identifier (derived from the application object CApaAppli...
- CApaProcess::WriteRootStreamL(CPersistentStore &,CStreamDictionary &,const TApaAppIdentifier &) - Writes the application identifier followed by the stream dictionary to the store...
- CApaProcess::~CApaProcess() - Frees resources prior to destruction.
- CApaWindowGroupName::AppUid()const - Gets the UID of the task's application.
- CApaWindowGroupName::Caption()const - Gets the task's caption.
- CApaWindowGroupName::ConstructFromWgIdL(TInt) - Assigns to this object the name taken from the specified window group.
- CApaWindowGroupName::DocName()const - Gets the name of the document that the task is handling.
- CApaWindowGroupName::DocNameIsAFile()const - Tests whether the document name is a file.
- CApaWindowGroupName::FindByAppUid(TUid,RWsSession &,TInt &) - Searches for the next window group by application UID.
- CApaWindowGroupName::FindByCaption(const TDesC &,RWsSession &,TInt &) - Searches for the next window group by caption.
- CApaWindowGroupName::FindByDocName(const TDesC &,RWsSession &,TInt &) - Searches for the next window group by document name.
- CApaWindowGroupName::Hidden()const - Tests whether the task is marked as hidden.
- CApaWindowGroupName::IsAppReady()const - Tests whether the task is marked as ready.
- CApaWindowGroupName::IsBusy()const - Tests whether the task is marked as busy.
- CApaWindowGroupName::IsSystem()const - Tests whether the task is marked as a system task.
- CApaWindowGroupName::New(const RWsSession &,HBufC *) - Creates a window group name object and takes ownership of the heap descriptor co...
- CApaWindowGroupName::NewL(const RWsSession &) - Creates a window group name object and assigns a default name to it.
- CApaWindowGroupName::NewL(const RWsSession &,const TDesC &) - Creates a window group name object and assigns to it the specified name.
- CApaWindowGroupName::NewL(const RWsSession &,TInt) - Creates a window group name object and assigns to it the name taken from the spe...
- CApaWindowGroupName::NewLC(const RWsSession &) - Creates a window group name object, assigns a default name to it, and puts a poi...
- CApaWindowGroupName::NewLC(const RWsSession &,const TDesC &) - Creates a window group name object, assigns to it the specified name, and puts a...
- CApaWindowGroupName::NewLC(const RWsSession &,TInt) - Creates a window group name object, assigns to it the name taken from the specif...
- CApaWindowGroupName::RespondsToShutdownEvent()const - Tests whether the task can deal with a request to shutdown.
- CApaWindowGroupName::RespondsToSwitchFilesEvent()const - Tests whether the task can deal with a request to switch files.
- CApaWindowGroupName::SetAppReady(TBool) - Sets the task as ready.
- CApaWindowGroupName::SetAppUid(TUid) - Sets the specified UID into the window group name in this object.
- CApaWindowGroupName::SetBusy(TBool) - Sets the task's busy status in this object.
- CApaWindowGroupName::SetCaptionL(const TDesC &) - Sets the specified caption into the window group name in this object.
- CApaWindowGroupName::SetDocNameIsAFile(TBool) - Sets the document name status in this object.
- CApaWindowGroupName::SetDocNameL(const TDesC &) - Sets the specified document name into the window group name in this object.
- CApaWindowGroupName::SetHidden(TBool) - Marks the task as hidden.
- CApaWindowGroupName::SetRespondsToShutdownEvent(TBool) - Sets the task's shutdown handling status in this object.
- CApaWindowGroupName::SetRespondsToSwitchFilesEvent(TBool) - Sets the task's switch file handling status in this object.
- CApaWindowGroupName::SetSystem(TBool) - Sets the task's system status in this object.
- CApaWindowGroupName::SetWindowGroupName(HBufC *) - Sets the full window group name in this object, taking ownership of the specifie...
- CApaWindowGroupName::SetWindowGroupName(RWindowGroup &)const - Sets the window group name contained by this object into the specified window gr...
- CApaWindowGroupName::SetWindowGroupNameL(const TDesC &) - Sets the full window group name in this object.
- CApaWindowGroupName::WindowGroupName()const - Gets the full window group name.
- CApaWindowGroupName::~CApaWindowGroupName() - Destructor.
- CArrayFix::AppendL(const T &) - Appends a single element onto the end of the array.
- CArrayFix::AppendL(const T &,TInt) - Appends replicated copies of an element onto the end of the array.
- CArrayFix::AppendL(const T *,TInt) - Appends one or more elements onto the end of the array.
- CArrayFix::Array()const - Constructs and returns a TArray<T> object.
- CArrayFix::At(TInt) - Gets a non-const reference to the element located at the specified position with...
- CArrayFix::At(TInt)const - Gets a const reference to the element located at the specified position within t...
- CArrayFix::Back(TInt) - Gets a pointer to the beginning of a contiguous region.
- CArrayFix::Back(TInt)const - Gets a pointer to the (const) beginning of a contiguous region.
- CArrayFix::End(TInt) - Gets a pointer to the first byte following the end of the contiguous region cont...
- CArrayFix::End(TInt)const - Gets a pointer to the (const) first byte following the end of the contiguous reg...
- CArrayFix::ExpandL(TInt) - Expands the array by one element at the specified position.
- CArrayFix::ExtendL() - Expands the array by one element at the end of the array.
- CArrayFix::Find(const T &,TKeyArrayFix &,TInt &)const - Finds the position of an element within the array, based on the matching of keys...
- CArrayFix::FindIsq(const T &,TKeyArrayFix &,TInt &)const - Finds the position of an element within the array, based on the matching of keys...
- CArrayFix::InsertIsqAllowDuplicatesL(const T &,TKeyArrayFix &) - Inserts a single element into the array at a position determined by a key, allow...
- CArrayFix::InsertIsqL(const T &,TKeyArrayFix &) - Inserts a single element into the array at a position determined by a key.
- CArrayFix::InsertL(TInt,const T &) - Inserts an element into the array at the specified position.
- CArrayFix::InsertL(TInt,const T &,TInt) - Inserts replicated copies of an element into the array at the specified position...
- CArrayFix::InsertL(TInt,const T *,TInt) - Inserts one or more elements into the array at the specified position.
- CArrayFix::operator[](TInt) - Gets a non-const reference to the element located at the specified position with...
- CArrayFix::operator[](TInt)const - Gets a const reference to the element located at the specified position within t...
- CArrayFix::ResizeL(TInt) - Changes the size of the array so that it contains the specified number of elemen...
- CArrayFix::ResizeL(TInt,const T &) - Changes the size of the array so that it contains the specified number of elemen...
- CArrayPak::AppendL(const T &,TInt) - Appends an element of a specified length onto the array.
- CArrayPak::Array()const - Constructs and returns a TArray<T> object.
- CArrayPak::At(TInt) - Gets a reference to the element located at the specified position within the arr...
- CArrayPak::At(TInt)const - Gets a reference to the element located at the specified position within the arr...
- CArrayPak::ExpandL(TInt,TInt) - Expands the array by one element of specified length at the specified position.
- CArrayPak::ExtendL(TInt) - Expands the array by one element of specified length at the end of the array.
- CArrayPak::Find(const T &,TKeyArrayPak &,TInt &)const - Finds the position of an element within the array, based on the matching of keys...
- CArrayPak::FindIsq(const T &,TKeyArrayPak &,TInt &)const - Finds the position of an element within the array, based on the matching of keys...
- CArrayPak::InsertIsqAllowDuplicatesL(const T &,TInt,TKeyArrayPak &) - Inserts a single element of a specified length into the array at a position dete...
- CArrayPak::InsertIsqL(const T &,TInt,TKeyArrayPak &) - Inserts a single element of a specified length into the array at a position dete...
- CArrayPak::InsertL(TInt,const T &,TInt) - Inserts an element of a specified length into the array at the specified positio...
- CArrayPak::operator[](TInt) - Gets a reference to the element located at the specified position within the arr...
- CArrayPak::operator[](TInt)const - Gets a reference to the element located at the specified position within the arr...
- CArrayVar::AppendL(const T &,TInt) - Appends an element of a specified length onto the array.
- CArrayVar::Array()const - Constructs and returns a TArray<T> object.
- CArrayVar::At(TInt) - Gets a reference to the element located at the specified position within the arr...
- CArrayVar::At(TInt)const - Gets a reference to the const element located at the specified position within t...
- CArrayVar::ExpandL(TInt,TInt) - Expands the array by one element of specified length at the specified position.
- CArrayVar::ExtendL(TInt) - Expands the array by one element of specified length at the end of the array.
- CArrayVar::Find(const T &,TKeyArrayVar &,TInt &)const - Finds the position of an element within the array, based on the matching of keys...
- CArrayVar::FindIsq(const T &,TKeyArrayVar &,TInt &)const - Finds the position of an element within the array, based on the matching of keys...
- CArrayVar::InsertIsqAllowDuplicatesL(const T &,TInt,TKeyArrayVar &) - Inserts a single element of a specified length into the array at a position dete...
- CArrayVar::InsertIsqL(const T &,TInt,TKeyArrayVar &) - Inserts a single element of a specified length into the array at a position dete...
- CArrayVar::InsertL(TInt,const T &,TInt) - Inserts an element of a specified length into the array at the specified positio...
- CArrayVar::operator[](TInt) - Gets a reference to the element located at the specified position within the arr...
- CArrayVar::operator[](TInt)const - Gets a reference to the const element located at the specified position within t...
- CBandedDevice::BandBitmap()const
- CBandedDevice::BandingDirection()const
- CBandedDevice::BandRect()const
- CBandedDevice::CreateContext(CGraphicsContext *&) - Creates a graphics context for the device.
- CBandedDevice::DisplayMode()const - Gets the display mode of the device.
- CBandedDevice::FontHeightInTwips(TInt,TInt)const - Get the height of a font in twips.
- CBandedDevice::FullOriginToBandOrigin(const TPoint &)const
- CBandedDevice::GetNearestFontInTwips(CFont *&,const TFontSpec &) - Creates a font from those available in the printer device's typeface store that ...
- CBandedDevice::GetNearestFontToDesignHeightInTwips(CFont *&,const TFontSpec &) - Creates a font from those available in the printer device's typeface store that ...
- CBandedDevice::GetNearestFontToMaxHeightInTwips(CFont *&,const TFontSpec &,TInt) - This call is defined because it had to be - it appeared as an abstract virtual i...
- CBandedDevice::GetPalette(CPalette *&)const - Gets the device's current palette.
- CBandedDevice::HorizontalPixelsToTwips(TInt)const - Converts a horizontal dimension from pixels to twips.
- CBandedDevice::HorizontalTwipsToPixels(TInt)const - Converts a horizontal dimension from twips to pixels.
- CBandedDevice::NewL(TRect,TSize,TDisplayMode,TBandingDirection,TInt)
- CBandedDevice::NextBand()
- CBandedDevice::NumBands()const
- CBandedDevice::NumTypefaces()const - Gets the number of typefaces supported by the graphics device.
- CBandedDevice::PaletteAttributes(TBool &,TInt &)const - Gets the palette attributes of the device.
- CBandedDevice::ReleaseFont(CFont *) - Releases the specified font.
- CBandedDevice::Reset()
- CBandedDevice::SetPalette(CPalette *) - Sets the device's palette.
- CBandedDevice::SizeInPixels()const - Gets the size of the device area in pixels.
- CBandedDevice::SizeInTwips()const - Gets the size of the device area in twips.
- CBandedDevice::TypefaceSupport(TTypefaceSupport &,TInt)const - Gets typeface information for a specified typeface.
- CBandedDevice::VerticalPixelsToTwips(TInt)const - Converts a vertical dimension from pixels to twips.
- CBandedDevice::VerticalTwipsToPixels(TInt)const - Converts a vertical dimension from twips to pixels.
- CBandedDevice::~CBandedDevice()
- CBaseMtm::AddAddresseeL(const TDesC &) - Adds an addressee for the current context.
- CBaseMtm::AddAddresseeL(const TDesC &,const TDesC &) - Adds an addressee for the current context, and enables the client to specify an ...
- CBaseMtm::AddAddresseeL(TMsvRecipientType,const TDesC &) - Adds addressee to list.
- CBaseMtm::AddAddresseeL(TMsvRecipientType,const TDesC &,const TDesC &) - Adds addressee to list.
- CBaseMtm::AddAttachmentL(const TDesC &,const TDesC8 &,TUint,TRequestStatus &) - Adds a file attachment to the current message entry.
- CBaseMtm::AddAttachmentL(RFile &,const TDesC8 &,TUint,TRequestStatus &) - Adds a file attachment to the current message entry.
- CBaseMtm::AddEntryAsAttachmentL(TMsvId,TRequestStatus &) - Adds a message entry as an attachment to the current message entry.
- CBaseMtm::AddLinkedAttachmentL(const TDesC &,const TDesC8 &,TUint,TRequestStatus &) - Adds a file attachment to the current message entry as a linked file.
- CBaseMtm::AddresseeList()const - Gets the list of intended recipients for the current context, which must be a me...
- CBaseMtm::BioTypeChangedL(TUid) - Informs client-side MTM that the context's BIO field is being changed as a resul...
- CBaseMtm::Body() - Gets the body text of the context, that must be a message. For non-message conte...
- CBaseMtm::Body()const - Gets the read-only body text of the context, that must be a message. For non-mes...
- CBaseMtm::CancelAttachmentOperation() - Cancels the current attachment operation.
- CBaseMtm::CBaseMtm(CRegisteredMtmDll &,CMsvSession &) - Creates a CBaseMtm with member variables initialised from the passed arguments.
- CBaseMtm::ChangeDefaultServiceL(const TMsvId &) - Sets the default MTM service. The default implementation of this function assume...
- CBaseMtm::ContextEntrySwitched() - Called by the base class functions CBaseMtm::SwitchCurrentEntryL(TMsvId) and CBa...
- CBaseMtm::CreateAttachmentL(const TDesC &,RFile &,const TDesC8 &,TUint,TRequestStatus &) - Creates a new empty file attachment to the current message entry.
- CBaseMtm::CreateMessageL(TMsvId) - Creates a new message entry as a child of the current context.
- CBaseMtm::DefaultServiceL()const - Gets the default MTM service.
- CBaseMtm::Entry()const - Gets a CMsvEntry for the current context. The message client application can the...
- CBaseMtm::Extension_(TUint,TAny *&,TAny *) - The default Extension service. The default implementation of this function assum...
- CBaseMtm::Filler1()
- CBaseMtm::Filler2()
- CBaseMtm::Find(const TDesC &,TMsvPartList) - Searches the specified message part(s) for the plain-text version of the text to...
- CBaseMtm::ForwardL(TMsvId,TMsvPartList,TRequestStatus &) - Creates a forwarded message from the current message context.
- CBaseMtm::GetInterface(TUid) - Returns a pointer to the interface with the specified Uid.
- CBaseMtm::HandleEntryEventL(TMsvEntryEvent,TAny *,TAny *,TAny *) - Indicates that an event has occurred.
- CBaseMtm::HasContext()const - Tests if an MTM context has been set.
- CBaseMtm::InvokeAsyncFunctionL(TInt,const CMsvEntrySelection &,TDes8 &,TRequestStatus &) - Invokes asynchronous protocol-specific operations. For synchronous operations, a...
- CBaseMtm::InvokeSyncFunctionL(TInt,const CMsvEntrySelection &,TDes8 &) - Invokes synchronous protocol-specific operations. For asynchronous operations, a...
- CBaseMtm::LoadMessageL() - Loads the cache with the message data for the current context.
- CBaseMtm::QueryCapability(TUid,TInt &) - Queries if the MTM supports a particular capability, specified by a UID.
- CBaseMtm::RemoveAddressee(TInt) - Removes an address from the current address list. The address is specified by a ...
- CBaseMtm::RemoveDefaultServiceL() - Removes the default service setting. The default implementation of this function...
- CBaseMtm::ReplyL(TMsvId,TMsvPartList,TRequestStatus &) - Creates a reply message to the current message context.
- CBaseMtm::RestoreBodyL(CMsvStore &) - Gets the current cached CRichText from the appropriate stream in the specified m...
- CBaseMtm::SaveMessageL() - Commits cached changes to the storage controlled by the Message Server.
- CBaseMtm::Session() - Gets a reference to the session object passed by the creator of the Client-side ...
- CBaseMtm::SetCurrentEntryL(CMsvEntry *) - Sets the entry on which later actions are performed to the specified CMsvEntry.
- CBaseMtm::SetMessageCharacterSet(TUint) - Sets the character encoding value. The character encoding value options are 7-bi...
- CBaseMtm::SetSubjectL(const TDesC &) - Sets the subject text of the context, which must be a message.
- CBaseMtm::StoreBodyL(CMsvStore &) - Stores and commits the current cached CRichText body text to the appropriate str...
- CBaseMtm::SubjectL()const - Gets the subject text of the context, which must be a message.
- CBaseMtm::SwitchCurrentEntryL(TMsvId) - Changes the entry on which later actions are performed to the entry with the spe...
- CBaseMtm::Type()const - Gets the Type UID of the message type associated with the Client-side MTM.
- CBaseMtm::ValidateMessage(TMsvPartList) - Validates the current message context.
- CBaseMtm::~CBaseMtm() - Cleans up the base class.
- CBaseMtmUi::BaseMtm()const - Gets a reference to the Client-side MTM that requested this object.
- CBaseMtmUi::CancelL(TRequestStatus &,const CMsvEntrySelection &) - Cancels the sending of specified messages.
- CBaseMtmUi::CBaseMtmUi(CBaseMtm &,CRegisteredMtmDll &) - Constructor, which initialises member variables from the passed arguments.
- CBaseMtmUi::CloseL(TRequestStatus &) - Closes an entry. The behaviour that this implies is dependent on the current con...
- CBaseMtmUi::CloseL(TRequestStatus &,const CMsvEntrySelection &) - Closes a selection of entries.
- CBaseMtmUi::ConstructL() - Second-phase constructor.
- CBaseMtmUi::CopyFromL(const CMsvEntrySelection &,TMsvId,TRequestStatus &) - Copies an entry selection from a remote service.
- CBaseMtmUi::CopyToL(const CMsvEntrySelection &,TRequestStatus &) - Copies an entry selection to a remote service.
- CBaseMtmUi::CreateL(const TMsvEntry &,CMsvEntry &,TRequestStatus &) - Creates a new entry as a child.
- CBaseMtmUi::DeleteFromL(const CMsvEntrySelection &,TRequestStatus &) - Deletes a selection of entries owned by the current context.
- CBaseMtmUi::DeleteServiceL(const TMsvEntry &,TRequestStatus &) - Deletes a specified service entry.
- CBaseMtmUi::DisplayProgressSummary(const TDesC8 &)const - Displays a message describing the progress of an operation.
- CBaseMtmUi::EditL(TRequestStatus &) - Edits an entry.
- CBaseMtmUi::EditL(TRequestStatus &,const CMsvEntrySelection &) - Edits a selection of entries.
- CBaseMtmUi::ForwardL(TMsvId,TMsvPartList,TRequestStatus &) - Creates a forwarded message from the current message context, and allows the use...
- CBaseMtmUi::GetInterface(TUid) - Returns a pointer to the interface with the specified Uid.
- CBaseMtmUi::GetProgress(const TDesC8 &,TBuf< EProgressStringMaxLen > &,TInt &,TInt &,TInt &,TInt &)const - Obtains progress information description and statistics. A message client applic...
- CBaseMtmUi::GetResourceFileName(TFileName &)const - Sets the full path and name of the resource file associated with the User Interf...
- CBaseMtmUi::InvokeAsyncFunctionL(TInt,const CMsvEntrySelection &,TRequestStatus &,TDes8 &) - Invokes asynchronous protocol-specific operations. For synchronous operations, a...
- CBaseMtmUi::InvokeSyncFunctionL(TInt,const CMsvEntrySelection &,TDes8 &) - Invokes synchronous protocol-specific operations. For asynchronous operations, a...
- CBaseMtmUi::MoveFromL(const CMsvEntrySelection &,TMsvId,TRequestStatus &) - Moves an entry selection from a remote service.
- CBaseMtmUi::MoveToL(const CMsvEntrySelection &,TRequestStatus &) - Moves an entry selection to a remote service.
- CBaseMtmUi::OpenL(TRequestStatus &) - Opens an entry.
- CBaseMtmUi::OpenL(TRequestStatus &,const CMsvEntrySelection &) - Opens a selection of entries.
- CBaseMtmUi::Preferences()const - Gets flags that communicate the MTM's preferences to the application UI.
- CBaseMtmUi::QueryCapability(TUid,TInt &) - Queries if the MTM supports a particular capability, specified by a UID.
- CBaseMtmUi::ReplyL(TMsvId,TMsvPartList,TRequestStatus &) - Creates a reply message to the current message context, and allows the user to e...
- CBaseMtmUi::Session()const - Gets a reference to the session object used by the Client-side MTM that requeste...
- CBaseMtmUi::SetPreferences(TUint) - Sets flags that communicate the MTM's preferences to the application UI.
- CBaseMtmUi::Type()const - Gets the Type UID of the message type associated with the User Interface MTM.
- CBaseMtmUi::UnDeleteFromL(const CMsvEntrySelection &,TRequestStatus &) - Undeletes the specified selection.
- CBaseMtmUi::ViewL(TRequestStatus &) - Views an entry.
- CBaseMtmUi::ViewL(TRequestStatus &,const CMsvEntrySelection &) - Views a selection of entries.
- CBaseMtmUi::~CBaseMtmUi() - Destructor.
- CBaseMtmUiData::CanCancelL(const TMsvEntry &,TInt &)const - Tests if the current operation on the entry can be cancelled.
- CBaseMtmUiData::CanCloseEntryL(const TMsvEntry &,TInt &)const - Tests if a close operation is supported.
- CBaseMtmUiData::CanCopyMoveFromEntryL(const TMsvEntry &,TInt &)const - Tests whether a copy from or move from operation is supported.
- CBaseMtmUiData::CanCopyMoveToEntryL(const TMsvEntry &,TInt &)const - Tests if a copy from or move to operation is supported.
- CBaseMtmUiData::CanCreateEntryL(const TMsvEntry &,TMsvEntry &,TInt &)const - Tests if an entry can be created as a child.
- CBaseMtmUiData::CanDeleteFromEntryL(const TMsvEntry &,TInt &)const - Tests if a delete operation is supported.
- CBaseMtmUiData::CanDeleteServiceL(const TMsvEntry &,TInt &)const - Tests if the service entry can be deleted.
- CBaseMtmUiData::CanEditEntryL(const TMsvEntry &,TInt &)const - Tests if the entry can be edited.
- CBaseMtmUiData::CanForwardEntryL(const TMsvEntry &,TInt &)const - Tests if an entry can be forwarded.
- CBaseMtmUiData::CanOpenEntryL(const TMsvEntry &,TInt &)const - Tests if an entry can be opened.
- CBaseMtmUiData::CanReplyToEntryL(const TMsvEntry &,TInt &)const - Tests if an entry can be replied to.
- CBaseMtmUiData::CanUnDeleteFromEntryL(const TMsvEntry &,TInt &)const - Tests if the entry can be undeleted.
- CBaseMtmUiData::CanViewEntryL(const TMsvEntry &,TInt &)const - Tests if an entry can be viewed.
- CBaseMtmUiData::CBaseMtmUiData(CRegisteredMtmDll &) - Constructor.
- CBaseMtmUiData::ConstructL() - Second-phase constructor.
- CBaseMtmUiData::ContextIcon(const TMsvEntry &,TInt)const - Gets an array of bitmaps relevant to the passed context entry.
- CBaseMtmUiData::CreateBitmapsL(TInt,const TDesC &,TInt,TInt) - Fills the iIconArrays array with icon bitmaps from an mbm file.
- CBaseMtmUiData::FunctionRecognised(TInt)const - Tests if an operation with the specified ID is recognised by the UI Data MTM.
- CBaseMtmUiData::GetInterface(TUid) - Returns a pointer to the interface with the specified Uid.
- CBaseMtmUiData::GetResourceFileName(TFileName &)const - Gets the resource file name.
- CBaseMtmUiData::MtmSpecificFunctions()const - Gets an array of MTM-specific operations that can be carried out through the ass...
- CBaseMtmUiData::OperationSupportedL(TInt,const TMsvEntry &)const - Tests if an MTM-specific operation is appropriate to the specified entry. The op...
- CBaseMtmUiData::PopulateArraysL() - Initialises bitmaps and function information.
- CBaseMtmUiData::QueryCapability(TUid,TInt &)const - Queries if the MTM supports a particular capability, specified by a UID.
- CBaseMtmUiData::ReadFunctionsFromResourceFileL(TInt) - Fills the iMtmSpecificFunctions array with MTM-specific operation definitions fr...
- CBaseMtmUiData::StatusTextL(const TMsvEntry &)const - Provides status text for the sending state of the entry.
- CBaseServerMtm::CBaseServerMtm(CRegisteredMtmDll &,CMsvServerEntry *) - Constructor.
- CBaseServerMtm::ChangeL(TMsvEntry,TRequestStatus &) - Updates a remote entry with relevant data when called by the Message Server.
- CBaseServerMtm::CommandExpected() - Tests if the Server-side MTM object should be deleted when called by the Message...
- CBaseServerMtm::CopyFromLocalL(const CMsvEntrySelection &,TMsvId,TRequestStatus &) - Copies a selection of entries from a local location to a remote location.
- CBaseServerMtm::CopyToLocalL(const CMsvEntrySelection &,TMsvId,TRequestStatus &) - Copies a selection of entries from a remote location to a local location. This w...
- CBaseServerMtm::CopyWithinServiceL(const CMsvEntrySelection &,TMsvId,TRequestStatus &) - Copies a selection of entries within a remote location.
- CBaseServerMtm::CreateL(TMsvEntry,TRequestStatus &) - Creates a new remote entry with relevant data when called by the Message Server.
- CBaseServerMtm::DeleteAllL(const CMsvEntrySelection &,TRequestStatus &) - Deletes each entry in the supplied selection when called by the message Server. ...
- CBaseServerMtm::DoComplete(TInt) - Called by the base class CBaseServerMtm::RunL() if CBaseServerMtm::DoRunL() leav...
- CBaseServerMtm::DoRunL() - Handles the completion of any asynchronous requests that it makes. It is called ...
- CBaseServerMtm::Extension_(TUint,TAny *&,TAny *) - The extension method provides a polymorphic behaviour to call the correct System...
- CBaseServerMtm::GetInterface(TUid) - Returns a pointer to the interface with the specified Uid.
- CBaseServerMtm::MoveFromLocalL(const CMsvEntrySelection &,TMsvId,TRequestStatus &) - Moves a selection of entries from a local location to a remote location.
- CBaseServerMtm::MoveToLocalL(const CMsvEntrySelection &,TMsvId,TRequestStatus &) - Moves a selection of entries from a remote location to a local location.
- CBaseServerMtm::MoveWithinServiceL(const CMsvEntrySelection &,TMsvId,TRequestStatus &) - Moves a selection of entries within a remote location.
- CBaseServerMtm::Progress() - This function is called by the Message Server to get progress information for th...
- CBaseServerMtm::RunError(TInt) - Handles the cases where RunL is leaving.
- CBaseServerMtm::RunL() - Provides a simple implementation of CActive::RunL() that calls the derived class...
- CBaseServerMtm::StartCommandL(CMsvEntrySelection &,TInt,const TDesC8 &,TRequestStatus &) - Executes an MTM-specific operation on a selection of entries when called by the ...
- CBaseServerMtm::SystemProgress(TMsvSystemProgress &) - This call leads to calling one of the server Mtms to populate the TMsvSystemProg...
- CBaseServerMtm::~CBaseServerMtm() - Destructor.
- CBasicAnimation::AnimatorDataType()const - Called by the animator plugin loading routine to determine the type of data for ...
- CBasicAnimation::AnimatorDraw() - Called by the animator when it needs to draw a new frame
- CBasicAnimation::AnimatorInitialisedL(const TSize &) - Called by the animator when it is ready to begin running.
- CBasicAnimation::AnimatorResetL() - Called by the animator when it is no longer ready, usually in response to EAnima...
- CBasicAnimation::AnimatorTicker() - Called by the animator to obtain an AnimatorTicker, to which it will add itself ...
- CBasicAnimation::CBasicAnimation_Reserved1() - Reserved for future use
- CBasicAnimation::CBasicAnimation_Reserved2() - Reserved for future use
- CBasicAnimation::DataProvider() - Provides an CAnimationDataProvider interface to the client application.
- CBasicAnimation::DataProviderEventL(TInt,TAny *,TInt) - Receives an event from a data provider.
- CBasicAnimation::Draw(CWindowGc &)const - This function should be called with a valid graphics context whenever a redraw e...
- CBasicAnimation::Freeze() - Implements CAnimation::Freeze().
- CBasicAnimation::Hold() - Implements CAnimation::Hold().
- CBasicAnimation::NewL(CAnimationDataProvider *,const TPoint &,const TDesC8 &,MAnimationObserver *,const CCoeControl *) - Two stage constructor.
- CBasicAnimation::NewL(CAnimationDataProvider *,const TPoint &,MAnimationObserver *,const CCoeControl *) - Two stage constructor. This creates and returns a new basic animation.
- CBasicAnimation::NewL(CAnimationDataProvider *,const TPoint &,RWsSession &,RWindow &,const TDesC8 &,MAnimationObserver *) - Two stage constructor.
- CBasicAnimation::NewL(CAnimationDataProvider *,const TPoint &,RWsSession &,RWindow &,MAnimationObserver *) - Two stage constructor.
- CBasicAnimation::Pause() - Implements CAnimation::Pause().
- CBasicAnimation::Position()const - Returns the current drawing position.
- CBasicAnimation::Resume() - Implements CAnimation::Resume().
- CBasicAnimation::SetHostL(const CCoeControl *) - This function lets you set the host at a later stage if you haven't got access t...
- CBasicAnimation::SetPosition(const TPoint &) - Implements CAnimation::SetPosition(const TPoint &).
- CBasicAnimation::Size()const - Gets the size of the smallest bounding rectangle that will be required to render...
- CBasicAnimation::Start(const TAnimationConfig &) - Implements CAnimation::Start(const TAnimationConfig &).
- CBasicAnimation::Stop() - Implements CAnimation::Stop().
- CBasicAnimation::Unfreeze() - Implements CAnimation::Unfreeze().
- CBasicAnimation::Unhold() - Implements CAnimation::Unhold().
- CBasicAnimation::~CBasicAnimation() - Destructor.
- CBitmapContext::AlphaBlendBitmaps(const TPoint &,const CFbsBitmap *,const TRect &,const CFbsBitmap *,const TPoint &) - Performs an alpha blending of the source data, aSrcBmp, with the CBitmapContext,...
- CBitmapContext::AlphaBlendBitmaps(const TPoint &,const CWsBitmap *,const TRect &,const CWsBitmap *,const TPoint &) - The method performs an alpha blending of the source data, aSrcBmp, with the CBit...
- CBitmapContext::BitBlt(const TPoint &,const CFbsBitmap *) - Performs a bitmap block transfer.
- CBitmapContext::BitBlt(const TPoint &,const CFbsBitmap *,const TRect &) - Performs a bitmap block transfer of a rectangular piece of a bitmap.
- CBitmapContext::BitBltMasked(const TPoint &,const CFbsBitmap *,const TRect &,const CFbsBitmap *,TBool) - Performs a masked bitmap block transfer.
- CBitmapContext::Clear() - Clears the whole bitmap.
- CBitmapContext::Clear(const TRect &) - Clears a rectangular area of a bitmap.
- CBitmapContext::CopyRect(const TPoint &,const TRect &) - Copies a rectangle.
- CBitmapContext::Reserved_CBitmapContext_1()
- CBitmapContext::Reserved_CBitmapContext_2()
- CBitmapContext::Reserved_CBitmapContext_3()
- CBitmapContext::Reserved_CGraphicsContext_2() - A reserved virtual function for future use.
- CBitmapContext::SetFaded(TBool) - Sets whether the graphics context is faded.
- CBitmapContext::SetFadingParameters(TUint8,TUint8) - Sets the fading parameters.
- CBitmapDevice::AddFile(const TDesC &,TInt &) - Adds a font file to the device's typeface store. The specified font file must be...
- CBitmapDevice::CreateBitmapContext(CBitmapContext *&) - Creates a bitmap context for this bitmap device.
- CBitmapDevice::FontHeightInPixels(TInt,TInt)const - Gets the height, in pixels, of the specified typeface at one of its defined heig...
- CBitmapDevice::GetNearestFontInPixels(CFont *&,const TFontSpec &) - Gets the font which is the nearest to the given font specification.
- CBitmapDevice::GetNearestFontToDesignHeightInPixels(CFont *&,const TFontSpec &) - Gets the font which is the nearest to the given font specification.
- CBitmapDevice::GetNearestFontToMaxHeightInPixels(CFont *&,const TFontSpec &,TInt) - Gets the font which is the nearest to the given font specification.
- CBitmapDevice::GetPixel(TRgb &,const TPoint &)const - Gets the RGB colour of an individual pixel on a bitmapped graphics device.
- CBitmapDevice::GetScanLine(TDes8 &,const TPoint &,TInt,TDisplayMode)const - Copies a scanline into a buffer.
- CBitmapDevice::RemoveFile(TInt) - Removes a font file from the font store.
- CBluetoothSocket::Accept(CBluetoothSocket &) - Accepts a connection from a remote Bluetooth socket.
- CBluetoothSocket::Accept(CBluetoothSocket &,TDes8 &) - Reserved for future.
- CBluetoothSocket::ActivateBasebandEventNotifier(TUint32) - Set up notification of baseband events
- CBluetoothSocket::ActivateParkRequester() - Activate park requestor.
- CBluetoothSocket::ActivateSniffRequester()
- CBluetoothSocket::AllowLowPowerModes(TUint32) - Allow low power modes.
- CBluetoothSocket::AllowRoleSwitch() - Allow the socket to switch roles.
- CBluetoothSocket::AsyncDelete() - Asynchronous deletion of the CBluetoothSocket object.
- CBluetoothSocket::AutomaticSniffMode()const - Reports the automatic sniff/unsniff requesting status of the socket.
- CBluetoothSocket::Bind(TSockAddr &) - Sets a Bluetooth socket address.
- CBluetoothSocket::CancelAccept() - Cancels the CBluetoothSocket::Accept(CBluetoothSocket &) operation.
- CBluetoothSocket::CancelAll() - Cancels all outstanding operations.
- CBluetoothSocket::CancelBasebandEventNotifier() - Cancels an active baseband notifier.
- CBluetoothSocket::CancelConnect() - Cancel an attempted connection.
- CBluetoothSocket::CancelIoctl() - Cancels the CBluetoothSocket::Ioctl(TUint,TUint,TDes8 *) asynchronous control op...
- CBluetoothSocket::CancelLowPowerModeRequester() - Cancels the low power mode request.
- CBluetoothSocket::CancelRead() - Cancels an outstanding CBluetoothSocket::Read(TDes8 &) operation.
- CBluetoothSocket::CancelRecv() - Cancels an outstanding CBluetoothSocket::Recv(TDes8 &,TUint) operation.
- CBluetoothSocket::CancelSend() - Cancels an outstanding Bluetooth CBluetoothSocket::Send(const TDesC8 &,TUint...
- CBluetoothSocket::CancelWrite() - Cancels an outstanding CBluetoothSocket::Write(const TDesC8 &) operation.
- CBluetoothSocket::Connect(TBTSockAddr &) - Opens a connection to a specific Bluetooth device by its address.
- CBluetoothSocket::Connect(TBTSockAddr &,const TDesC8 &,TDes8 &) - Connects to a remote Bluetooth device by address with a defined data-out and dat...
- CBluetoothSocket::Connect(TBTSockAddr &,TUint16) - Sets the Service bits in the Class Of Device. If this is successful, the socket ...
- CBluetoothSocket::GetDisconnectData(TDes8 &)
- CBluetoothSocket::GetOpt(TUint,TUint,TDes8 &) - Gets a socket option.
- CBluetoothSocket::GetOpt(TUint,TUint,TInt &) - Gets a socket option.
- CBluetoothSocket::Info(TProtocolDesc &) - Gets information about the protocol the socket is opened on.
- CBluetoothSocket::Ioctl(TUint,TDes8 *,TUint)
- CBluetoothSocket::Ioctl(TUint,TUint,TDes8 *) - Applies an asynchronous control operation on a socket.
- CBluetoothSocket::Listen(TUint) - Sets up a socket to listen for incoming connections.
- CBluetoothSocket::Listen(TUint,const TDesC8 &) - Reserved for future.
- CBluetoothSocket::Listen(TUint,TUint16) - Sets the Service bits in the Class Of Device. If this is successful, the socket ...
- CBluetoothSocket::LocalName(TSockAddr &) - Gets the local address of a socket.
- CBluetoothSocket::LocalPort() - Gets the local port of a socket.
- CBluetoothSocket::Name(TName &) - Used to get a unique name of a socket.
- CBluetoothSocket::NewL(MBluetoothSocketNotifier &,RSocketServ &) - Bluetooth blank socket CBluetoothSocket::NewL(MBluetoothSocketNotifier &,RSo...
- CBluetoothSocket::NewL(MBluetoothSocketNotifier &,RSocketServ &,const TDesC &) - Bluetooth socket named protocol CBluetoothSocket::NewL(MBluetoothSocketNotifier ...
- CBluetoothSocket::NewL(MBluetoothSocketNotifier &,RSocketServ &,RSocket &) - Bluetooth socket using an existing RSocket instance constructor.
- CBluetoothSocket::NewL(MBluetoothSocketNotifier &,RSocketServ &,TUint,TUint) - Standard Bluetooth socket NewL constructor.
- CBluetoothSocket::NewL(MBluetoothSocketNotifier &,RSocketServ &,TUint,TUint,RConnection &) - Opens a Bluetooth socket on a specified connection.
- CBluetoothSocket::NewLC(MBluetoothSocketNotifier &,RSocketServ &) - Bluetooth blank socket CBluetoothSocket::NewLC(MBluetoothSocketNotifier &,RS...
- CBluetoothSocket::NewLC(MBluetoothSocketNotifier &,RSocketServ &,const TDesC &) - Bluetooth socket named protocol CBluetoothSocket::NewLC(MBluetoothSocketNotifier...
- CBluetoothSocket::NewLC(MBluetoothSocketNotifier &,RSocketServ &,RSocket &) - Bluetooth socket using an existing RSocket instance constructor.
- CBluetoothSocket::NewLC(MBluetoothSocketNotifier &,RSocketServ &,TUint,TUint) - Standard Bluetooth socket NewLC constructor.
- CBluetoothSocket::NewLC(MBluetoothSocketNotifier &,RSocketServ &,TUint,TUint,RConnection &) - This constructor opens a Bluetooth socket on a specified connection.
- CBluetoothSocket::PhysicalLinkState(TUint32 &) - Get the state of the physical link.
- CBluetoothSocket::PreventLowPowerModes(TUint32) - Prevents low power modes from being activated.
- CBluetoothSocket::PreventRoleSwitch() - Role switching is not allowed.
- CBluetoothSocket::Read(TDes8 &) - Receives data from a remote Bluetooth host.
- CBluetoothSocket::Recv(TDes8 &,TUint) - Receives data from a remote Bluetooth device.
- CBluetoothSocket::Recv(TDes8 &,TUint,TSockXfrLength &) - Receives data from a remote Bluetooth device.
- CBluetoothSocket::RecvFrom(TDes8 &,TSockAddr &,TUint) - Receives aDesc data from the named remote aAddr Bluetooth device using the flags...
- CBluetoothSocket::RecvFrom(TDes8 &,TSockAddr &,TUint,TSockXfrLength &) - Receives aDesc data from the named remote aAddr Bluetooth device using the flags...
- CBluetoothSocket::RecvOneOrMore(TDes8 &,TUint,TSockXfrLength &) - Receives data from a remote Bluetooth device, completing when data is available.
- CBluetoothSocket::RemoteName(TSockAddr &) - Gets the remote address of a socket.
- CBluetoothSocket::RequestChangeSupportedPacketTypes(TUint16) - Request to change the supported packet types.
- CBluetoothSocket::RequestMasterRole() - Request the socket take on the master role.
- CBluetoothSocket::RequestSlaveRole() - Request the socket take on a slave role.
- CBluetoothSocket::Send(const TDesC8 &,TUint) - Sends data to a remote bluetooth device.
- CBluetoothSocket::Send(const TDesC8 &,TUint,TSockXfrLength &) - Sends data to a remote bluetooth device.
- CBluetoothSocket::SendTo(const TDesC8 &,TSockAddr &,TUint) - Sends the aDesc data to the aAddr specified and applies the flags indicated to t...
- CBluetoothSocket::SendTo(const TDesC8 &,TSockAddr &,TUint,TSockXfrLength &) - Sends the aDesc data to the aAddr specified and applies the flags indicated to t...
- CBluetoothSocket::SetAutomaticSniffMode(TBool) - Sets up automatic sniff/unsniff requesting for the socket.
- CBluetoothSocket::SetAutomaticSniffMode(TBool,TInt) - Sets up automatic sniff/unsniff requesting for the socket.
- CBluetoothSocket::SetLocalPort(TInt) - Sets the local port of a Bluetooth socket.
- CBluetoothSocket::SetNotifier(MBluetoothSocketNotifier &) - Changes the owner (receiver of notifications) of the socket.
- CBluetoothSocket::SetOpt(TUint,TUint,const TDesC8 &)
- CBluetoothSocket::SetOpt(TUint,TUint,TInt) - Sets a socket option.
- CBluetoothSocket::SetOption(TUint,TUint,const TDesC8 &) - Sets a socket option.
- CBNFParser::ExecutePostRuleCallbackL(CBNFNode &) - Executes a post-rule callback function.
- CBNFParser::ExecutePreRuleCallbackL(CBNFNode &) - Executes a pre-rule callback function.
- CBNFParser::Mark() - Set a mark to the current position of the input stream.
- CBNFParser::MarkCallback(CBNFParser &) - Inserts a mark to the current position of the stream being processed.
- CBNFParser::MarkedL() - Get string between the "cursor position" and the latest mark on the st...
- CBNFParser::MarkedWithInitialTextL(const TDesC &) - Gets the marked string with a string added before the mached string.
- CBNFParser::MDataProviderObserverReserved1() - Intended Usage : Reserved for future expansion.
- CBNFParser::MDataProviderObserverReserved2() - Intended Usage : Reserved for future expansion.
- CBNFParser::NewBNFL() - Creates a new rule tree root node.
- CBNFParser::NewComponentL(CBNFNode &,TParserNodeTypes,const TDesC &) - Creates a new sub-rule, and makes it a child of a specified parent rule.
- CBNFParser::NewComponentL(CBNFNode &,TParserNodeTypes,HBufC *,TRuleCallback *,TRuleCallback *) - Creates a new sub-rule, and makes it a child of a specified parent rule.
- CBNFParser::NewComponentL(CBNFNode *,CBNFNode &,const TDesC &) - Creates a new reference rule node, and adds it as a child of the specified paren...
- CBNFParser::NewComponentL(CBNFNode *,const TDesC &) - Creates a new reference rule node.
- CBNFParser::NewComponentL(TParserNodeTypes,const TDesC &) - Creates a new rule node, but does not add it to the tree.
- CBNFParser::NewComponentL(TParserNodeTypes,HBufC *,TRuleCallback *,TRuleCallback *) - Creates a new rule node, but does not add it to the tree.
- CBNFParser::NewL(CAttributeLookupTable &) - Allocates and constructs a new BNF parser.
- CBNFParser::NewRuleL(CBNFNode *,const TDesC &,TParserNodeTypes,const TDesC &,TRuleCallback *,TRuleCallback *) - Creates a new rule node and adds it to the root of the rule tree.
- CBNFParser::NewRuleL(CBNFNode *,const TDesC &,TParserNodeTypes,HBufC *,TRuleCallback *,TRuleCallback *) - Creates a new rule node and adds it to the root of the rule tree.
- CBufBase::BackPtr(TInt) - Gets a pointer descriptor to represent data from just before the specified data ...
- CBufBase::Compress() - Compresses the buffer so as to occupy minimal space.
- CBufBase::Delete(TInt,TInt) - Deletes data from the buffer.
- CBufBase::DoInsertL(TInt,const TAny *,TInt)
- CBufBase::ExpandL(TInt,TInt) - Inserts an uninitialised region into the buffer.
- CBufBase::InsertL(TInt,const TAny *,TInt) - Inserts bytes of data from the specified address into the buffer.
- CBufBase::InsertL(TInt,const TDesC8 &) - Inserts data into the buffer.
- CBufBase::InsertL(TInt,const TDesC8 &,TInt) - Inserts the specified number of bytes of data from a descriptor into the buffer.
- CBufBase::Ptr(TInt) - Gets a pointer descriptor to represent the data from the specified position to t...
- CBufBase::Read(TInt,TAny *,TInt)const - Reads the specified number of bytes of data from the buffer into a specified add...
- CBufBase::Read(TInt,TDes8 &)const - Reads data from the buffer into a descriptor.
- CBufBase::Read(TInt,TDes8 &,TInt)const - Reads the specified number of bytes of data from the buffer into a descriptor.
- CBufBase::Reset() - Deletes all data in the buffer.
- CBufBase::ResizeL(TInt) - Re-sizes the buffer to the specified size.
- CBufBase::Size()const - Gets the number of data bytes in the buffer.
- CBufBase::Write(TInt,const TAny *,TInt) - Writes the specified number of bytes of data from the specified address to the b...
- CBufBase::Write(TInt,const TDesC8 &) - Writes data from a descriptor to the buffer.
- CBufBase::Write(TInt,const TDesC8 &,TInt) - Writes the specified number of bytes of data from a descriptor to the buffer.
- CBufBase::~CBufBase() - Destructor
- CCalCategoryManager::AddCategoryL(const CCalCategory &)
- CCalCategoryManager::AddCategoryL(const CCalCategory &) - Adds a new user-defined category to the server's category list.
- CCalCategoryManager::CategoryCountL()const
- CCalCategoryManager::CategoryCountL()const - Gets the number of categories used in the calendar file.
- CCalCategoryManager::CategoryL(TInt)const
- CCalCategoryManager::CategoryL(TInt)const - Allocates and returns a new category based on the one stored at the specified in...
- CCalCategoryManager::DeleteCategoryL(const CCalCategory &,MCalProgressCallBack &) - Deletes a user-defined category from the server's category list and updates all ...
- CCalCategoryManager::DeleteCategoryL(const CCalCategory &,MCalProgressCallBack &)
- CCalCategoryManager::FilterCategoryL(const CCalCategory &,RPointerArray< CCalEntry > &) - Gets a list of all entries that belong to the specified category, asynchronously...
- CCalCategoryManager::FilterCategoryL(const CCalCategory &,RPointerArray< CCalEntry > &,MCalProgressCallBack &)
- CCalCategoryManager::FilterCategoryL(const CCalCategory &,RPointerArray< CCalEntry > &,MCalProgressCallBack &) - Gets a list of all entries that belong to the specified category, asynchronously...
- CCalCategoryManager::NewL(CCalSession &)
- CCalCategoryManager::NewL(CCalSession &) - Allocates and constructs a category manager.
- CCalCategoryManager::~CCalCategoryManager()
- CCalCategoryManager::~CCalCategoryManager() - The destructor frees all resources owned by the entry, prior to its destruction....
- CCalDataExchange::ExportAsyncL(TUid,RWriteStream &,RPointerArray< CCalEntry > &,MCalDataExchangeCallBack &) - Asynchronously exports data of aDataFormat type from an array of CCalEntries cor...
- CCalDataExchange::ExportAsyncL(TUid,RWriteStream &,RPointerArray< CCalEntry > &,MCalDataExchangeCallBack &)
- CCalDataExchange::ExportL(TUid,RWriteStream &,RPointerArray< CCalEntry > &) - Exports data of aDataFormat type from an array of CCalEntries corresponding to t...
- CCalDataExchange::ExportL(TUid,RWriteStream &,RPointerArray< CCalEntry > &)
- CCalDataExchange::ImportAsyncL(TUid,RReadStream &,RPointerArray< CCalEntry > &,MCalDataExchangeCallBack &,TInt) - Asynchronously imports data of aDataFormat type and returns an array of CCalEntr...
- CCalDataExchange::ImportAsyncL(TUid,RReadStream &,RPointerArray< CCalEntry > &,MCalDataExchangeCallBack &,TInt)
- CCalDataExchange::ImportL(TUid,RReadStream &,RPointerArray< CCalEntry > &) - Imports data of aDataFormat type and returns an array of CCalEntries correspondi...
- CCalDataExchange::ImportL(TUid,RReadStream &,RPointerArray< CCalEntry > &)
- CCalDataExchange::ImportL(TUid,RReadStream &,RPointerArray< CCalEntry > &,TInt) - Imports data of aDataFormat type and returns an array of CCalEntries correspondi...
- CCalDataExchange::ImportL(TUid,RReadStream &,RPointerArray< CCalEntry > &,TInt)
- CCalDataExchange::ImportL(TUid,RReadStream &,RPointerArray< CCalEntry > &,TInt,TInt) - Imports data of aDataFormat type and returns an array of a selected number of CC...
- CCalDataExchange::ImportL(TUid,RReadStream &,RPointerArray< CCalEntry > &,TInt,TInt)
- CCalDataExchange::NewL(CCalSession &) - Allocates and constructs a CCalDataExchange object.
- CCalDataExchange::NewL(CCalSession &)
- CCalDataExchange::~CCalDataExchange() - Destructor
- CCalDataExchange::~CCalDataExchange()
- CCalEntry::NewL(TType,HBufC8 *,TMethod,TUint,const TCalTime &,CalCommon::TRecurrenceRange) - Allocates and constructs a new entry of the specified type, Global UID, sequence...
- CCalEntry::NewL(TType,HBufC8 *,TMethod,TUint,const TCalTime &,CalCommon::TRecurrenceRange)
- CCalEntryView::DeleteL(const CCalEntry &) - Deletes an entry from the calender file. If this a parent entry all it's childre...
- CCalEntryView::DeleteL(const CCalEntry &)
- CCalEntryView::DeleteL(const CDesC8Array &) - Deletes multiple entries from the calendar file.
- CCalEntryView::DeleteL(const CDesC8Array &)
- CCalEntryView::DeleteL(const RArray< TCalLocalUid > &,TInt &) - Deletes multiple entries from the calendar file.
- CCalEntryView::DeleteL(const RArray< TCalLocalUid > &,TInt &)
- CCalEntryView::FetchL(const TDesC8 &,RPointerArray< CCalEntry > &)const - Fetches all CCalEntry objects related to the Uid. The first entry in the array w...
- CCalEntryView::FetchL(const TDesC8 &,RPointerArray< CCalEntry > &)const
- CCalEntryView::FetchL(TCalLocalUid)const - Fetches a CCalEntry object related to the cal unique id.
- CCalEntryView::FetchL(TCalLocalUid)const
- CCalEntryView::GetIdsModifiedSinceDateL(const TCalTime &,RArray< TCalLocalUid > &)const - Gets all the modified calendar local ids in the file since a specified date
- CCalEntryView::GetIdsModifiedSinceDateL(const TCalTime &,RArray< TCalLocalUid > &)const
- CCalEntryView::NewL(CCalSession &)
- CCalEntryView::NewL(CCalSession &,MCalProgressCallBack &)
- CCalEntryView::NewL(CCalSession &,MCalProgressCallBack &) - Allocates and constructs an entry view, with a reference to a state callback obj...
- CCalEntryView::StoreL(const RPointerArray< CCalEntry > &,TInt &) - Stores entries in the calendar file.
- CCalEntryView::StoreL(const RPointerArray< CCalEntry > &,TInt &)
- CCalEntryView::UpdateL(const RPointerArray< CCalEntry > &,TInt &) - Updates entries in the calendar file.
- CCalEntryView::UpdateL(const RPointerArray< CCalEntry > &,TInt &)
- CCalEntryView::~CCalEntryView() - The destructor frees all resources owned by the entry view, prior to its destruc...
- CCalEntryView::~CCalEntryView()
- CCalInstanceView::FindInstanceL(RPointerArray< CCalInstance > &,CalCommon::TCalViewFilter,const CalCommon::TCalTimeRange &)const - Gets all instances found in the specified date range, filtered as required.
- CCalInstanceView::FindInstanceL(RPointerArray< CCalInstance > &,CalCommon::TCalViewFilter,const CalCommon::TCalTimeRange &)const
- CCalInstanceView::FindInstanceL(RPointerArray< CCalInstance > &,CalCommon::TCalViewFilter,const CalCommon::TCalTimeRange &,const
TCalSearchParams &)const - Gets all unexcepted instances found in the specified date range, filtered as req...
- CCalInstanceView::FindInstanceL(RPointerArray< CCalInstance > &,CalCommon::TCalViewFilter,const CalCommon::TCalTimeRange &,const
TCalSearchParams &)const
- CCalIter::FirstL() - Sets the iterator to the first entry which is a parent (parent and its children ...
- CCalIter::NewL(CCalSession &) - Allocates and constructs an iterator for iterating though all the entries in the...
- CCalIter::NextL() - Moves the entry iterator to the next entry which is a parent (parent and its chi...
- CCalIter::~CCalIter() - The destructor frees all resources owned by the iterator, prior to its destructi...
- CCamera::CCameraAdvancedSettings::GetDigitalZoomStepsL(RArray< TInt > &,TValueInfo &)const - Gets the digital zoom levels.
- CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray< TUid > &)const - Gets an array of all the advanced settings parameters currently disabled on the ...
- CCamera::CCameraAdvancedSettings::GetExposureCompensation(TInt &)const - Get the current exposure compensation steps. Positive values increase exposure t...
- CCamera::CCameraAdvancedSettings::GetExposureCompensationRangeInSteps(TInt &,TInt &)const - Get current exposure compensation range in steps. It depends on the previously s...
- CCamera::CCameraAdvancedSettings::GetExposureCompensationStep(TInt &)const - Get current exposure compensation step.
- CCamera::CCameraAdvancedSettings::GetExposureCompensationStepsL(RArray< TInt > &,TValueInfo &)const - Get exposure compensation steps as integers multiplied by KECamFineResolutionFac...
- CCamera::CCameraAdvancedSettings::GetFlashCompensation(TInt &)const - Get the current flash compensation value as integer steps. Positive values boost...
- CCamera::CCameraAdvancedSettings::GetFlashCompensationRangeInSteps(TInt &,TInt &)const - Get current flash power compensation range measured in a already selected compen...
- CCamera::CCameraAdvancedSettings::GetFlashCompensationStep(TInt &)const - Get current flash power compensation step.
- CCamera::CCameraAdvancedSettings::GetFlashCompensationStepsL(RArray< TInt > &,TValueInfo &)const - Get flash compensation steps as integers multiplied by KECamFineResolutionFactor...
- CCamera::CCameraAdvancedSettings::GetISORateL(TISORateType &,TInt &,TInt &)const - Get the type of ISO rate, exposure parameter and value set.
- CCamera::CCameraAdvancedSettings::GetManualFlashPowerLevelsL(RArray< TInt > &,TValueInfo &)const - Gets the current discrete manual flash power levels supported by the camera in r...
- CCamera::CCameraAdvancedSettings::GetMinFocalLength()const - Get minimum focus distance in millimetres
- CCamera::CCameraAdvancedSettings::GetOpticalZoomStepsL(RArray< TInt > &,TValueInfo &)const - Gets the optical zoom levels.
- CCamera::CCameraAdvancedSettings::GetPreCaptureWarningL(TInt &)const - Get the status of every warnings defined.
- CCamera::CCameraAdvancedSettings::GetPreCaptureWarningSupportedL(TCameraMode,TInt &)const - Retrieves the pre capture warnings supported for a given camera mode
- CCamera::CCameraAdvancedSettings::GetShutterSpeedsL(RArray< TInt > &,TValueInfo &)const - Gets the set of supported shutter speeds.
- CCamera::CCameraAdvancedSettings::GetSupportedAFAssistantLightL(TInt &)const - Retrieve the different supported AF assistant light.
- CCamera::CCameraAdvancedSettings::GetSupportedContinuousAutoFocusTimeoutsL(RArray< TInt > &,TValueInfo &)const - Retrieves the timeout values camera supported by the camera when in continuous a...
- CCamera::CCameraAdvancedSettings::GetSupportedIsoRatesL(RArray< TInt > &)const - Gets the set of camera supported ISO rates.
- CCamera::CCameraAdvancedSettings::GetSupportedISORateTypeL(TInt &)const - Gets all supported ISO types on the device.
- CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray< TUid > &)const - Gets an array of all the advanced settings parameters supported by the camera. T...
- CCamera::CCameraAdvancedSettings::GetTimeLapse(TTime &,TTime &,TTime &)const - Get current time lapse value. Active only when drive mode EDriveModeTimeLapse. T...
- CCamera::CCameraAdvancedSettings::GetTimeLapsePeriodRange(TTime &,TTime &)const - Get camera supported time lapse period range. Active only when drive mode EDrive...
- CCamera::CCameraAdvancedSettings::GetTimerIntervalsL(RArray< TInt > &,TValueInfo &)const - Get camera supported timer values. Active only when drive mode EDriveModeTimed. ...
- CCamera::CCameraAdvancedSettings::GetWBRgbValue(TRgb &)const - Get white balance value represented as a RGB triplet.
- CCamera::CCameraAdvancedSettings::GetWBSupportedColorTemperaturesL(RArray< TInt > &,TValueInfo &)const - Get the white balance values, as temperature measured in Kelvin, supported on th...
- CCamera::CCameraAdvancedSettings::IsCameraPresent()const - Checks whether the current camera is present.
- CCamera::CCameraAdvancedSettings::IsCameraPresent(TInt) - Checks whether the camera, denoted by its index, is currently present. The index...
- CCamera::CCameraAdvancedSettings::IsExternalFlashPresent()const - Check whether there is an external flash source.
- CCamera::CCameraAdvancedSettings::IsFlashReady(TBool &)const - Checks whether the flash is ready.
- CCamera::CCameraAdvancedSettings::IsoRate()const - Gets current ISO rate.
- CCamera::CCameraAdvancedSettings::ManualFlashPowerLevel()const - Gets the current manual flash power level on the camera.
- CCamera::CCameraAdvancedSettings::MeteringMode()const - Get current metering mode.
- CCamera::CCameraAdvancedSettings::NewL(CCamera &) - Factory function for creating the CCamera::CCameraAdvancedSettings object.
- CCamera::CCameraAdvancedSettings::OpticalZoom()const - Gets the currently set zoom value.
- CCamera::CCameraAdvancedSettings::PictureOrientation()const - Get current picture orientation
- CCamera::CCameraAdvancedSettings::PixelAspectRatio()const - Get current pixel aspect ratio.
- CCamera::CCameraAdvancedSettings::RedEyeReduceOn()const - Gets whether the flash red eye reduction is switched on.
- CCamera::CCameraAdvancedSettings::SetAFAssistantLightL(TAFAssistantLight) - Set a particular type ( and state) of AF assistant light.
- CCamera::CCameraAdvancedSettings::SetAperture(TInt) - Set a new aperture value. All MCameraObserver2 clients of the camera receive a K...
- CCamera::CCameraAdvancedSettings::SetApertureExposureLockOn(TBool) - Sets the current state for aperture and exposure lock. Triggers a KUidECamEventA...
- CCamera::CCameraAdvancedSettings::SetAutoFocusArea(TAutoFocusArea) - Sets a specific auto focus area on the camera. Focus area change fires a KUidECa...
- CCamera::CCameraAdvancedSettings::SetAutoFocusLockOn(TBool) - Sets autofocus lock state. Triggers a KUidECamEventCameraSettingAutoFocusLock ev...
- CCamera::CCameraAdvancedSettings::SetAutoFocusType(TAutoFocusType) - Sets a specific auto focus type on the camera. The focus type change fires both,...
- CCamera::CCameraAdvancedSettings::SetAutomaticSizeSelectionChangeOn(TBool) - Allow camera to proactively change image size due external factors. Default valu...
- CCamera::CCameraAdvancedSettings::SetBracketMerge(TInt,TInt) - Sets the settings for which frames to merge. Valid only in EDriveModeBracketMerg...
- CCamera::CCameraAdvancedSettings::SetBracketMode(TBracketMode) - Set new bracket mode. All MCameraObserver2 clients are notified with KUidECamEve...
- CCamera::CCameraAdvancedSettings::SetBracketParameter(TBracketParameter) - Set new bracket parameter When set all clients are notified with KUidECamEventCa...
- CCamera::CCameraAdvancedSettings::SetBracketStep(TBracketStep) - Set new bracket step. All MCameraObserver2 clients are notified with KUidECamEve...
- CCamera::CCameraAdvancedSettings::SetBurstImages(TInt) - Set the number of images captured normally under EDriveModeBurst condition. Trig...
- CCamera::CCameraAdvancedSettings::SetContinuousAutoFocusTimeout(TInt) - Sets the current value for continuous autofocus timeout. Timeouts are in microse...
- CCamera::CCameraAdvancedSettings::SetDigitalZoom(TInt) - Sets the digital zoom value. Triggers a KUidECamEventCameraSettingDigitalZoom ev...
- CCamera::CCameraAdvancedSettings::SetDriveMode(TDriveMode) - Set the current metering mode. When set all MCameraObserver2 clients are notifie...
- CCamera::CCameraAdvancedSettings::SetExposureCompensation(TInt) - Set the current exposure compensation value as integer steps. Triggers a KUidECa...
- CCamera::CCameraAdvancedSettings::SetExposureCompensationStep(TInt) - Set current exposure compensation step as an integer multiplied by KECamFineReso...
- CCamera::CCameraAdvancedSettings::SetExposureLockOn(TBool) - Sets exposure lock state. Triggers a KUidECamEventCameraSettingExposureLock even...
- CCamera::CCameraImageProcessing::CancelColorAccentL() - Cancel the color accent process.
- CCamera::CCameraImageProcessing::CancelColorSwappingL() - Cancel the color swapping process.
- CCamera::CCameraImageProcessing::GetActiveTransformationsL(RArray< TUid > &)const - Get currently active transformations on the camera.
- CCamera::CCameraImageProcessing::GetActiveTransformSequenceL(RArray< TUid > &)const - Get the sequence of all active transforms, ordered in order of execution.
- CCamera::CCameraImageProcessing::GetColorAccentCapabilitiesL(TInt,TColorOperationCapabilities &)const - Retrieves the color accent capabilites per entry, if different entries have diff...
- CCamera::CCameraImageProcessing::GetColorAccentEntryL(TInt,TColorOperationEntry &)const - Get the details of the color accent entry corresponding to the given index
- CCamera::CCameraImageProcessing::GetColorSwapCapabilitiesL(TInt,TColorOperationCapabilities &)const - Retrieves the color swapping capabilites per entry, if different entries have di...
- CCamera::CCameraImageProcessing::GetColorSwapEntryL(TInt,TColorOperationEntry &)const - Get the details of the color swap entry corresponding to the given index
- CCamera::CCameraImageProcessing::GetConcurrentColorAccentSupportedL(TInt &)const - Retrieves the maximum number of color entries on which simultaneous color accent...
- CCamera::CCameraImageProcessing::GetConcurrentColorSwappingsSupportedL(TInt &)const - Retrieves the maximum number of simultaneous color swapping possible.
- CCamera::CCameraImageProcessing::GetSourceRect(TRect &)const - Get the source rectangle for KUidECamEventImageProcessingTransformScale or KUidE...
- CCamera::CCameraImageProcessing::GetSupportedTransformationsL(RArray< TUid > &)const - Get all transformations supported on the camera.
- CCamera::CCameraImageProcessing::GetTransformationSupportedValuesL(TUid,RArray< TInt > &,TValueInfo &)const - Get all values supported by an active transformation.
- CCamera::CCameraImageProcessing::GetTransformationValue(TUid,TInt &)const - Get the current value of a transformation
- CCamera::CCameraImageProcessing::NewL(CCamera &) - Factory function for creating the CCamera::CCameraImageProcessing object. The cr...
- CCamera::CCameraImageProcessing::RemoveColorAccentEntryL(TInt) - Removes the color accent entry corresponding to the given index
- CCamera::CCameraImageProcessing::RemoveColorSwapEntryL(TInt) - Removes the color swap entry corresponding to the given index
- CCamera::CCameraImageProcessing::SetActiveTransformSequenceL(RArray< TUid > &) - Set the order of all active transform in terms of execution. The transforms with...
- CCamera::CCameraImageProcessing::SetColorAccentEntryL(TInt,const TColorOperationEntry &) - Set the color accent entries
- CCamera::CCameraImageProcessing::SetColorSwapEntryL(TInt,const TColorOperationEntry &) - Set the color swap entries
- CCamera::CCameraImageProcessing::SetSourceRect(const TRect &) - Set the source rectangle for KUidECamEventImageProcessingTransformScale or KUidE...
- CCamera::CCameraImageProcessing::SetTransformationValue(TUid,TInt) - Set new value for a transformation. A notification event with the transformation...
- CCamera::CCameraImageProcessing::StartColorAccentL() - Starts the color accent process after taking into account the color accent entri...
- CCamera::CCameraImageProcessing::StartColorSwappingL() - Starts the color swapping process after taking into account the color swap entri...
- CCamera::Contrast()const - Gets the currently set contrast value.
- CCamera::CustomInterface(TUid) - Gets a custom interface. The client has to cast the returned pointer to the appr...
- CCamera::DigitalZoomFactor()const - Gets the currently set digital zoom factor.
- CCamera::EnumerateCaptureSizes(TSize &,TInt,TFormat)const - Enumerates through the available image capture sizes, based on the specified siz...
- CCamera::EnumerateVideoFrameRates(TReal32 &,TInt,TFormat,TInt,TExposure)const - Enumerates through the available video frame rates, based on the specified rate ...
- CCamera::EnumerateVideoFrameSizes(TSize &,TInt,TFormat)const - Enumerates through the available video frame sizes, based on the specified size ...
- CCamera::Exposure()const - Gets the currently set exposure setting value.
- CCamera::Flash()const - Gets the currently set flash mode.
- CCamera::FrameRate()const - Gets the frame rate currently in use.
- CCamera::FramesPerBuffer()const - Gets the number of frames per buffer currently in use.
- CCamera::GetFrameSize(TSize &)const - Gets the frame size currently in use.
- CCamera::Handle() - Gets the device-unique handle of this camera object.
- CCamera::JpegQuality()const - Gets the currently set jpeg quality value.
- CCamera::New2L(MCameraObserver2 &,TInt,TInt) - Creates an object representing a camera. Clients prepare themselves to receive u...
- CCamera::NewDuplicate2L(MCameraObserver2 &,TInt) - Duplicates the original camera object for use by, for example, multimedia system...
- CCamera::NewDuplicateL(MCameraObserver &,TInt) - Duplicates the original camera object for use by, for example, multimedia system...
- CCamera::NewDuplicateL(MCameraObserver2 &,TInt) - Duplicates the original camera object for use by, for example, multimedia system...
- CCamera::NewL(MCameraObserver &,TInt) - Creates an object representing a camera.
- CCamera::NewL(MCameraObserver2 &,TInt,TInt) - Creates an object representing a camera.
- CCamera::PowerOff() - Synchronous function for switching off camera power.
- CCamera::PowerOn() - Asynchronous method to switch on camera power.
- CCamera::PrepareImageCaptureL(TFormat,TInt) - Performs setup and allocation of memory.
- CCamera::PrepareImageCaptureL(TFormat,TInt,const TRect &) - Performs setup and allocation of memory and clips the image to the specified rec...
- CCamera::PrepareVideoCaptureL(TFormat,TInt,TInt,TInt,TInt) - Prepares for video capture.
- CCamera::PrepareVideoCaptureL(TFormat,TInt,TInt,TInt,TInt,const TRect &) - Prepares for video capture and clips the frames to the given rectangle.
- CCamera::Release() - De-initialises the camera, allowing it to be used by other clients.
- CCamera::Reserve() - Asynchronous function that performs any required initialisation and reserves the...
- CCamera::SetBrightnessL(TInt) - Sets the brightness adjustment of the device.
- CCamera::SetContrastL(TInt) - Sets the contrast adjustment of the device.
- CCamera::SetDigitalZoomFactorL(TInt) - Sets the digital zoom factor.
- CCamera::SetExposureL(TExposure) - Sets the exposure adjustment of the device.
- CCamera::SetFlashL(TFlash) - Sets the flash mode.
- CCamera::SetJpegQuality(TInt) - Sets the quality value to use if jpeg is a supported image for video format.
- CCamera::SetViewFinderMirrorL(TBool) - Sets whether view finder mirroring is on.
- CCamera::SetWhiteBalanceL(TWhiteBalance) - Sets the white balance adjustment of the device.
- CCamera::SetZoomFactorL(TInt) - Sets the zoom factor.
- CCamera::StartVideoCapture() - Starts capturing video.
- CCamera::StartViewFinderBitmapsL(TSize &) - Starts transfer of view finder data.
- CCamera::StartViewFinderBitmapsL(TSize &,TRect &) - Starts transfer of view finder data and clips the bitmap to the specified clip r...
- CCamera::StartViewFinderDirectL(RWsSession &,CWsScreenDevice &,RWindowBase &,TRect &) - Starts transfer of view finder data to the given portion of the screen using dir...
- CCamera::StartViewFinderDirectL(RWsSession &,CWsScreenDevice &,RWindowBase &,TRect &,TRect &) - Starts transfer of view finder data to the given portion of the screen using dir...
- CCamera::StartViewFinderL(TFormat,TSize &) - Starts transfer of view finder data.
- CCamera::StartViewFinderL(TFormat,TSize &,TRect &) - Starts transfer of view finder data and clips the picture to the specified clip ...
- CCamera::StopVideoCapture() - Stops video capture.
- CCamera::StopViewFinder() - Stops transfer of view finder data to the screen.
- CCamera::VideoCaptureActive()const - Tests whether video capture is active.
- CCamera::ViewFinderActive()const - Queries whether the view finder is active.
- CCamera::ViewFinderMirror()const - Gets whether view finder mirroring is active.
- CCamera::WhiteBalance()const - Gets the currently set white balance adjustment value.
- CCamera::ZoomFactor()const - Gets the currently set zoom factor.
- CCnvCharacterSetConverter::AsciiConversionData() - Returns a ready-made SCnvConversionData object for converting between Unicode an...
- CCnvCharacterSetConverter::AutoDetectCharacterSetL(TInt &,TUint &,const CArrayFix< SCharacterSet > &,const TDesC8 &) - Deprecated
- CCnvCharacterSetConverter::AutoDetectCharSetL(TInt &,TUint &,const CArrayFix< SCharacterSet > &,const TDesC8 &) - Attempts to determine the character set of the sample text from those supported ...
- CCnvCharacterSetConverter::ConvertCharacterSetIdentifierToMibEnumL(TUint,RFs &) - Converts the UID of a character set to its MIB enum value.
- CCnvCharacterSetConverter::ConvertCharacterSetIdentifierToStandardNameL(TUint,RFs &) - Returns the Internet-standard name of a character set identified in Symbian OS b...
- CCnvCharacterSetConverter::ConvertFromUnicode(TDes8 &,const TDesC16 &)const - Converts text encoded in the Unicode character set (UCS-2) into other character ...
- CCnvCharacterSetConverter::ConvertFromUnicode(TDes8 &,const TDesC16 &,TArrayOfAscendingIndices &)const - Converts Unicode text into another character set.
- CCnvCharacterSetConverter::ConvertFromUnicode(TDes8 &,const TDesC16 &,TInt &)const
- CCnvCharacterSetConverter::ConvertFromUnicode(TDes8 &,const TDesC16 &,TInt &,TInt &)const - Converts text encoded in the Unicode character set (UCS-2) into other character ...
- CCnvCharacterSetConverter::ConvertibleToCharacterSetL(TInt &,const TUint,const CArrayFix< SCharacterSet > &,const TDesC8 &) - Deprecated
- CCnvCharacterSetConverter::ConvertibleToCharSetL(TInt &,const TUint,const CArrayFix< SCharacterSet > &,const TDesC8 &) - Given a character set UID aCharacterSetIdentifier, ConvertibleToCharacterSetL re...
- CCnvCharacterSetConverter::ConvertMibEnumOfCharacterSetToIdentifierL(TInt,RFs &) - Converts a MIB enum value to the UID value of the character set.
- CCnvCharacterSetConverter::ConvertStandardNameOfCharacterSetToIdentifierL(const TDesC8 &,RFs &) - Gets the UID of a character set identified by its Internet-standard name (the ma...
- CCnvCharacterSetConverter::ConvertToUnicode(TDes16 &,const TDesC8 &,TInt &)const - Converts text encoded in a non-Unicode character set into the Unicode character ...
- CCnvCharacterSetConverter::ConvertToUnicode(TDes16 &,const TDesC8 &,TInt &,TInt &)const
- CCnvCharacterSetConverter::ConvertToUnicode(TDes16 &,const TDesC8 &,TInt &,TInt &,TInt &)const - Converts text encoded in a non-Unicode character set into the Unicode character ...
- CCnvCharacterSetConverter::CreateArrayOfCharacterSetsAvailableL(RFs &) - Creates an array identifying all the character sets for which conversion is avai...
- CCnvCharacterSetConverter::CreateArrayOfCharacterSetsAvailableLC(RFs &) - Creates an array identifying all the character sets for which conversion is avai...
- CCnvCharacterSetConverter::DoConvertFromUnicode(const SCnvConversionData &,TEndianness,const TDesC8 &,TDes8 &,const TDesC16
&,TArrayOfAscendingIndices &) - Converts Unicode text into another character set. The Unicode text specified in ...
- CCnvCharacterSetConverter::DoConvertFromUnicode(const SCnvConversionData &,TEndianness,const TDesC8 &,TDes8 &,const TDesC16
&,TArrayOfAscendingIndices &,TUint &,TUint) - Converts Unicode text into another character set. The Unicode text specified in ...
- CCnvCharacterSetConverter::DoConvertToUnicode(const SCnvConversionData &,TEndianness,TDes16 &,const TDesC8 &,TInt &,TInt &) - Converts non-Unicode text into Unicode. The non-Unicode text specified in aForei...
- CCnvCharacterSetConverter::DoConvertToUnicode(const SCnvConversionData &,TEndianness,TDes16 &,const TDesC8 &,TInt &,TInt &,TUint
&,TUint) - Converts non-Unicode text into Unicode. The non-Unicode text specified in aForei...
- CCnvCharacterSetConverter::GetDowngradeForExoticLineTerminatingCharacters()
- CCnvCharacterSetConverter::NewL() - Allocates and constructs a CCnvCharacterSetConverter object. If there is insuffi...
- CCnvCharacterSetConverter::NewLC() - Allocates and constructs a CCnvCharacterSetConverter object, and leaves the obje...
- CCnvCharacterSetConverter::PrepareToConvertToOrFromL(TUint,const CArrayFix< SCharacterSet > &,RFs &) - Specifies the character set to convert to or from. aCharacterSetIdentifier is a ...
- CCnvCharacterSetConverter::PrepareToConvertToOrFromL(TUint,RFs &) - Specifies the character set to convert to or from. aCharacterSetIdentifier is a ...
- CCoeAppUi::ActivateViewL(const TVwsViewId &) - Activates an application view.
- CCoeAppUi::ActivateViewL(const TVwsViewId &,TUid,const TDesC8 &) - Activates an application view and passes a message to it.
- CCoeAppUi::AddToStackL(CCoeControl *,TInt,TInt) - Inserts a control into the app UI's control stack.
- CCoeAppUi::AddToStackL(const MCoeView &,CCoeControl *,TInt,TInt) - Inserts a control into the app UI's control stack.
- CCoeAppUi::AddToViewStackL(const MCoeView &,CCoeControl *,TInt,TInt)
- CCoeAppUi::AddViewDeactivationObserverL(MCoeViewDeactivationObserver *) - Adds an observer to the list of observers to be notified of view deactivations.
- CCoeAppUi::AppHelpContextL()const - Returns a list of help contexts appropriate to the current state of the applicat...
- CCoeAppUi::CCoeAppUi() - C++ constructor.
- CCoeAppUi::CheckSourceOfViewSwitchL(const TSecurityPolicy &,const char *)const - Checks whether the view-server client that initiated the current view-switch mat...
- CCoeAppUi::ConstructL(CCoeAppUi *) - Completes construction of the CCoeAppUi object.
- CCoeAppUi::DeactivateActiveViewIfOwnerMatchL() - Deactivates the active view if the current view is owned by this application.
- CCoeAppUi::DeactivateActiveViewL() - Deactivates the active view.
- CCoeAppUi::DeregisterApplicationView() - Deregisters the application view from the view architecture.
- CCoeAppUi::DeregisterView(const MCoeView &) - Deregisters a view.
- CCoeAppUi::GetActiveViewId(TVwsViewId &)const - Gets the ID of the app UI's currently active view.
- CCoeAppUi::GetDefaultViewId(TVwsViewId &)const - Gets this app UI's default view ID.
- CCoeAppUi::HandleApplicationSpecificEventL(TInt,const TWsEvent &) - Handles an application-specific event.
- CCoeAppUi::HandleForegroundEventL(TBool) - Handles changes in keyboard focus when the application is brought to the foregro...
- CCoeAppUi::HandleKeyEventL(const TKeyEvent &,TEventCode) - Handles key events.
- CCoeAppUi::HandleScreenDeviceChangedL()
- CCoeAppUi::HandleStackChanged() - Handles changes to the control stack.
- CCoeAppUi::HandleStackedControlsResourceChange(TInt) - Handles a change to the application's run-time resources for all controls on the...
- CCoeAppUi::HandleSwitchOnEventL(CCoeControl *) - Handles the special switch on event.
- CCoeAppUi::HandleSystemEventL(const TWsEvent &) - Handles system events generated by the window server.
- CCoeAppUi::HandleWsEventL(const TWsEvent &,CCoeControl *) - Handles events sent to the application by the window server.
- CCoeAppUi::HelpContextL()const - Gets a list of help contexts for the app UI.
- CCoeAppUi::InputCapabilities()const - Returns the input capabilities of the control with focus.
- CCoeAppUi::IsDisplayingControlBetweenPriorities(TInt,TInt)const - Tests whether the application is displaying a control between the given control ...
- CCoeAppUi::IsDisplayingDialog()const - Tests whether the application is displaying a dialog.
- CCoeAppUi::IsDisplayingMenuOrDialog()const - Tests whether the application is displaying a menu bar or dialog.
- CCoeAppUi::IsViewConstructed(const TVwsViewId &)const - Checks if the view has been constructed or not.
- CCoeAppUi::NotifyNextDeactivation(const TVwsViewId &,MCoeViewDeactivationObserver &) - Requests that the next deactivation of the view identified by aViewId be notifie...
- CCoeAppUi::NotifyNextDeactivation(MCoeViewDeactivationObserver &) - Requests that the next deactivation of any view registered with the view server ...
- CCoeAppUi::PrepareToExit() - Performs pre-exit processing on the control environment.
- CCoeAppUi::RegisterApplicationViewL(TUid) - Registers a pseudo-view for the application identified by aAppUid.
- CCoeAppUi::RegisterViewL(MCoeView &) - Registers a view with the view server.
- CCoeAppUi::RemoveFromStack(CCoeControl *) - Removes a control from the app UI's control stack.
- CCoeAppUi::RemoveFromViewStack(const MCoeView &,CCoeControl *)
- CCoeAppUi::RemoveViewDeactivationObserver(MCoeViewDeactivationObserver *) - Removes an observer from the list to be notified of view deactivations.
- CCoeAppUi::SetAndDrawFocus(TBool) - Sets the keyboard focus of a control and draws it.
- CCoeAppUi::SetDefaultViewL(const MCoeView &) - Sets one of the app UI's views as the default.
- CCoeAppUi::UpdateStackedControlFlags(CCoeControl *,TInt,TInt) - Updates the flag values for a control on the control stack.
- CCoeAppUi::WriteInternalStateOfStackedControlsL(RWriteStream &)const
- CCoeAppUi::~CCoeAppUi() - The destructor frees all resources owned by the object, including the control st...
- CCoeControl::AccumulatedZoom()const - Return the zoom factor for this control. Takes account of zoom factors in parent...
- CCoeControl::ActivateGc()const - Activates the standard graphics context.
- CCoeControl::ActivateL() - Sets the control as ready to be drawn.
- CCoeControl::BackedUpWindow()const - Gets the backed-up window owned by the control.
- CCoeControl::Background()const - Returns the background drawer object associated with this object, if any. Null i...
- CCoeControl::CapturesPointer()const - Tests whether pointer capture is set for the control.
- CCoeControl::CCoeControl() - Default C++ constructor.
- CCoeControl::CCoeControl(CCoeEnv *) - C++ constructor.
- CCoeControl::CCoeControl(const CCoeControl &)
- CCoeControl::ClaimPointerGrab(TBool) - Claims pointer grab from another control.
- CCoeControl::CloseWindow() - Closes the window owned by this control.
- CCoeControl::ComponentArrayExists()const
- CCoeControl::ComponentControl(TInt)const - Gets an indexed component of a compound control.
- CCoeControl::Components() - Returns a component array to store child controls.
- CCoeControl::Components()const - Returns a component array to store child controls.
- CCoeControl::ConstructFromResourceL(TResourceReader &) - Constructs the control from a resource file.
- CCoeControl::ControlContext()const - Gets the control context being used by this control.
- CCoeControl::ControlEnv()const - Gets the control environment object for this control.
- CCoeControl::CopyControlContextFrom(const CCoeControl *) - Sets the control's context from another control.
- CCoeControl::CountComponentControls()const - Gets the number of controls contained in a compound control.
- CCoeControl::CreateBackedUpWindowL(RWindowTreeNode &) - Creates a control's window as a backed-up window.
- CCoeControl::CreateBackedUpWindowL(RWindowTreeNode &,TDisplayMode) - Creates a control's window as a backed-up window, specifying the display mode.
- CCoeControl::CreateWindowL() - Creates a control's window.
- CCoeControl::CreateWindowL(const CCoeControl *) - Creates a control's window, specifying the parent control.
- CCoeControl::CreateWindowL(RWindowGroup *) - Creates a control's window, specifying its parent window group.
- CCoeControl::CreateWindowL(RWindowTreeNode &) - Creates a control's window, specifying its parent window and its extent.
- CCoeControl::CustomGc()const - Returns the custom graphics context set for this control (if any). Note that unl...
- CCoeControl::DeactivateGc()const - Deactivates the standard graphics context owned by the UI control framework.
- CCoeControl::Draw(const TRect &)const - Draws the control.
- CCoeControl::DrawableWindow()const - Gets the control's associated drawable window.
- CCoeControl::DrawBackground(const TRect &)const - Draws the control's background using its graphics context. Unlike CCoeControl::D...
- CCoeControl::DrawDeferred()const - Draws the control, with low priority.
- CCoeControl::DrawForeground(const TRect &)const - Draws the control's foreground using the control's graphics context. Unlike CCoe...
- CCoeControl::DrawNow()const - Draws the entire control
- CCoeControl::DrawNow(const TRect &)const - Draws the control, its components and child windows, within the bounds defined b...
- CCoeControl::EnableDragEvents() - Requests pointer drag events.
- CCoeControl::EnableReportControlStateChange(TBool) - Set the status of the report control state change.
- CCoeControl::FindBackground()const - Return an MCoeControlBackground object, if there is one - looking up the parent ...
- CCoeControl::FindFontProvider()const - Return the font provider used by this control
- CCoeControl::FocusChanged(TDrawNow) - Responds to a change in focus.
- CCoeControl::GetColor(TInt,TRgb &)const - Gets the overridden physical colour.
- CCoeControl::GetColorUseListL(CArrayFix< TCoeColorUse > &)const - Gets the list of logical colours used to draw the control.
- CCoeControl::GetGc()const - Deprecated. See CCoeControl::CustomGc()const.
- CCoeControl::GetHelpContext(TCoeHelpContext &)const - Gets the control's help context.
- CCoeControl::GetTextDrawer(CCoeTextDrawerBase *&,const CCoeControl *,TInt)const - Controls that want to change or replace the text drawer that it or its children ...
- CCoeControl::GrabbingComponent()const - Gets the component of this control which is grabbing the pointer.
- CCoeControl::HandleComponentControlsResourceChange(TInt) - Handles a change to the resources in the components of a compound control.
- CCoeEnv::AddFepObserverL(MCoeFepObserver &) - Adds the specified MCoeFepObserver to the FEP observer list.
- CCoeEnv::AddFocusObserverL(MCoeFocusObserver &) - Adds the specified MCoeFocusObserver to the focus observer list.
- CCoeEnv::AddForegroundObserverL(MCoeForegroundObserver &) - Adds the specified MCoeForegroundObserver to the foreground observer list.
- CCoeEnv::AddMessageMonitorObserverL(MCoeMessageMonitorObserver &) - Adds the specified MCoeMessageMonitorObserver to the message observer list
- CCoeEnv::AddMessageObserverL(MCoeMessageObserver &) - Adds the specified MCoeMessageObserver to the message observer list.
- CCoeEnv::AddObserverOfLoadedFepL(MCoeObserverOfLoadedFep &) - Adds the specified MCoeObserverOfLoadedFep to the loaded FEP list.
- CCoeEnv::AddResourceChangeObserverL(MCoeResourceChangeObserver &) - Adds the specified MCoeResourceChangeObserver to the resource change observer li...
- CCoeEnv::AddResourceFileL(const TDesC &) - Adds the specified resource file to the list maintained by CCoeEnv.
- CCoeEnv::AllocReadResourceAsDes16L(TInt)const - Reads a resource into a 16 bit heap buffer, allocating the buffer.
- CCoeEnv::AllocReadResourceAsDes16LC(TInt)const - Reads a resource into a 16 bit heap buffer, allocating the buffer and pushing it...
- CCoeEnv::AllocReadResourceAsDes8L(TInt)const - Reads a resource into an 8 bit heap buffer, allocating the buffer.
- CCoeEnv::AllocReadResourceAsDes8LC(TInt)const - Reads a resource into an 8 bit heap buffer, allocating the buffer and pushing it...
- CCoeEnv::AllocReadResourceL(TInt)const - Reads a resource into a heap descriptor, allocating memory for it.
- CCoeEnv::AllocReadResourceLC(TInt)const - Reads a specified resource into a heap descriptor, allocating memory for it, and...
- CCoeEnv::AppUi()const - Gets the application UI owned by this application.
- CCoeEnv::AvailableFepsL(RArray< TUid > &,CDesCArray *) - Gets the UIDs, and optionally display names, of all the secure FEPs that are ava...
- CCoeEnv::BringOwnerToFront() - Brings the application's owning window group to the front of the screen and give...
- CCoeEnv::CCoeEnv() - Default constructor.
- CCoeEnv::ConstructL() - Completes construction of the CCoeEnv object.
- CCoeEnv::ConstructL(TBool) - Completes construction of the CCoeEnv.
- CCoeEnv::ConstructL(TBool,TInt) - Completes construction of the CCoeEnv. It can be called by the previous overload...
- CCoeEnv::ConstructL(TBool,TInt,TInt) - Completes construction of the CCoeEnv.
- CCoeEnv::CreateDeviceFontL(CGraphicsDevice *,const TFontSpec &) - Creates a font for the specified graphics device.
- CCoeEnv::CreateGcL() - Fully constructs a new graphics context.
- CCoeEnv::CreateResourceReaderLC(TResourceReader &,TInt)const - Reads a resource from a resource file and sets its resource reader.
- CCoeEnv::CreateScreenFontL(const TFontSpec &) - Creates a font for the default graphics device, based on the specified TFontSpec...
- CCoeEnv::DefaultFontProvider()const - This function returns the default font provider.
- CCoeEnv::DefaultTextDrawer()const - This function returns the default text drawer.
- CCoeEnv::DeleteResourceFile(TInt) - Deletes the specified resource file from the list maintained by CCoeEnv.
- CCoeEnv::DestroyEnvironment() - Deletes several resources owned by the CCoeEnv object.
- CCoeEnv::DestroyScreen() - Destroys the screen device.
- CCoeEnv::DisableExitChecks(TBool) - Disables exit checks on kernel resources.
- CCoeEnv::DisableShutdownChecks()const
- CCoeEnv::DoCancel() - Implements cancellation of an outstanding request.
- CCoeEnv::ErrorContextText() - Gets the current error context text.
- CCoeEnv::ErrorText() - Gets the current error message text.
- CCoeEnv::Execute() - Launches the application without destroying the control environment.
- CCoeEnv::ExecuteD() - Launches the application and destroys the control environment.
- CCoeEnv::ExecuteFepSettingsDialogL(TUid) - Executes the settings dialog for the specified secure FEP.
- CCoeEnv::Fep()const - Gets a pointer to the currently loaded FEP.
- CCoeEnv::FepUid()const - Gets the UID of the currently loaded FEP.
- CCoeEnv::FindStatic(TUid)
- CCoeEnv::Flush(TTimeIntervalMicroSeconds32) - Flushes the client-side window server buffer.
- CCoeEnv::ForEachFepObserverCall(TCoeFepObserverFunction) - Calls the specified function for each FEP observer.
- CCoeEnv::Format128(TDes &,TInt,...) - Reads a 128 byte resource into a formatted string.
- CCoeEnv::Format256(TDes &,TInt,...) - Reads a 256 byte resource into a formatted string.
- CCoeEnv::FsSession()const - Gets the file server session owned by this CCoeEnv.
- CCoeEnv::HandleError(TInt) - Handles an application-defined error message.
- CCoeEnv::InitSystemFontsL() - Initialises the system fonts.
- CCoeEnv::InputCapabilitiesChanged() - Notifies all focus observers (FEPs) that a change has been made to the input cap...
- CCoeEnv::InstallFepL(TUid) - Loads the specified secure FEP into all running applications.
- CCoeEnv::InstallFepL(TUid,const TBool) - Loads the specified secure FEP into all running applications.
- CCoeEnv::IsRedrawEventPending()const - Tests if there is a redraw event waiting to be processed.
- CCoeEnv::IsResourceAvailableL(TInt)const - Checks if the given resource is owned by one of the resource files in the list m...
- CCoeEnv::IsSchedulerRunning()const
- CCoeEnv::IsWservEventPending()const - Tests if there is a standard event waiting to be processed.
- CCoeEnv::LastEvent()const - Gets the most recent standard event that was received by the application.
- CCoeEnv::LeaveWithErrorText(const TDesC &,const TDesC *) - Triggers a dialog which will display the error message
- CCoeEnv::MopSupplyObject(TTypeUid) - Retrieves an object of the same type as that encapsulated in aId.
- CCoeEnv::NormalFont()const - Gets the normal environment font.
- CCoeEnv::PrepareToExit() - Prepares for exiting the application.
- CCoeEnv::ReadDesC16ArrayResourceL(TInt) - Reads a resource into a 16 bit descriptor array.
- CCoeEnv::ReadDesC8ArrayResourceL(TInt) - Reads a resource into an 8 bit descriptor array.
- CCoeEnv::ReadDesCArrayResourceL(TInt) - Reads a resource into a Unicode descriptor array.
- CCoeEnv::ReadResource(TDes &,TInt)const - Reads a resource into a descriptor.
- CCoeEnv::ReadResourceAsDes16(TDes16 &,TInt)const - Reads a resource into a 16 bit descriptor.
- CCoeEnv::ReadResourceAsDes16L(TDes16 &,TInt)const
- CCoeEnv::ReadResourceAsDes8(TDes8 &,TInt)const - Reads a resource into an 8 bit descriptor.
- CCoeEnv::ReadResourceAsDes8L(TDes8 &,TInt)const
- CCoeEnv::ReadResourceL(TDes &,TInt)const - Reads a resource into a descriptor.
- CCoeEnv::ReleaseScreenFont(CFont *)const - Frees all resources used by the font.
- CCoeEnv::RemoveFepObserver(MCoeFepObserver &) - Removes the specified FEP observer.
- CCoeEnv::RemoveFocusObserver(MCoeFocusObserver &) - Removes the specified focus observer.
- CCoeEnv::RemoveForegroundObserver(MCoeForegroundObserver &) - Removes the specified foreground observer.
- CCoeEnv::RemoveMessageMonitorObserver(MCoeMessageMonitorObserver &) - Removes the specified MCoeMessageMonitorObserver.
- CCoeEnv::RemoveMessageObserver(MCoeMessageObserver &) - Removes the specified MCoeMessageObserver from the message observer list.
- CCoeEnv::RemoveObserverOfLoadedFep(MCoeObserverOfLoadedFep &) - Removes the specified loaded FEP observer.
- CCoeEnv::RemoveResourceChangeObserver(MCoeResourceChangeObserver &) - Removes the specified resource change observer.
- CCoeEnv::Reserved_1()
- CCoeEnv::Reserved_2()
- CCoeEnv::ResourceFileVersionNumber()const - Gets the resource file version number.
- CCoeEnv::RootWin()const - Gets the application's window group.
- CCoeEnv::RunError(TInt)
- CCoeEnv::RunL() - Handles an active object's request completion event.
- CCoeEnv::ScreenDevice()const - Gets the default screen device owned by this CCoeEnv.
- CCoeEnv::SetAppUi(CCoeAppUi *) - Sets the application's user interface object.
- CCoeEnv::SimulateKeyEventL(const TKeyEvent &,TEventCode) - Simulates a key event.
- CCoeEnv::Static() - Gets a pointer to a CCoeEnv which can be used to access CCoeEnv's functions.
- CCoeEnv::Static(TUid) - Gets a pointer to the specified CCoeStatic derived class.
- CCoeEnv::SuppressNextFlush() - Suppresses the next flush of the active scheduler queue.
- CCoeEnv::SwapSystemGc(CWindowGc *) - Sets the new system graphics context.
- CCoeEnv::SyncNotifyFocusObserversOfChangeInFocus()
- CCoeEnv::SystemGc()const - Gets the system graphics context.
- CCoeEnv::Version() - Gets the version number of the UI Control Framework API.
- CCoeEnv::WsSession()const - Gets the window server session owned by the application.
- CCoeEnv::~CCoeEnv() - Destructor.
- CCoeTextDrawerBase::ActualHorizontalAlignment(const TCoeTextTypeAdaptor &)const - This method returns the actual (absolute) horizontal text alignment to be used w...
- CCoeTextDrawerBase::Alignment()const - Returns the text alignment that will be used by CCoeTextDrawerBase::DrawText(CGr...
- CCoeTextDrawerBase::CCoeTextDrawerBase() - Constructor.
- CCoeTextDrawerBase::Construct() - Second phase object construction. Note that this method is non-leaving as it may...
- CCoeTextDrawerBase::DrawText(CGraphicsContext &,const TCoeTextTypeAdaptor &,const CFont &,const TRect &,const TRect &)const - Any actual text drawer must implement this method to draw the text passed as arg...
- CCoeTextDrawerBase::DrawTextVertical(CGraphicsContext &,const TCoeTextTypeAdaptor &,const CFont &,const TRect &,const TRect
&,TBool)const - Draws the text vertically inside the text rectangle, cropped to the clipping rec...
- CCoeTextDrawerBase::EffectMargins() - Any text drawer implementation must override this method, returning the "ma...
- CCoeTextDrawerBase::IsReusable()const - Returns whether the CCoeTextDrawerBase-derived text drawer object has been set t...
- CCoeTextDrawerBase::LineGapInPixels()const - Returns the gap (in pixels) between lines of text. Default gap is 1 (one) pixel.
- CCoeTextDrawerBase::Margins()const - Returns the text margins that will be used by CCoeTextDrawerBase::DrawText(CGrap...
- CCoeTextDrawerBase::Reset() - This method is called from the destructor of the XCoeTextDrawer object managing ...
- CCoeTextDrawerBase::SetAlignment(const TGulAlignment &) - Set the text alignment that will be used by CCoeTextDrawerBase::DrawText(CGraphi...
- CCoeTextDrawerBase::SetAppLanguage(TLanguage) - Unless absolute horizontal aligment has been selected (see TGulAlignment), the a...
- CCoeTextDrawerBase::SetLineGapInPixels(TInt) - Set the gap (in pixels) between lines of text. Default gap is 1 (one) pixel.
- CCoeTextDrawerBase::SetMargins(const TMargins8 &) - Set the text margins that will be used by CCoeTextDrawerBase::DrawText(CGraphics...
- CCoeTextDrawerBase::SetReusable(TBool) - Set whether the text drawer is reusable or not. A reusable text drawer will be r...
- CCoeTextDrawerBase::SetTextColor(TRgb) - This method sets the main color to use to draw text.
- CCoeTextDrawerBase::TextColor()const - This method returns the main color used by the CCoeTextDrawer to draw text.
- CCoeTextDrawerBase::~CCoeTextDrawerBase() - Destructor.
- CConfiguration::AddMasks(TInt,TInt,CSystemMonitorError &)
- CConfiguration::ClearMasks()
- CConfiguration::Construct(TBool)
- CConfiguration::EventTagConfigured(TInt)
- CConfiguration::GetGathererOption(TGathererTypeID,CSystemMonitorError &)
- CConfiguration::GetMasks(TInt &)
- CConfiguration::GetRecordTypeOption(TRecordTypeID,CSystemMonitorError &)
- CConfiguration::SetGathererOption(TGathererTypeID,TBool,CSystemMonitorError &)
- CConfiguration::SetMasks(TInt,TInt,CSystemMonitorError &)
- CConfiguration::SetRecordTypeOption(TRecordTypeID,TBool,CSystemMonitorError &)
- CDesC16Array::AppendL(const TDesC16 &) - Appends a descriptor onto the end of any existing descriptor elements in the arr...
- CDesC16Array::CDesC16Array(TBufRep,TInt)
- CDesC16Array::Delete(TInt)
- CDesC16Array::Delete(TInt,TInt) - Deletes one or more logically contiguous descriptor elements from the array.
- CDesC16Array::Find(const TDesC16 &,TInt &,TKeyCmpText)const - Finds the position of a descriptor element within the array which matches the sp...
- CDesC16Array::FindIsq(const TDesC16 &,TInt &,TKeyCmpText)const - Finds the position of a descriptor element within the array which matches the sp...
- CDesC16Array::InsertIsqAllowDuplicatesL(const TDesC16 &,TKeyCmpText) - Inserts a descriptor into the array at a position which maintains the sequence o...
- CDesC16Array::InsertIsqL(const TDesC16 &,TKeyCmpText) - Inserts a descriptor into the array at a position which maintains the sequence o...
- CDesC16Array::InsertL(TInt,const TDesC16 &) - Inserts a descriptor into the array at the specified position.
- CDesC16Array::MdcaCount()const - Returns the number of descriptor elements in the array. The function implements ...
- CDesC16Array::MdcaPoint(TInt)const - Indexes into a descriptor array. The function implements the interface MDesC16Ar...
- CDesC16Array::operator[](TInt)const - Returns a non-modifiable descriptor to represent the descriptor element located ...
- CDesC16Array::Reset() - Deletes all descriptors from the array and frees the memory allocated to the arr...
- CDesC16Array::Sort(TKeyCmpText) - Sorts the descriptor elements into sequence.
- CDesC16Array::~CDesC16Array() - Frees all resources owned by the object, prior to its destruction. In particular...
- CDesC8Array::AppendL(const TDesC8 &) - Appends a descriptor onto the end of any existing descriptor elements in the arr...
- CDesC8Array::CDesC8Array(TBufRep,TInt)
- CDesC8Array::Delete(TInt)
- CDesC8Array::Delete(TInt,TInt) - Deletes one or more logically contiguous descriptor elements from the array.
- CDesC8Array::Find(const TDesC8 &,TInt &,TKeyCmpText)const - Finds the position of a descriptor element within the array which matches the sp...
- CDesC8Array::FindIsq(const TDesC8 &,TInt &,TKeyCmpText)const - Finds the position of a descriptor element within the array which matches the sp...
- CDesC8Array::InsertIsqAllowDuplicatesL(const TDesC8 &,TKeyCmpText) - Inserts a descriptor into the array at a position which maintains the sequence o...
- CDesC8Array::InsertIsqL(const TDesC8 &,TKeyCmpText) - Inserts a descriptor into the array at a position which maintains the sequence o...
- CDesC8Array::InsertL(TInt,const TDesC8 &) - Inserts a descriptor into the array at the specified position.
- CDesC8Array::MdcaCount()const - Returns the number of descriptor elements in the array. The function implements ...
- CDesC8Array::MdcaPoint(TInt)const - Indexes into a descriptor array. The function implements the interface MDesC8Arr...
- CDesC8Array::operator[](TInt)const
- CDesC8Array::Reset() - Deletes all descriptors from the array and frees the memory allocated to the arr...
- CDesC8Array::Sort(TKeyCmpText) - Sorts the descriptor elements into sequence.
- CDesC8Array::~CDesC8Array() - Frees all resources owned by the object, prior to its destruction. In particular...
- CDirectFileStore::CDirectFileStore(RFile &)
- CDirectFileStore::CDirectFileStore(RFileBuf &,const TUidType &)
- CDirectFileStore::CreateL(RFs &,const TDesC &,TUint) - Creates a new file and constructs a new direct file store object to be associate...
- CDirectFileStore::CreateLC(RFs &,const TDesC &,TUint) - Creates a new file and constructs a new direct file store object to be associate...
- CDirectFileStore::DoCreateL(TStreamId &) - Creates a new stream in the store. The function gets the allocated stream id in ...
- CDirectFileStore::DoReadL(TStreamId)const - Opens the requested stream for reading. The function should return a stream buff...
- CDirectFileStore::DoSetRootL(TStreamId) - Implements the setting of theroot stream.
- CDirectFileStore::ExternalizeL(RWriteStream &)const
- CDirectFileStore::FromL(RFile &) - Constructs a direct file store object from an already opened file.
- CDirectFileStore::FromLC(RFile &) - Constructs a direct file store object from an already opened file, and places th...
- CDirectFileStore::InternalizeL(RReadStream &)
- CDirectFileStore::Layout()const - Gets the UID that uniquely identifies this file store as a direct file store.
- CDirectFileStore::NewL(RFile &) - Constructs a new direct file store object in an already opened file.
- CDirectFileStore::NewLC(RFile &) - Constructs a new direct file store object in an already opened file and places t...
- CDirectFileStore::OpenL(RFs &,const TDesC &,TUint) - Opens a file containing a direct file store, and constructs a direct file store ...
- CDirectFileStore::OpenLC(RFs &,const TDesC &,TUint) - Opens a file containing a direct file store, constructs a direct file store obje...
- CDirectFileStore::ReplaceL(RFs &,const TDesC &,TUint) - Creates a file and constructs a direct file store object to be associated with i...
- CDirectFileStore::ReplaceLC(RFs &,const TDesC &,TUint) - Creates a file, constructs a direct file store object to be associated with it, ...
- CDirectFileStore::TempL(RFs &,const TDesC &,TFileName &,TUint) - Creates a temporary file and constructs a direct file store object to be associa...
- CDirectFileStore::TempLC(RFs &,const TDesC &,TFileName &,TUint) - Creates a temporary file, constructs a direct file store object to be associated...
- CEmailAccounts::CreateImapAccountL(const TDesC &,const CImImap4Settings &,const CImIAPPreferences &,TBool) - Creates an IMAP Account:
- CEmailAccounts::CreatePopAccountL(const TDesC &,const CImPop3Settings &,const CImIAPPreferences &,TBool) - Creates a POP Account:
- CEmailAccounts::CreateSmtpAccountL(const TDesC &,const CImSmtpSettings &,const CImIAPPreferences &,TBool) - Creates an SMTP Account:
- CEmailAccounts::CreateSmtpAccountL(TImapAccount &,const CImSmtpSettings &,const CImIAPPreferences &,TBool) - Creates a SMTP Account:
- CEmailAccounts::CreateSmtpAccountL(TPopAccount &,const CImSmtpSettings &,const CImIAPPreferences &,TBool) - Creates a SMTP Account:
- CEmailAccounts::DefaultSmtpAccountL(TSmtpAccount &) - Returns the default SMTP account.
- CEmailAccounts::DeleteDefaultSmtpAccountL() - Deletes the default SMTP account information from repository.
- CEmailAccounts::DeleteImapAccountL(const TImapAccount &) - Deletes the specified IMAP account.
- CEmailAccounts::DeletePopAccountL(const TPopAccount &) - Deletes the specified POP account.
- CEmailAccounts::DeleteSmtpAccountL(const TSmtpAccount &) - Deletes the specified SMTP account.
- CEmailAccounts::GetImapAccountL(TMsvId,TImapAccount &) - Gets a IMAP account ID for the specified service.
- CEmailAccounts::GetImapAccountsL(RArray< TImapAccount > &) - Gets a list of IMAP account IDs that exists in the current message store.
- CEmailAccounts::GetPopAccountL(TMsvId,TPopAccount &) - Gets a POP account ID for the specified service.
- CEmailAccounts::GetPopAccountsL(RArray< TPopAccount > &) - Gets a list of POP account IDs that exists in the current message store.
- CEmailAccounts::GetSmtpAccountL(TMsvId,TSmtpAccount &) - Gets a SMTP account ID for the specified service.
- CEmailAccounts::GetSmtpAccountsL(RArray< TSmtpAccount > &) - Gets a list of SMTP account IDs that exists in the current message store.
- CEmailAccounts::HandleSessionEventL(TMsvSessionEvent,TAny *,TAny *,TAny *) - Indicates an event has occurred.
- CEmailAccounts::IsAccountReadOnlyL(const TImapAccount &) - Checks if the account is read-only
- CEmailAccounts::IsAccountReadOnlyL(const TPopAccount &) - Checks if the account is read-only
- CEmailAccounts::IsAccountReadOnlyL(const TSmtpAccount &) - Checks if the account is read-only
- CEmailAccounts::LoadImapIapSettingsL(const TImapAccount &,CImIAPPreferences &) - Loads IMAP IAP settings for the specified account.
- CEmailAccounts::LoadImapSettingsL(const TImapAccount &,CImImap4Settings &) - Loads IMAP service settings for the specified account.
- CEmailAccounts::LoadPopIapSettingsL(const TPopAccount &,CImIAPPreferences &) - Loads POP IAP settings for the specified account.
- CEmailAccounts::LoadPopSettingsL(const TPopAccount &,CImPop3Settings &) - Loads POP service settings for the specified account.
- CEmailAccounts::LoadSmtpIapSettingsL(const TSmtpAccount &,CImIAPPreferences &) - Loads SMTP IAP settings for the specified account.
- CEmailAccounts::LoadSmtpSettingsL(const TSmtpAccount &,CImSmtpSettings &) - Loads SMTP service settings for the specified account.
- CEmailAccounts::NewL() - Allocates and constructs an Email accounts object.
- CEmailAccounts::NewLC() - Allocates and constructs an Email accounts object.
- CEmailAccounts::PopulateDefaultImapSettingsL(CImImap4Settings &,CImIAPPreferences &) - Populates the supplied setting objects with default values.
- CEmailAccounts::PopulateDefaultPopSettingsL(CImPop3Settings &,CImIAPPreferences &) - Populates the supplied setting objects with default values.
- CEmailAccounts::PopulateDefaultSmtpSettingsL(CImSmtpSettings &,CImIAPPreferences &) - Populates the supplied setting objects with default values.
- CEmailAccounts::SaveImapIapSettingsL(const TImapAccount &,const CImIAPPreferences &) - Saves IMAP IAP settings for the specified account.
- CEmailAccounts::SaveImapSettingsL(const TImapAccount &,const CImImap4Settings &) - Saves IMAP service settings for the specified account.
- CEmailAccounts::SavePopIapSettingsL(const TPopAccount &,const CImIAPPreferences &) - Saves POP IAP settings for the specified account.
- CEmailAccounts::SavePopSettingsL(const TPopAccount &,const CImPop3Settings &) - Saves POP service settings for the specified account.
- CEmailAccounts::SaveSmtpIapSettingsL(const TSmtpAccount &,const CImIAPPreferences &) - Saves SMTP IAP settings for the specified account.
- CEmailAccounts::SaveSmtpSettingsL(const TSmtpAccount &,const CImSmtpSettings &) - Saves SMTP service settings for the specified account.
- CEmailAccounts::SetDefaultSmtpAccountL(const TSmtpAccount &) - Sets the default smtp account.
- CEmailAccounts::~CEmailAccounts() - Destructor.
- CEZCompressor::CompressL(TDes8 &,const TDesC8 &,TInt) - Compresses the data in the given buffer
- CEZCompressor::DeflateL() - Compress the data to the buffer in stages, return value indicates if the compres...
- CEZCompressor::NewL(MEZBufferManager &,const TDesC8 &,TInt,TInt,TInt,TStrategy) - Overload of CEZCompressor constructor takes aDictionary argument
- CEZCompressor::NewL(MEZBufferManager &,TInt,TInt,TInt,TStrategy) - Creates a new CEZCompressor object
- CEZCompressor::NewLC(MEZBufferManager &,const TDesC8 &,TInt,TInt,TInt,TStrategy) - Overload of CEZCompressor constructor takes aDictionary argument
- CEZCompressor::NewLC(MEZBufferManager &,TInt,TInt,TInt,TStrategy) - Creates a new CEZCompressor object and leaves it on the CleanupStack
- CEZCompressor::ResetL(MEZBufferManager &) - Resets the current compression operation, with the new buffer manager
- CFbsBitGc::Activate(CFbsDevice *) - Sets the object to draw to a particular device
- CFbsBitGc::ActivateNoJustAutoUpdate(CFbsDevice *) - Sets the object to draw to a particular device but doesn't 'use up' justificatio...
- CFbsBitGc::AlphaBlendBitmaps(const TPoint &,const CFbsBitmap *,const CFbsBitmap *,const TRect &,const TPoint &,const CFbsBitmap
*,const TPoint &) - The method performs an alpha blending of the source data - aSrcBmp1 and aSrcBmp2...
- CFbsBitGc::AlphaBlendBitmaps(const TPoint &,const CFbsBitmap *,const TRect &,const CFbsBitmap *,const TPoint &) - The method performs an alpha blending of the source data - aSrcBmp - with the ex...
- CFbsBitGc::AlphaBlendBitmaps(const TPoint &,const CWsBitmap *,const TRect &,const CWsBitmap *,const TPoint &) - The method performs an alpha blending of the source data, aSrcBmp, with the CBit...
- CFbsBitGc::APIExtension(TUid,TAny *&,TAny *) - This function should not be used by externals but must retain the same ordinal n...
- CFbsBitGc::BitBlt(const TPoint &,const CFbsBitGc &) - Draws from another CFbsBitGc.
- CFbsBitGc::BitBlt(const TPoint &,const CFbsBitGc &,const TRect &) - Draws a particular rectangle from another CFbsBitGc.
- CFbsBitGc::BitBlt(const TPoint &,const CFbsBitmap *) - Draws the whole of a CFbsBitmap.
- CFbsBitGc::BitBlt(const TPoint &,const CFbsBitmap *,const TRect &) - Draws a particular rectangle from a CFbsBitmap.
- CFbsBitGc::BitBltMasked(const TPoint &,const CFbsBitmap *,const TRect &,const CFbsBitmap *,TBool) - Performs a masked bitmap block transfer.
- CFbsBitGc::CancelClipping() - Cancels clipping rectangle and region.
- CFbsBitGc::CancelClippingRect() - Cancels any clipping rectangle. Clipping reverts to the full device area, the de...
- CFbsBitGc::CancelClippingRegion() - Cancels the clipping region.
- CFbsBitGc::Clear() - Clears the whole bitmap or a rectangular area of a bitmap.
- CFbsBitGc::Clear(const TRect &) - Clears a rectangular area.
- CFbsBitGc::CopyRect(const TPoint &,const TRect &) - Copies a rectangle.
- CFbsBitGc::CopySettings(const CFbsBitGc &) - Copies all settings from the specified bitmap graphics context.
- CFbsBitGc::Device()const - Gets a pointer to the graphics device for the graphics context. The graphics dev...
- CFbsBitGc::DiscardBrushPattern() - Discards a non-built-in brush pattern. The function provides a concrete implemen...
- CFbsBitGc::DiscardFont() - Discards a selected device font. The function provides a concrete implementation...
- CFbsBitGc::DrawArc(const TRect &,const TPoint &,const TPoint &) - Draws an arc.
- CFbsBitGc::DrawBitmap(const TPoint &,const CFbsBitmap *) - Draws a bitmap.
- CFbsBitGc::DrawBitmap(const TRect &,const CFbsBitmap *) - Draws a bitmap to fit a given rectangle.
- CFbsBitGc::DrawBitmap(const TRect &,const CFbsBitmap *,const TRect &) - Draws a specified rectangle of a source bitmap to fit into a given destination r...
- CFbsBitGc::DrawBitmapMasked(const TRect &,const CFbsBitmap *,const TRect &,const CFbsBitmap *,TBool) - The method draws a specified rectangle from a bitmap and its mask into another r...
- CFbsBitGc::DrawBitmapMasked(const TRect &,const CWsBitmap *,const TRect &,const CWsBitmap *,TBool) - The method draws a specified rectangle from a bitmap and its mask into another r...
- CFbsBitGc::DrawEllipse(const TRect &) - Draws and fills an ellipse.
- CFbsBitGc::DrawLine(const TPoint &,const TPoint &) - Draws a straight line between two points.
- CFbsBitGc::DrawLineBy(const TPoint &) - Draws a straight line relative to the current drawing point, using a vector.
- CFbsBitGc::DrawLineTo(const TPoint &) - Draws a straight line from the current drawing point to a specified point.
- CFbsBitGc::DrawPie(const TRect &,const TPoint &,const TPoint &) - Draws and fills a pie slice.
- CFbsBitGc::DrawPolyLine(const CArrayFix< TPoint > *) - Draws a polyline from a set of points specified in a list.
- CFbsBitGc::DrawPolyLine(const TPoint *,TInt) - Draws a polyline from a set of points specified in a list.
- CFbsBitGc::DrawPolyLineNoEndPoint(const CArrayFix< TPoint > *) - Draws a polyline from a set of points specified in an array, but does not draw t...
- CFbsBitGc::DrawPolyLineNoEndPoint(const TPoint *,TInt) - Draws a polyline from a set of points specified in a list, but does not draw the...
- CFbsBitGc::DrawRect(const TRect &) - Draws and fills a rectangle.
- CFbsBitGc::DrawRoundRect(const TRect &,const TSize &) - Draws and fills a rectangle with rounded corners.
- CFbsBitGc::DrawText(const TDesC &) - Draws text at the last print position.
- CFbsBitGc::DrawText(const TDesC &,const TPoint &) - Draws text at the specified position and updates the print position.
- CFbsBitGc::DrawText(const TDesC &,const TRect &) - Draws text clipped to the specified rectangle.
- CFbsBitGc::DrawText(const TDesC &,const TRect &,TInt,TInt,TTextAlign,TInt) - Draws text clipped to the specified rectangle.
- CFbsBitGc::DrawText(const TDesC &,const TRect &,TInt,TTextAlign,TInt) - Draws text clipped to the specified rectangle using a baseline offset, horizonta...
- CFbsBitGc::DrawTextVertical(const TDesC &,const TPoint &,TBool) - Draws text vertically from the specified position.
- CFbsBitGc::DrawTextVertical(const TDesC &,const TRect &,TBool) - Draws text clipped to the specified rectangle and then rotates it into a vertica...
- CFbsBitGc::DrawTextVertical(const TDesC &,const TRect &,TInt,TBool,TTextAlign,TInt) - Draws text vertically, clipped to a specified rectangle, using a baseline offset...
- CFbsBitGc::DrawTextVertical(const TDesC &,const TRect &,TInt,TInt,TBool,TTextAlign,TInt) - Draws text vertically, clipped to a specified rectangle, using a baseline offset...
- CFbsBitGc::DrawTextVertical(const TDesC &,TBool) - Draws text at the last print position and then rotates it into a vertical positi...
- CFbsBitGc::FadeArea(const TRegion *) - Sets the fade area.
- CFbsBitGc::IsBrushPatternUsed()const - Tests whether a brush pattern is being used.
- CFbsBitGc::IsFontUsed()const - Tests whether a font is used.
- CFbsBitGc::Load16(const TUint8 *)
- CFbsBitGc::MapColors(const TRect &,const TRgb *,TInt,TBool) - Maps pixels in the specified rectangle. The function tries to match the colour o...
- CFbsBitGc::MoveBy(const TPoint &) - Sets the drawing point relative to the current co-ordinates. The function provid...
- CFbsBitGc::MoveTo(const TPoint &) - Sets the internal drawing position relative to the co-ordinate origin. A subsequ...
- CFbsBitGc::NewL() - Factory function for creating a CFbsBitGc object The object is then ready for a ...
- CFbsBitGc::OrientationsAvailable(TBool) - Gets the orientations supported.
- CFbsBitGc::Plot(const TPoint &) - Draws a single point.
- CFbsBitGc::RectDrawnTo(TRect &) - Sets the bounding rectangle of all drawing done since this function was last cal...
- CFbsBitGc::Reserved_CBitmapContext_1()
- CFbsBitGc::Reserved_CBitmapContext_2()
- CFbsBitGc::Reserved_CBitmapContext_3()
- CFbsBitGc::Reserved_CFbsBitGc_1()
- CFbsBitGc::Reserved_CFbsBitGc_2()
- CFbsBitGc::Reserved_CFbsBitGc_3()
- CFbsBitGc::Reserved_CFbsBitGc_4()
- CFbsBitGc::Reserved_CFbsBitGc_5()
- CFbsBitGc::Reserved_CGraphicsContext_2() - A reserved virtual function for future use.
- CFbsBitGc::Reset() - Resets the graphics context to its default settings. The function provides a con...
- CFbsBitGc::Resized() - Needs to be called if the device is resized. This only applies to devices of typ...
- CFbsBitGc::SetBrushColor(const TRgb &) - Sets the brush colour. The function provides a concrete implementation of the pu...
- CFbsBitGc::SetBrushOrigin(const TPoint &) - Sets the brush pattern origin. The function provides a concrete implementation o...
- CFbsBitGc::SetBrushStyle(TBrushStyle) - Sets the brush style. The function provides a concrete implementation of the pur...
- CFbsBitGc::SetCharJustification(TInt,TInt) - Sets the character justification. The function provides a concrete implementatio...
- CFbsBitGc::SetClippingRect(const TRect &) - Sets the clipping rectangle the area of visible drawing depends on the clipping ...
- CFbsBitGc::SetClippingRegion(const TRegion &) - Sets a clipping region by storing a copy of the TRegion parameter.
- CFbsBitGc::SetClippingRegion(const TRegion *) - Sets a clipping region by storing a pointer to the TRegion parameter.
- CFbsBitGc::SetDitherOrigin(const TPoint &) - Sets the dither origin. This is only useful for modes that do dithering. If the ...
- CFbsBitGc::SetDrawMode(TDrawMode) - Sets the drawing mode. This affects the colour that is actually drawn, because i...
- CFbsBitGc::SetFaded(TBool) - Sets whether the graphics context is faded. The function provides a concrete imp...
- CFbsBitGc::SetFadeMode(TBool)
- CFbsBitGc::SetFadingParameters(TUint8)
- CFbsBitGc::SetFadingParameters(TUint8,TUint8) - Set fading parameters. The function provides a concrete implementation of the pu...
- CFbsBitGc::SetOrientation(TGraphicsOrientation) - Sets the orientation.
- CFbsBitGc::SetOrigin(const TPoint &) - Sets the position of the co-ordinate origin. All subsequent drawing operations a...
- CFbsBitGc::SetPenColor(const TRgb &) - Sets the pen colour. The function provides a concrete implementation of the pure...
- CFbsBitGc::SetPenSize(const TSize &) - Sets the line drawing size for the pen. The function provides a concrete impleme...
- CFbsBitGc::SetPenStyle(TPenStyle) - Sets the line drawing style for the pen. The function provides a concrete implem...
- CFbsBitGc::SetShadowMode(TBool) - Sets the shadow mode on or off.
- CFbsBitGc::SetStrikethroughStyle(TFontStrikethrough) - Sets the strikethrough style for all subsequently drawn text. The function provi...
- CFbsBitGc::SetUnderlineStyle(TFontUnderline) - Sets the underline style for all subsequently drawn text. The function provides ...
- CFbsBitGc::SetUserDisplayMode(TDisplayMode) - Simulates another graphics mode. Some devices running in some modes can simulate...
- CFbsBitGc::SetWordJustification(TInt,TInt) - Sets the word justification. The function provides a concrete implementation of ...
- CFbsBitGc::ShadowArea(const TRegion *) - Sets the shadow area.
- CFbsBitGc::UpdateJustification(const TDesC &) - Updates the justification settings. This function assumes that CFbsBitGc::Activa...
- CFbsBitGc::UpdateJustificationVertical(const TDesC &,TBool) - Updates the justification for vertical text.
- CFbsBitGc::UseBrushPattern(const CFbsBitmap *) - Sets the specified bitmap to be used as the brush pattern.
- CFbsBitGc::UseBrushPattern(TInt) - Sets the specified bitmap to be used as the brush pattern.
- CFbsBitGc::UseFont(const CFont *) - Selects the device font, identified by handle number, to be used for text drawin...
- CFbsBitGc::UseFont(TInt) - Selects the device font, identified by handle, to be used for text drawing. Note...
- CFbsBitGc::UseFontNoDuplicate(const CFbsBitGcFont *) - Selects a device font for text drawing but does not take a copy. The original mu...
- CFbsBitGc::~CFbsBitGc() - Frees all resources owned by the object.
- CFbsBitmap::BeginDataAccess()const - Marks the beginning of direct access to the bitmap data. This function prepares ...
- CFbsBitmap::CleanAddress()const
- CFbsBitmap::CleanAddress(TUint32 *&)const
- CFbsBitmap::Compress()
- CFbsBitmap::Compress(TBitmapfileCompressionScheme) - Compresses bitmap in RAM.
- CFbsBitmap::CompressInBackground() - Submits the bitmap for asynchronous background compression. No notification will...
- CFbsBitmap::CompressInBackground(TBitmapfileCompressionScheme) - Submits the bitmap for asynchronous background compression. No notification will...
- CFbsBitmap::CompressInBackground(TRequestStatus &) - Submits the bitmap for asynchronous background compression.
- CFbsBitmap::CompressInBackground(TRequestStatus &,TBitmapfileCompressionScheme) - Submits the bitmap for asynchronous background compression.
- CFbsBitmap::Create(const TSize &,TDisplayMode) - Creates a bitmap with the specified size and display mode. The bitmap is created...
- CFbsBitmap::CreateHardwareBitmap(const TSize &,TDisplayMode,TUid) - Creates a hardware bitmap with a size and display mode.
- CFbsBitmap::DataAddress()const - Gets the address of the first pixel in the bitmap. The first pixel is at the top...
- CFbsBitmap::DisplayMode()const - Gets the display mode of the bitmap.
- CFbsBitmap::Duplicate(TInt) - Duplicates a bitmap. This function does not create a copy of the bitmap. It just...
- CFbsBitmap::EndDataAccess(TBool)const - Marks the end of direct access to the bitmap data. Use this function after endin...
- CFbsBitmap::ExternalizeL(RWriteStream &)const - Externalises the bitmap to the specified stream.
- CFbsBitmap::ExternalizeRectangleL(RWriteStream &,const TRect &)const - Externalises that area of the bitmap contained within a specified rectangular ar...
- CFbsBitmap::GetPalette(CPalette *&)const - Gets the bitmap's palette. This is not currently supported.
- CFbsBitmap::GetPixel(TRgb &,const TPoint &)const - Gets the RGB value of the specified pixel.
- CFbsBitmap::GetScanLine(TDes8 &,const TPoint &,TInt,const TPoint &,TDisplayMode)const - Gets the bitmap's scanline for the specified line starting from the specified po...
- CFbsBitmap::GetScanLine(TDes8 &,const TPoint &,TInt,TDisplayMode)const - Gets the bitmap's scanline for the specified line starting from the specified po...
- CFbsBitmap::GetVerticalScanLine(TDes8 &,TInt,const TPoint &,TDisplayMode)const - Gets the bitmap's vertical scanline starting at the specified x co-ordinate and ...
- CFbsBitmap::GetVerticalScanLine(TDes8 &,TInt,TDisplayMode)const - Gets the bitmap's vertical scanline starting at the specified x co-ordinate. Not...
- CFbsBitmap::Handle()const - Gets the handle number of the bitmap. The returned value can be used to give ano...
- CFbsBitmap::HardwareBitmapHandle()const - Returns the handle for the hardware bitmap which this CFbsBitmap is using.
- CFbsBitmap::Header()const - Creates a bitmap header. This is used when streaming bitmaps to stores.
- CFbsBitmap::HorizontalPixelsToTwips(TInt)const - Converts a horizontal dimension on the graphics device from pixels to twips.
- CFbsBitmap::HorizontalTwipsToPixels(TInt)const - Converts a horizontal dimension on the graphics device from twips to pixels.
- CFbsBitmap::InitialDisplayMode()const - Returns the display mode that was used to create the bitmap.
- CFbsBitmap::InternalizeL(RReadStream &) - Internalises a CFbsBitmap from a stream.
- CFbsBitmap::IsCompressedInRAM()const - Tests whether the bitmap located in RAM has been compressed.
- CFbsBitmap::IsFileInRom(const TDesC &,TUint32 *&) - Tests whether or not the specified file is in ROM.
- CFbsBitmap::IsFileInRom(RFile &,TUint32 *&) - Tests whether or not the specified file is in ROM.
- CFbsBitmap::IsLargeBitmap()const - Tests whether the bitmap is large. A bitmap is defined to be large if its size i...
- CFbsBitmap::IsMonochrome()const - Tests whether or not the bitmap is monochrome. Monochrome bitmaps have a display...
- CFbsBitmap::IsRomBitmap()const - Tests whether or not the bitmap is in ROM.
- CFbsBitmap::Load(const TDesC &,TInt32,TBool) - Loads a specific bitmap from a multi-bitmap file. The bitmap may be shared by ot...
- CFbsBitmap::Load(const TDesC &,TInt32,TBool,TUint) - Loads a specific bitmap from a multi-bitmap file. The bitmap may be shared by ot...
- CFbsBitmap::Load(RFile &,TInt32,TBool) - Loads a specific bitmap from an opened multi-bitmap file handle. The bitmap may ...
- CFbsBitmap::Load(RFile &,TInt32,TBool,TUint) - Loads a specific bitmap from an opened multi-bitmap file handle. The bitmap may ...
- CFbsBitmap::LoadAndCompress(const TDesC &,TInt32,TBool) - Loads and compresses a specific bitmap from a multi-bitmap file. The bitmap may ...
- CFbsBitmap::LoadAndCompress(const TDesC &,TInt32,TBool,TUint) - Loads and compresses a specific bitmap from a multi-bitmap file. The bitmap may ...
- CFbsBitmap::LoadAndCompress(RFile &,TInt32,TBool) - Loads and compresses a specific bitmap from an opened multi-bitmap file handle. ...
- CFbsBitmap::LoadAndCompress(RFile &,TInt32,TBool,TUint) - Loads and compresses a specific bitmap from an opened multi-bitmap file handle. ...
- CFbsBitmap::LockHeap(TBool)const - Locks the global bitmap heap. This function is deprecated, since it is no longer...
- CFbsBitmap::LockHeapLC(TBool)const - Locks the global bitmap heap, leaving on the clean-up stack a pointer to a TClea...
- CFbsBitmap::PaletteAttributes(TBool &,TInt &)const - Gets the attributes of the bitmap's palette. This is not currently supported.
- CFbsBitmap::Reset() - Releases the bitmap's handle from the font and bitmap server and decrements its ...
- CFbsBitmap::Resize(const TSize &) - Resets the pixel-size of the bitmap. If the new size is bigger than the old, the...
- CFbsBitmap::Save(const TDesC &) - Saves the bitmap as a direct file store. The file store overwrites any existing ...
- CFbsBitmap::Save(RFile &) - Saves the bitmap as a direct file store using an opened file handle. The file st...
- CFbsBitmap::ScanLineLength(TInt,TDisplayMode) - Gets the physical length in bytes of a scanline in memory. This is aligned to a ...
- CFbsBitmap::SetDisplayMode(TDisplayMode) - Changes the display mode of the bitmap. The requested display mode cannot be gre...
- CFbsBitmap::SetPalette(CPalette *) - Sets the bitmap's palette. This is not currently supported.
- CFbsBitmap::SetRomBitmapL(CBitwiseBitmap *,TInt &) - Sets the bitmap to use a bitmap image stored in ROM.
- CFbsBitmap::SetScanLine(TDes8 &,TInt)const - Sets the bitmap's horizontal scanline at the specified y co-ordinate to the scan...
- CFbsBitmap::SetSizeInTwips(const MGraphicsDeviceMap *) - Sets the twip-size of the bitmap by converting the bitmaps pixel-size from pixel...
- CFbsBitmap::SetSizeInTwips(const TSize &) - Sets the twip-size of the bitmap directly to the specified size.
- CFbsBitmap::SizeInPixels()const - Gets the pixel-size of the bitmap.
- CFbsBitmap::SizeInTwips()const - Gets the twip-size of the bitmap.
- CFbsBitmap::StoreL(const TDesC &,TInt,const TDesC *,TInt32) - Constructs a multi-bitmap file.
- CFbsBitmap::StoreL(RFile &,TInt,const TDesC *,TInt32) - Constructs a multi-bitmap file using an opened file handle.
- CFbsBitmap::SwapWidthAndHeight() - Swaps the bitmap's width and height. For example, if the bitmap's size is (40, 2...
- CFbsBitmap::UnlockHeap(TAny *)
- CFbsBitmap::UnlockHeap(TBool)const - Unlocks the global heap. This function is deprecated. See CFbsBitmap::LockHeap(T...
- CFbsBitmap::VerticalPixelsToTwips(TInt)const - Converts a vertical dimension on the graphics device from pixels to twips.
- CFbsBitmap::VerticalTwipsToPixels(TInt)const - Converts a vertical dimension on the graphics device from twips to pixels.
- CFbsBitmap::~CFbsBitmap() - Destructor. Calls CFbsBitmap::Reset().
- CFbsDevice::AddFile(const TDesC &,TInt &) - Adds a font file to the device's typeface store. The specified font file must be...
- CFbsDevice::CancelSprite()const - Cancels drawing the sprite.
- CFbsDevice::CreateContext(CFbsBitGc *&) - Creates a font and bitmap server graphics context for the device and activates i...
- CFbsDevice::CreateContext(CGraphicsContext *&) - Creates a font and bitmap server graphics context for the device and activates i...
- CFbsDevice::DisplayMode()const - Gets the device's display mode.
- CFbsDevice::DisplayMode16M() - Depending on the current graphics hardware this will return one of the 16M video...
- CFbsDevice::DrawingBegin(TBool)
- CFbsDevice::DrawingEnd(TBool)
- CFbsDevice::FontHeightInPixels(TInt,TInt)const - Gets the height, in pixels, of the specified typeface at one of its defined heig...
- CFbsDevice::FontHeightInTwips(TInt,TInt)const - Gets the height of a font in twips.
- CFbsDevice::GetDrawRect(TRect &)const - Gets logical coordinates of the drawing rectangle. If the device is not scaled, ...
- CFbsDevice::GetFontById(CFbsFont *&,TUid,const TAlgStyle &) - Gets a specific bitmap font, identified by its UID, from the device's typeface s...
- CFbsDevice::GetFontById(CFont *&,TUid,const TAlgStyle &) - Gets a specific bitmap font, identified by its UID, from the device's typeface s...
- CFbsDevice::GetNearestFontInPixels(CFbsFont *&,const TFontSpec &) - Creates a client-side FBSERV font from those available in the device's typeface ...
- CFbsDevice::GetNearestFontInPixels(CFont *&,const TFontSpec &) - Creates a client-side font from those available in the device's typeface store t...
- CFbsDevice::GetNearestFontInTwips(CFbsFont *&,const TFontSpec &) - Creates a client-side FBSERV font from those available in the device's typeface ...
- CFbsDevice::GetNearestFontInTwips(CFont *&,const TFontSpec &) - Provides access to a client-side font object in the device's typeface store that...
- CFbsDevice::GetNearestFontToDesignHeightInPixels(CFbsFont *&,const TFontSpec &) - Creates a client-side FBSERV font from those available in the device's typeface ...
- CFbsDevice::GetNearestFontToDesignHeightInPixels(CFont *&,const TFontSpec &) - Creates a client-side font from those available in the device's typeface store t...
- CFbsDevice::GetNearestFontToDesignHeightInTwips(CFbsFont *&,const TFontSpec &) - Creates a client-side FBSERV font from those available in the device's typeface ...
- CFbsDevice::GetNearestFontToDesignHeightInTwips(CFont *&,const TFontSpec &) - Creates a client-side font from those available in the device's typeface store t...
- CFbsDevice::GetNearestFontToMaxHeightInPixels(CFbsFont *&,const TFontSpec &,TInt) - Creates a client-side FBSERV font from those available in the device's typeface ...
- CFbsDevice::GetNearestFontToMaxHeightInPixels(CFont *&,const TFontSpec &,TInt) - Creates a client-side font from those available in the device's typeface store t...
- CFbsDevice::GetNearestFontToMaxHeightInTwips(CFbsFont *&,const TFontSpec &,TInt) - Creates a client-side FBSERV font from those available in the device's typeface ...
- CFbsDevice::GetNearestFontToMaxHeightInTwips(CFont *&,const TFontSpec &,TInt) - Creates a client-side font from those available in the device's typeface store t...
- CFbsDevice::GraphicsAccelerator()const - Gets a pointer to the 2D graphics accelerator owned by the device. If one is ava...
- CFbsDevice::HideSprite()const - Hides the sprite over the whole screen.
- CFbsDevice::HideSprite(const TRect &,const TRegion *)const - Hides the sprite within a particular region.
- CFbsDevice::NumTypefaces()const - Gets the number of typefaces supported by the device.
- CFbsDevice::Orientation()const - Gets the device's orientation. The orientation can be set using CFbsBitGc::SetOr...
- CFbsDevice::RectCompare(const TRect &,const CFbsDevice &,const TRect &)const - Compares two rectangles, including their contents.
- CFbsDevice::ReleaseFont(CFont *) - Marks the specified font as no longer needed by the user of the device.
- CFbsDevice::RemoveFile(TInt) - Removes the specified font file from the device's typeface store. If the default...
- CFbsDevice::SetBits() - Sets the bit level.
- CFbsDevice::SetCustomPalette(const CPalette *) - Sets the variable 8 bits per pixel colour palette, replacing the system default ...
- CFbsDevice::SetScalingFactor(const TPoint &,TInt,TInt,TInt,TInt) - Sets scaling factor by which the drawing device should scale the drawing images....
- CFbsDevice::ShowSprite(TSpriteBase *)const - Shows the specified sprite over the whole screen.
- CFbsDevice::ShowSprite(TSpriteBase *,const TRect &,const TRegion *)const - Shows the specified sprite within a particular region.
- CFbsDevice::SizeInPixels()const - Gets the size of the device, in pixels.
- CFbsDevice::TypefaceSupport(TTypefaceSupport &,TInt)const - Gets information about an indexed typeface.
- CFbsDevice::~CFbsDevice() - Frees all resources owned by the object prior to its destruction.
- CFbsFont::Address()const
- CFbsFont::CFbsFont()
- CFbsFont::CFbsFont(const CFbsFont &)
- CFbsFont::DoAscentInPixels()const - Gets the font ascent in pixels.
- CFbsFont::DoBaselineOffsetInPixels()const - Gets the baseline offset, in pixels. The offset is how far a font is raised or l...
- CFbsFont::DoCharWidthInPixels(TChar)const - Gets the width of the specified character in this font, in pixels.
- CFbsFont::DoFontSpecInTwips()const - Gets the font specification of this font in twips.
- CFbsFont::DoGetCharacterData(TUint,TOpenFontCharMetrics &,const TUint8 *&,TSize &)const - Gets the character metrics and the glyph bitmap.
- CFbsFont::DoHeightInPixels()const - Gets the font height in pixels.
- CFbsFont::DoMaxCharWidthInPixels()const - Gets the width of the widest character in this font, in pixels.
- CFbsFont::DoMaxNormalCharWidthInPixels()const - Gets the width of the widest normal character in this font, in pixels. Normal ch...
- CFbsFont::DoTextCount(const TDesC &,TInt)const - Gets how much of the specified descriptor can be displayed in this font without ...
- CFbsFont::DoTextCount(const TDesC &,TInt,TInt &)const - Gets how much of the specified descriptor can be displayed in this font without ...
- CFbsFont::DoTextWidthInPixels(const TDesC &)const - Gets the width of the specified descriptor when displayed in this font, in pixel...
- CFbsFont::DoTypeUid()const - Gets the font's UID. All CFbsFont objects have the constant UID KCFbsFontUid. It...
- CFbsFont::Duplicate(TInt) - Duplicates a font. This function does not create a copy of the font. It just ass...
- CFbsFont::GetFaceAttrib(TOpenFontFaceAttrib &)const - Gets the typeface attributes of Open Font System fonts. Notes: Typeface attribut...
- CFbsFont::GetFontMetrics(TOpenFontMetrics &)const - Gets the open font metrics. If the metrics cannot be obtained the function retur...
- CFbsFont::Handle()const - Gets the Font and Bitmap server handle of the font.
- CFbsFont::HasCharacter(TInt)const - Tests whether the font contains a particular character.
- CFbsFont::IsOpenFont()const - Tests whether the font is an Open Font system font. Note: If this function retur...
- CFbsFont::RawTextWidthInPixels(const TDesC &)const - Gets the raw width of the text in the descriptor, in pixels. DEPRECATED: Same as...
- CFbsFont::Reset()
- CFbsFont::TextWidthInPixels(const TDesC &)const - Gets the width of the specified descriptor when displayed in this font, in pixel...
- CFbsFont::TextWidthInPixels(const TDesC &,SCharWidth &)const - Gets the text width, move and adjusts of the specified descriptor when displayed...
- CFbsFont::~CFbsFont()
- CFbsScreenDevice::CancelSprite()const - Cancels drawing the sprite.
- CFbsScreenDevice::ChangeScreenDevice(CFbsScreenDevice *) - Changes the screen device.
- CFbsScreenDevice::DrawSpriteBegin() - Starts drawing the sprite.
- CFbsScreenDevice::DrawSpriteEnd() - Ends drawing the sprite.
- CFbsScreenDevice::GetPalette(CPalette *&)const - Gets the devices current palette.
- CFbsScreenDevice::GetPixel(TRgb &,const TPoint &)const - Gets the RGB colour of an individual pixel on a bitmapped graphics device.
- CFbsScreenDevice::GetScanLine(TDes8 &,const TPoint &,TInt,TDisplayMode)const - Copies a scanline into a buffer.
- CFbsScreenDevice::HardwareBitmap() - Creates and returns a hardware bitmap (a bitmap which can be drawn to by a graph...
- CFbsScreenDevice::HideSprite()const - Hides the sprite over the whole screen.
- CFbsScreenDevice::HideSprite(const TRect &,const TRegion *)const - Hides the sprite within a particular region.
- CFbsScreenDevice::HorizontalPixelsToTwips(TInt)const - Converts a horizontal dimension from pixels to twips.
- CFbsScreenDevice::HorizontalTwipsToPixels(TInt)const - Converts a horizontal dimension from twips to pixels.
- CFbsScreenDevice::NewL(const TDesC &,TDisplayMode) - Creates a new CFbsScreenDevice object.
- CFbsScreenDevice::NewL(const TDesC &,TDisplayMode,TRgb) - Creates a new CFbsScreenDevice object.
- CFbsScreenDevice::NewL(TInt,TDisplayMode) - Creates a new CFbsScreenDevice object.
- CFbsScreenDevice::PaletteAttributes(TBool &,TInt &)const - Gets the palette attributes of the device.
- CFbsScreenDevice::ScreenNo()const - Query the screen number to which the object refers.
- CFbsScreenDevice::SetAutoUpdate(TBool) - Sets or unsets auto-update for the screen.
- CFbsScreenDevice::SetPalette(CPalette *) - Sets the device palette to the specified palette.
- CFbsScreenDevice::ShowSprite(TSpriteBase *)const - Shows the specified sprite over the whole screen.
- CFbsScreenDevice::ShowSprite(TSpriteBase *,const TRect &,const TRegion *)const - Shows the specified sprite within a particular region.
- CFbsScreenDevice::SizeInTwips()const - Gets the size of the device area, in twips.
- CFbsScreenDevice::Update() - Forces any out of date region of the screen to update.
- CFbsScreenDevice::Update(const TRegion &) - Forces any out of date region of the screen to update, and additionally forces t...
- CFbsScreenDevice::VerticalPixelsToTwips(TInt)const - Converts a vertical dimension from pixels to twips.
- CFbsScreenDevice::VerticalTwipsToPixels(TInt)const - Converts a vertical dimension from twips to pixels.
- CFbsScreenDevice::~CFbsScreenDevice() - Frees all resources owned by the object prior to its destruction.
- CFbsTypefaceStore::AddFile(const TDesC &,TInt &) - Adds a font store file to the typeface store. All the fonts in added and install...
- CFbsTypefaceStore::DefaultBitmapType()const - Gets the default anti-aliasing setting for scalable fonts.
- CFbsTypefaceStore::FontHeightInPixels(TInt,TInt)const - Gets the height of the font with specified height and typeface indices, in pixel...
- CFbsTypefaceStore::FontHeightInTwips(TInt,TInt)const - Gets the height of the font with specified height and typeface indices, in twips...
- CFbsTypefaceStore::GetFontById(CFont *&,TUid,const TAlgStyle &) - Gets a Bitmap Font by unique identifier and algorithmic drawing style. Chooses f...
- CFbsTypefaceStore::GetNearestFontInPixels(CFont *&,const TFontSpec &) - Gets the font which is the nearest to the given font specification.
- CFbsTypefaceStore::GetNearestFontToDesignHeightInPixels(CFont *&,const TFontSpec &) - Gets the font which is the nearest to the given font specification.
- CFbsTypefaceStore::GetNearestFontToDesignHeightInTwips(CFont *&,const TFontSpec &) - Gets the font which is the nearest to the given font specification.
- CFbsTypefaceStore::GetNearestFontToMaxHeightInPixels(CFont *&,const TFontSpec &,TInt) - Gets the font which is the nearest to the given font specification.
- CFbsTypefaceStore::GetNearestFontToMaxHeightInTwips(CFont *&,const TFontSpec &,TInt) - Gets the font which is the nearest to the given font specification.
- CFbsTypefaceStore::InstallFile(const TDesC &,TInt &) - Installs a font store file into the typeface store. All the fonts in added and i...
- CFbsTypefaceStore::NewL(CGraphicsDevice *) - Allocates and constructs a CFbsTypefaceStore, specifying a graphics device.
- CFbsTypefaceStore::NumTypefaces()const - Gets the number of typefaces supported by this store.
- CFbsTypefaceStore::RemoveFile(TInt) - Decrements the font store files reference count and removes the typeface when th...
- CFbsTypefaceStore::SetDefaultBitmapType(TGlyphBitmapType)const - Sets the default anti-aliasing setting for scalable fonts. Unless this default s...
- CFbsTypefaceStore::SetDefaultLanguageForMetrics(TLanguage)const - Specifies the default language with which font metrics calculation will be based...
- CFbsTypefaceStore::SetFontNameAliasL(const TDesC &,const TDesC &)const - Sets an alias for a font name.
- CFbsTypefaceStore::SetSystemDefaultTypefaceNameL(const TDesC &) - Sets the system default font typeface. This font will be used when finding the n...
- CFbsTypefaceStore::TypefaceSupport(TTypefaceSupport &,TInt)const - Gets typeface information for a specified typeface index. This information is re...
- CFbsTypefaceStore::~CFbsTypefaceStore()
- CFileStore::CFileStore(RFile &)
- CFileStore::CFileStore(RFileBuf &,const TUidType &)
- CFileStore::ChangedL()
- CFileStore::CreateL(RFs &,const TDesC &,TUint,TNewFunction)
- CFileStore::CreateLC(RFs &,const TDesC &,TUint,TNewFunction)
- CFileStore::Destruct()
- CFileStore::Detach() - Detaches the file store from its associated file.
- CFileStore::DoCommitL() - Commits any changes to the store. For a store that provides atomic updates, this...
- CFileStore::DoRevertL() - Discards any pending changes to the store. This includes all changes which have ...
- CFileStore::ExternalizeL(RWriteStream &)const
- CFileStore::File()const - Gets a reference to the file associated with this file store.
- CFileStore::FromL(RFile &) - Constructs a file store object from an opened file.
- CFileStore::FromL(RFile &,const TFileStoreFactoryFunction)
- CFileStore::FromL(RFile &,TFileStoreFactoryFunction)
- CFileStore::FromLC(RFile &) - Constructs a file store object from an opened file, and places the pointer onto ...
- CFileStore::FromLC(RFile &,const TFileStoreFactoryFunction)
- CFileStore::FromLC(RFile &,TFileStoreFactoryFunction)
- CFileStore::Host()const
- CFileStore::InternalizeL(RReadStream &)
- CFileStore::IsHost(const MStreamBuf *)const
- CFileStore::Layout()const - Gets the UID that uniquely identifies the specific type of this file store.
- CFileStore::MarshalL()
- CFileStore::NewL(RFile &,TNewFunction)
- CFileStore::NewLC(RFile &,TNewFunction)
- CFileStore::OpenL(RFs &,const TDesC &,TUint) - Opens a file containing a store and constructs an appropriate file store object.
- CFileStore::OpenL(RFs &,const TDesC &,TUint,const TFileStoreFactoryFunction)
- CFileStore::OpenL(RFs &,const TDesC &,TUint,TFileStoreFactoryFunction)
- CFileStore::OpenLC(RFs &,const TDesC &,TUint) - Opens a file containing a store, constructs an appropriate file store object and...
- CFileStore::OpenLC(RFs &,const TDesC &,TUint,const TFileStoreFactoryFunction)
- CFileStore::OpenLC(RFs &,const TDesC &,TUint,TFileStoreFactoryFunction)
- CFileStore::Reattach(RFile &) - Reattaches a file to the file store. The file should be the one that was detache...
- CFileStore::RefreshL()
- CFileStore::ReplaceL(RFs &,const TDesC &,TUint,TNewFunction)
- CFileStore::ReplaceLC(RFs &,const TDesC &,TUint,TNewFunction)
- CFileStore::Reset() - Frees the file store’s buffer space.
- CFileStore::Reset(TInt) - Frees the file store’s buffer space and changes the size of future buffer s...
- CFileStore::SetSizeL(TInt)
- CFileStore::SetTypeL(const TUidType &) - Sets the UID type of the file store.
- CFileStore::SynchL()
- CFileStore::TempL(RFs &,const TDesC &,TFileName &,TUint,TNewFunction)
- CFileStore::TempLC(RFs &,const TDesC &,TFileName &,TUint,TNewFunction)
- CFileStore::Type()const - Gets the UID type of the file store.
- CFileStore::~CFileStore() - Frees resources owned by the object, prior to its destruction. In particular, it...
- CFont::AscentInPixels()const - Gets the font ascent in pixels. Note that this deprecated function is replaced b...
- CFont::BaselineOffsetInPixels()const - Gets the baseline offset in pixels.
- CFont::CharactersJoin(TInt,TInt) - Determines if aLeftCharacter and aRightCharacter affect each other's contextual ...
- CFont::CharWidthInPixels(TChar)const - Gets the width in pixels in this font of the specified character.
- CFont::DescentInPixels()const - Gets the font descent in pixels. Note that this deprecated function is replaced ...
- CFont::DoDescentInPixels()const - Gets the font descent in pixels. It is defined to be CFont::HeightInPixels()cons...
- CFont::DoGetCharacterData(TUint,TOpenFontCharMetrics &,const TUint8 *&,TSize &)const - Gets the character metrics for a character.
- CFont::ExtendedFunction(TUid,TAny *)const - Enables the caller to access a particular API extension function. N.B. Any overl...
- CFont::FontCapitalAscent()const - Gets the ascent of an ANSI capital letter in the font whether or not there are a...
- CFont::FontLineGap()const - Gets the suggested line gap for the font. This is the recommended baseline to ba...
- CFont::FontMaxAscent()const - Gets the max ascent of any pre-composed glyph in the font. This will include acc...
- CFont::FontMaxDescent()const - Gets the max descent of any pre-composed glyph in the font. This will include ac...
- CFont::FontMaxHeight()const - Gets the (positive) maximum height in pixels of the font. This may differ from t...
- CFont::FontSpecInTwips()const - Gets the font specification of this font in twips.
- CFont::FontStandardDescent()const - Gets the descent of an ANSI descending character in the font. Whether or not the...
- CFont::GetCharacterData(TUint,TOpenFontCharMetrics &,const TUint8 *&,TSize &)const - Gets the character metrics for a character.
- CFont::GetCharacterPosition2(TPositionParam &,RShapeInfo &)const - Takes Unicode text and produces the glyph cluster for the first character in tha...
- CFont::HeightInPixels()const - Gets the font height in pixels. Note that this deprecated function is replaced b...
- CFont::MaxCharWidthInPixels()const - Gets the width in pixels of the widest character in this font.
- CFont::MaxNormalCharWidthInPixels()const - Gets the width in pixels of the widest normal character in this font.
- CFont::MeasureText(const TDesC &,const TMeasureTextInput *,TMeasureTextOutput *)const - Text measurement function.
- CFont::TextCount(const TDesC &,TInt)const - Gets how much of the specified descriptor can be displayed in this font without ...
- CFont::TextCount(const TDesC &,TInt,TInt &)const - Gets how much of the specified descriptor can be displayed in this font without ...
- CFont::TextWidthInPixels(const TDesC &)const - Gets the width in pixels of the specified descriptor when displayed in this font...
- CGifScaler::Cancel() - Cancel any outstanding activity.
- CGifScaler::NewL(CFbsBitmap &,CFbsBitmap &,TOptions) - The function NewL constructs a CGifScaler. This version constructs a scaler for ...
- CGifScaler::NewL(CFbsBitmap &,TOptions) - The function NewL constructs a CGifScaler. This version constructs a scaler for ...
- CGifScaler::Scale(TRequestStatus *,CFbsBitmap &,CPalette &,TBool) - Scale the source bitmap and mask to produce a single 8bpp bitmap and an output p...
- CGifScaler::ThresholdScale(TRequestStatus *,CFbsBitmap &,CPalette &,TUint8,TBool) - Scale the source bitmap and mask to produce a single 8bpp bitmap and an output p...
- CGifScaler::~CGifScaler() - This is the destructor for the CGifScaler and is responsible for deallocating al...
- CGraphicsContext::CancelClippingRect() - Cancels any clipping rectangle.
- CGraphicsContext::CancelClippingRegion() - Cancels the current clipping region.
- CGraphicsContext::Device()const - Gets a pointer to the graphics context's graphics device.
- CGraphicsContext::DiscardBrushPattern() - Discards a non-built-in brush pattern.
- CGraphicsContext::DiscardFont() - Discards a font.
- CGraphicsContext::DrawArc(const TRect &,const TPoint &,const TPoint &) - Draws an arc.
- CGraphicsContext::DrawBitmap(const TPoint &,const CFbsBitmap *) - Draws a bitmap at the specified point.
- CGraphicsContext::DrawBitmap(const TRect &,const CFbsBitmap *) - Draws a bitmap to fit a given rectangle.
- CGraphicsContext::DrawBitmap(const TRect &,const CFbsBitmap *,const TRect &) - Draws a specified rectangle of a source bitmap to fit into a given destination r...
- CGraphicsContext::DrawBitmapMasked(const TRect &,const CFbsBitmap *,const TRect &,const CFbsBitmap *,TBool) - Draws a specified rectangle of a source bitmap to fit into a given rectangle usi...
- CGraphicsContext::DrawBitmapMasked(const TRect &,const CWsBitmap *,const TRect &,const CWsBitmap *,TBool) - Draws a specified rectangle from a wserv bitmap and its mask into another rectan...
- CGraphicsContext::DrawEllipse(const TRect &) - Draws and fills an ellipse.
- CGraphicsContext::DrawLine(const TPoint &,const TPoint &) - Draws a straight line between two points.
- CGraphicsContext::DrawLineBy(const TPoint &) - Draws a straight line relative to the current drawing point, using a vector.
- CGraphicsContext::DrawLineTo(const TPoint &) - Draws a straight line from the current drawing point to a specified point.
- CGraphicsContext::DrawPie(const TRect &,const TPoint &,const TPoint &) - Draws and fills a pie slice.
- CGraphicsContext::DrawPolygon(const CArrayFix< TPoint > *,TFillRule) - Draws and fills a polygon defined using an array of points.
- CGraphicsContext::DrawPolygon(const TPoint *,TInt,TFillRule) - Draws and fills a polygon defined using a list of points.
- CGraphicsContext::DrawPolyLine(const CArrayFix< TPoint > *) - Draws a polyline from a set of points in an array.
- CGraphicsContext::DrawPolyLine(const TPoint *,TInt) - Draws a polyline from a set of points in a list.
- CGraphicsContext::DrawRect(const TRect &) - Draws and fills a rectangle.
- CGraphicsContext::DrawRoundRect(const TRect &,const TSize &) - Draws and fills a rectangle with rounded corners.
- CGraphicsContext::DrawText(const TDesC &,const TPoint &) - Draws text without a surrounding box.
- CGraphicsContext::DrawText(const TDesC &,const TPoint &,const TDrawTextParam &) - Draws the specified text at the given position using the parameters supplied.
- CGraphicsContext::DrawText(const TDesC &,const TRect &,TInt,TTextAlign,TInt) - Draws text inside a box.
- CGraphicsContext::DrawTextExtended(const TDesC &,const TPoint &,const TDrawTextExtendedParam &) - Draws text, optionally changing its direction (right-to-left / left-to-right).
- CGraphicsContext::DrawTextVertical(const TDesC &,const TPoint &,TBool) - Draws vertical text in the specified direction.
- CGraphicsContext::DrawTextVertical(const TDesC &,const TRect &,TInt,TBool,TTextAlign,TInt) - Draws text vertically in the specified direction, within a box of the specified ...
- CGraphicsContext::GetShadowColor(TRgb &) - Get the font's shadow colour
- CGraphicsContext::GetUnderlineMetrics(TInt &,TInt &)
- CGraphicsContext::JustificationInPixels(TInt &,TInt &) - Gets the amount of space in pixels by which to adjust the current letter or word...
- CGraphicsContext::JustificationInPixels(TInt,TInt,TInt,TInt) - Gets the amount of space in pixels by which to adjust letter or word spacing, gi...
- CGraphicsContext::MapColors(const TRect &,const TRgb *,TInt,TBool) - Maps pixels in the specified rectangle. The function tries to match the colour o...
- CGraphicsContext::MoveBy(const TPoint &) - Sets the drawing point relative to the current co-ordinates.
- CGraphicsContext::MoveTo(const TPoint &) - Sets the drawing point relative to the co-ordinate origin.
- CGraphicsContext::Plot(const TPoint &) - Draws a single point. The point is drawn with the current pen settings using the...
- CGraphicsContext::Reserved() - Reserved function for future use.
- CGraphicsContext::Reserved_CGraphicsContext_2() - A reserved virtual function for future use.
- CGraphicsContext::Reset() - Resets the graphics context to its default settings:
- CGraphicsContext::SetBrushColor(const TRgb &) - Sets the brush colour.
- CGraphicsContext::SetBrushOrigin(const TPoint &) - Sets the brush pattern origin.
- CGraphicsContext::SetBrushStyle(TBrushStyle) - Sets the brush style.
- CGraphicsContext::SetCharJustification(TInt,TInt) - Sets character justification.
- CGraphicsContext::SetClippingRect(const TRect &) - Sets the clipping rectangle.
- CGraphicsContext::SetClippingRegion(const TRegion &) - Sets the clipping region.
- CGraphicsContext::SetDrawMode(TDrawMode) - Sets the drawing mode.
- CGraphicsContext::SetOrigin(const TPoint &) - Sets the position of the co-ordinate origin.
- CGraphicsContext::SetPenColor(const TRgb &) - Sets the pen colour.
- CGraphicsContext::SetPenSize(const TSize &) - Sets the line drawing size for the pen.
- CGraphicsContext::SetPenStyle(TPenStyle) - Sets the line drawing style for the pen.
- CGraphicsContext::SetShadowColor(const TRgb &) - Set the font's shadow colour
- CGraphicsContext::SetStrikethroughStyle(TFontStrikethrough) - Sets the strikethrough style.
- CGraphicsContext::SetUnderlineStyle(TFontUnderline) - Sets the underline style.
- CGraphicsContext::SetWordJustification(TInt,TInt) - Adjusts the spaces between words to stretch or squeeze to a certain width.
- CGridImg::AddColToSelectedL(TInt,TSelectType) - Adds a column to, or replaces, the currently selected region.
- CGridImg::AddRangeToSelectedL(const TRangeRef &,TSelectType) - Adds the specified range to, or replaces, the currently selected region.
- CGridImg::AddRegionToSelectedL(const CArrayFix< TRangeRef > *,TSelectType) - Adds the specified region to, or replaces, the currently selected region.
- CGridImg::AddRowToSelectedL(TInt,TSelectType) - Adds a row to, or replaces, the currently selected region.
- CGridImg::AnchorPos()const - Gets the cursor's anchor position.
- CGridImg::CheckSideLabelWidth() - Checks whether there has been a change in the width of the side label.
- CGridImg::CheckSideLabelWidthAndScrollL() - Checks the side label width and, if changed, scrolls the screen.
- CGridImg::ClearTitleLineRegionL(const TPoint &)const - Clears the region where the the title lines are.
- CGridImg::CursorPos()const - Gets the current position of the cursor.
- CGridImg::DrawCellL(const TCellRef &)const - Draws the content of the specified cell.
- CGridImg::DrawL(CGraphicsContext *)const - Draws the entire grid and its contents.
- CGridImg::DrawL(CGraphicsContext *,const TRect &)const - Draws the grid and its contents that are visible within the specified rectangle.
- CGridImg::DrawRangeL(const TRangeRef &)const - Draws the rectangle corresponding to the specified range.
- CGridImg::DrawSelectedL()const - Draws the currently selected region.
- CGridImg::DrawTitleLines()const - Draws the title lines.
- CGridImg::FinishLabelDragL() - Deals with the end of a drag operation.
- CGridImg::FinishLabelResizeL(TBool) - Completes the resizing of a row or column.
- CGridImg::GridLabelImg()const - Gets the the object that is used to draw a cell label.
- CGridImg::GridRect()const - Gets the rectangle containing the grid.
- CGridImg::MainPoint()const - Gets the position at which the visible range starts.
- CGridImg::MainRect()const - Gets the rectangle that corresponds to the visible range.
- CGridImg::MaxSideLabelWidthInPixels()const - Gets the maximum width of the side label.
- CGridImg::MoveCursorL(TMoveDirectionAndAmount,TUint) - Moves the cursor to the specified position.
- CGridImg::NewCursorPos()const - Gets the new position of the cursor.
- CGridImg::NewL(CGraphicsDevice *,CGridCellImg *,CGridLay *) - Creates a new grid image object.
- CGridImg::NewL(CGridCellImg *,CGridLay *) - Creates a new grid image object suitable for printing.
- CGridImg::NotifyGridRangeResize() - Resets the region boundary to the grid boundary.
- CGridImg::PrintGridLinesAndCellsInRangeL(CGraphicsContext *,const TRangeRef &,TInt)const - Prints the grid lines and cells in the specified range.
- CGridImg::ResetReferencePoints() - Resets the reference points.
- CGridImg::ResetSelectedL() - Clears the selected region.
- CGridImg::ScrollL(const TPoint &) - Scrolls the grid by the specified number of pixels.
- CGridImg::Selected()const - Gets the currently selected region.
- CGridImg::SetAnchorPosL(const TCellRef &) - Sets the cursor's anchor position.
- CGridImg::SetCursorMoveCallBack(MGridCursorMoveCallBack *) - Sets the cursor moved call-back object.
- CGridImg::SetCursorPosL(const TCellRef &) - Sets the new position of the cursor.
- CGridImg::SetCursorWithPointerL(const TPoint &,TUint) - Moves the cursor to an absolute position.
- CGridImg::SetGridLabelImg(CGridLabelImg *) - Sets an object that draws a cell label.
- CGridImg::SetGridLay(CGridLay *) - Sets the specified grid layout object.
- CGridImg::SetGridRect(const TRect &) - Sets the rectangle that is to contain the grid.
- CGridImg::SetPrintGridRect(const TRect &) - Sets the rectangle that is to contain the grid for the purpose of printing.
- CGridImg::SetWindow(RWindow *) - Sets the specified window.
- CGridImg::SideLabelWidthInPixels()const - Gets the width of the side label.
- CGridImg::StartLabelDrag(const TPoint &) - Deals with the start of a drag operation.
- CGridImg::StartLabelResize(TBool,TInt) - Begins the resizing of a column or a row.
- CGridImg::TitlePoint()const - Gets the position of the title.
- CGridImg::TopLabelHeightInPixels()const - Gets the height of the top labels.
- CGridImg::UpdateLabelDrag(const TPoint &) - Deletes the dotted drag line and and redraws it at the new pointer position.
- CGridImg::UpdateLabelResize(TInt) - Changes the size of the row or column currently being resized.
- CGridImg::~CGridImg() - Destructor.
- CGridLabelImg::CGridLabelImg(const TFontSpec &,MGraphicsDeviceMap *) - Constructor taking specified parameters.
- CGridLabelImg::ConstructL() - Implements the second phase of two-phase construction.
- CGridLabelImg::DrawColLabelL(CGraphicsContext *,TInt,const TRect &)const - Draws a column label.
- CGridLabelImg::DrawRowCursorL(CGraphicsContext *,const TRect &)const - Draws a cursor to identify a row.
- CGridLabelImg::DrawRowLabelL(CGraphicsContext *,TInt,const TRect &)const - Draws a row label.
- CGridLabelImg::DrawTopLeftLabelL(CGraphicsContext *,const TRect &)const - Fills the specified rectangle with a colour.
- CGridLabelImg::DrawTopLeftLabelL(CGraphicsContext *,const TRect &,TRgb)const - Fills the specified rectangle with the specified colour.
- CGridLabelImg::FontSpec()const - Gets the font specification.
- CGridLabelImg::NotifyGraphicsDeviceMapChangeL() - Deals with the result of changing the graphics device map, i.e. the interface fo...
- CGridLabelImg::ReleaseFont() - Releases the font.
- CGridLabelImg::SetGraphicsDeviceMap(MGraphicsDeviceMap *) - Supplies a new interface object for mapping between twips and device-specific un...
- CGridLabelImg::SetGridColors(const TGridColors &) - Sets the colours to be used when drawing the label.
- CGridLabelImg::SideLabelWidthInPixels(TInt,TInt)const - Gets the width of the side labels.
- CGridLabelImg::TopLabelHeightInPixels()const - Gets the height of the top labels.
- CGridLabelImg::~CGridLabelImg() - Destructor.
- CGridLay::CellToPoint(const TCellRef &)const - Gets the relative screen coordinates of the top left corner of the specified cel...
- CGridLay::CellToPoint(const TCellRef &,const TCellRef &)const - Gets the co-ordinate distance, in pixels, between the specified cells.
- CGridLay::CellToRect(const TCellRef &)const - Gets the rectangle that is occupied by the specified cell.
- CGridLay::CGridLay(MGraphicsDeviceMap *) - Constructor taking an object that implements mapping between twips and device-sp...
- CGridLay::ClearAllHardPageBreaksL() - Removes all hard page breaks; this includes all row and column page breaks.
- CGridLay::ClearHardColumnPageBreakL(TInt) - Removes the hard page break at the specified column.
- CGridLay::ClearHardRowPageBreakL(TInt) - Removes the hard page break at the specified row.
- CGridLay::ClearPagination() - Marks the grid as unpaginated.
- CGridLay::ColumnExtent()const - Gets the number of columns in the range.
- CGridLay::ColumnToXVal(TInt)const - Converts the specified column number to a screen x-coordinate value.
- CGridLay::ColumnToXVal(TInt,TInt)const - Gets the distance, in pixels, between the two specified columns.
- CGridLay::ColumnWidthInTwips(TInt)const - Gets the width of the specified column.
- CGridLay::ColumnWidthOfSelectedInTwips()const - Gets the width of columns in the selected region.
- CGridLay::ConstructL(CGridLay *,CGridImg *) - A second-phase constructor, taking an existing grid layout object, that construc...
- CGridLay::ConstructL(const MGridTable *,CGridImg *,TInt) - A second-phase constructor for constructing the object with indefinite row bound...
- CGridLay::ConstructL(const MGridTable *,CGridImg *,TInt,TInt) - A second-phase constructor for constructing the object with definite row boundar...
- CGridLay::DefaultColumnWidthInTwips()const - Gets the default width of columns.
- CGridLay::DefaultRowHeightInTwips()const - Gets the default height of rows.
- CGridLay::ExposeCell(const TCellRef &) - Scrolls the grid by the minimum necessary to allow the specified cell to become ...
- CGridLay::ExposeCellToTopLeft(const TCellRef &) - Scrolls the grid by the minimum necessary so that the specified cell is in the t...
- CGridLay::ExternalizeL(RWriteStream &)const - Externalises an object of this class to a write stream.
- CGridLay::GridColors()const - Gets the collection of colours used to draw the grid.
- CGridLay::GridRange()const - Gets the range of cells that defines the grid boundary.
- CGridLay::HasChanged()const - Tests whether any change has occurred to the grid layout.
- CGridLay::InsertDeleteColumns(TInt,TInt,TFixGridRange) - Inserts or deletes columns.
- CGridLay::InsertDeleteRows(TInt,TInt,TFixGridRange) - Inserts or deletes rows.
- CGridLay::InternalizeL(RReadStream &) - Internalises an object of this class from a read stream.
- CGridLay::IsAutoClearGridCells()const - Tests whether automatic clearing of grid cells is done.
- CGridLay::IsAutoPagination()const - Tests whether automatic pagination is in effect.
- CGridLay::IsColumnBursting()const - Tests whether column bursting is permitted.
- CGridLay::IsColumnSelectionDisabled()const - Tests whether column selection is disabled.
- CGridLay::IsCursorVisible()const - Tests whether the cursor is visible.
- CGridLay::IsEncroachingCellBorders()const - Tests whether encroaching cell borders are permitted.
- CGridLay::IsGridLabelSeparators()const - Tests whether label separators are to be drawn.
- CGridLay::IsHardColumnPageBreak(TInt)const - Tests whether there is a hard page break at the specified column.
- CGridLay::IsHardRowPageBreak(TInt)const - Tests whether there is a hard page break at the specified row.
- CGridLay::IsHighlightVisible()const - Tests whether selected cells are highlighted.
- CGridLay::IsHorizontalGridLines()const - Tests whether horizontal grid lines are to be drawn.
- CGridLay::IsHorizontalTitleLine()const - Tests whether the grid has a horizontal title line.
- CGridLay::IsIndefiniteRowBoundaries()const - Tests whether the grid has indefinite row boundaries.
- CGridLay::IsPageBreakLinesHidden()const - Tests whether lines marking page breaks are hidden.
- CGridLay::IsPaginated()const - Tests whether the grid has been paginated.
- CGridLay::IsPrintedGridLines()const - Tests whether grid lines are printed.
- CGridLay::IsPrintedLabels()const - Tests whether labels are printed.
- CGridLay::IsRowPermanentlySelected()const - Tests whether rows are permanently selected.
- CGridLay::IsRowSelectionDisabled()const - Tests whether row selection is disabled.
- CGridLay::IsSideLabelDragDisabled()const - Tests whether a drag operation on the boundary between two rows is permitted.
- CGridLay::IsSideLabels()const - Tests whether side grid labels are printed.
- CGridLay::IsTitleLines()const - Tests whether the grid has both horizontal and vertical title lines.
- CGridLay::IsTopLabelDragDisabled()const - Tests whether a drag operation on the boundary between two columns is permitted.
- CGridLay::IsTopLabels()const - Tests whether top labels are printed.
- CGridLay::IsUniformColumnWidth()const - Tests whether all columns have the same width.
- CGridLay::IsUniformRowHeight()const - Tests whether all the rows have the same height.
- CGridLay::IsVerticalGridLines()const - Tests whether vertical grid lines are to be drawn.
- CGridLay::IsVerticalTitleLine()const - Tests whether the grid has a vertical title line.
- CGridLay::MinColumnWidthInPixels()const - Gets the minimum width of columns.
- CGridLay::MinRowHeightInPixels()const - Gets the minimum height of rows.
- CGridLay::MinVisibleFromColumn()const - Gets the number of the leftmost column visible in the grid.
- CGridLay::MinVisibleFromRow()const - Gets the number of the topmost row visible in the grid.
- CGridLay::NoOfPages()const - Gets the number of pages that the grid would print to.
- CGridLay::NotifyPaginationOutOfDateL() - Notifies this object that repagination must take place.
- CGridLay::PageScroll(TMoveDirectionAndAmount) - Scrolls the grid by one page.
- CGridLay::PageSizeInTwips()const - Gets the size of a page.
- CGridLay::PageToRange(TInt,TPageOrder)const - Gets the range of cells that are on the specified page
- CGridLay::PaginateL() - Paginates the grid.
- CGridLay::PointToCell(const TCellRef &,const TPoint &)const - Gets the cell reference of the cell that is displaced from the specified cell by...
- CGridLay::PointToCell(const TPoint &)const - Gets the cell reference of the cell that contains the specified screen co-ordina...
- CGridLay::RecalcPixelSparseMaps() - Recalculates the internal maps that map row and column numbers to heights and wi...
- CGridLay::ResetVisibleToCell() - Resets the row and column numbers visible at the bottom, and to the right, of th...
- CGridLay::ResetVisibleToColumn() - Resets the column number of the column visible at the right of the visible area ...
- CGridLay::ResetVisibleToRow() - Resets the row number of the row that should be visible at the bottom of the vis...
- CGridLay::RestoreL(const CStreamStore &,TStreamId) - Internalises this object from the specified stream in the specified store.
- CGridLay::RowExtent()const - Gets the number of rows in the range.
- CGridLay::RowHeightInTwips(TInt)const - Gets the height of the specified row.
- CGridLay::RowHeightOfSelectedInTwips()const - Gets the height of rows in the selected region.
- CGridLay::RowToYVal(TInt)const - Converts the specified row number to a screen y-coordinate value.
- CGridLay::RowToYVal(TInt,TInt)const - Calculates the relative pixel distance between the two specified rows.
- CGridLay::SetAutoClearGridCells(TBool) - Sets whether automatic clearing of grid cells is to be done.
- CGridLay::SetAutoPagination(TBool) - Sets whether automatic pagination is to be in effect.
- CGridLay::SetColumnBursting(TBool) - Sets whether column bursting is to be permitted.
- CGridLay::SetColumnSelectionDisabled(TBool) - Sets whether column selection is disabled.
- CGridLay::SetColumnWidthInTwipsL(TInt,TInt) - Sets the width of the specified column.
- CGridLay::SetColumnWidthInTwipsL(TInt,TInt,TInt) - Sets the widths of all specified columns to the specified value.
- CGridLay::SetColumnWidthOfSelectedInTwipsL(TInt) - Sets the widths of all columns in the selected region to the specified value.
- CGridLay::SetColumnWidthsToDefault() - Sets the widths of all columns to the default value.
- CGridLay::SetCursorVisible(TBool) - Sets whether the cursor is to be visible.
- CGridLay::SetDefaultColumnWidthInTwips(TInt) - Sets the column width default value.
- CGridLay::SetDefaultRowHeightInTwips(TInt) - Sets the default height of rows.
- CGridLay::SetEncroachingCellBorders(TBool) - Sets whether encroaching cell borders are permitted.
- CGridLay::SetGraphicsDeviceMap(MGraphicsDeviceMap *) - Sets the graphics device map to be used.
- CGridLay::SetGridColors(TGridColors) - Sets the collection of colours to be used to draw the grid.
- CGridLay::SetGridEdgeColor(TRgb) - Defines the colour that the edges of the grid beyond the grid range are to have.
- CGridLay::SetGridImgL(CGridImg *) - Sets the specified grid image object.
- CGridLay::SetGridLabelSeparators(TBool) - Sets whether label separators are to be drawn.
- CGridLay::SetGridTable(const MGridTable *) - Sets the specified grid table object.
- CGridLay::SetGridToDefault() - Resets the grid to its default layout.
- CGridLay::SetHardColumnPageBreakL(TInt) - Sets a hard page break at the specified column.
- CGridLay::SetHardRowPageBreakL(TInt) - Sets a hard page break at the specified row.
- CGridLay::SetHasChanged(TBool) - Sets whether any change has occurred to the grid layout.
- CGridLay::SetHighlightVisible(TBool) - Sets whether selected cells are to be highlighted.
- CGridLay::SetHorizontalGridLines(TBool) - Sets whether horizontal grid lines are to be drawn.
- CGridLay::SetMinColumnWidthInPixels(TInt) - Sets the minimum width of columns.
- CGridLay::SetMinRowHeightInPixels(TInt) - Sets the minimum height of rows.
- CGridLay::SetPageBreakLinesHidden(TBool) - Sets whether lines marking page breaks are hidden.
- CGridLay::SetPageSizeInTwipsL(const TSize &) - Sets the size of a page.
- CGridLay::SetPrintedGridLines(TBool) - Sets whether grid lines are printed.
- CGridLay::SetPrintedLabels(TBool) - Sets whether labels are printed.
- CGridLay::SetPrintRange(const TRangeRef &) - Sets the range of cells that are visible for printing.
- CGridLay::SetRowHeightInTwipsL(TInt,TInt) - Sets the height of the specified row.
- CGridLay::SetRowHeightInTwipsL(TInt,TInt,TInt) - Sets the heights of all specified rows to the specified value.
- CGridLay::SetRowHeightOfSelectedInTwipsL(TInt) - Sets the heights of all rows in the selected region to the specified value.
- CGridLay::SetRowHeightsToDefault() - Sets the heights of all rows to the default value.
- CGridLay::SetRowPermanentlySelectedL(TBool) - Sets whether rows are to be permanently selected.
- CGridLay::SetRowSelectionDisabled(TBool) - Sets whether row selection is disabled.
- CGridLay::SetSideLabelDragDisabled(TBool) - Sets whether a drag operation on the boundary between two rows is to be permitte...
- CGridLay::SetSideLabels(TBool) - Sets whether side labels are printed.
- CGridLay::SetTitleLinesL(const TCellRef &) - Sets horizontal and vertical title lines at the specified cell.
- CGridLay::SetTitleLinesL(TBool) - Sets whether the grid is to have both horizontal and vertical title lines.
- CGridLay::SetTopLabelDragDisabled(TBool) - Sets whether a drag operation on the boundary between two columns is to be permi...
- CGridLay::SetTopLabels(TBool) - Sets whether top labels are printed.
- CGridLay::SetUniformColumnWidth(TBool) - Sets whether all columns are to have the same width.
- CGridLay::SetUniformRowHeight(TBool) - Sets whether all rows are to have the same height.
- CGridLay::SetVerticalGridLines(TBool) - Sets whether vertical grid lines are to be drawn.
- CGridLay::SetVisibleRange(const TCellRef &) - Scrolls the grid so that the specified cell is visible in the top left corner of...
- CGridLay::StoreL(CStreamStore &)const - Externalises this object to a stream in the specified store.
- CGridLay::TitleCellToPoint(const TCellRef &)const - Gets the relative screen coordinates of the top left corner of the specified cel...
- CGridLay::TitleColumnToXVal(TInt)const - Calculates the relative pixel distance between the specified column and the firs...
- CGridLay::TitleRange()const - Gets the range of cells that form the grid titles.
- CGridLay::TitleRowToYVal(TInt)const - Calculates the relative pixel distance between the specified row and the first t...
- CGridLay::ToggleTitleLinesL() - Sets title lines on, if they are off; sets title lines off, if they are on.
- CGridLay::TopLeftTitleRangeSize()const - Gets the size of the top left range, if title lines are on.
- CGridLay::VisibleColumnToXVal(TInt)const - Converts the specified visible column number to a screen x-coordinate value.
- CGridLay::VisibleRange()const - Gets the range of cells that are currently visible.
- CGridLay::VisibleRowToYVal(TInt)const - Converts the specified visible row number to a screen y-coordinate value.
- CGridLay::XValToColumn(TInt)const - Gets the number of the column, limited to the grid boundary, that is on or to th...
- CGridLay::XValToColumn(TInt,TInt)const - Gets the number of the column that is on or to the left of the specified displac...
- CGridLay::XValToNearestColumn(TInt,TInt)const - Gets the column that is nearest to the specified displacement from the specified...
- CGridLay::XValToTitleColumn(TInt)const - Gets the number of the column that is on or to the left of the specified x-coord...
- CGridLay::YValToNearestRow(TInt,TInt)const - Gets the row that is nearest to the specified displacement from the specified ro...
- CGridLay::YValToRow(TInt)const - Gets the number of the row, limited to the grid boundary, that is on or above th...
- CGridLay::YValToRow(TInt,TInt)const - Gets the number of the row that is on or above the specified displacement from t...
- CGridLay::YValToTitleRow(TInt)const - Gets the number of the row that is on or above the specified y-coordinate value
- CGridLay::~CGridLay() - Destructor.
- CHWRMLight::LightBlinkL(TInt) - The LightBlinkL method blinks the target light(s) of the device for infinite dur...
- CHWRMLight::LightBlinkL(TInt,TInt) - The LightBlinkL method blinks the target light(s) of the device for specified du...
- CHWRMLight::LightBlinkL(TInt,TInt,TInt,TInt,TInt) - The LightBlinkL method blinks the target light(s) of the device for specified du...
- CHWRMLight::LightOffL(TInt) - The LightOffL method switches the device light off for the specified target for ...
- CHWRMLight::LightOffL(TInt,TInt) - The LightOffL method switches the device light off for the specified target for ...
- CHWRMLight::LightOffL(TInt,TInt,TBool) - The LightOffL method switches the device light off for the specified target for ...
- CHWRMLight::LightOnL(TInt) - The LightOnL method switches the specified target light on for infinite duration...
- CHWRMLight::LightOnL(TInt,TInt) - The LightOnL method switches the specified target light on for the specified dur...
- CHWRMLight::LightOnL(TInt,TInt,TInt,TBool) - The LightOnL method switches the specified target light on for the specified dur...
- CHWRMLight::LightStatus(TInt)const - This method retrieves the current light status.
- CHWRMLight::NewL() - Two-phased constructor.
- CHWRMLight::NewL(MHWRMLightObserver *) - Two-phased constructor. Use this method for creating a Light client with callbac...
- CHWRMLight::NewLC() - Two-phased constructor. Leaves instance to cleanup stack.
- CHWRMLight::NewLC(MHWRMLightObserver *) - Two-phased constructor. Use this method for creating a Light client with callbac...
- CHWRMLight::ReleaseLight(TInt) - Releases light target if it was previously reserved for this client. If this cli...
- CHWRMLight::ReserveLightL(TInt) - Reserves light target exclusively for this client. A higher priority client may ...
- CHWRMLight::ReserveLightL(TInt,TBool,TBool) - Reserves light target exclusively for this client. A higher priority client may ...
- CHWRMLight::SupportedTargets()const - This method retrieves the supported light targets of the device. Any attempt to ...
- CHWRMLight::~CHWRMLight() - Destructor
- CImageDecoder::Cancel() - Cancels any conversions currently in progress (Cancel is synchronous).
- CImageDecoder::ContinueConvert(TRequestStatus *) - Continue decoding a frame and/or mask after new image data was added to the sour...
- CImageDecoder::ContinueProcessingHeaderL() - Continue processing image headers after new image data was added to the source f...
- CImageDecoder::Convert(TRequestStatus *,CFbsBitmap &,CFbsBitmap &,TInt) - Start decoding an image frame and mask asynchronously.
- CImageDecoder::Convert(TRequestStatus *,CFbsBitmap &,TInt) - Start decoding an image frame asynchronously.
- CImageDecoder::CustomAsync(TRequestStatus *,TInt) - Sets up background convert cycle, bypassing CImageDecoder::Convert(TRequestStatu...
- CImageDecoder::CustomSyncL(TInt) - Calls CImageDecoderPlugin::HandleCustomSyncL(aParam) that executes user defined ...
- CImageDecoder::DataNewL(RFs &,const TDesC8 &,const TDesC8 &,const TOptions) - Create a decoder for the image in the source buffer. The client supplies a MIME ...
- CImageDecoder::DataNewL(RFs &,const TDesC8 &,const TOptions,const TUid,const TUid,const TUid) - Creates a decoder for the image in the source buffer.
- CImageDecoder::FileNewL(RFs &,const TMMSource &,const TDesC8 &,const TOptions) - Create a decoder for the image in the named file. The client supplies a MIME typ...
- CImageDecoder::FileNewL(RFs &,const TMMSource &,const TOptions,const TUid,const TUid,const TUid) - Create a decoder for the image in the named source.
- CImageDecoder::FrameCommentL(TInt,TInt)const - Return a particular comment attached to a given frame of the image.
- CImageDecoder::FrameCount()const - Return the number of frames in the image being decoded.
- CImageDecoder::FrameData(TInt)const - Returns additional plugin specific information on a specified frame.
- CImageDecoder::FrameInfo(TInt)const - Return the frame info for a specified frame of the image.
- CImageDecoder::FrameInfoStringsL(TInt) - Return the formatted frame information strings for a specific frame. Ownership i...
- CImageDecoder::FrameInfoStringsLC(TInt) - Return the formatted frame information strings for a specific frame and leave it...
- CImageDecoder::GetFileTypesL(RFileExtensionMIMETypeArray &) - Get a list of the file extensions that can be decoded and their corresponding MI...
- CImageDecoder::GetImageSubTypesL(const TUid,RImageTypeDescriptionArray &) - For a given basic image type, get a list of the sub image types that can be deco...
- CImageDecoder::GetImageTypesL(RImageTypeDescriptionArray &) - Get a list of the basic image types that can be decoded, based on the currently ...
- CImageDecoder::GetImplementationInformationL(TUid) - Gets the implementation information for a specific decoder plugin
- CImageDecoder::GetMimeTypeDataL(const TDesC8 &,TDes8 &) - Get the primary MIME type of the decoder that will be used to decode a descripto...
- CImageDecoder::GetMimeTypeFileL(RFs &,const TDesC &,TDes8 &) - Get the primary MIME type of the decoder that will be used to decode a file. Som...
- CImageDecoder::ImageCommentL(TInt)const - Return a particular comment attached to the image.
- CImageDecoder::ImageType(TInt,TUid &,TUid &)const - Retrieves the image type and sub-type for a given frame of the image that has ju...
- CImageDecoder::ImplementationUid()const - Return the implementation UID of the decoder being used to decode the image.
- CImageDecoder::IsImageHeaderProcessingComplete()const - Return the status of the image.
- CImageDecoder::NumberOfFrameComments(TInt)const - Return the number of comments attached to a given frame of the image (as opposed...
- CImageDecoder::NumberOfImageComments()const - Return the number of comments attached to the image (as opposed to a particular ...
- CImageDecoder::Plugin()const - Returns associated CImageDecoderPlugin.
- CImageDecoder::ReducedSize(const TSize &,TInt,TSize &)const - Calculates reduced size of the decoded bitmap based on the input parameters and ...
- CImageDecoder::ReductionFactor(const TSize &,const TSize &)const - Function to calculate the reduction factor based on the input parameters.
- CImageDecoderPlugin::AmInThread()const - Indicates if this decoder is running in a separate thread.
- CImageDecoderPlugin::AppendImageData(const TImageDataBlock *) - Appends a new image data data block to the end of the internally held array.
- CImageDecoderPlugin::AppendImageDataBuffer(const HBufC8 *) - Appends a new image data buffer to the end of the internally held array
- CImageDecoderPlugin::CImageDecoderPlugin() - Constructor for this class.
- CImageDecoderPlugin::Cleanup() - Called when the plugin is destroyed or a decode is cancelled. This may be overri...
- CImageDecoderPlugin::DataLength()const - Returns the maximum number of bytes of data that can be decoded.
- CImageDecoderPlugin::Destination()const - Returns the destination bitmap.
- CImageDecoderPlugin::DestinationMask()const - Returns the destination bitmap mask.
- CImageDecoderPlugin::DoConvert() - Performs a decode step. This effectively forms the RunL() call of the decoder.
- CImageDecoderPlugin::FrameBlockSize(TInt)const - Returns the block size used in the specified frame. Always returns 4096 regardle...
- CImageDecoderPlugin::FrameCommentL(TInt,TInt)const - Returns a particular comment attatched to a given frame of the image.
- CImageDecoderPlugin::FrameData(TInt)const - Returns the frame data for a specified frame of the image.
- CImageDecoderPlugin::FrameHeaderBlockSize(TInt)const - Returns the block size used in the specified frame's header. Always returns 4096...
- CImageDecoderPlugin::FrameInfo(TInt)const - Returns the frame info for a specified frame of the image.
- CImageDecoderPlugin::FrameInfoStringsL(RFs &,TInt) - Returns the codec specific frame information stored in resource files.
- CImageDecoderPlugin::HandleCustomSyncL(TInt) - Called as a result of an associated CImageDecoder::CustomSyncL(TInt) function be...
- CImageDecoderPlugin::HandleProcessFrameResult(TInt,TFrameState) - Deals with result from ProcessFrameL(). This function processes the results of t...
- CImageDecoderPlugin::ImageCommentL(TInt)const - Returns a particular comment attatched to the image. Ownership of the returned b...
- CImageDecoderPlugin::ImageData(TInt)const - Returns the image data block for the specified index.
- CImageDecoderPlugin::ImageDataCount()const - Returns the number of image data blocks present in the image data.
- CImageDecoderPlugin::ImageInfo()const - Returns image information such as colour depth, scaling support etc.
- CImageDecoderPlugin::ImageReadCodec()const - Returns the plugin's read codec.
- CImageDecoderPlugin::ImageType(TInt,TUid &,TUid &)const - Returns the image type and sub-type for a given frame of the image that has just...
- CImageDecoderPlugin::InitConvertL() - Initialises data structures prior to decoding a frame.
- CImageDecoderPlugin::InitCustomAsyncL(TInt) - Called as a result of the associated CImageDecoder::CustomAsync(TRequestStatus *...
- CImageDecoderPlugin::InsertImageData(const TImageDataBlock *,TInt) - Inserts an image data block into the internally held array at the specified posi...
- CImageDecoderPlugin::IsImageHeaderProcessingComplete()const - Returns the status of header processing. If the processing is incomplete or not ...
- CImageDecoderPlugin::NotifyComplete() - Plugin defined actions resulting from a call by CImageDecoderPlugin::RequestComp...
- CImageDecoderPlugin::NumberOfFrameComments(TInt)const - Returns the number of comments attatched to a given frame of the image.
- CImageDecoderPlugin::NumberOfFrames()const - Returns the number of frames to be decoded.
- CImageDecoderPlugin::NumberOfImageComments()const - Returns the number of comments attatched to the image.
- CImageDecoderPlugin::OpenExtraResourceFileLC(RFs &,const TUid,RResourceFile &)const - Locates the extra resource file for the decoder aUid_extra.rsc, opens the resour...
- CImageDecoderPlugin::Position()const - Returns the current position within the data.
- CImageDecoderPlugin::PrepareForProcessFrameL() - Initialises system for ProcessFrameL(). This reads in a new buffer for ProcessFr...
- CImageDecoderPlugin::ReadDataL(TInt,TPtrC8 &,TInt) - Reads a block of data into an internal buffer.
- CImageDecoderPlugin::ReadFrameHeadersL() - Invokes the ReadFrameHeadersL method of the supplied plugin which should process...
- CImageDecoderPlugin::RemoveImageData(TInt) - Removes a specified image data block from the internally held array.
- CImageDecoderPlugin::RequestComplete(TInt) - Must be called on completion of decoding the image data.
- CImageDecoderPlugin::RequestInitL(TInt) - Forces initialization of data structures prior to decoding a frame.
- CImageDecoderPlugin::ScanDataL() - Invokes the CImageDecoderPlugin::ReadFrameHeadersL() method of the supplied plug...
- CImageDecoderPlugin::SelfComplete(TInt) - Must be called at the end of a slice of decoding.
- CImageDecoderPlugin::SetDataLength(TInt) - Sets the maximum number of bytes of data that can be decoded.
- CImageDecoderPlugin::SetImageInfo(const TFrameInfo &) - Sets the image information.
- CImageDecoderPlugin::SetImageReadCodec(CImageReadCodec *) - Sets the plugin's read codec. Ownership of the codec is transferred to the plugi...
- CImageDecoderPlugin::SetPosition(const TInt) - Sets the current position in the data.
- CImageDecoderPlugin::SetSelfPending() - May be called at the start of a slice of decoding if the decoding is expected to...
- CImageDecoderPlugin::SetStartPosition(TInt) - Sets the starting position of the frame to be decoded.
- CImageDecoderPlugin::SetThumbnailData(HBufC8 *) - Passes a pointer to a descriptor containing the thumbnail from the plugin to the...
- CImageDecoderPlugin::ShouldAbort()const - Indicates if the decoder should abort early ie. following a call to Cancel().
- CImageDecoderPlugin::SourceData() - Value to be fed to CImageReadCodec::ProcessFrameL(TBufPtr8 &).
- CImageDecoderPlugin::SourceLength()const - Returns the length of the source data in bytes.
- CImageDecoderPlugin::StartPosition()const - Returns the starting position of the frame to be decoded.
- CImageDecoderPlugin::ValidDestination()const - Returns the validity of the destination bitmap.
- CImageDecoderPlugin::ValidDestinationMask()const - Indicates if the destination bitmap mask is valid.
- CImageDecoderPlugin::~CImageDecoderPlugin() - Destructor for this class.
- CImageEncoder::Cancel() - Asynchronously cancels any conversions currently in progress.
- CImageEncoder::CImageEncoder() - Constructor for this class.
- CImageEncoder::Convert(TRequestStatus *,const CFbsBitmap &,const CFrameImageData *) - Encodes a bitmap asynchronously.
- CImageEncoder::CustomAsync(TRequestStatus *,TInt) - Sets up background convert cycle, bypassing CImageEncoder::Convert(TRequestStatu...
- CImageEncoder::CustomSyncL(TInt) - Calls CImageEncoderPlugin::HandleCustomSyncL(TInt) that executes user defined pl...
- CImageEncoder::DataNewL(HBufC8 *&,const TDesC8 &,const TOptions) - Creates a plugin encoder for a specified MIME type and writes output to a descri...
- CImageEncoder::DataNewL(HBufC8 *&,const TOptions,const TUid,const TUid,const TUid) - Creates a plugin encoder based on optional parameters and writes output to a des...
- CImageEncoder::FileNewL(RFile &,const TDesC8 &,const TOptions) - Creates an encoder based on a specified MIME type and write output to a named fi...
- CImageEncoder::FileNewL(RFile &,const TOptions,const TUid,const TUid,const TUid) - Creates an encoder based on a supplied parameters and writes output to a named f...
- CImageEncoder::FileNewL(RFs &,const TDesC &,const TDesC8 &,const TOptions) - Creates an encoder based on a specified MIME type and write output to a named fi...
- CImageEncoder::FileNewL(RFs &,const TDesC &,const TOptions,const TUid,const TUid,const TUid) - Creates an encoder based on a supplied parameters and writes output to a named f...
- CImageEncoder::GetFileTypesL(RFileExtensionMIMETypeArray &) - Get a list of the file extensions that can be encoded and their corresponding MI...
- CImageEncoder::GetImageSubTypesL(const TUid,RImageTypeDescriptionArray &) - For a given basic image type, returns a list of the image sub-types that can be ...
- CImageEncoder::GetImageTypesL(RImageTypeDescriptionArray &) - Returns a list of the basic image types that can be encoded, based on the curren...
- CImageEncoder::ImplementationUid()const - Returns the implementation UID of the encoder being used to encode the bitmap.
- CImageEncoder::Plugin()const - Returns the associated CImageEncoderPlugin.
- CImageEncoder::SetEncoderThreadPriority(TThreadPriority) - Set the encoder worker thread priority
- CImageEncoder::SetThumbnail(TBool) - Select to encode or not the thumbnail
- CImageEncoder::~CImageEncoder() - Destructor for this class.
- CImageReadCodec::CImageReadCodec() - Default constructor.
- CImageReadCodec::ClearBitmapL(CFbsBitmap &,TRgb) - Paints the entire bitmap aBitmap with the color supplied as aColor.
- CImageReadCodec::Complete() - Processes/displays converted image data.
- CImageReadCodec::ConstructL() - Second phase constructor.
- CImageReadCodec::CurrentFrame()const - Return the current frame number
- CImageReadCodec::GetNewDataPosition(TInt &,TInt &) - Returns a new position and number of bytes to read for the data stream.
- CImageReadCodec::InitFrameHeader(TFrameInfo &,CFrameImageData &) - Used to initialise the frame header data structures.
- CImageReadCodec::InitFrameL(TFrameInfo &,CFrameImageData &,TBool,CFbsBitmap &,CFbsBitmap *) - Performs initial processing of image data and mask bitmaps.
- CImageReadCodec::ProcessFrameHeaderL(TBufPtr8 &) - Processes the header for one frame.
- CImageReadCodec::ProcessFrameL(TBufPtr8 &) - Processes the frame data contained in aSrc.
- CImageReadCodec::ReducedSize(const TSize &,TInt,TSize &)const - Calculates reduced size of the decoded bitmap based on the input parameters and ...
- CImageReadCodec::ReductionFactor(const TSize &,const TSize &)const - Calculates reduction factor based on the input parameters. The default Implement...
- CImageReadCodec::ReservedVirtual1() - Intended for future proofing - will panic if called
- CImageReadCodec::ReservedVirtual2() - Intended for future proofing - will panic if called
- CImageReadCodec::ReservedVirtual3() - Intended for future proofing - will panic if called
- CImageReadCodec::ReservedVirtual4() - Intended for future proofing - will panic if called
- CImageReadCodec::~CImageReadCodec() - Destructor.
- CImap4ClientMtm::AddAddresseeL(const TDesC &) - Message address function required by the base class, but not used for IMAP.
- CImap4ClientMtm::AddAddresseeL(const TDesC &,const TDesC &) - Message address function required by the base class, but not used for IMAP.
- CImap4ClientMtm::AddAttachmentL(const TDesC &,const TDesC8 &,TUint,TRequestStatus &) - Unsupported client MTM base class function.
- CImap4ClientMtm::AddAttachmentL(RFile &,const TDesC8 &,TUint,TRequestStatus &) - Unsupported client MTM base class function.
- CImap4ClientMtm::AddEntryAsAttachmentL(TMsvId,TRequestStatus &) - Unsupported client MTM base class function.
- CImap4ClientMtm::AddLinkedAttachmentL(const TDesC &,const TDesC8 &,TUint,TRequestStatus &) - Unsupported client MTM base class function.
- CImap4ClientMtm::ChangeDefaultServiceL(const TMsvId &) - Unsupported client MTM base class function.
- CImap4ClientMtm::ContextEntrySwitched() - Called by the base class functions CBaseMtm::SwitchCurrentEntryL(TMsvId) and CBa...
- CImap4ClientMtm::CreateAttachmentL(const TDesC &,RFile &,const TDesC8 &,TUint,TRequestStatus &) - Unsupported client MTM base class function.
- CImap4ClientMtm::CreateMessageL(TMsvId) - Unsupported client MTM base class function.
- CImap4ClientMtm::DefaultServiceL()const - Unsupported client MTM base class function.
- CImap4ClientMtm::Find(const TDesC &,TMsvPartList) - Searches the specified message part(s) for the plain-text version of the text to...
- CImap4ClientMtm::ForwardL(TMsvId,TMsvPartList,TRequestStatus &) - Creates an forwarded SMTP message from the current message context.
- CImap4ClientMtm::Imap4Settings()const - Gets the IMAP4 email service settings currently being used by the client MTM, if...
- CImap4ClientMtm::InvokeAsyncFunctionL(TInt,const CMsvEntrySelection &,TDes8 &,TRequestStatus &) - Invokes asynchronous IMAP-specific operations.
- CImap4ClientMtm::InvokeSyncFunctionL(TInt,const CMsvEntrySelection &,TDes8 &) - Invokes synchronous IMAP-specific operations.
- CImap4ClientMtm::LoadMessageL() - Loads the cache with the message data for the current message context.
- CImap4ClientMtm::NewL(CRegisteredMtmDll &,CMsvSession &) - IMAP4 client MTM factory function.
- CImap4ClientMtm::QueryCapability(TUid,TInt &) - Queries if the MTM supports a particular capability, specified by a UID.
- CImap4ClientMtm::RemoveAddressee(TInt) - Message address function required by the base class, but not used for IMAP.
- CImap4ClientMtm::RemoveDefaultServiceL() - Unsupported client MTM base class function.
- CImap4ClientMtm::ReplyL(TMsvId,TMsvPartList,TRequestStatus &) - Creates an SMTP reply message to the current message context.
- CImap4ClientMtm::RestoreSettingsL() - If the current context of the client MTM is on an IMAP4 service, restores settin...
- CImap4ClientMtm::SaveMessageL() - Empty implementation of base class function.
- CImap4ClientMtm::SetImap4SettingsL(const CImImap4Settings &) - Sets the IMAP4 email service settings.
- CImap4ClientMtm::StoreSettingsL() - If the current context of the client MTM is an IMAP4 service, stores settings in...
- CImap4ClientMtm::UndoOffLineChangesL(const CImOffLineOperation &,TMsvId) - This function is not supported.
- CImEmailMessage::AddRelatedPartL(TMsvId,const TDesC &,TRequestStatus &,TMsvId,const TDesC8 &) - Adds a file to a specified message as a MIME multipart/related part. After the c...
- CImEmailMessage::AttachmentManager()const
- CImEmailMessage::DoCancel() - Implements cancellation of an outstanding request.
- CImEmailMessage::DoComplete(TInt &)
- CImEmailMessage::DoRunL()
- CImEmailMessage::FindFirstHTMLPageFileHandleL(TMsvId,TRequestStatus &) - Asynchronously searches for the starting MHTML part embedded in a multipart/rela...
- CImEmailMessage::FindFirstHTMLPageL(TMsvId,TRequestStatus &) - Asynchronously searches for the starting MHTML part embedded in a multipart/rela...
- CImEmailMessage::FindUniversalResourceIdentifierFileHandleL(TMsvId,const TDesC &,const TDesC &,TRequestStatus &) - Asynchronously searches a message entry for an MHTML URI, and resolves it to the...
- CImEmailMessage::FindUniversalResourceIdentifierL(TMsvId,const TDesC &,const TDesC &,TRequestStatus &) - Asynchronously searches a message entry for an MHTML URI, and resolves it to the...
- CImEmailMessage::GetAttachmentsListL(TMsvId,TImAttachmentType,TImEmailEntryType) - Populates a list containing all the attachment entry Ids found that are of a spe...
- CImEmailMessage::GetAttachmentsListL(TRequestStatus &,TMsvId,TImAttachmentType,TImEmailEntryType) - Asynchronously populates a list containing all the attachment entry Ids found th...
- CImEmailMessage::GetBodyTextEntryIdL(TMsvId,TImEmailEntryType)
- CImEmailMessage::GetBodyTextEntryIdL(TRequestStatus &,TMsvId,TImEmailEntryType)
- CImEmailMessage::GetBodyTextL(TMsvId,TImEmailEntryType,CRichText &,CParaFormatLayer &,CCharFormatLayer &) - Retrieves the body text for a specified message. If the email's character set ha...
- CImEmailMessage::GetBodyTextL(TRequestStatus &,TMsvId,TImEmailEntryType,CRichText &,CParaFormatLayer &,CCharFormatLayer &) - Asynchronously retrieves the body text for a specified message. If the email's c...
- CImEmailMessage::GetCharacterSetL(TMsvId,TUint &,TBool &) - Returns the character set Id that the body text will be decoded in when it is re...
- CImEmailMessage::GetMessageDigestEntriesL(TRequestStatus &,TMsvId) - Asynchronously populates a list of embedded message entries contained within the...
- CImEmailMessage::GetUniversalResourceIdentifierFileHandle(TMsvId &,RFile &)const - Gets the results from CImEmailMessage::FindUniversalResourceIdentifierFileHandle...
- CImEmailMessage::GetUniversalResourceIdentifierL(TMsvId &,TBool &)const - Gets the results from CImEmailMessage::FindUniversalResourceIdentifierL(TMsvId,c...
- CImEmailMessage::NewL(CMsvEntry &) - Allocates and creates a new CImEmailMessage object.
- CImEmailMessage::NewLC(CMsvEntry &) - Allocates and creates a new CImEmailMessage object, leaving the object on the cl...
- CImEmailMessage::OpenPlainBodyTextForReadL(TImEmailEntryType,TInt) - This returns a object of CImPlainBodyText.This needs to be called when bodytext ...
- CImEmailMessage::OpenPlainBodyTextForWriteL() - This returns a object of CImPlainBodyText.This needs to be called when bodytext ...
- CImEmailMessage::ProgressL()const - Returns a message entry Id as a type-safe package buffer (TPckg<TMsvId>). ...
- CImEmailMessage::Selection()const - Returns a selection of entries. The entries are either the results of CImEmailMe...
- CImEmailMessage::SetCharacterSetL(TMsvId,TUint) - Stores the new character set that the message will be displayed as next time it ...
- CImEmailMessage::StoreBodyTextL(TMsvId,CRichText &,TRequestStatus &) - Asynchronously stores a body text part for the specified message. After the call...
- CImEmailMessage::StoreBodyTextL(TMsvId,CRichText &,TRequestStatus &,TBool) - Asynchronously stores a body text part for the specified message. After the call...
- CImEmailMessage::StoreBodyTextWithMimeHeaderL(TMsvId,CRichText &,const CImMimeHeader &,TRequestStatus &) - Asynchronously stores a body text part for the specified message. A Mime header ...
- CImEmailMessage::~CImEmailMessage() - Destructor.
- CImEmailOperation::CreateForwardAsAttachmentL(TRequestStatus &,CMsvSession &,TMsvId,TMsvId,TMsvId,TMsvPartList,const TMsvEmailTypeList
&,TUid,TInt) - Creates a forwarded email message, specifying the message priority and SMTP serv...
- CImEmailOperation::CreateForwardAsAttachmentL(TRequestStatus &,CMsvSession &,TMsvId,TMsvId,TMsvPartList,const TMsvEmailTypeList
&,TUid) - Creates a forwarded email message.
- CImEmailOperation::CreateForwardL(TRequestStatus &,CMsvSession &,TMsvId,TMsvId,TMsvId,TMsvPartList,const TMsvEmailTypeList
&,TUid,TInt) - Creates a forwarded email message, specifying the message priority and SMTP serv...
- CImEmailOperation::CreateForwardL(TRequestStatus &,CMsvSession &,TMsvId,TMsvId,TMsvId,TMsvPartList,const TMsvEmailTypeList
&,TUid,TInt,TBool) - Creates a forwarded email message, specifying the message priority and SMTP serv...
- CImEmailOperation::CreateForwardL(TRequestStatus &,CMsvSession &,TMsvId,TMsvId,TMsvPartList,const TDesC &,const TMsvEmailTypeList
&,TUid) - Creates a forwarded email message, overriding the default subject format string.
- CImEmailOperation::CreateForwardL(TRequestStatus &,CMsvSession &,TMsvId,TMsvId,TMsvPartList,const TMsvEmailTypeList &,TUid) - Creates a forwarded email message.
- CImEmailOperation::CreateNewL(TRequestStatus &,CMsvSession &,TMsvId,TMsvId,TMsvPartList,const TMsvEmailTypeList &,TUid,TInt) - Creates a new email message with a specified priority and SMTP service.
- CImEmailOperation::CreateNewL(TRequestStatus &,CMsvSession &,TMsvId,TMsvId,TMsvPartList,const TMsvEmailTypeList &,TUid,TInt,TBool) - Creates a new plain text email message with a specified priority and SMTP servic...
- CImEmailOperation::CreateNewL(TRequestStatus &,CMsvSession &,TMsvId,TMsvPartList,const TMsvEmailTypeList &,TUid) - Creates a new email message.
- CImEmailOperation::CreateReceiptL(TRequestStatus &,CMsvSession &,TMsvId,TMsvId,TMsvPartList,const TDesC &,const TMsvEmailTypeList
&,TUid) - Creates a email receipt message, overriding the default subject format string.
- CImEmailOperation::CreateReceiptL(TRequestStatus &,CMsvSession &,TMsvId,TMsvId,TMsvPartList,const TMsvEmailTypeList &,TUid) - Creates a email receipt message.
- CImEmailOperation::CreateReceiptL(TRequestStatus &,CMsvSession &,TMsvId,TMsvId,TMsvPartList,const TMsvEmailTypeList &,TUid,TInt) - Creates a email receipt message, specifying the message priority.
- CImEmailOperation::CreateReceiptL(TRequestStatus &,CMsvSession &,TMsvId,TMsvId,TMsvPartList,const TMsvEmailTypeList &,TUid,TInt,TBool) - Creates a email receipt message, specifying the message priority.
- CImEmailOperation::CreateReplyL(TRequestStatus &,CMsvSession &,TMsvId,TMsvId,TMsvPartList,const TDesC &,const TMsvEmailTypeList
&,TUid) - Creates a reply email message, overriding the default subject format string.
- CImEmailOperation::CreateReplyL(TRequestStatus &,CMsvSession &,TMsvId,TMsvId,TMsvPartList,const TMsvEmailTypeList &,TUid) - Creates a reply email message.
- CImEmailOperation::CreateReplyL(TRequestStatus &,CMsvSession &,TMsvId,TMsvId,TMsvPartList,const TMsvEmailTypeList &,TUid,TInt) - Creates a reply email message, specifying a message priority.
- CImEmailOperation::CreateReplyL(TRequestStatus &,CMsvSession &,TMsvId,TMsvId,TMsvPartList,const TMsvEmailTypeList &,TUid,TInt,TBool) - Creates a reply email message, specifying a message priority.
- CImEmailOperation::DoCancel() - Implements cancellation of an outstanding request.
- CImEmailOperation::FinalProgress() - Gets progress information for a completed operation.
- CImEmailOperation::ProgressL() - Gets progress information.
- CImEmailOperation::RunL() - Handles an active object's request completion event.
- CImEmailOperation::~CImEmailOperation() - Destructor.
- CImImap4Settings::AcknowledgeReceipts()const - Checks whether the caller has enabled this setting by calling CImImap4Settings::...
- CImImap4Settings::AttachmentSizeLimit()const - Retrieves the maximum attachment size limit for the partial fetch of attachments...
- CImImap4Settings::AutoSendOnConnect()const
- CImImap4Settings::BodyTextSizeLimit()const - Retrieves the maximum body text size limit for the partial fetch of message body...
- CImImap4Settings::CImImap4Settings() - Allocates and creates a new CImImap4Settings object initialised to default value...
- CImImap4Settings::CopyL(const CImImap4Settings &) - Copies the configuration settings from another IMAP4 settings object into this o...
- CImImap4Settings::DeleteEmailsWhenDisconnecting()const - Checks whether the caller has enabled messages marked to be deleted while offlin...
- CImImap4Settings::DisconnectedUserMode()const - Checks if disconnected user mode is configured.
- CImImap4Settings::FetchSize()const - Retrieves the IMAP fetch size.
- CImImap4Settings::FolderPath()const - Retrieves the configured path of the IMAP4 mailbox on the server if the user's p...
- CImImap4Settings::FolderSyncDisabled() - Indicates whether Folder Synchronisation is disabled during account synchronisat...
- CImImap4Settings::GetMailOptions()const - Gets a preference setting for which components of a message (headers, body, atta...
- CImImap4Settings::ImapIdle()const - Retrieves whether the IMAP IDLE command should be used as defined in RFC2177.
- CImImap4Settings::ImapIdleTimeout()const - Retrieves the IMAP IDLE timeout seconds.
- CImImap4Settings::InboxSynchronisationLimit()const - Gets the maximum number of new messages in the Inbox that are synchronised when ...
- CImImap4Settings::LoginName()const - Retrieves the configured login user name (mailbox) of the IMAP4 service.
- CImImap4Settings::MailboxSynchronisationLimit()const - Gets the maximum number of new messages, for folders other than the Inbox, that ...
- CImImap4Settings::MaxEmailSize()const - Returns the maximum message size in bytes to be downloaded.
- CImImap4Settings::operator==(const CImImap4Settings &)const - Equality operator.
- CImImap4Settings::PartialMailOptions()const - Gets the option for how
- CImImap4Settings::Password()const - Retrieves the configured login password that will be sent during authentication ...
- CImImap4Settings::PathSeparator()const - Retrieves the character configured to separate hierarchical mailbox names on the...
- CImImap4Settings::Reset() - Resets the settings to their default values.
- CImImap4Settings::SearchString()const - Gets the search string used to filter which messages are synchronised.
- CImImap4Settings::SetAcknowledgeReceipts(TBool) - Sets or resets a flag.
- CImImap4Settings::SetAttachmentSizeLimitL(TInt32) - Specifies the maximum attachment size limit for the partial fetch of attachments...
- CImImap4Settings::SetAutoSendOnConnect(TBool) - Configures the IMAP4 service to send queued emails associated with the same inte...
- CImImap4Settings::SetBodyTextSizeLimitL(TInt32) - Specifies the maximum body text size limit for the partial fetch of message body...
- CImImap4Settings::SetDeleteEmailsWhenDisconnecting(TBool) - If enabled, messages marked as deleted while offline will be deleted when loggin...
- CImImap4Settings::SetDisconnectedUserMode(TBool) - Enables the IMAP4 client MTM (CImap4ClientMtm) to accept message operations whil...
- CImImap4Settings::SetFetchSizeL(TUint) - Specifies the IMAP fetch size in bytes.
- CImImap4Settings::SetFolderPathL(const TDesC8 &) - Specifies the path to the IMAP4 mailbox on the server if the user's primary mail...
- CImImap4Settings::SetFolderSyncDisabled(TBool) - Sets a flag to indicate whether folder tree synchronisation shall be disabled, d...
- CImImap4Settings::SetGetMailOptions(TImap4GetMailOptions) - Sets a preference setting for which components of a message (headers, body, atta...
- CImImap4Settings::SetImapIdle(TBool) - Specifies whether the IMAP IDLE command should be used as defined in RFC2177.
- CImImap4Settings::SetImapIdleTimeoutL(TInt) - Specifies the IMAP IDLE timeout in seconds.
- CImImap4Settings::SetInboxSynchronisationLimit(const TInt32) - Sets the maximum number of new messages in the Inbox that are synchronised when ...
- CImImap4Settings::SetLoginNameL(const TDesC8 &) - Configures the login user name (mailbox) for the IMAP4 service.
- CImImap4Settings::SetMailboxSynchronisationLimit(const TInt32) - Sets the maximum number of new messages, for folders other than the Inbox, that ...
- CImImap4Settings::SetMaxEmailSize(const TUint) - Sets the maximum message size in bytes to be downloaded.
- CImImap4Settings::SetPartialMailOptionsL(TImImap4PartialMailOptions) - Specifies whether no limits on the body parts, only body text, only attachments,...
- CImImap4Settings::SetPasswordL(const TDesC8 &) - Configures the login password for the IMAP4 service.
- CImImap4Settings::SetPathSeparator(const TText8) - Specifies the character used to separate hierarchical mailbox names on the IMAP4...
- CImImap4Settings::SetSearchStringL(const TDesC8 &) - Sets a search string for the service.
- CImImap4Settings::SetSubscribe(const TFolderSubscribeType) - Sets the method for synchronising IMAP4 subscription information with a server.
- CImImap4Settings::SetSynchronise(const TFolderSyncType) - Sets the method for synchronising folder information with the server.
- CImImap4Settings::SetSyncRateL(TInt) - Specifies the rate in seconds at which the Inbox will be refreshed when connecte...
- CImImap4Settings::SetTlsSslDomainL(const TDesC8 &) - Sets the domain name to use during TLS/SSL certificate validation.
- CImImap4Settings::SetUpdatingSeenFlags(TBool) - Specifies whether the IMAP4 seen flag of messages will be set on the server only...
- CImImap4Settings::SetUseExpunge(TBool) - Allows KImap4EmailExpungeFlag to be set. It is used by the state machine in CIma...
- CImImap4Settings::SetUseSyncDownloadRules(TBool) - Sets a flag to indicate whether to use download rules during account synchronisa...
- CImImap4Settings::Subscribe()const - Retrieves the configured method for synchronising IMAP4 subscription information...
- CImImap4Settings::Synchronise()const - Retrieves the method for synchronising folder information with the server.
- CImImap4Settings::SyncRate()const - Retrieves the rate in seconds at which the Inbox is refreshed, sync rate is a no...
- CImImap4Settings::TlsSslDomain()const - Gets the domain name used during TLS/SSL certificate validation.
- CImImap4Settings::UpdatingSeenFlags()const - Retrieves whether the IMAP4 seen flag of new messages will be set on the server ...
- CImImap4Settings::UseExpunge()const - Check whether the KImap4EmailExpungeFlag is set in CImImap4Settings
- CImImap4Settings::UseSyncDownloadRules() - Indicates whether to use download rules during account synchronisation.
- CImImap4Settings::~CImImap4Settings() - Destructor.
- CImTextServerSession::Disconnect() - Intended Usage : To disconnect and close socket connection. Error Condition : No...
- CImTextServerSession::Disconnect(TRequestStatus &)
- CImTextServerSession::DoCancel() - Implements cancellation of an outstanding request.
- CImTextServerSession::DoComplete(TInt &)
- CImTextServerSession::DoRunL()
- CImTextServerSession::GetConnectionStage() - Intended Usage : Gets the stage of the connection process obtained from RConnect...
- CImTextServerSession::GetCurrentTextLine(TDes8 &) - Returns first full line of data received from socket to user Intended Usage : To...
- CImTextServerSession::GetIAPBearer(TUint32 &) - Returns the bearer type we are connected to with in aBearer or returns an error ...
- CImTextServerSession::GetIAPValue(TUint32 &) - Intended Usage : Returns the IAP we are connecting/connected with in aIAP or ret...
- CImTextServerSession::GetRConnectionName(TName &) - Intended Usage : Returns the name of the RConnection.
- CImTextServerSession::LocalName()
- CImTextServerSession::LogError(const TDesC8 &,const TInt)
- CImTextServerSession::LogText(const TDesC8 &)
- CImTextServerSession::NewL() - cat Construction Intended Usage : Static factory constructor. Uses two phase con...
- CImTextServerSession::NewL(RSocketServ &)
- CImTextServerSession::NewL(TInt,TInt) - cat Construction Intended Usage : Static factory constructor. Uses two phase con...
- CImTextServerSession::NewLC(TImOperationMode,RSocketServ &)
- CImTextServerSession::PerformLogging(TBool)
- CImTextServerSession::QueueConnect(TRequestStatus &,const TDesC &,TInt,const CImIAPPreferences &,TInt,TBool)
- CImTextServerSession::QueueConnect(TRequestStatus &,const TDesC &,TInt,const TUint32,TInt,TBool)
- CImTextServerSession::QueueConnect(TRequestStatus &,const TDesC &,TInt,TBool)
- CImTextServerSession::QueueConnect(TRequestStatus &,const TDesC &,TInt,TCallBack,const CImIAPPreferences &,TInt,TBool)
- CImTextServerSession::QueueConnect(TRequestStatus &,const TDesC &,TInt,TCallBack,const TUint32,TInt,TBool)
- CImTextServerSession::QueueConnect(TRequestStatus &,const TDesC &,TInt,TCallBack,TBool)
- CImTextServerSession::QueueConnectL(TRequestStatus &,const TDesC &,TInt,const CImIAPPreferences &,const TDesC8 &) - Queue a connect on a socket assuming the socket is successfully opened.
- CImTextServerSession::QueueConnectL(TRequestStatus &,const TDesC &,TInt,const CImIAPPreferences &,TBool) - Intended Usage : Queue a connect assuming the socket is successfully opened. Err...
- CImTextServerSession::QueueReceiveNextTextLine(TRequestStatus &) - ...
- CImTextServerSession::Receive(TDes8 &)
- CImTextServerSession::Receive(TRequestStatus &,TDes8 &)
- CImTextServerSession::ReceiveBinaryData(TRequestStatus &,TDes8 &,TInt) - Intended Usage : Users queue a request for received data Error Condition : None
- CImTextServerSession::Send(const TDesC8 &)
- CImTextServerSession::Send(TRefByValue< const TDesC8 >,...)
- CImTextServerSession::Send(TRequestStatus &,const TDesC8 &) - Intended Usage : To send data. Error Condition : None
- CImTextServerSession::Send(TRequestStatus &,TRefByValue< const TDesC8 >,...)
- CImTextServerSession::SendQueueReceive(TRequestStatus &,const TDesC8 &) - Intended Usage : To send data and queue a receive. Error Condition : None
- CImTextServerSession::SendQueueReceive(TRequestStatus &,TRefByValue< const TDesC8 >,...)
- CImTextServerSession::SendQueueReceiveWithTimeout(TRequestStatus &,TInt,const TDesC8 &)
- CImTextServerSession::SendReceive(const TDesC8 &)
- CImTextServerSession::SendWithTimeout(TRequestStatus &,TInt,const TDesC8 &)
- CImTextServerSession::SetPrimaryTextServerSession(CImTextServerSession *)
- CImTextServerSession::SetSecurity(TBool,TBool)
- CImTextServerSession::SetSSLTLSResponseL(const TDesC8 &) - This method should be called before Send/SendQueueReceive() TLS command is sent....
- CImTextServerSession::SSLQueueConnectL(TRequestStatus &,const TDesC &,TInt,const CImIAPPreferences &,const TDesC8 &) - Queue a wrapped SSL connect on a socket assuming the socket is successfully open...
- CImTextServerSession::SSLQueueConnectL(TRequestStatus &,const TDesC &,TInt,const CImIAPPreferences &,TBool) - Intended Usage : Queue a wrapped SSL connect on an socket assuming the socket is...
- CLogClient::AddEvent(CLogEvent &,TRequestStatus &) - Adds an event to the log database. This is an asynchronous request.
- CLogClient::AddEventType(const CLogEventType &,TRequestStatus &) - Registers a new event type. This is an asynchronous request.
- CLogClient::ChangeConfig(const TLogConfig &,TRequestStatus &) - Changes the Log Engine configuration. This is an asynchronous request.
- CLogClient::ChangeEvent(const CLogEvent &,TRequestStatus &) - Changes the details of an existing event. This is an asynchronous request.
- CLogClient::ChangeEventType(const CLogEventType &,TRequestStatus &) - Changes the details of an existing event type. This is an asynchronous request.
- CLogClient::ClearLog(const TTime &,TRequestStatus &) - Clears all events from the main event log that occurred before the specified dat...
- CLogClient::ClearLog(TInt,TRequestStatus &) - Clears the specified recent event list. This is an asynchronous request.
- CLogClient::CLogBase_Reserved1()
- CLogClient::DeleteEvent(TLogId,TRequestStatus &) - Deletes the event with the specified unique event ID, from the main event log.
- CLogClient::DeleteEventType(TUid,TRequestStatus &) - Removes an existing event type. This is an asynchronous request.
- CLogClient::DoCancel() - Implements cancellation of an outstanding request.
- CLogClient::DoRunL()
- CLogClient::GetConfig(TLogConfig &,TRequestStatus &) - Gets the Log Engine configuration. This is an asynchronous request.
- CLogClient::GetEvent(CLogEvent &,TRequestStatus &) - Gets the details of the specified event. This is an asynchronous request.
- CLogClient::GetEventType(CLogEventType &,TRequestStatus &) - Gets the details of an event type. This is an asynchronous request.
- CLogClient::GetString(TDes &,TInt)const - Gets a standard string from the specified resource in logwrap.dll resource file.
- CLogClient::NewL(RFs &,TInt)
- CLogClient::NotifyChange(TTimeIntervalMicroSeconds32,TRequestStatus &) - Requests notification of changes to the Log Engine database. This is an asynchro...
- CLogClient::NotifyChangeCancel() - Cancels any outstanding notification request for changes to Log Engine database.
- CLogClient::SetGlobalChangeObserverL(MLogClientChangeObserver *)
- CLogClient::~CLogClient() - Frees all resources owned by the Log Engine object prior to its destruction. In ...
- CLogViewRecent::ClearDuplicatesL()
- CLogViewRecent::DoRunL()
- CLogViewRecent::DuplicatesL(CLogViewDuplicate &,const CLogFilter &,TRequestStatus &) - Refreshes the specified duplicate event view with the duplicates of the current ...
- CLogViewRecent::DuplicatesL(CLogViewDuplicate &,const CLogFilterList &,TRequestStatus &) - Refreshes the specified duplicate event view with the duplicates of the current ...
- CLogViewRecent::DuplicatesL(CLogViewDuplicate &,TRequestStatus &) - Refreshes the specified duplicate event view with the duplicates of the current ...
- CLogViewRecent::NewL(CLogClient &,MLogViewChangeObserver &,TInt)
- CLogViewRecent::NewL(CLogClient &,TInt)
- CLogViewRecent::RecentList()const - Gets the recent event list number that identifies the recent event list to which...
- CLogViewRecent::RemoveL(TLogId) - Removes the event with the specified unique event ID from the view. This does no...
- CLogViewRecent::RemoveL(TRequestStatus &) - Removes the current event from its recent event list. This is an asynchronous re...
- CLogViewRecent::SetRecentListL(TLogRecentList,const CLogFilter &,TRequestStatus &) - Initialises or refreshes the view for the specified recent event list, conformin...
- CLogViewRecent::SetRecentListL(TLogRecentList,const CLogFilterList &,TRequestStatus &) - Initialises or refreshes the view for the specified recent event list, conformin...
- CLogViewRecent::SetRecentListL(TLogRecentList,TRequestStatus &) - Initialises or refreshes the view for the specified recent event list. This is a...
- CLogViewRecent::~CLogViewRecent() - Frees resources owned by the object priot to its destruction.
- CMdaAudioConvertUtility::ClearPlayWindow() - Clears the playback window.
- CMdaAudioConvertUtility::Close() - Closes the current audio clip.
- CMdaAudioConvertUtility::ControllerImplementationInformationL() - Returns the controller implementation information associated with the current co...
- CMdaAudioConvertUtility::ConvertL() - Performs the conversion from the source audio format to the destination.
- CMdaAudioConvertUtility::CropFromBeginningL() - Crops the audio clip from the start of the file to the current position. The aud...
- CMdaAudioConvertUtility::CropL() - Crops the current clip from the current position. The remainder of the clip is d...
- CMdaAudioConvertUtility::CustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TDes8 &,TRequestStatus
&) - Send a asynchronous custom command to the controller.
- CMdaAudioConvertUtility::CustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TRequestStatus
&) - Send a asynchronous custom command to the controller.
- CMdaAudioConvertUtility::CustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &) - Sends a synchronous custom command to the controller.
- CMdaAudioConvertUtility::CustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TDes8 &) - Sends a synchronous custom command to the controller.
- CMdaAudioConvertUtility::DestinationBitRateL() - Returns the bit rate of the destination audio clip.
- CMdaAudioConvertUtility::DestinationDataTypeL() - Returns the data type of the destination audio clip.
- CMdaAudioConvertUtility::DestinationFormatL() - Returns the format of the destination audio clip.
- CMdaAudioConvertUtility::DestinationNumberOfChannelsL() - Returns the number of channels the destination audio clip contains.
- CMdaAudioConvertUtility::DestinationSampleRateL() - Returns the sample rate of the conversion destination.
- CMdaAudioConvertUtility::Duration() - Returns the duration of the audio clip.
- CMdaAudioConvertUtility::GetSupportedConversionBitRatesL(RArray< TUint > &) - Gets a list of the supported bit rates for the conversion destination.
- CMdaAudioConvertUtility::GetSupportedConversionNumberOfChannelsL(RArray< TUint > &) - Returns a list of the supported number of channels for conversion.
- CMdaAudioConvertUtility::GetSupportedConversionSampleRatesL(RArray< TUint > &) - Gets a list of supported conversion sample rates. This is a list of the sample r...
- CMdaAudioConvertUtility::GetSupportedDestinationDataTypesL(RArray< TFourCC > &) - Returns a list of the supported data types for the conversion destination.
- CMdaAudioConvertUtility::NewL(MMdaObjectStateChangeObserver &,CMdaServer *,TInt,TMdaPriorityPreference) - Constructs and initialises a new instance of the audio converter for converting ...
- CMdaAudioConvertUtility::OpenL(const TDesC &,const TDesC &) - Opens source and target files (both of which must already exist) so that audio s...
- CMdaAudioConvertUtility::OpenL(const TDesC &,TMdaClipLocation *,TMdaClipFormat *,TMdaPackage *,TMdaPackage *) - Opens an existing audio file so that audio sample data can be extracted from it,...
- CMdaAudioConvertUtility::OpenL(TMdaClipLocation *,TMdaClipLocation *,TMdaClipFormat *,TMdaClipFormat *,TMdaPackage *,TMdaPackage
*,TMdaPackage *,TMdaPackage *) - Opens an audio clip for conversion.
- CMdaAudioConvertUtility::OpenL(TMdaClipLocation *,TMdaClipLocation *,TUid,TUid,TFourCC) - Opens source and target audio objects and specifies controller and audio format ...
- CMdaAudioConvertUtility::PlayL() - This function is mapped to CMdaAudioConvertUtility::ConvertL(). CMdaAudioConvert...
- CMdaAudioConvertUtility::Position() - Returns the current position in the audio clip. The position is defined in terms...
- CMdaAudioConvertUtility::RecordL() - This function is mapped to ConvertL. CMdaAudioConvertUtility::ConvertL() should ...
- CMdaAudioConvertUtility::RecordTimeAvailable() - Returns the amount of recording time available to the current clip.
- CMdaAudioConvertUtility::SetDestinationBitRateL(TUint) - Sets the bit rate of the destination audio clip.
- CMdaAudioConvertUtility::SetDestinationDataTypeL(TFourCC) - Sets the data type of the destination audio clip.
- CMdaAudioConvertUtility::SetDestinationFormatL(TUid) - Sets the format of the destination audio clip.
- CMdaAudioConvertUtility::SetDestinationNumberOfChannelsL(TUint) - Sets the number of channels the destination audio clip contains.
- CMdaAudioConvertUtility::SetDestinationSampleRateL(TUint) - Sets the sample rate for the conversion destination.
- CMdaAudioConvertUtility::SetMaxWriteLength(TInt) - Sets the maximum size of an audio clip.
- CMdaAudioConvertUtility::SetPlayWindow(const TTimeIntervalMicroSeconds &,const TTimeIntervalMicroSeconds &) - Sets a window for playback.
- CMdaAudioConvertUtility::SetPosition(const TTimeIntervalMicroSeconds &) - Sets the current position in the audio clip.
- CMdaAudioConvertUtility::SetRepeats(TInt,const TTimeIntervalMicroSeconds &) - Sets the number of repetitions for playback. This is unsupported for CMdaConvert...
- CMdaAudioConvertUtility::SetThreadPriority(const TThreadPriority &)const - Set the priority of the controller's sub thread.
- CMdaAudioConvertUtility::SourceBitRateL() - Returns the bit rate of the source audio clip.
- CMdaAudioConvertUtility::SourceDataTypeL() - Returns the data type of the source audio clip.
- CMdaAudioConvertUtility::SourceFormatL() - Returns the format of the source audio clip.
- CMdaAudioConvertUtility::SourceNumberOfChannelsL() - Returns the number of channels used by the conversion source.
- CMdaAudioConvertUtility::SourceSampleRateL() - Returns the sample rate of the source audio clip.
- CMdaAudioConvertUtility::State() - Returns the current utility state.
- CMdaAudioConvertUtility::Stop() - Stops the current operation (playback/recording/conversion).
- CMdaAudioConvertUtility::UseSharedHeap() - Ensures that any subsequent calls to OpenXYZ() will create controllers that shar...
- CMdaAudioConvertUtility::~CMdaAudioConvertUtility() - Destructor.
- CMdaAudioPlayerUtility::CancelRegisterAudioResourceNotification(TUid) - Cancels the registered notification event.
- CMdaAudioPlayerUtility::ClearPlayWindow() - Clears the current playback window.
- CMdaAudioPlayerUtility::Close() - Closes the current audio clip (allowing another clip to be opened).
- CMdaAudioPlayerUtility::ControllerImplementationInformationL() - Returns the controller implementation information associated with the current co...
- CMdaAudioPlayerUtility::CustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TDes8 &,TRequestStatus
&) - Sends an asynchronous custom command to the controller.
- CMdaAudioPlayerUtility::CustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TRequestStatus
&) - Sends an asynchronous custom command to the controller.
- CMdaAudioPlayerUtility::CustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &) - Sends a synchronous custom command to the controller.
- CMdaAudioPlayerUtility::CustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TDes8 &) - Sends a synchronous custom command to the controller.
- CMdaAudioPlayerUtility::Duration() - Returns the duration of the audio sample in microseconds.
- CMdaAudioPlayerUtility::Duration(TTimeIntervalMicroSeconds &) - Returns the duration of the audio sample in microseconds, and the duration state...
- CMdaAudioPlayerUtility::GetAudioLoadingProgressL(TInt &) - Returns the current progress of audio loading.
- CMdaAudioPlayerUtility::GetBalance(TInt &) - Returns The current playback balance. This function may not return the same valu...
- CMdaAudioPlayerUtility::GetBitRate(TUint &) - Returns the bit rate of the audio clip.
- CMdaAudioPlayerUtility::GetDRMCustomCommand() - Gets a controller's DRM custom command implementation.
- CMdaAudioPlayerUtility::GetMetaDataEntryL(TInt) - Returns the requested meta data entry.
- CMdaAudioPlayerUtility::GetNumberOfMetaDataEntries(TInt &) - Returns the number of meta data entries in the current audio clip.
- CMdaAudioPlayerUtility::GetPosition(TTimeIntervalMicroSeconds &) - Returns the current playback position in microseconds from the start of the clip...
- CMdaAudioPlayerUtility::GetVolume(TInt &) - Returns the current playback volume.
- CMdaAudioPlayerUtility::MaxVolume() - Returns an integer representing the maximum volume.
- CMdaAudioPlayerUtility::NewDesPlayerL(const TDesC8 &,MMdaAudioPlayerCallback &,TInt,TMdaPriorityPreference,CMdaServer *) - Constructs and initialises a new instance of the audio player utility for playin...
- CMdaAudioPlayerUtility::NewDesPlayerReadOnlyL(const TDesC8 &,MMdaAudioPlayerCallback &,TInt,TMdaPriorityPreference,CMdaServer
*) - Constructs and initialises a new instance of the audio player utility for playin...
- CMdaAudioPlayerUtility::NewFilePlayerL(const TDesC &,MMdaAudioPlayerCallback &,TInt,TMdaPriorityPreference,CMdaServer *) - Constructs and initialises a new instance of the audio player utility for playin...
- CMdaAudioPlayerUtility::NewL(MMdaAudioPlayerCallback &,TInt,TMdaPriorityPreference) - Constructs and initialises a new instance of the audio player utility.
- CMdaAudioPlayerUtility::OpenDesL(const TDesC8 &) - Opens an audio clip from a descriptor.
- CMdaAudioPlayerUtility::OpenFileL(const RFile &) - Opens an audio clip from a file.
- CMdaAudioPlayerUtility::OpenFileL(const TDesC &) - Opens an audio clip from a file.
- CMdaAudioPlayerUtility::OpenFileL(const TMMSource &) - Opens an audio clip from a file.
- CMdaAudioPlayerUtility::OpenUrlL(const TDesC &,TInt,const TDesC8 &) - Opens an audio clip from a URL.
- CMdaAudioPlayerUtility::Pause() - Pauses the playback of the audio clip.
- CMdaAudioPlayerUtility::Play() - Begins playback of audio sample data at the current playback position using the ...
- CMdaAudioPlayerUtility::RegisterAudioResourceNotification(MMMFAudioResourceNotificationCallback &,TUid,const TDesC8 &) - Registers the Event for Notification when resource is avaliable.
- CMdaAudioPlayerUtility::RegisterForAudioLoadingNotification(MAudioLoadingObserver &) - Registers callback object to receive notifications of audio loading/rebuffering.
- CMdaAudioPlayerUtility::SetBalance(TInt) - Sets the current playback balance.
- CMdaAudioPlayerUtility::SetPlayWindow(const TTimeIntervalMicroSeconds &,const TTimeIntervalMicroSeconds &) - Defines a window on the audio sample data.
- CMdaAudioPlayerUtility::SetPosition(const TTimeIntervalMicroSeconds &) - Sets the current playback position in microseconds from the start of the clip.
- CMdaAudioPlayerUtility::SetPriority(TInt,TMdaPriorityPreference) - Sets the priority for playback. This is used to arbitrate between multiple objec...
- CMdaAudioPlayerUtility::SetRepeats(TInt,const TTimeIntervalMicroSeconds &) - Sets the number of times the audio sample is to be repeated during the playback ...
- CMdaAudioPlayerUtility::SetThreadPriority(const TThreadPriority &)const - Set the priority of the controller's sub thread.
- CMdaAudioPlayerUtility::SetVolume(TInt) - Changes the current playback volume to a specified value.
- CMdaAudioPlayerUtility::SetVolumeRamp(const TTimeIntervalMicroSeconds &) - Defines the period over which the volume level is to rise smoothly from nothing ...
- CMdaAudioPlayerUtility::Stop() - Stops playback of the audio sample as soon as possible.
- CMdaAudioPlayerUtility::UseSharedHeap() - Ensures that any subsequent calls to OpenXYZ() will create controllers that shar...
- CMdaAudioPlayerUtility::WillResumePlay() - Waits for the client to resume the play even after the default timer expires.
- CMdaAudioRecorderUtility::AddMetaDataEntryL(CMMFMetaDataEntry &) - Adds a meta data entry to the audio clip.
- CMdaAudioRecorderUtility::AudioPlayControllerImplementationInformationL() - Returns the controller implementation information associated with the playback c...
- CMdaAudioRecorderUtility::AudioRecorderControllerImplementationInformationL() - Returns the controller implementation information associated with the recording ...
- CMdaAudioRecorderUtility::CancelRegisterAudioResourceNotification(TUid) - Cancels the registered notification event.
- CMdaAudioRecorderUtility::ClearPlayWindow() - Removes any window defined on the audio sample data.
- CMdaAudioRecorderUtility::Close() - Close the current audio clip.
- CMdaAudioRecorderUtility::CropFromBeginningL() - Deletes all audio sample data from the beginning of the audio clip to the curren...
- CMdaAudioRecorderUtility::CropL() - Deletes all audio sample data after the current head position. The effects of th...
- CMdaAudioRecorderUtility::DestinationBitRateL() - Returns the bit rate in bits per second that the data sink is currently set to.
- CMdaAudioRecorderUtility::DestinationDataTypeL() - Returns the codec that is currently set for the destination audio clip.
- CMdaAudioRecorderUtility::DestinationFormatL() - Returns the format(UID) of the destination audio clip.
- CMdaAudioRecorderUtility::DestinationNumberOfChannelsL() - Returns the number of channels that the destination audio clip is currently conf...
- CMdaAudioRecorderUtility::DestinationSampleRateL() - Returns the sample rate in samples/second that the destination data sink is curr...
- CMdaAudioRecorderUtility::Duration() - Returns the duration of the audio clip.
- CMdaAudioRecorderUtility::Duration(TTimeIntervalMicroSeconds &) - Returns the duration of the audio sample in microseconds, and the duration state...
- CMdaAudioRecorderUtility::GetAudioLoadingProgressL(TInt &) - Returns the current progress of audio loading.
- CMdaAudioRecorderUtility::GetDRMCustomCommand() - Gets a controller's DRM custom command implementation.
- CMdaAudioRecorderUtility::GetGain(TInt &) - Returns the current gain setting of the audio device.
- CMdaAudioRecorderUtility::GetMetaDataEntryL(TInt) - Returns the specified meta data entry from the current audio clip.
- CMdaAudioRecorderUtility::GetNumberOfMetaDataEntries(TInt &) - Returns the number of meta data entries associated with this clip.
- CMdaAudioRecorderUtility::GetPlaybackBalance(TInt &) - Returns The current balance setting for the audio device. This function may not ...
- CMdaAudioRecorderUtility::GetRecordBalance(TInt &) - Returns the current recording balance setting between the left and right stereo ...
- CMdaAudioRecorderUtility::GetSupportedBitRatesL(RArray< TUint > &) - Returns a list of the supported bit rates for recording to the data sink.
- CMdaAudioRecorderUtility::GetSupportedDestinationDataTypesL(RArray< TFourCC > &) - Returns a list of the supported codecs for the conversion destination.
- CMdaAudioRecorderUtility::GetSupportedNumberOfChannelsL(RArray< TUint > &) - Returns a list of the supported number of channels for recording. For example 1 ...
- CMdaAudioRecorderUtility::GetSupportedSampleRatesL(RArray< TUint > &) - If a destination sample rate has not been set then CMdaAudioRecorderUtility::Get...
- CMdaAudioRecorderUtility::GetVolume(TInt &) - Returns the current volume setting for the audio device.
- CMdaAudioRecorderUtility::MaxGain() - Return the maximum value for the gain
- CMdaAudioRecorderUtility::MaxVolume() - Returns the maximum volume setting for the audio device.
- CMdaAudioRecorderUtility::NewL(MMdaObjectStateChangeObserver &,CMdaServer *,TInt,TMdaPriorityPreference) - Constructs and initialises a new instance of the audio recorder for playing, rec...
- CMdaAudioRecorderUtility::OpenDesL(const TDesC8 &) - Opens a descriptor to play back or record audio sample data (const version).
- CMdaAudioRecorderUtility::OpenDesL(TDes8 &) - Opens a descriptor to play back or record audio sample data.
- CMdaAudioRecorderUtility::OpenDesL(TDes8 &,TUid,TUid,TUid,TFourCC) - Opens an audio clip from a descriptor to play back existing audio data from or t...
- CMdaAudioRecorderUtility::OpenFileL(const RFile &) - Opens a file to play back or record audio sample data.
- CMdaAudioRecorderUtility::OpenFileL(const RFile &,TUid,TUid,TUid,TFourCC) - Opens an audio clip from a file to play back existing audio data or to record ne...
- CMdaAudioRecorderUtility::OpenFileL(const TDesC &) - Opens a file to play back or record audio sample data.
- CMdaAudioRecorderUtility::OpenFileL(const TDesC &,TUid,TUid,TUid,TFourCC) - Opens an audio clip from a file to play back existing audio data or to record ne...
- CMdaAudioRecorderUtility::OpenFileL(const TMMSource &) - Opens a file to play or record audio sample data.
- CMdaAudioRecorderUtility::OpenFileL(const TMMSource &,TUid,TUid,TUid,TFourCC) - Opens an audio clip from a filename or an open file handle to play back existing...
- CMdaAudioRecorderUtility::OpenL(TMdaClipLocation *,TMdaClipFormat *,TMdaPackage *,TMdaPackage *) - Opens a TMdaClipLocation package of audio data that can be played back or record...
- CMdaAudioRecorderUtility::OpenUrlL(const TDesC &,TInt,const TDesC8 &) - Opens an audio clip from a URL to play back or record audio sample data.
- CMdaAudioRecorderUtility::OpenUrlL(const TDesC &,TInt,TUid,TUid,TUid,TFourCC) - Opens an audio clip from a URL to play back existing audio data from or to recor...
- CMdaAudioRecorderUtility::PlayControllerCustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8
&,TDes8 &,TRequestStatus &) - Send a asynchronous custom command to the recording controller.
- CMdaAudioRecorderUtility::PlayControllerCustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8
&,TRequestStatus &) - Send a asynchronous custom command to the recording controller.
- CMdaAudioRecorderUtility::PlayControllerCustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8
&) - Send a synchronous custom command to the playback controller.
- CMdaAudioRecorderUtility::PlayControllerCustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8
&,TDes8 &) - Send a synchronous custom command to the playback controller
- CMdaAudioRecorderUtility::PlayL() - Begins playback of audio sample data at the current playback position using the ...
- CMdaAudioRecorderUtility::Position() - Returns the current head position.
- CMdaAudioRecorderUtility::RecordControllerCustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const
TDesC8 &,TDes8 &,TRequestStatus &) - Send a asynchronous custom command to the recording controller.
- CMdaAudioRecorderUtility::RecordControllerCustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const
TDesC8 &,TRequestStatus &) - Send a asynchronous custom command to the recording controller
- CMdaAudioRecorderUtility::RecordControllerCustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8
&) - Sends a synchronous custom command to the recording controller.
- CMdaAudioRecorderUtility::RecordControllerCustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8
&,TDes8 &) - Sends a synchronous custom command to the recording controller.
- CMdaAudioRecorderUtility::RecordL() - Starts appending new audio sample data.
- CMdaAudioRecorderUtility::RecordTimeAvailable() - Returns the recording time available for the selected file or descriptor and enc...
- CMdaAudioRecorderUtility::RegisterAudioResourceNotification(MMMFAudioResourceNotificationCallback &,TUid,const TDesC8 &) - Registers the Event for Notification when resource is avaliable.
- CMdaAudioRecorderUtility::RegisterForAudioLoadingNotification(MAudioLoadingObserver &) - Register to receive notifications of audio loading/rebuffering
- CMdaAudioRecorderUtility::RemoveMetaDataEntry(TInt) - Removes a specified meta data entry from the audio clip.
- CMdaAudioRecorderUtility::ReplaceMetaDataEntryL(TInt,CMMFMetaDataEntry &) - Replaces the specified meta data entry with a new entry.
- CMdaAudioRecorderUtility::SetAudioDeviceMode(TDeviceMode) - Sets the audio device mode. This function is provided for binary compatibility, ...
- CMdaAudioRecorderUtility::SetDestinationBitRateL(TUint) - Sets the bit rate of the data sink in bits per second.
- CMdaAudioRecorderUtility::SetDestinationDataTypeL(TFourCC) - Sets the codec to use with the record controller.
- CMdaAudioRecorderUtility::SetDestinationFormatL(TUid) - Sets the format of the audio clip. This can only be done if the audio clip does ...
- CMdaAudioRecorderUtility::SetDestinationNumberOfChannelsL(TUint) - Sets the number of channels for the recorded audio clip.
- CMdaAudioRecorderUtility::SetDestinationSampleRateL(TUint) - Sets the sample rate for the conversion destination data sink.
- CMdaAudioRecorderUtility::SetGain(TInt) - Sets the gain for the audio device to a specified value.
- CMdaAudioRecorderUtility::SetMaxWriteLength(TInt) - Sets the maximum size for a file that is being recorded.
- CMdaAudioRecorderUtility::SetPlaybackBalance(TInt) - Sets the current playback balance.
- CMdaAudioRecorderUtility::SetPlayWindow(const TTimeIntervalMicroSeconds &,const TTimeIntervalMicroSeconds &) - Defines a window on the audio sample data.
- CMdaAudioRecorderUtility::SetPosition(const TTimeIntervalMicroSeconds &) - Sets the head position.
- CMdaAudioRecorderUtility::SetPriority(TInt,TMdaPriorityPreference) - Sets the recording priority.
- CMdaAudioRecorderUtility::SetRecordBalance(TInt) - Sets the current recording balance setting between the left and right stereo mic...
- CMdaAudioRecorderUtility::SetRepeats(TInt,const TTimeIntervalMicroSeconds &) - Sets the number of times the audio sample is to be repeated during the CMdaAudio...
- CMdaAudioRecorderUtility::SetThreadPriorityPlayback(const TThreadPriority &)const - Set the priority of the playback controller's sub thread.
- CMdaAudioRecorderUtility::SetThreadPriorityRecord(const TThreadPriority &)const - Set the priority of the record controller's sub thread.
- CMdaAudioRecorderUtility::SetVolume(TInt) - Sets the playback volume for the audio device to a specified value.
- CMdaAudioRecorderUtility::SetVolumeRamp(const TTimeIntervalMicroSeconds &) - Sets the volume increase gradient.
- CMdaAudioRecorderUtility::SourceBitRateL() - Returns the bit rate of the audio clip.
- CMdaAudioRecorderUtility::State() - Returns the current state of the audio sample data.
- CMdaAudioRecorderUtility::Stop() - Stops the current operation (playback/recording/conversion).
- CMdaAudioRecorderUtility::UseSharedHeap() - Ensures that any subsequent calls to OpenXYZ() will create controllers that shar...
- CMdaAudioRecorderUtility::WillResumePlay() - Waits for the client to resume the play even after the default timer expires.
- CMdaAudioRecorderUtility::~CMdaAudioRecorderUtility() - Destructor. Closes the audio clip and frees resources.
- CMdaAudioToneUtility::CancelPlay() - Cancels the tone playing operation.
- CMdaAudioToneUtility::CancelPrepare() - Cancels the configuration operation.
- CMdaAudioToneUtility::CustomInterface(TUid) - Retrieves a custom interface to the underlying device.
- CMdaAudioToneUtility::FixedSequenceCount() - Returns the number of available pre-defined tone sequences.
- CMdaAudioToneUtility::FixedSequenceName(TInt) - Returns the name assigned to a specific pre-defined tone sequence.
- CMdaAudioToneUtility::GetBalanceL() - Returns The current playback balance.This function may not return the same value...
- CMdaAudioToneUtility::MaxVolume() - Returns the maximum volume supported by the device. This is the maximum value wh...
- CMdaAudioToneUtility::NewL(MMdaAudioToneObserver &,CMdaServer *) - Creates a new instance of the tone player utility. The default volume is set to ...
- CMdaAudioToneUtility::NewL(MMdaAudioToneObserver &,CMdaServer *,TInt,TMdaPriorityPreference) - Creates a new instance of the tone player utility. The default volume is set to ...
- CMdaAudioToneUtility::Play() - Plays the tone.
- CMdaAudioToneUtility::PrepareToPlayDesSequence(const TDesC8 &) - Configures the audio tone player utility to play a tone sequence contained in a ...
- CMdaAudioToneUtility::PrepareToPlayDTMFString(const TDesC &) - Configures the audio tone utility player to play a DTMF (Dual-Tone Multi-Frequen...
- CMdaAudioToneUtility::PrepareToPlayDualTone(TInt,TInt,const TTimeIntervalMicroSeconds &) - Configures the audio tone player utility to play a dual tone. The generated tone...
- CMdaAudioToneUtility::PrepareToPlayFileSequence(const TDesC &) - Configures the audio tone player utility to play a tone sequence contained in a ...
- CMdaAudioToneUtility::PrepareToPlayFileSequence(RFile &) - Configures the audio tone player utility to play a tone sequence contained in a ...
- CMdaAudioToneUtility::PrepareToPlayFixedSequence(TInt) - Configures the audio tone player utility to play the specified pre-defined tone ...
- CMdaAudioToneUtility::PrepareToPlayTone(TInt,const TTimeIntervalMicroSeconds &) - Configures the audio tone player utility to play a single tone.
- CMdaAudioToneUtility::SetBalanceL(TInt) - Sets the stereo balance for playback.
- CMdaAudioToneUtility::SetDTMFLengths(TTimeIntervalMicroSeconds32,TTimeIntervalMicroSeconds32,TTimeIntervalMicroSeconds32) - Changes the duration of DTMF tones, the gaps between DTMF tones and the pauses.
- CMdaAudioToneUtility::SetPriority(TInt,TMdaPriorityPreference) - Changes the clients priority.
- CMdaAudioToneUtility::SetRepeats(TInt,const TTimeIntervalMicroSeconds &) - Sets the number of times the tone sequence is to be repeated during the play ope...
- CMdaAudioToneUtility::SetVolume(TInt) - Changes the volume of the audio device.
- CMdaAudioToneUtility::SetVolumeRamp(const TTimeIntervalMicroSeconds &) - Defines the period over which the volume level is to rise smoothly from nothing ...
- CMdaAudioToneUtility::State() - Returns the current state of the audio tone utility.
- CMdaAudioToneUtility::Volume() - Returns an integer representing the current volume of the audio device.
- CMidiClientUtility::ChannelsSupportedL()const - Gets the maximum number of logical channels supported by the MIDI engine.
- CMidiClientUtility::ChannelVolumeL(TInt)const - Get the current volume setting of a logical channel
- CMidiClientUtility::Close() - Asynchronous function which closes any currently open resources, such as files, ...
- CMidiClientUtility::CustomBankLoadedL(TInt)const - Query if a bank has been loaded to the memory
- CMidiClientUtility::CustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TDes8 &,TRequestStatus
&) - Asynchronously pass implementation-specific commands to the MIDI engine and rece...
- CMidiClientUtility::CustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TRequestStatus
&) - Asynchronously pass implementation-specific commands to the MIDI engine
- CMidiClientUtility::CustomCommandSyncL(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &) - Synchronously pass implementation-specific commands to the MIDI engine.
- CMidiClientUtility::CustomCommandSyncL(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TDes8 &) - Synchronously pass implementation-specific commands to the MIDI engine and recei...
- CMidiClientUtility::DurationMicroBeatsL()const - Gets the length of the currently open MIDI resource in micro-beats
- CMidiClientUtility::DurationMicroSecondsL()const - Gets the length of the currently open MIDI resource in micro-seconds
- CMidiClientUtility::GetBalanceL()const - Get the current stereo balance value
- CMidiClientUtility::GetBankIdL(TBool,TInt)const - Gets the identifier of a sound bank. Bank identifier (aka bank number) is a 14-b...
- CMidiClientUtility::GetDRMCustomCommand() - Gets a controller's DRM custom command implementation.
- CMidiClientUtility::GetInstrumentIdL(TInt,TBool,TInt)const - Gets the identifier of an instrument.
- CMidiClientUtility::GetInstrumentL(TInt,TInt &,TInt &) - Gets the instrument assigned to a specified channel
- CMidiClientUtility::GetMetaDataEntryL(TInt)const - Retrieve the specified XMF,SMF meta data entry.
- CMidiClientUtility::GetRepeats()const - Gets the number of times the current opened resources has to be repeated
- CMidiClientUtility::InstrumentNameL(TInt,TBool,TInt)const - Gets the name of the given instrument.
- CMidiClientUtility::IsChannelMuteL(TInt)const - Gets the muting status of a specific channel
- CMidiClientUtility::IsTrackMuteL(TInt)const - Gets the muting status of a specific track
- CMidiClientUtility::LoadCustomBankDataL(const TDesC8 &,TInt &) - Loads one or more custom sound banks from a descriptor into memory for use. If s...
- CMidiClientUtility::LoadCustomBankL(const TDesC &,TInt &) - Loads one or more custom sound banks from a file into memory for use. If several...
- CMidiClientUtility::LoadCustomInstrumentDataL(const TDesC8 &,TInt,TInt,TInt,TInt) - Loads an individual instrument from descriptor into custom sound bank memory for...
- CMidiClientUtility::LoadCustomInstrumentL(const TDesC &,TInt,TInt,TInt,TInt) - Loads an individual instrument from file into custom sound bank memory for use. ...
- CMidiClientUtility::MaxChannelVolumeL()const - Gets the Maximum volume setting that may be applied to a logical channel
- CMidiClientUtility::MaxPlaybackRateL()const - Gets the maximum playback rate in milli-percentage from the MIDI engine.
- CMidiClientUtility::MaxPolyphonyL()const - Get the maximum polyphony level that the engine can handle
- CMidiClientUtility::MaxVolumeL()const - Maximum volume setting that may be applied overall.
- CMidiClientUtility::MimeTypeL() - Gets the MIME type of the MIDI resource currently open
- CMidiClientUtility::MinPlaybackRateL()const - Gets the minimum playback rate in milli-percentage from the MIDI engine.
- CMidiClientUtility::NewL(MMidiClientUtilityObserver &,TInt,TMdaPriorityPreference) - Static factory function for creating a MIDI client utility object. This function...
- CMidiClientUtility::NewL(MMidiClientUtilityObserver &,TInt,TMdaPriorityPreference,TBool) - Static factory function for creating a MIDI client utility object. This function...
- CMidiClientUtility::NoteOffL(TInt,TInt,TInt) - Synchronous function to terminate playback of a note. If no corresponding note i...
- CMidiClientUtility::NoteOnL(TInt,TInt,TInt) - Synchronous function to commence playback of a note. Multiple calls to this func...
- CMidiClientUtility::NumberOfBanksL(TBool)const - Gets the number of standard or custom sound banks currently available
- CMidiClientUtility::NumberOfInstrumentsL(TInt,TBool)const - Gets the number of instruments available in a given sound bank
- CMidiClientUtility::NumberOfMetaDataEntriesL()const - Get the number of meta data entries currently known about in the currently open ...
- CMidiClientUtility::NumTracksL()const - Gets the number of tracks present in the currently open MIDI resource
- CMidiClientUtility::OpenDes(const TDesC8 &) - Asynchronous function to open a descriptor containing MIDI data and perform init...
- CMidiClientUtility::OpenFile(const RFile &) - Asynchronous function to open a file containing MIDI data and perform initialisa...
- CMidiClientUtility::OpenFile(const TDesC &) - Asynchronous function to open a file containing MIDI data and perform initialisa...
- CMidiClientUtility::OpenFile(const TMMSource &) - Asynchronous function to open a file containing MIDI data and perform initialisa...
- CMidiClientUtility::OpenUrl(const TDesC &,TInt,const TDesC8 &) - Asynchronous function to open a URL containing MIDI data and perform initialisat...
- CMidiClientUtility::PercussionKeyNameL(TInt,TInt,TBool,TInt)const - Gets the name of a particular percussion key corresponding to a given note.
- CMidiClientUtility::PitchTranspositionCentsL()const - Gets the pitch shift in use for the currently open MIDI resource
- CMidiClientUtility::Play() - Asynchronous function to initiate or resume playback of a previously opened reso...
- CMidiClientUtility::PlaybackRateL()const - Gets the current playback rate factor of the currently open MIDI resource. The p...
- CMidiClientUtility::PlayNoteL(TInt,TInt,const TTimeIntervalMicroSeconds &,const TTimeIntervalMicroSeconds &,TInt,TInt) - Synchronous function to play a single note at a specified time. Multiple calls t...
- CMidiClientUtility::PlayNoteL(TInt,TInt,const TTimeIntervalMicroSeconds &,TInt,TInt) - Synchronous function to play a single note. Multiple calls to this function will...
- CMidiClientUtility::PolyphonyL()const - Gets the number of currently active voices.
- CMidiClientUtility::PositionMicroBeatsL()const - Gets the current metrical position of the MIDI resource being played
- CMidiClientUtility::PositionMicroSecondsL()const - Gets the current temporal position of the MIDI resource being played.
- CMidiClientUtility::SendMessageL(const TDesC8 &) - Sends a single MIDI message to the MIDI engine
- CMidiClientUtility::SendMessageL(const TDesC8 &,const TTimeIntervalMicroSeconds &) - Sends a single MIDI message, with time stamp, to the MIDI engine
- CMidiClientUtility::SendMipMessageL(const RArray< TMipMessageEntry > &) - Sends a mip message to the MIDI engine. This is a convenience function, because ...
- CMidiClientUtility::SetBalanceL(TInt) - Set the current stereo balance value
- CMidiClientUtility::SetBankL(TBool)
- CMidiClientUtility::SetChannelMuteL(TInt,TBool) - Set the muting state of a channel without changing its volume setting. When unmu...
- CMidiClientUtility::SetChannelVolumeL(TInt,TReal32) - Set the volume of a channel.
- CMidiClientUtility::SetInstrumentL(TInt,TInt,TInt) - Sets a logical channel to use the given instrument.
- CMidiClientUtility::SetMaxPolyphonyL(TInt) - Set the max polyphony the engine can handle
- CMidiClientUtility::SetPitchTranspositionL(TInt) - Sets the pitch shift to apply to the currently open MIDI resource. May be called...
- CMidiClientUtility::SetPlaybackRateL(TInt) - Sets the playback rate for the playback of the current MIDI resource. The playba...
- CMidiClientUtility::SetPositionMicroBeatsL(TInt64) - Change the position of the currently playing MIDI resource to the given position...
- CMidiClientUtility::SetPositionMicroSecondsL(const TTimeIntervalMicroSeconds &) - Change the position of the currently playing MIDI resource to the given position...
- CMidiClientUtility::SetPriorityL(TInt,TMdaPriorityPreference) - Set the priority with which this client plays MIDI data
- CMidiClientUtility::SetRepeatsL(TInt,const TTimeIntervalMicroSeconds &) - Set the number of times to repeat the current MIDI resource. After CMidiClientUt...
- CMidiClientUtility::SetStopTimeL(const TTimeIntervalMicroSeconds &) - Sets the stop time to use for the currently open MIDI resource
- CMidiClientUtility::SetSyncUpdateCallbackIntervalL(const TTimeIntervalMicroSeconds &,TInt64) - Sets the frequency at which MMIDIClientUtilityObserver::MmcuoSyncUpdateL(…) is ...
- CMidiClientUtility::SetTempoL(TInt) - Sets the tempo at which the current MIDI resource should be played. May be calle...
- CMidiClientUtility::SetTrackMuteL(TInt,TBool)const - Mutes or unmutes a particular track
- CMidiClientUtility::SetVolumeL(TInt) - Set the overall volume of the MIDI client. This setting scales all channel volum...
- CMidiClientUtility::SetVolumeRampL(const TTimeIntervalMicroSeconds &) - Length of time over which the volume is faded up from zero to the current settin...
- CMidiClientUtility::State()const - Gets the current state of the MIDI client utility with regard to MIDI resources
- CMidiClientUtility::Stop(const TTimeIntervalMicroSeconds &) - Stops playback of a resource but does not change the current position or release...
- CMidiClientUtility::StopNotes(TInt) - Stops the playback of all notes on the given channel, by means of an All Notes O...
- CMidiClientUtility::StopTimeL(TTimeIntervalMicroSeconds &)const - Get the stop time currently set for the MIDI resource
- CMidiClientUtility::TempoMicroBeatsPerMinuteL()const - Gets the current tempo of the currently open MIDI resource. The tempo is indepen...
- CMidiClientUtility::UnloadAllCustomBanksL() - Removes all custom sound banks from memory.
- CMidiClientUtility::UnloadCustomBankL(TInt) - Removes a custom sound bank from memory. Only valid for sound banks previously l...
- CMidiClientUtility::UnloadCustomInstrumentL(TInt,TInt) - Removes an instrument from custom sound bank memory. Only valid for instruments ...
- CMidiClientUtility::VolumeL()const - Gets the overall volume of the MIDI client.
- CMidiClientUtility::~CMidiClientUtility() - Destructor
- CMMFClip::BytesFree() - Returns the amount of space available for the clip.
- CMMFClip::CMMFClip(TUid,TUid) - Protected constructor.
- CMMFClip::Delete() - Deletes the clip.
- CMMFClip::ReadBufferL(CMMFBuffer *,TInt) - Reads the maximum number of bytes of data from the offset, aPosition into the bu...
- CMMFClip::ReadBufferL(CMMFBuffer *,TInt,MDataSink *) - Reads the maximum number of bytes of data from the offset, aPosition into the bu...
- CMMFClip::ReadBufferL(TInt,CMMFBuffer *,TInt,MDataSink *) - Reads aLength number of bytes of data from the offset, aPosition into the buffer...
- CMMFClip::SetSize(TInt) - Sets the size of the clip. This should be overriden in the derived classes, the ...
- CMMFClip::Size() - Returns the size of the clip in bytes.
- CMMFClip::WriteBufferL(CMMFBuffer *,TInt) - Writes the maximum number of bytes of data from the offset, aPosition from the b...
- CMMFClip::WriteBufferL(CMMFBuffer *,TInt,MDataSource *) - Writes the maximum number of bytes of data from the offset, aPosition from the b...
- CMMFClip::WriteBufferL(TInt,CMMFBuffer *,TInt,MDataSource *) - Writes aLength number of bytes of data from the offset, aPosition from the buffe...
- CMMFDataPath::AddDataSinkL(MDataSink *) - Adds a data sink to the datapath and, if the source already exists, tries to est...
- CMMFDataPath::AddDataSourceL(MDataSource *) - Adds a data source to the datapath and, if the sink already exists, tries to est...
- CMMFDataPath::BufferEmptiedL(CMMFBuffer *) - Indicates the data sink has emptied the buffer.
- CMMFDataPath::BufferFilledL(CMMFBuffer *) - Indicates the data source has filled the specified buffer.
- CMMFDataPath::CanCreateSinkBuffer() - Tests whether the data path can create a sink buffer.
- CMMFDataPath::CanCreateSourceBuffer() - Tests whether the data path can create a source buffer.
- CMMFDataPath::ClearPlayWindowL() - Sets the play window to the full length of clip.
- CMMFDataPath::CMMFDataPath(TMediaId,MAsyncEventHandler &)
- CMMFDataPath::ConstructL(TUid) - Takes UID of codec on construction, and if not an NULL codec sets the datapath u...
- CMMFDataPath::ConstructSinkL(const TDesC8 &) - Constructs a sink.
- CMMFDataPath::ConstructSourceL(const TDesC8 &) - Constructs a source.
- CMMFDataPath::CreateSinkBufferL(TMediaId) - Creates a sink buffer according to the specifed media ID.
- CMMFDataPath::CreateSinkBufferL(TMediaId,TBool &) - Creates a sink buffer according to the specifed media ID and reference.
- CMMFDataPath::CreateSourceBufferL(TMediaId) - Creates a source buffer.
- CMMFDataPath::CreateSourceBufferL(TMediaId,TBool &) - Creates a source buffer according to the specifed media ID and reference.
- CMMFDataPath::DoCancel() - Cancels the clip.
- CMMFDataPath::DoSendEventToClient(TUid,TInt) - Passes error handling and general messages up to clients.
- CMMFDataPath::EmptyBufferL(CMMFBuffer *,MDataSource *,TMediaId) - Clears the specified buffer.
- CMMFDataPath::EndOfData() - Forces and end of data state on the datapath
- CMMFDataPath::FillBufferL(CMMFBuffer *,MDataSink *,TMediaId) - Fills the specified buffer.
- CMMFDataPath::NewL(MAsyncEventHandler &) - Allocates and constructs a data path.
- CMMFDataPath::NewL(TMediaId,MAsyncEventHandler &) - Allocates and constructs a data path according to the specified media ID.
- CMMFDataPath::NewL(TUid,MAsyncEventHandler &) - Allocates and constructs a data path according to the specified codec UID.
- CMMFDataPath::NewL(TUid,TMediaId,MAsyncEventHandler &) - Allocates and constructs a data path according to the specified codec UID.
- CMMFDataPath::Pause() - Pauses playing.
- CMMFDataPath::PlayL() - Starts an active scheduler 'play' loop.
- CMMFDataPath::Position()const - Gets the data path position.
- CMMFDataPath::PrimeL() - Allocates buffers in preparation to play.
- CMMFDataPath::ResetL() - Deletes buffers if this datapath's sources and sinks own the buffers returned by...
- CMMFDataPath::RunError(TInt) - Handles errors coming from attached sources and passes them to the clients.
- CMMFDataPath::RunL() - Runs the clip depending on the current data path and transfer state.
- CMMFDataPath::SendEventToClient(const TMMFEvent &) - Passes error handling and general messages to clients.
- CMMFDataPath::SetBlockLength(TUint)
- CMMFDataPath::SetPlayWindowL(const TTimeIntervalMicroSeconds &,const TTimeIntervalMicroSeconds &) - Sets the play window absolutely (i.e. the parameters are relative to the start o...
- CMMFDataPath::SetPositionL(const TTimeIntervalMicroSeconds &) - Sets the data path position.
- CMMFDataPath::SinkDataTypeCode(TMediaId) - Gets the sink's data type for the specified media ID.
- CMMFDataPath::SourceDataTypeCode(TMediaId) - Gets the source data type for the specified media ID.
- CMMFDataPath::State() - Returns the current data path state.
- CMMFDataPath::Stop() - Stops playing.
- CMMFDataPath::~CMMFDataPath() - Standard destructor.
- CMMFDescriptor::BufferEmptiedL(CMMFBuffer *) - CMMFDescriptor as a source is always passive so this function is not supported.
- CMMFDescriptor::BufferFilledL(CMMFBuffer *) - CMMFDescriptor as a sink is always passive so this function is not supported.
- CMMFDescriptor::BytesFree() - Returns the amount of space available for the clip.
- CMMFDescriptor::CanCreateSinkBuffer() - Tests whether a sink buffer can be created.
- CMMFDescriptor::CanCreateSourceBuffer() - Tests whether a source buffer can be created.
- CMMFDescriptor::ConstructSinkL(const TDesC8 &) - Performs sink construction dependant on the sink construction initialisation dat...
- CMMFDescriptor::ConstructSourceL(const TDesC8 &) - Performs source construction dependant on the source construction initialisation...
- CMMFDescriptor::CreateSinkBufferL(TMediaId,TBool &) - Creates a sink buffer.
- CMMFDescriptor::CreateSourceBufferL(TMediaId,TBool &) - Creates a source buffer.
- CMMFDescriptor::EmptyBufferL(CMMFBuffer *,MDataSource *,TMediaId) - Empties aBuffer into iDes.
- CMMFDescriptor::FillBufferL(CMMFBuffer *,MDataSink *,TMediaId) - Loads aBuffer from iDes.
- CMMFDescriptor::ReadBufferL(CMMFBuffer *,TInt) - Loads aBuffer from specified point in iDes. Note that this is a synchronous read...
- CMMFDescriptor::ReadBufferL(CMMFBuffer *,TInt,MDataSink *) - Loads aBuffer from specified point in iDes
- CMMFDescriptor::ReadBufferL(TInt,CMMFBuffer *,TInt,MDataSink *) - Loads aLength number of bytes into aBuffer from specified point in iDes.
- CMMFDescriptor::SetSize(TInt) - Sets the size of the clip. This should be overriden in the derived classes, the ...
- CMMFDescriptor::SinkDataTypeCode(TMediaId) - Returns the data type as a fourCC code of the CMMFDescriptor data sink.
- CMMFDescriptor::Size() - Returns the length of the clip.
- CMMFDescriptor::SourceDataTypeCode(TMediaId) - Returns the data type as a fourCC code for the CMMFDescriptor data source.
- CMMFDescriptor::WriteBufferL(CMMFBuffer *,TInt) - Empties aBuffer into iFile at specified location. Note that this is a synchronou...
- CMMFDescriptor::WriteBufferL(CMMFBuffer *,TInt,MDataSource *) - Empties aBuffer into iDes at specified location.
- CMMFDescriptor::WriteBufferL(TInt,CMMFBuffer *,TInt,MDataSource *) - Empties aLength bytes from aBuffer into iDes at specified location.
- CMMFDescriptor::~CMMFDescriptor() - Destructor.
- CMMFDevSound::CancelRegisterAsClient(TUid) - Cancels the Registered Notification.
- CMMFDevSound::Capabilities() - Returns the supported Audio settings ie. encoding, sample rates, mono/stereo ope...
- CMMFDevSound::Config()const - Returns the current device configuration.
- CMMFDevSound::CustomInterface(TUid) - Retrieves a custom interface to the device.
- CMMFDevSound::FixedSequenceCount() - Returns the number of available pre-defined tone sequences.
- CMMFDevSound::FixedSequenceName(TInt) - Returns the name assigned to a specific pre-defined tone sequence.
- CMMFDevSound::Gain() - Returns an integer representing the current gain.
- CMMFDevSound::GetPlayBalanceL(TInt &,TInt &) - Returns the speaker balance set for playing.
- CMMFDevSound::GetRecordBalanceL(TInt &,TInt &) - Returns the microphone gain balance set for recording.
- CMMFDevSound::GetResourceNotificationData(TUid,TDes8 &) - Returns the Notification data which the client needs to resume playing.
- CMMFDevSound::GetSupportedInputDataTypesL(RArray< TFourCC > &,const TMMFPrioritySettings &)const - Returns a list of the supported input datatypes that can be sent to DevSound for...
- CMMFDevSound::GetSupportedOutputDataTypesL(RArray< TFourCC > &,const TMMFPrioritySettings &)const - Returns a list of the supported output dataypes that can be received from DevSou...
- CMMFDevSound::InitializeL(MDevSoundObserver &,TFourCC,TMMFState) - Initializes DevSound object for the mode aMode for processing audio data with ha...
- CMMFDevSound::InitializeL(MDevSoundObserver &,TMMFState) - Initializes CMMFDevSound object to play and record PCM16 raw audio data with sam...
- CMMFDevSound::InitializeL(MDevSoundObserver &,TUid,TMMFState) - Initializes DevSound object for the mode aMode for processing audio data with ha...
- CMMFDevSound::MaxGain() - Returns an integer representing the maximum gain the device supports.
- CMMFDevSound::MaxVolume() - Returns an integer representing the maximum volume device supports.
- CMMFDevSound::NewL() - Constructs, and returns a pointer to, a new CMMFDevSound object.
- CMMFDevSound::Pause() - Temporarily Stops the ongoing operation (Play, Record, TonePlay, Convert).
- CMMFDevSound::PlayData() - Plays data in the buffer at the current volume.
- CMMFDevSound::PlayDTMFStringL(const TDesC &) - Initializes the audio device and starts playing the DTMF string aDTMFString.
- CMMFDevSound::PlayDualToneL(TInt,TInt,const TTimeIntervalMicroSeconds &) - Initializes audio device and starts playing a dual tone.
- CMMFDevSound::PlayFixedSequenceL(TInt) - Initializes the audio device and starts playing the specified pre-defined tone s...
- CMMFDevSound::PlayInitL() - Initializes the audio device and starts the play process.
- CMMFDevSound::PlayToneL(TInt,const TTimeIntervalMicroSeconds &) - Initializes the audio device and starts playing a tone. The tone is played with ...
- CMMFDevSound::PlayToneSequenceL(const TDesC8 &) - Initializes the audio device and starts playing a tone sequence.
- CMMFDevSound::RecordData() - Contine the process of recording.
- CMMFDevSound::RecordInitL() - Initializes audio device and starts the recording process.
- CMMFDevSound::RegisterAsClient(TUid,const TDesC8 &) - Registers the client for notification of resource avalibility.
- CMMFDevSound::SamplesPlayed() - Returns the number of samples played so far.
- CMMFDevSound::SamplesRecorded() - Returns the number samples recorded so far.
- CMMFDevSound::SetConfigL(const TMMFCapabilities &) - Configure CMMFDevSound object with the settings in aConfig.
- CMMFDevSound::SetDTMFLengths(TTimeIntervalMicroSeconds32 &,TTimeIntervalMicroSeconds32 &,TTimeIntervalMicroSeconds32 &) - Defines the duration of tone on, tone off and tone pause to be used during the D...
- CMMFDevSound::SetGain(TInt) - Changes the current recording gain to a specified value.
- CMMFDevSound::SetPlayBalanceL(TInt,TInt) - Sets the speaker balance for playing.
- CMMFDevSound::SetPrioritySettings(const TMMFPrioritySettings &) - Defines the priority settings that should be used for this instance.
- CMMFDevSound::SetRecordBalanceL(TInt,TInt) - Sets the microphone gain balance for recording.
- CMMFDevSound::SetToneRepeats(TInt,const TTimeIntervalMicroSeconds &) - Defines the number of times the audio is to be repeated during the tone playback...
- CMMFDevSound::SetVolume(TInt) - Changes the current playback volume to a specified value.
- CMMFDevSound::SetVolumeRamp(const TTimeIntervalMicroSeconds &) - Defines the period over which the volume level is to rise smoothly from nothing ...
- CMMFDevSound::Stop() - Stops the ongoing operation (Play, Record, TonePlay, Convert).
- CMMFDevSound::Volume() - Returns an integer representing the current volume.
- CMMFDevSound::WillResumePlay() - Wait for the clients to resume play back even after the default timeout expires....
- CMMFDevSound::~CMMFDevSound() - Destructor.
- CMMFDevVideoPlay::AbortDirectScreenAccess() - Aborts Direct Screen Access completely, to be called from MAbortDirectScreenAcce...
- CMMFDevVideoPlay::CancelTimedSnapshot() - Cancels a timed snapshot request.
- CMMFDevVideoPlay::CommitL() - Commit all configuration changes since the last CMMFDevVideoPlay::CommitL(), CMM...
- CMMFDevVideoPlay::ConfigureDecoderL(const TVideoPictureHeader &) - Configures the Decoder using header information known by the client.
- CMMFDevVideoPlay::CustomInterface(THwDeviceId,TUid) - Retrieves a custom interface to the specified hardware device.
- CMMFDevVideoPlay::DecodingPosition() - Returns the current decoding position, i.e. the timestamp for the most recently ...
- CMMFDevVideoPlay::FindCommonFormat(const TArray< TUncompressedVideoFormat > &,const TArray< TUncompressedVideoFormat > &,TUncompressedVideoFormat
&) - Finds a common format from two lists of uncompressed video formats. Used typical...
- CMMFDevVideoPlay::FindDecodersL(const TDesC8 &,TUint32,RArray< TUid > &,TBool) - Finds all available decoders for a given video type with support for certain pos...
- CMMFDevVideoPlay::FindPostProcessorsL(TUint32,RArray< TUid > &) - Finds all available post-processors for a given set of post-processing operation...
- CMMFDevVideoPlay::FreezePicture(const TTimeIntervalMicroSeconds &) - Freezes a picture on the screen. After the picture has been frozen, no picture i...
- CMMFDevVideoPlay::GetBitstreamCounters(TBitstreamCounters &) - Reads various counters related to the received input bitstream and coded data un...
- CMMFDevVideoPlay::GetBufferL(TUint) - Retrieves an empty video input buffer from the decoder. After input data has bee...
- CMMFDevVideoPlay::GetBufferOptions(TBufferOptions &) - Gets the video decoder buffer options actually in use. This can be used before c...
- CMMFDevVideoPlay::GetComplexityLevelInfo(THwDeviceId,TUint,TComplexityLevelInfo &) - Gets information about a computational complexity level. This method can be call...
- CMMFDevVideoPlay::GetDecoderListL(RArray< TUid > &) - Retrieves a list of available video decoders in the system.
- CMMFDevVideoPlay::GetHeaderInformationL(TVideoDataUnitType,TVideoDataUnitEncapsulation,TVideoInputBuffer *) - Reads header information from a coded data unit. [1 #59] This method can be call...
- CMMFDevVideoPlay::GetNewPictureInfo(TUint &,TTimeIntervalMicroSeconds &,TTimeIntervalMicroSeconds &) - Gets information about new decoded pictures. "New decoded pictures" ar...
- CMMFDevVideoPlay::GetOutputFormatListL(THwDeviceId,RArray< TUncompressedVideoFormat > &) - Retrieves the list of the output formats a hardware device supports. The list is...
- CMMFDevVideoPlay::GetPictureCounters(TPictureCounters &) - Reads various counters related to decoded pictures. See the definition of CMMFDe...
- CMMFDevVideoPlay::GetPostProcessorListL(RArray< TUid > &) - Retrieves a list of available video post-processors in the system.
- CMMFDevVideoPlay::GetSnapshotL(TPictureData &,const TUncompressedVideoFormat &) - Gets a copy of the latest picture displayed.
- CMMFDevVideoPlay::GetSupportedSnapshotFormatsL(RArray< TUncompressedVideoFormat > &) - Gets a list of the supported snapshot picture formats.
- CMMFDevVideoPlay::GetTimedSnapshotL(TPictureData *,const TUncompressedVideoFormat &,const TPictureId &) - Gets a copy of a specified picture. Timed snapshots are required for implementin...
- CMMFDevVideoPlay::GetTimedSnapshotL(TPictureData *,const TUncompressedVideoFormat &,const TTimeIntervalMicroSeconds &) - Gets a copy of a specified picture. Timed snapshots are required for implementin...
- CMMFDevVideoPlay::Initialize() - Initializes the video device. This method is asynchronous, DevVideoPlay will cal...
- CMMFDevVideoPlay::InputEnd() - Notifies the system that the end of input data has been reached.
- CMMFDevVideoPlay::IsPlaying() - Indicates whether playback is proceeding. This method can be used to check wheth...
- CMMFDevVideoPlay::MdvppFatalError(CMMFVideoHwDevice *,TInt) - Reports a fatal error to the client. The device must automatically stop processi...
- CMMFDevVideoPlay::MdvppInitializeComplete(CMMFVideoHwDevice *,TInt) - Reports that an asynchronous CMMFDevVideoPlay::Initialize() method has completed...
- CMMFDevVideoPlay::MdvppNewBuffers() - Notifies the client that one or more new empty input buffers are available. Call...
- CMMFDevVideoPlay::MdvppNewPicture(TVideoPicture *) - Delivers a new decoded picture to the client. The CMMFDevVideoPlay implementatio...
- CMMFDevVideoPlay::MdvppPictureLoss() - Back channel information, indicating a picture loss without specifying the lost ...
- CMMFDevVideoPlay::MdvppPictureLoss(const TArray< TPictureId > &) - Back channel information, indicating the pictures that have been lost.
- CMMFDevVideoPlay::MdvppReferencePictureSelection(const TDesC8 &) - Back channel information from the decoder, indicating a reference picture select...
- CMMFDevVideoPlay::MdvppReturnPicture(TVideoPicture *) - Returns a used input video picture back to the caller. Called by a post-processo...
- CMMFDevVideoPlay::MdvppSliceLoss(TUint,TUint,const TPictureId &) - Back channel information, indicating the loss of consecutive macroblocks in rast...
- CMMFDevVideoPlay::MdvppStreamEnd() - Reports that the input video stream end has been reached and all pictures have b...
- CMMFDevVideoPlay::MdvppSupplementalInformation(const TDesC8 &,const TTimeIntervalMicroSeconds &,const TPictureId &) - Delivers supplemental information from a decoder hardware device to the client. ...
- CMMFDevVideoPlay::MdvppTimedSnapshotComplete(TInt,TPictureData *,const TTimeIntervalMicroSeconds &,const TPictureId &) - Delivers a timed snapshot result to the client. The memory reserved for the snap...
- CMMFDevVideoPlay::NewL(MMMFDevVideoPlayObserver &) - Constructs a new MSL video client instance. Each client instance supports a sing...
- CMMFDevVideoPlay::NextPictureL() - Gets the next (in displaying order) new decoded picture. Only one picture can be...
- CMMFDevVideoPlay::NumComplexityLevels(THwDeviceId) - Gets the number of complexity levels available.
- CMMFDevVideoPlay::NumFreeBuffers() - Retrieves the number of free input buffers the decoder has available. If only a ...
- CMMFDevVideoPlay::Pause() - Pauses video playback, including decoding, post-processing, and rendering. No pi...
- CMMFDevVideoPlay::PictureBufferBytes() - Returns the total amount of memory allocated for uncompressed pictures.
- CMMFDevVideoPlay::PlaybackPosition() - Returns the current playback position, i.e. the timestamp for the most recently ...
- CMMFDevVideoPlay::PostProcessorInfoLC(TUid) - Retrieves information about the post-processing capabilities of an installed pos...
- CMMFDevVideoPlay::PreDecoderBufferBytes() - Returns the current pre-decoder buffer size.
- CMMFDevVideoPlay::Redraw() - Re-draws the latest video picture. Only available when DSA is being used. If DSA...
- CMMFDevVideoPlay::ReleaseFreeze(const TTimeIntervalMicroSeconds &) - Releases a picture frozen with CMMFDevVideoPlay::FreezePicture(const TTimeInterv...
- CMMFDevVideoPlay::Resume() - Resumes video playback after a pause. The client is responsible for restarting t...
- CMMFDevVideoPlay::ReturnHeader(TVideoPictureHeader *) - Returns a header from CMMFDevVideoPlay::GetHeaderInformationL(TVideoDataUnitType...
- CMMFDevVideoPlay::ReturnPicture(TVideoPicture *) - Returns a picture from NextPicture() back to the device. The picture data cannot...
- CMMFDevVideoPlay::Revert() - Revert any configuration changes that have not yet been committed using CMMFDevV...
- CMMFDevVideoPlay::SelectDecoderL(TUid) - Selects the video decoder to be used. This method must be called before any othe...
- CMMFDevVideoPlay::SelectPostProcessorL(TUid) - Selects the video post-processor to be used. This method must be called before a...
- CMMFDevVideoPlay::SetBufferOptionsL(const TBufferOptions &) - Sets video decoder buffering options.
- CMMFDevVideoPlay::SetClockSource(MMMFClockSource *) - Sets the clock source to use for video timing. When video playback is synchroniz...
- CMMFDevVideoPlay::SetComplexityLevel(THwDeviceId,TUint) - Sets the computational complexity level to use. The level can be set separately ...
- CMMFDevVideoPlay::SetHrdVbvSpec(THrdVbvSpecification,const TDesC8 &) - Indicates which HRD/VBV specification is fulfilled in the input stream and any r...
- CMMFDevVideoPlay::SetInputCropOptionsL(THwDeviceId,const TRect &) - Sets post-processing options for input (pan-scan) cropping. CMMFDevVideoPlay::Se...
- CMMFDevVideoPlay::SetInputFormatL(THwDeviceId,const CCompressedVideoFormat &,TVideoDataUnitType,TVideoDataUnitEncapsulation,TBool) - Sets a hardware device Input format to a compressed video format. Only decoders ...
- CMMFDevVideoPlay::SetInputFormatL(THwDeviceId,const TUncompressedVideoFormat &) - Sets a hardware device input format to an uncompressed video format. Only post-p...
- CMMFDevVideoPlay::SetOutputCropOptionsL(THwDeviceId,const TRect &) - Sets post-processing options for output cropping. CMMFDevVideoPlay::SetPostProce...
- CMMFDevVideoPlay::SetOutputFormatL(THwDeviceId,const TUncompressedVideoFormat &) - Sets the output format for a hardware device. If a decoder and a post-processor ...
- CMMFDevVideoPlay::SetPauseOnClipFail(TBool) - Sets whether the system should pause playback when it gets a clipping region it ...
- CMMFDevVideoPlay::SetPosition(const TTimeIntervalMicroSeconds &) - Changes to a new decoding and playback position, used for randomly accessing (se...
- CMMFDevVideoPlay::SetPostProcessTypesL(THwDeviceId,TUint32) - Sets the post-processing types to be used. This method, like all post-processing...
- CMMFDevVideoPlay::SetPostProcSpecificOptionsL(THwDeviceId,const TDesC8 &) - Sets post-processing hardware device specific options. CMMFDevVideoPlay::SetPost...
- CMMFDevVideoPlay::SetRotateOptionsL(THwDeviceId,TRotationType) - Sets post-processing options for rotation. CMMFDevVideoPlay::SetPostProcessTypes...
- CMMFDevVideoPlay::SetScaleOptionsL(THwDeviceId,const TSize &,TBool) - Sets post-processing options for scaling. CMMFDevVideoPlay::SetPostProcessTypesL...
- CMMFDevVideoPlay::SetScreenClipRegion(const TRegion &) - Sets a new clipping region for Direct Screen Access. After the method returns, n...
- CMMFDevVideoPlay::SetVideoDestScreenL(TBool) - Sets the video output destination. The destination can be the screen (using dire...
- CMMFDevVideoPlay::SetYuvToRgbOptionsL(THwDeviceId,const TYuvToRgbOptions &) - Sets post-processing options for YUV to RGB color space conversion. Uses the dev...
- CMMFDevVideoPlay::SetYuvToRgbOptionsL(THwDeviceId,const TYuvToRgbOptions &,const TYuvFormat &,TRgbFormat) - Sets post-processing options for YUV to RGB color space conversion. Specifies th...
- CMMFDevVideoPlay::Start() - Starts video playback, including decoding, post-processing, and rendering. Playb...
- CMMFDevVideoPlay::StartDirectScreenAccessL(const TRect &,CFbsScreenDevice &,const TRegion &) - Starts video decoding directly to the display frame buffer using Direct Screen A...
- CMMFDevVideoPlay::Stop() - Stops video playback. No new pictures will be decoded, post-processed, or render...
- CMMFDevVideoPlay::SynchronizeDecoding(TBool) - Sets whether the decoder should synchronize decoding to the current clock source...
- CMMFDevVideoRecord::CancelSupplementalInfo() - Cancels the current supplemental information send request. The memory buffer res...
- CMMFDevVideoRecord::CodingStandardSpecificInitOutputLC() - Returns coding-standard specific initialization output from the encoder. The inf...
- CMMFDevVideoRecord::CodingStandardSpecificSettingsOutputLC() - Returns coding-standard specific settings output from the encoder. The informati...
- CMMFDevVideoRecord::CommitL() - Commit all configuration changes since the last CMMFDevVideoRecord::CommitL(), C...
- CMMFDevVideoRecord::CustomInterface(THwDeviceId,TUid) - Retrieves a custom interface to the specified hardware device.
- CMMFDevVideoRecord::FindEncodersL(const TDesC8 &,TUint32,RArray< TUid > &,TBool) - Finds all available encoders for a given video type with support for certain pre...
- CMMFDevVideoRecord::FindPreProcessorsL(TUint32,RArray< TUid > &) - Finds all available pre-processors for a given set of pre-processing operations.
- CMMFDevVideoRecord::Freeze() - Freezes the input picture. Freezing is similar to a pause, except that timestamp...
- CMMFDevVideoRecord::GetEncoderListL(RArray< TUid > &) - Retrieves a list of available video encoders in the system.
- CMMFDevVideoRecord::GetFrameStabilisationOutput(THwDeviceId,TRect &) - Reads the frame stabilisation output picture position. This information can be u...
- CMMFDevVideoRecord::GetOutputBufferStatus(TUint &,TUint &) - Gets the current output buffer status. The information includes the number of fr...
- CMMFDevVideoRecord::GetPictureCounters(TPictureCounters &) - Reads various counters related to processed video pictures. See the definition o...
- CMMFDevVideoRecord::GetPreProcessorListL(RArray< TUid > &) - Retrieves a list of available video pre-processor hardware devices in the system...
- CMMFDevVideoRecord::ImplementationSpecificInitOutputLC() - Returns implementation-specific initialization output from the encoder. This met...
- CMMFDevVideoRecord::ImplementationSpecificSettingsOutputLC() - Returns implementation-specific settings output from the encoder. The informatio...
- CMMFDevVideoRecord::Initialize() - Initializes the video devices, and reserves hardware resources. This method is a...
- CMMFDevVideoRecord::InputEnd() - Notifies the system that the end of input data has been reached. No more input d...
- CMMFDevVideoRecord::MdvrpFatalError(CMMFVideoHwDevice *,TInt) - Reports a fatal error to the client. The device must automatically stop processi...
- CMMFDevVideoRecord::MdvrpInitializeComplete(CMMFVideoHwDevice *,TInt) - Reports that an asynchronous CMMFDevVideoRecord::Initialize() method has complet...
- CMMFDevVideoRecord::MdvrpNewBuffer(TVideoOutputBuffer *) - Delivers a new coded data unit to the client. The CDevVideoRecord implementation...
- CMMFDevVideoRecord::MdvrpReturnPicture(TVideoPicture *) - Returns a used input picture back to the client. Called by the encoder hardware ...
- CMMFDevVideoRecord::MdvrpStreamEnd() - Reports that the input video data end has been reached and all pictures have bee...
- CMMFDevVideoRecord::MdvrpSupplementalInfoSent() - Sends a notification to the client that the current supplemental info send reque...
- CMMFDevVideoRecord::NewL(MMMFDevVideoRecordObserver &) - Creates a new CMMFDevVideoRecord object.
- CMMFDevVideoRecord::NextBufferL() - Retrieves the next output buffer, in coding order. The buffer must be returned u...
- CMMFDevVideoRecord::NumComplexityLevels(THwDeviceId) - Retrieves the number of complexity control levels available for a hardware devic...
- CMMFDevVideoRecord::NumDataBuffers() - Returns the number of output buffers currently containing valid output data.
- CMMFDevVideoRecord::Pause() - Pauses video recording. Recording can be resumed using CMMFDevVideoRecord::Resum...
- CMMFDevVideoRecord::PictureLoss() - Indicates a picture loss to the encoder, without specifying the lost picture. Th...
- CMMFDevVideoRecord::PictureLoss(const TArray< TPictureId > &) - Indicates to the encoder the pictures that have been lost. The encoder can react...
- CMMFDevVideoRecord::PreProcessorInfoLC(TUid) - Retrieves information about the pre-processing capabilities of an installed pre-...
- CMMFDevVideoRecord::RecordingPosition() - Returns the current recording position. The position is the capture timestamp fr...
- CMMFDevVideoRecord::ReferencePictureSelection(const TDesC8 &) - Sends a reference picture selection request to the encoder. The request is deliv...
- CMMFDevVideoRecord::ReleaseFreeze() - Releases a frozen input picture. Video capturing and encoding continues normally...
- CMMFDevVideoRecord::Resume() - Resumes video recording after a pause.
- CMMFDevVideoRecord::ReturnBuffer(TVideoOutputBuffer *) - Returns a used output buffer back to the encoder. The buffer can no longer be us...
- CMMFDevVideoRecord::Revert() - Revert any configuration changes that have not yet been committed using CMMFDevV...
- CMMFDevVideoRecord::SelectEncoderL(TUid) - Selects the video encoder to be used. This method must be called before any othe...
- CMMFDevVideoRecord::SelectPreProcessorL(TUid) - Selects the video pre-processor to be used. This method must be called before an...
- CMMFDevVideoRecord::SendSupplementalInfoL(const TDesC8 &) - Requests the encoder to sends supplemental information in the bitstream. The inf...
- CMMFDevVideoRecord::SendSupplementalInfoL(const TDesC8 &,const TTimeIntervalMicroSeconds &) - Requests the encoder to send supplemental information in the bitstream. The info...
- CMMFDevVideoRecord::SetBufferOptionsL(const TEncoderBufferOptions &) - Sets encoder buffering options.
- CMMFDevVideoRecord::SetChannelBitErrorRate(TUint,TReal,TReal) - Sets the expected or prevailing channel conditions for an unequal error protecti...
- CMMFDevVideoRecord::SetChannelPacketLossRate(TUint,TReal,TTimeIntervalMicroSeconds32) - Sets the expected or prevailing channel conditions for an unequal error protecti...
- CMMFDevVideoRecord::SetClockSource(MMMFClockSource *) - Sets the clock source to use for video timing. When video recording is synchroni...
- CMMFDevVideoRecord::SetCodingStandardSpecificOptionsL(const TDesC8 &) - Sets coding-standard specific encoder options.
- CMMFDevVideoRecord::SetColorEnhancementOptionsL(THwDeviceId,const TColorEnhancementOptions &) - Sets color enhancement pre-processing options.
- CMMFDevVideoRecord::SetComplexityLevel(THwDeviceId,TUint) - Sets the complexity level to use for video processing in a hardware device. The ...
- CMMFDevVideoRecord::SetCustomPreProcessOptionsL(THwDeviceId,const TDesC8 &) - Sets custom implementation-specific pre-processing options.
- CMMFDevVideoRecord::SetErrorProtectionLevelL(TUint,TUint,TUint) - Sets up an unequal error protection level. If unequal error protection is not us...
- CMMFDevVideoRecord::SetErrorProtectionLevelsL(TUint,TBool) - Sets the number of unequal error protection levels. By default unequal error pro...
- CMMFDevVideoRecord::SetErrorsExpected(TBool,TBool) - Sets whether bit errors or packets losses can be expected in the video transmiss...
- CMMFDevVideoRecord::SetFrameStabilisationOptionsL(THwDeviceId,const TSize &,TBool) - Sets frame stabilisation options.
- CMMFDevVideoRecord::SetGlobalReferenceOptions(TUint,TUint) - Sets the reference picture options to be used for all scalability layers. The se...
- CMMFDevVideoRecord::SetImplementationSpecificEncoderOptionsL(const TDesC8 &) - Sets implementation-specific encoder options.
- CMMFDevVideoRecord::SetInLayerScalabilityL(TUint,TUint,TInLayerScalabilityType,const TArray< TUint > &,const TArray< TUint
> &) - Sets in-layer scalability options for a layer. In-layer bit-rate scalability ref...
- CMMFDevVideoRecord::SetInputCropOptionsL(THwDeviceId,const TRect &) - Sets pre-processing options for input cropping. Input cropping is typically used...
- CMMFDevVideoRecord::SetInputFormatL(THwDeviceId,const TUncompressedVideoFormat &,const TSize &) - Sets the input format for a hardware device. If both a pre-processor and an enco...
- CMMFDevVideoRecord::SetLayerPromotionPointPeriod(TUint,TUint) - Sets the period for layer promotions points for a scalability layer. A layer pro...
- CMMFDevVideoRecord::SetLayerReferenceOptions(TUint,TUint,TUint) - Sets the reference picture options to be used for a single scalability layer. Th...
- CMMFDevVideoRecord::SetMinRandomAccessRate(TReal) - Sets the minimum frequency (in time) for instantaneous random access points in t...
- CMMFDevVideoRecord::SetNumBitrateLayersL(TUint) - Sets the number of bit-rate scalability layers to use. Set to 1 to disable layer...
- CMMFDevVideoRecord::SetOutputCropOptionsL(THwDeviceId,const TRect &) - Sets pre-processing options for output cropping. Output cropping is performed af...
- CMMFDevVideoRecord::SetOutputFormatL(THwDeviceId,const CCompressedVideoFormat &,TVideoDataUnitType,TVideoDataUnitEncapsulation,TBool) - Sets the output format for a hardware device to a compressed video format. Only ...
- CMMFDevVideoRecord::SetOutputFormatL(THwDeviceId,const TUncompressedVideoFormat &) - Sets the output format for a hardware device to an uncompressed video format. On...
- CMMFDevVideoRecord::SetOutputPadOptionsL(THwDeviceId,const TSize &,const TPoint &) - Sets pre-processing options for output padding. Output padding is performed as t...
- CMMFDevVideoRecord::SetOutputRectL(THwDeviceId,const TRect &) - Sets the encoder output rectangle for encoded video output. This rectangle speci...
- CMMFDevVideoRecord::SetPreProcessTypesL(THwDeviceId,TUint32) - Sets the pre-processing types to be used in a hardware device. [1 #191] If separ...
- CMMFDevVideoRecord::SetRateControlOptions(TUint,const TRateControlOptions &) - Sets the bit-rate control options for a layer. If layered bit-rate scalability i...
- CMMFDevVideoRecord::SetRgbToYuvOptionsL(THwDeviceId,TRgbRange,const TYuvFormat &) - Sets pre-processing options for RGB to YUV color space conversion. By default, i...
- CMMFDevVideoRecord::SetRotateOptionsL(THwDeviceId,TRotationType) - Sets pre-processing options for rotation.
- CMMFDevVideoRecord::SetScalabilityLayerTypeL(TUint,TScalabilityType) - Sets the scalability type for a bit-rate scalability layer.
- CMMFDevVideoRecord::SetScaleOptionsL(THwDeviceId,const TSize &,TBool) - Sets pre-processing options for scaling.
- CMMFDevVideoRecord::SetSegmentTargetSize(TUint,TUint,TUint) - Sets the target size of each coded video segment. The segment target size can be...
- CMMFDevVideoRecord::SetSourceCameraL(TInt,TReal) - Sets the data source to be a camera, and sets the system to use direct capture f...
- CMMFDevVideoRecord::SetSourceMemoryL(TReal,TBool,TBool) - Sets the data source to be memory buffers.
- CMMFDevVideoRecord::SetYuvToYuvOptionsL(THwDeviceId,const TYuvFormat &,const TYuvFormat &) - Sets pre-processing options for YUV to YUV data format conversion. By default, t...
- CMMFDevVideoRecord::SliceLoss(TUint,TUint,const TPictureId &) - Indicates a loss of consecutive macroblocks in raster scan order to the encoder.
- CMMFDevVideoRecord::Start() - Starts recording video. This includes capturing pictures from the camera (if dir...
- CMMFDevVideoRecord::Stop() - Stops recording video. No new pictures will be captured, pre-processed, or encod...
- CMMFFormatDecode::BitRate() - Gets the bit rate.
- CMMFFormatDecode::BufferFilledL(CMMFBuffer *) - Indicates the data source has filled the buffer.
- CMMFFormatDecode::CanCreateSinkBuffer() - Tests whether a sink buffer can be created.
- CMMFFormatDecode::CanCreateSourceBuffer() - Tests whether a source buffer can be created.
- CMMFFormatDecode::CMMFFormatDecode() - Default constructor
- CMMFFormatDecode::CreateSinkBufferL(TMediaId,TBool &) - Creates a sink buffer for the specified media ID. The default version returns NU...
- CMMFFormatDecode::CreateSourceBufferL(TMediaId,TBool &) - Creates a source buffer.
- CMMFFormatDecode::Duration(TMediaId)const - Returns the duration of the clip for the specified media type.
- CMMFFormatDecode::FillBufferL(CMMFBuffer *,MDataSink *,TMediaId) - Request from CMMFDataPath to fill the specified buffer. The CMMFFormat needs to ...
- CMMFFormatDecode::FrameTimeInterval(TMediaId)const - Returns the time interval for one frame for the specified media type.
- CMMFFormatDecode::GetNumberOfMetaDataEntriesL(TInt &) - Gets the number of meta data entries.
- CMMFFormatDecode::GetSupportedBitRatesL(RArray< TUint > &) - Gets the supported bit rates.
- CMMFFormatDecode::GetSupportedDataTypesL(TMediaId,RArray< TFourCC > &) - Gets the supported data types for the given media type id.
- CMMFFormatDecode::GetSupportedNumChannelsL(RArray< TUint > &) - Gets the supported number of channels.
- CMMFFormatDecode::GetSupportedSampleRatesL(RArray< TUint > &) - Gets the supported sample rates.
- CMMFFormatDecode::ImplementationUid()const - Returns the ECom plugin UID of this format.
- CMMFFormatDecode::MetaDataEntryL(TInt) - Returns the specified meta data entry.
- CMMFFormatDecode::NewL(const TDesC &,MDataSource *,const TDesC &)
- CMMFFormatDecode::NewL(const TDesC &,MDataSource *,const TDesC &,TBool &)
- CMMFFormatDecode::NewL(const TDesC8 &,MDataSource *,const TDesC &) - Attempts to locate and instantiate a CMMFFormatDecode using data in a buffer. Th...
- CMMFFormatDecode::NewL(const TDesC8 &,MDataSource *,const TDesC &,TBool &) - Attempts to locate and instantiate a CMMFFormatDecode using data in a buffer. Th...
- CMMFFormatDecode::NewL(MDataSource *,const TDesC &) - Attempts to locate and instantiate a CMMFFormatDecode using data from MDataSourc...
- CMMFFormatDecode::NewL(MDataSource *,const TDesC &,TBool &) - Attempts to locate and instantiate a CMMFFormatDecode using data from MDataSourc...
- CMMFFormatDecode::NewL(TUid,MDataSource *) - Allocates and constructs an ECom format decode object.
- CMMFFormatDecode::NumChannels() - Returns the number of channels.
- CMMFFormatDecode::PositionL() - Supplies the current position.
- CMMFFormatDecode::SampleRate() - Gets the sample rate.
- CMMFFormatDecode::SetBitRate(TUint) - Sets the bit rate.
- CMMFFormatDecode::SetNumChannels(TUint) - Sets the number of channels.
- CMMFFormatDecode::SetPositionL(const TTimeIntervalMicroSeconds &) - Used to set the format's position.
- CMMFFormatDecode::SetSampleRate(TUint) - Sets the sample rate.
- CMMFFormatDecode::SinkDataTypeCode(TMediaId) - Returns the sink data type code for the specified media type ID. This would be t...
- CMMFFormatDecode::SourceDataTypeCode(TMediaId) - Returns the source data type code for the specified media type ID.
- CMMFFormatDecode::Streams(TUid)const - Gets the number of streams of the specified media type.
- CMMFFormatDecode::SuggestSourceBufferSize(TUint) - Used by the sink to suggest a source buffer size.
- CMMFFormatDecode::~CMMFFormatDecode() - Destructor.
- CMMFFormatEncode::AddMetaDataEntryL(const CMMFMetaDataEntry &) - Adds the specified meta data entry to the clip.
- CMMFFormatEncode::BitRate() - Returns the bit rate.
- CMMFFormatEncode::BufferEmptiedL(CMMFBuffer *) - Called by the clip when it has added the data to the file.
- CMMFFormatEncode::BytesPerSecond() - Returns the bytes per second.
- CMMFFormatEncode::CanCreateSinkBuffer() - Tests whether a sink buffer can be created.
- CMMFFormatEncode::CanCreateSourceBuffer() - Tests whether a source buffer can be created.
- CMMFFormatEncode::CMMFFormatEncode() - Default constructor
- CMMFFormatEncode::CreateSinkBufferL(TMediaId,TBool &) - Creates a sink buffer for the specified media ID.
- CMMFFormatEncode::CreateSourceBufferL(TMediaId,TBool &) - Creates a source buffer. The default returns NULL.
- CMMFFormatEncode::CropL(TTimeIntervalMicroSeconds,TBool) - This function is used to truncate the sink ie. a CMMFClip,
- CMMFFormatEncode::Duration(TMediaId)const - Returns the duration of the sink clip for the specified media type.
- CMMFFormatEncode::EmptyBufferL(CMMFBuffer *,MDataSource *,TMediaId) - Adds a buffer to a clip.
- CMMFFormatEncode::FrameTimeInterval(TMediaId)const - Returns the time interval for one frame for the specified media type.
- CMMFFormatEncode::GetDefaultSampleRate() - Returns the default sample rate.
- CMMFFormatEncode::GetNumberOfMetaDataEntriesL(TInt &) - Gets the number of meta data entries.
- CMMFFormatEncode::GetSupportedBitRatesL(RArray< TUint > &) - Gets the supported bit rates.
- CMMFFormatEncode::GetSupportedDataTypesL(TMediaId,RArray< TFourCC > &) - Gets the supported data types for the given media type ID.
- CMMFFormatEncode::GetSupportedNumChannelsL(RArray< TUint > &) - Gets the supported number of channels.
- CMMFFormatEncode::GetSupportedSampleRatesL(RArray< TUint > &) - Gets the supported sample rates.
- CMMFFormatEncode::ImplementationUid()const - Gets the ECom plugin UID of this format.
- CMMFFormatEncode::MaximumClipSize() - Returns the maximum clip size.
- CMMFFormatEncode::MetaDataEntryL(TInt) - Returns the specified meta data entry.
- CMMFFormatEncode::NewL(const TDesC &,MDataSink *,const TDesC &)
- CMMFFormatEncode::NewL(const TDesC8 &,MDataSink *,const TDesC &) - Attempts to locate and instantiate a CMMFFormatEncode using data in the specifie...
- CMMFFormatEncode::NewL(MDataSink *,const TDesC &) - Attempts to locate and instantiate a CMMFFormatEncode using data from aSink.
- CMMFFormatEncode::NewL(TUid,MDataSink *) - Allocates and constructs an ECom format encode object.
- CMMFFormatEncode::NumChannels() - Returns the number of channels.
- CMMFFormatEncode::PositionL() - Supplies the current position.
- CMMFFormatEncode::RemoveMetaDataEntry(TInt) - Removes the specified meta data entry.
- CMMFFormatEncode::ReplaceMetaDataEntryL(TInt,const CMMFMetaDataEntry &) - Replaces the specified meta data entry with the entry supplied in aNewEntry.
- CMMFFormatEncode::SampleRate() - Returns the sample rate.
- CMMFFormatEncode::SetBitRate(TUint) - Sets the bit rate.
- CMMFFormatEncode::SetMaximumClipSizeL(TInt) - Sets the maximum clip size.
- CMMFFormatEncode::SetNumChannels(TUint) - Sets the number of channels.
- CMMFFormatEncode::SetPositionL(const TTimeIntervalMicroSeconds &) - Used to set the format's position.
- CMMFFormatEncode::SetSampleRate(TUint) - Sets the sample rate.
- CMMFFormatEncode::SinkDataTypeCode(TMediaId) - Returns the sink data type code for the specified media type ID.
- CMMFFormatEncode::SourceDataTypeCode(TMediaId) - Returns the source data type code for the specified media type ID.
- CMMFFormatEncode::~CMMFFormatEncode() - Destructor.
- CMMFVideoEncodeHwDevice::CancelSupplementalInfo() - Cancels the current supplemental information send request. The memory buffer res...
- CMMFVideoEncodeHwDevice::CMMFVideoEncodeHwDevice() - Constructor.
- CMMFVideoEncodeHwDevice::CodingStandardSpecificInitOutputLC() - Returns coding-standard specific initialization output from the encoder. The inf...
- CMMFVideoEncodeHwDevice::CodingStandardSpecificSettingsOutputLC() - Returns coding-standard specific settings output from the encoder. The informati...
- CMMFVideoEncodeHwDevice::GetOutputBufferStatus(TUint &,TUint &) - Gets the current output buffer status. The information includes the number of fr...
- CMMFVideoEncodeHwDevice::ImplementationSpecificInitOutputLC() - Returns implementation-specific initialization output from the encoder. This met...
- CMMFVideoEncodeHwDevice::ImplementationSpecificSettingsOutputLC() - Returns implementation-specific settings output from the encoder. The informatio...
- CMMFVideoEncodeHwDevice::NewL(TUid,MMMFDevVideoRecordProxy &) - Creates a new video encoder hardware device object, based on the implementation ...
- CMMFVideoEncodeHwDevice::NewPuAdapterL(const CImplementationInformation &,MMMFDevVideoRecordProxy &) - Creates a new video encoder hardware device adapter object, based on the Interfa...
- CMMFVideoEncodeHwDevice::PictureLoss() - Indicates a picture loss to the encoder, without specifying the lost picture. Th...
- CMMFVideoEncodeHwDevice::PictureLoss(const TArray< TPictureId > &) - Indicates to the encoder the pictures that have been lost. The encoder can react...
- CMMFVideoEncodeHwDevice::ReferencePictureSelection(const TDesC8 &) - Sends a reference picture selection request to the encoder. The request is deliv...
- CMMFVideoEncodeHwDevice::ReturnBuffer(TVideoOutputBuffer *) - Returns a used output buffer back to the encoder. The buffer can be reused or de...
- CMMFVideoEncodeHwDevice::SendSupplementalInfoL(const TDesC8 &) - Requests the encoder to sends supplemental information in the bitstream. The inf...
- CMMFVideoEncodeHwDevice::SendSupplementalInfoL(const TDesC8 &,const TTimeIntervalMicroSeconds &) - Requests the encoder to sends supplemental information in the bitstream. The inf...
- CMMFVideoEncodeHwDevice::SetBufferOptionsL(const TEncoderBufferOptions &) - Sets encoder buffering options.
- CMMFVideoEncodeHwDevice::SetChannelBitErrorRate(TUint,TReal,TReal) - Sets the expected or prevailing channel conditions for an unequal error protecti...
- CMMFVideoEncodeHwDevice::SetChannelPacketLossRate(TUint,TReal,TTimeIntervalMicroSeconds32) - Sets the expected or prevailing channel conditions for an unequal error protecti...
- CMMFVideoEncodeHwDevice::SetCodingStandardSpecificOptionsL(const TDesC8 &) - Sets coding-standard specific encoder options.
- CMMFVideoEncodeHwDevice::SetErrorProtectionLevelL(TUint,TUint,TUint) - Sets up an unequal error protection level. If unequal error protection is not us...
- CMMFVideoEncodeHwDevice::SetErrorProtectionLevelsL(TUint,TBool) - Sets the number of unequal error protection levels. By default unequal error pro...
- CMMFVideoEncodeHwDevice::SetErrorsExpected(TBool,TBool) - Sets whether bit errors or packets losses can be expected in the video transmiss...
- CMMFVideoEncodeHwDevice::SetGlobalReferenceOptions(TUint,TUint) - Sets the reference picture options to be used for all scalability layers. The se...
- CMMFVideoEncodeHwDevice::SetImplementationSpecificEncoderOptionsL(const TDesC8 &) - Sets implementation-specific encoder options.
- CMMFVideoEncodeHwDevice::SetInLayerScalabilityL(TUint,TUint,TInLayerScalabilityType,const TArray< TUint > &,const TArray<
TUint > &) - Sets in-layer scalability options for a layer. In-layer bit-rate scalability ref...
- CMMFVideoEncodeHwDevice::SetInputDevice(CMMFVideoPreProcHwDevice *) - Sets the pre-processor device that will write data to this encoder. Uncompressed...
- CMMFVideoEncodeHwDevice::SetLayerPromotionPointPeriod(TUint,TUint) - Sets the period for layer promotions points for a scalability layer. A layer pro...
- CMMFVideoEncodeHwDevice::SetLayerReferenceOptions(TUint,TUint,TUint) - Sets the reference picture options to be used for a single scalability layer. Th...
- CMMFVideoEncodeHwDevice::SetMinRandomAccessRate(TReal) - Sets the minimum frequency (in time) for instantaneous random access points in t...
- CMMFVideoEncodeHwDevice::SetNumBitrateLayersL(TUint) - Sets the number of bit-rate scalability layers to use. Set to 1 to disable layer...
- CMMFVideoEncodeHwDevice::SetOutputFormatL(const CCompressedVideoFormat &,TVideoDataUnitType,TVideoDataUnitEncapsulation,TBool) - Sets the encoder output format. The picture size depends on the input data forma...
- CMMFVideoEncodeHwDevice::SetOutputRectL(const TRect &) - Sets the encoder output rectangle. This rectangle specifies the part of the inpu...
- CMMFVideoEncodeHwDevice::SetProxy(MMMFDevVideoRecordProxy &) - Set the proxy implementation to be used. Called just after the object is constru...
- CMMFVideoEncodeHwDevice::SetRateControlOptions(TUint,const TRateControlOptions &) - Sets the bit-rate control options for a layer. If layered bit-rate scalability i...
- CMMFVideoEncodeHwDevice::SetScalabilityLayerTypeL(TUint,TScalabilityType) - Sets the scalability type for a bit-rate scalability layer.
- CMMFVideoEncodeHwDevice::SetSegmentTargetSize(TUint,TUint,TUint) - Sets the target size of each coded video segment. The segment target size can be...
- CMMFVideoEncodeHwDevice::SliceLoss(TUint,TUint,const TPictureId &) - Indicates a slice loss to the encoder.
- CMMFVideoEncodeHwDevice::VideoEncoderInfoLC() - Retrieves information about the video encoder.
- CMMFVideoEncodeHwDevice::~CMMFVideoEncodeHwDevice() - Destructor.
- CMMFVideoPlayHwDevice::GetSnapshotL(TPictureData &,const TUncompressedVideoFormat &) - Gets a copy of the latest picture sent to output.
- CMMFVideoPlayHwDevice::GetSupportedSnapshotFormatsL(RArray< TUncompressedVideoFormat > &) - Gets a list of the supported snapshot picture formats.
- CMMFVideoPlayHwDevice::GetTimedSnapshotL(TPictureData *,const TUncompressedVideoFormat &,const TPictureId &) - When the snapshot is available, it will be returned to the client using the Time...
- CMMFVideoPlayHwDevice::GetTimedSnapshotL(TPictureData *,const TUncompressedVideoFormat &,const TTimeIntervalMicroSeconds &) - When the snapshot is available, it will be returned to the client using the Time...
- CMMFVideoPlayHwDevice::Initialize() - Initializes the device. This method is asynchronous, the device will call MMFVid...
- CMMFVideoPlayHwDevice::InputEnd() - Notifies the hardware device that the end of input data has been reached and no ...
- CMMFVideoPlayHwDevice::IsPlaying() - Indicates whether playback is proceeding. This method can be used to check wheth...
- CMMFVideoPlayHwDevice::NumComplexityLevels() - Gets the number of complexity levels available.
- CMMFVideoPlayHwDevice::Pause() - Pauses video playback, including decoding, post-processing, and rendering. No pi...
- CMMFVideoPlayHwDevice::PictureBufferBytes() - Returns the total amount of memory allocated for uncompressed pictures. This fig...
- CMMFVideoPlayHwDevice::PlaybackPosition() - Returns the current playback position, i.e. the timestamp for the most recently ...
- CMMFVideoPlayHwDevice::PostProcessorInfoLC() - Retrieves post-processing information about this hardware device. The device cre...
- CMMFVideoPlayHwDevice::Redraw() - Re-draws the latest video picture. Only available when DSA is being used. If DSA...
- CMMFVideoPlayHwDevice::ReleaseFreeze(const TTimeIntervalMicroSeconds &) - Releases a picture frozen with CMMFVideoPlayHwDevice::FreezePicture(const TTimeI...
- CMMFVideoPlayHwDevice::Resume() - Resumes video playback after a pause.
- CMMFVideoPlayHwDevice::ReturnPicture(TVideoPicture *) - Returns a picture back to the device. This method is called by CMMFDevVideoPlay ...
- CMMFVideoPlayHwDevice::Revert() - Revert all changes since the last CMMFVideoPlayHwDevice::CommitL(), CMMFVideoPla...
- CMMFVideoPlayHwDevice::SetClockSource(MMMFClockSource *) - Sets the clock source to use for video timing. If no clock source is set. video ...
- CMMFVideoPlayHwDevice::SetComplexityLevel(TUint) - Sets the computational complexity level to use. If separate complexity levels ar...
- CMMFVideoPlayHwDevice::SetInputCropOptionsL(const TRect &) - Sets post-processing options for input (pan-scan) cropping.
- CMMFVideoPlayHwDevice::SetOutputCropOptionsL(const TRect &) - Sets post-processing options for output cropping. CMMFVideoPlayHwDevice::SetPost...
- CMMFVideoPlayHwDevice::SetOutputFormatL(const TUncompressedVideoFormat &) - Sets the device output format.
- CMMFVideoPlayHwDevice::SetPauseOnClipFail(TBool) - Sets whether the system should pause playback when it gets a clipping region it ...
- CMMFVideoPlayHwDevice::SetPosition(const TTimeIntervalMicroSeconds &) - Changes to a new decoding and playback position, used for randomly accessing (se...
- CMMFVideoPlayHwDevice::SetPostProcessTypesL(TUint32) - Sets the post-processing types to be used.
- CMMFVideoPlayHwDevice::SetPostProcSpecificOptionsL(const TDesC8 &) - Sets post-processing plug-in specific options. CMMFVideoPlayHwDevice::SetPostPro...
- CMMFVideoPlayHwDevice::SetRotateOptionsL(TRotationType) - Sets post-processing options for rotation. CMMFVideoPlayHwDevice::SetPostProcess...
- CMMFVideoPlayHwDevice::SetScaleOptionsL(const TSize &,TBool) - Sets post-processing options for scaling. CMMFVideoPlayHwDevice::SetPostProcessT...
- CMMFVideoPlayHwDevice::SetScreenClipRegion(const TRegion &) - Sets a new clipping region for Direct Screen Access. After the method returns, n...
- CMMFVideoPlayHwDevice::SetVideoDestScreenL(TBool) - Sets the device video output destination. The destination can be the screen (usi...
- CMMFVideoPlayHwDevice::SetYuvToRgbOptionsL(const TYuvToRgbOptions &) - Sets post-processing options for YUV to RGB color space conversion. Uses the dev...
- CMMFVideoPlayHwDevice::SetYuvToRgbOptionsL(const TYuvToRgbOptions &,const TYuvFormat &,TRgbFormat) - Sets post-processing options for YUV to RGB color space conversion. Specifies th...
- CMMFVideoPlayHwDevice::Start() - Starts video playback, including decoding, post-processing, and rendering. Playb...
- CMMFVideoPlayHwDevice::StartDirectScreenAccessL(const TRect &,CFbsScreenDevice &,const TRegion &) - Starts writing output directly to the display frame buffer using Direct Screen A...
- CMMFVideoPlayHwDevice::Stop() - Stops video playback. No new pictures will be decoded, post-processed, or render...
- CMMFVideoRecordHwDevice::Initialize() - Initializes the device, and reserves hardware resources. If direct capture is us...
- CMMFVideoRecordHwDevice::InputEnd() - Notifies the hardware device that the end of input data has been reached and no ...
- CMMFVideoRecordHwDevice::NumComplexityLevels() - Retrieves the number of complexity control levels available for this hardware de...
- CMMFVideoRecordHwDevice::Pause() - Pauses video recording. Recording can be resumed using CMMFVideoRecordHwDevice::...
- CMMFVideoRecordHwDevice::PreProcessorInfoLC() - Retrieves information about the pre-processing capabilities of this hardware dev...
- CMMFVideoRecordHwDevice::RecordingPosition() - Returns the current recording position. The position is the capture timestamp fr...
- CMMFVideoRecordHwDevice::ReleaseFreeze() - Releases a frozen input picture. Video capturing and encoding continues normally...
- CMMFVideoRecordHwDevice::Resume() - Resumes video recording after a pause.
- CMMFVideoRecordHwDevice::Revert() - Revert all changes since the last CMMFVideoRecordHwDevice::CommitL(), CMMFVideoR...
- CMMFVideoRecordHwDevice::SetClockSource(MMMFClockSource *) - Sets the clock source to use for video timing. When video recording is synchroni...
- CMMFVideoRecordHwDevice::SetColorEnhancementOptionsL(const TColorEnhancementOptions &) - Sets color enhancement pre-processing options.
- CMMFVideoRecordHwDevice::SetComplexityLevel(TUint) - Sets the complexity level to use for video processing in a hardware device. The ...
- CMMFVideoRecordHwDevice::SetCustomPreProcessOptionsL(const TDesC8 &) - Sets custom implementation-specific pre-processing options.
- CMMFVideoRecordHwDevice::SetFrameStabilisationOptionsL(const TSize &,TBool) - Sets frame stabilisation options.
- CMMFVideoRecordHwDevice::SetInputCropOptionsL(const TRect &) - Sets pre-processing options for input cropping. Input cropping is typically used...
- CMMFVideoRecordHwDevice::SetInputFormatL(const TUncompressedVideoFormat &,const TSize &) - Sets the hardware device input format. If both a pre-processor and an encoder ar...
- CMMFVideoRecordHwDevice::SetOutputCropOptionsL(const TRect &) - Sets pre-processing options for output cropping. Output cropping is performed af...
- CMMFVideoRecordHwDevice::SetOutputPadOptionsL(const TSize &,const TPoint &) - Sets pre-processing options for output padding. Output padding is performed as t...
- CMMFVideoRecordHwDevice::SetPreProcessTypesL(TUint32) - Sets the pre-processing types to be used.
- CMMFVideoRecordHwDevice::SetRgbToYuvOptionsL(TRgbRange,const TYuvFormat &) - Sets pre-processing options for RGB to YUV color space conversion. By default, i...
- CMMFVideoRecordHwDevice::SetRotateOptionsL(TRotationType) - Sets pre-processing options for rotation.
- CMMFVideoRecordHwDevice::SetScaleOptionsL(const TSize &,TBool) - Sets pre-processing options for scaling.
- CMMFVideoRecordHwDevice::SetSourceCameraL(TInt,TReal) - Sets the data source to be a camera, and sets the device to use direct capture f...
- CMMFVideoRecordHwDevice::SetSourceMemoryL(TReal,TBool,TBool) - Sets the data source to be memory buffers.
- CMMFVideoRecordHwDevice::SetYuvToYuvOptionsL(const TYuvFormat &,const TYuvFormat &) - Sets pre-processing options for YUV to YUV data format conversion. By default, t...
- CMMFVideoRecordHwDevice::Start() - Starts recording video. This includes capturing pictures from the camera (if dir...
- CMMFVideoRecordHwDevice::Stop() - Stops recording video. No new pictures will be captured, pre-processed, or encod...
- CMMFVideoRecordHwDevice::WritePictureL(TVideoPicture *) - Writes an uncompressed input picture. When the picture has been used, it must be...
- CMMRdsTunerUtility::CancelGetRdsTime() - Cancel the GetRdsTime request
- CMMRdsTunerUtility::CancelNotifyAlternativeFrequencies() - Cancels a NotifyAlternativeFrequencies request.
- CMMRdsTunerUtility::CancelNotifyAnnouncement() - Cancel the NotifyAnnouncement request
- CMMRdsTunerUtility::CancelNotifyEonInfo() - Cancels a NotifyEonInfo request.
- CMMRdsTunerUtility::CancelNotifyRadioText() - Cancel a NotifyRadioText request.
- CMMRdsTunerUtility::CancelNotifyRdsDataChange() - Cancel a NotifyRdsDataChange request.
- CMMRdsTunerUtility::CancelNotifyRdsSignalChange() - Cancels an outstanding NotifyRdsSignalChange request.
- CMMRdsTunerUtility::CancelNotifyRdsStateChange() - Cancels an outstanding RDS state change notification request.
- CMMRdsTunerUtility::CancelRdsSearch() - Cancels an ongoing RDS search as initiated by one of the functions StationSearch...
- CMMRdsTunerUtility::CancelReceiveRdsFrames() - Cancels an outstanding ReceiveRdsFrames request.
- CMMRdsTunerUtility::ConvertRdsLanguageId(TRdsLanguageIdentifier)
- CMMRdsTunerUtility::ConvertRdsLanguageId(TRdsLanguageIdentifier,TLanguage &) - Converts an RDS language identifier into a Symbian TLanguage type. Note that not...
- CMMRdsTunerUtility::CustomCommandAsync(TInt,const TIpcArgs &,TRequestStatus &) - Send an asynchronous custom command to the RDS tuner.
- CMMRdsTunerUtility::CustomCommandSync(TInt,const TIpcArgs &) - Send a synchronous custom command to the RDS tuner.
- CMMRdsTunerUtility::GetAlternativeFrequency(TBool &)const - Finds out whether the alternative frequency function is on or off i.e. gets the ...
- CMMRdsTunerUtility::GetAlternativeFrequencyListL(RArray< TAlternativeFrequency > &) - Returns an array containing the current alternative frequencies list, if any. Th...
- CMMRdsTunerUtility::GetAnnouncementVolume(TInt &)const - Find the current absolute volume level used for news of traffic annoucements.
- CMMRdsTunerUtility::GetAnnouncementVolumeOffset(TInt &)const - Find the current offset of the system volume that applies during traffic and new...
- CMMRdsTunerUtility::GetEonFrequenciesL(const TEonStation &,RArray< TFrequency > &)const - Gets the frequencies assoicated with an EON station. This will complete immediat...
- CMMRdsTunerUtility::GetEonInfoL(RArray< TEonStation > &)const - Returns a list containing information about other networks broadcast with the cu...
- CMMRdsTunerUtility::GetEonMappedFrequenciesL(const TEonStation &,RArray< TEonMappedFrequency > &)const - Gets the mapped frequencies associated with an EON station. This will complete i...
- CMMRdsTunerUtility::GetNewsAnnouncement(TBool &)const - Finds out whether the news announcement function is on or off.
- CMMRdsTunerUtility::GetRadioText(TDes &)const - Get the radio text. If no radio text is available, this will return KErrNotFound...
- CMMRdsTunerUtility::GetRadioTextLength(TUint &)const - Get the length of the available radio text. If no radio text is available this f...
- CMMRdsTunerUtility::GetRdsCapabilities(TRdsCapabilities &)const - Get the RDS capabilities of the device
- CMMRdsTunerUtility::GetRdsData(TRdsData &,TUint32 &,TUint32)const - Request some RDS data. This will complete immediately with whatever RDS data hav...
- CMMRdsTunerUtility::GetRdsTime(TPckg< TDateTime > &,TRequestStatus &)const - Get the current RDS time. This is an asynchronous function due to the latency of...
- CMMRdsTunerUtility::GetRegionalLink(TBool &)const - Finds out if the regional link function is currently on or off.
- CMMRdsTunerUtility::GetTrafficAnnouncement(TBool &)const - Finds out if the traffic announcement function is currently enabled or not.
- CMMRdsTunerUtility::IsRdsSignal(TBool &) - Returns the status of the RDS reception.
- CMMRdsTunerUtility::NewL(CMMTunerUtility &,MMMTunerObserver &) - Factory function to create a new instance of the RDS Tuner API
- CMMRdsTunerUtility::NotifyAlternativeFrequencies(MMMRdsAlternativeFrequenciesObserver *) - Requests notifications when the list of alternative frequencies is received or c...
- CMMRdsTunerUtility::NotifyAnnouncement(MMMRdsAnnouncementObserver &) - Request notification when a retune caused by an announcement occurs. This will b...
- CMMRdsTunerUtility::NotifyEonInfo(MMMRdsEonObserver &) - Request notification when the Enhanced Other Networks (EON) information changes.
- CMMRdsTunerUtility::NotifyRadioText(MMMRdsDataObserver &) - Request notification when the radio text is received or changes.
- CMMRdsTunerUtility::NotifyRdsDataChange(MMMRdsDataObserver &,TUint32) - Requests notifications when all RDS data become invalid due to the tuner being r...
- CMMRdsTunerUtility::NotifyRdsSignalChange(MMMRdsSignalChangeObserver &) - Request to receive notification about availability of Rds signal
- CMMRdsTunerUtility::NotifyRdsStateChange(MMMRdsStateChangeObserver &) - Requests a notification when RDS functionality is enabled or disabled, or when t...
- CMMRdsTunerUtility::ReceiveRdsFrames(TUint32,MMMRdsFrameReceiver &) - Request to receive raw RDS frames. If the request is successful, the recipient w...
- CMMRdsTunerUtility::SetAlternativeFrequency(TBool) - Turns alternative frequency function on or off depending on the value of the par...
- CMMRdsTunerUtility::SetAnnouncementVolume(TInt) - Set the absolute volume to apply during a traffic or news announcement.
- CMMRdsTunerUtility::SetAnnouncementVolumeOffset(TInt) - Set the offset to the system volume level to apply during a traffic or news anno...
- CMMRdsTunerUtility::SetNewsAnnouncement(TBool) - Turn the news announcement function on or off depending on the value of the para...
- CMMRdsTunerUtility::SetRegionalLink(TBool) - Turns regional link function on or off depending on the value of the parameter. ...
- CMMRdsTunerUtility::SetTrafficAnnouncement(TBool) - Turn the travel announcement function on or off depending on the value of the pa...
- CMMTunerAudioPlayerUtility::CancelRegisterAudioResourceNotification(TUid) - Cancel an outstanding audio resource notification.
- CMMTunerAudioPlayerUtility::ControllerImplementationInformationL() - Returns the controller implementation information associated with the current co...
- CMMTunerAudioPlayerUtility::CustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TDes8
&,TRequestStatus &) - Send an asynchronous custom command to the playback controller, if ones exists.
- CMMTunerAudioPlayerUtility::CustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TRequestStatus
&) - Send an asynchronous custom command to the playback controller, if ones exists.
- CMMTunerAudioPlayerUtility::CustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &) - Send a synchronous custom command to the playback controller, if ones exists.
- CMMTunerAudioPlayerUtility::CustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TDes8
&) - Send a synchronous custom command to the playback controller, if ones exists.
- CMMTunerAudioPlayerUtility::GetBalance(TInt &)const - Return the current stereo balance
- CMMTunerAudioPlayerUtility::GetPriority(TInt &,TMdaPriorityPreference &)const - Get the current audio priority. This is used to arbitrate between simultaneous a...
- CMMTunerAudioPlayerUtility::GetVolume(TInt &)const - Return the current volume
- CMMTunerAudioPlayerUtility::InitializeL(TInt,TMdaPriorityPreference) - Set-up the API for playing the output from tuner to the speaker asynchronously. ...
- CMMTunerAudioPlayerUtility::MaxVolume()const - Return the maximum volume supported
- CMMTunerAudioPlayerUtility::Mute(TBool) - Mute or unmute playback.
- CMMTunerAudioPlayerUtility::NewL(CMMTunerUtility &,MMMTunerAudioPlayerObserver &) - Factory function to create a new Tuner Audio Player utility. Note that only one ...
- CMMTunerAudioPlayerUtility::Play() - Start playback of the tuner output. To stop playback, call Mute, or Stop if play...
- CMMTunerAudioPlayerUtility::RegisterAudioResourceNotification(MMMFAudioResourceNotificationCallback &,TUid,const TDesC8 *) - Register for audio resource notifications, in the event that the audio resource ...
- CMMTunerAudioPlayerUtility::SetBalance(TInt) - Set the stereo balance between left and right channels
- CMMTunerAudioPlayerUtility::SetPriority(TInt,TMdaPriorityPreference) - Set the current audio priority. This priority is used to arbitrate between multi...
- CMMTunerAudioPlayerUtility::SetVolume(TInt) - Set the volume to the specified level
- CMMTunerAudioPlayerUtility::SetVolumeRamp(const TTimeIntervalMicroSeconds &) - Define a volume ramp, aRampInterval defining the interval between valid volume s...
- CMMTunerAudioPlayerUtility::Stop() - Stop playback, and release the output device for use by other clients
- CMMTunerAudioPlayerUtility::~CMMTunerAudioPlayerUtility() - Destructor
- CMMTunerAudioRecorderUtility::AddMetaDataEntryL(CMMFMetaDataEntry &) - Adds meta data to the clip.
- CMMTunerAudioRecorderUtility::CancelRegisterAudioResourceNotification(TUid) - Cancel an outstanding audio resource notification.
- CMMTunerAudioRecorderUtility::ControllerImplementationInformationL() - Return the controller implementation information structure of the current contro...
- CMMTunerAudioRecorderUtility::CustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TDes8
&,TRequestStatus &) - Send an asynchronous custom command to the recording controller
- CMMTunerAudioRecorderUtility::CustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TRequestStatus
&) - Send an asynchronous custom command to the recording controller
- CMMTunerAudioRecorderUtility::CustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &) - Send a synchronous custom command to the recording controller
- CMMTunerAudioRecorderUtility::CustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TDes8
&) - Send a synchronous custom command to the recording controller
- CMMTunerAudioRecorderUtility::DestinationBitRateL()const - Return the recording bit rate
- CMMTunerAudioRecorderUtility::DestinationDataTypeL()const - Return the data type of the destination audio clip
- CMMTunerAudioRecorderUtility::DestinationFormatL()const - Return the format of the audio clip
- CMMTunerAudioRecorderUtility::DestinationNumberOfChannelsL()const - Return the number of channels in audio clip
- CMMTunerAudioRecorderUtility::DestinationSampleRateL()const - Return the sample rate of the record destination
- CMMTunerAudioRecorderUtility::GetMetaDataEntryL(TInt) - Returns the requested meta data entry
- CMMTunerAudioRecorderUtility::GetNumberOfMetaDataEntries(TInt &) - Returns the number of meta data entries in the current clip
- CMMTunerAudioRecorderUtility::GetPriority(TInt &,TMdaPriorityPreference &)const - Get the current audio priority. This is used to arbitrate between simultaneous a...
- CMMTunerAudioRecorderUtility::GetRecordBalance(TInt &)const - Returns the current recording balance setting between the left and right stereo ...
- CMMTunerAudioRecorderUtility::GetSupportedBitRatesL(RArray< TUint > &)const - Return a list of the supported bit rates for recording
- CMMTunerAudioRecorderUtility::GetSupportedDestinationDataTypesL(RArray< TFourCC > &)const - Return a list of the supported data types for the record destination
- CMMTunerAudioRecorderUtility::GetSupportedNumberOfChannelsL(RArray< TUint > &)const - Return a list of the supported number of channels for recording
- CMMTunerAudioRecorderUtility::GetSupportedSampleRatesL(RArray< TUint > &)const - Get a list of supported recording sample rates.
- CMMTunerAudioRecorderUtility::InitializeL(const TDesC &,TFourCC,TUid,TUid,TInt,TMdaPriorityPreference) - Initialize for recording from the tuner to the specified file asynchronously. Ca...
- CMMTunerAudioRecorderUtility::InitializeL(TDes8 &,TFourCC,TUid,TUid,TInt,TMdaPriorityPreference) - Initialize for recording from the tuner to the specified descriptor asynchronous...
- CMMTunerAudioRecorderUtility::MaxGain()const - Return the maximum value for the gain
- CMMTunerAudioRecorderUtility::NewL(CMMTunerUtility &,MMMTunerAudioRecorderObserver &) - Create a new audio recorder utility. Note that only one audio recorder utility m...
- CMMTunerAudioRecorderUtility::PauseRecord() - Pause recording. Recording can be resumed with another call to Record.
- CMMTunerAudioRecorderUtility::RecordL() - Start recording of the tuner output
- CMMTunerAudioRecorderUtility::RegisterAudioResourceNotification(MMMFAudioResourceNotificationCallback &,TUid,const TDesC8
*) - Register for audio resource notifications, in the event that the audio resource ...
- CMMTunerAudioRecorderUtility::RemoveMetaDataEntry(TInt) - Removes a meta data entry from the clip.
- CMMTunerAudioRecorderUtility::ReplaceMetaDataEntryL(TInt,CMMFMetaDataEntry &) - Replaces a meta data in the clip.
- CMMTunerAudioRecorderUtility::SetDestinationBitRateL(TUint) - Set the bit rate for recording
- CMMTunerAudioRecorderUtility::SetDestinationDataTypeL(TFourCC) - Set the data type of the destination audio clip
- CMMTunerAudioRecorderUtility::SetDestinationFormatL(TUid) - Set the format of the audio clip. This can only be done if the audio clip does n...
- CMMTunerAudioRecorderUtility::SetDestinationNumberOfChannelsL(TUint) - Set the number of channels for the recorded audio clip
- CMMTunerAudioRecorderUtility::SetDestinationSampleRateL(TUint) - Set the sample rate for the record destination
- CMMTunerAudioRecorderUtility::SetGain(TInt) - Sets the gain for the audio device to a specified value.
- CMMTunerAudioRecorderUtility::SetPriority(TInt,TMdaPriorityPreference) - Set the current audio priority. This priority is used to arbitrate between multi...
- CMMTunerAudioRecorderUtility::SetRecordBalance(TInt) - Sets the current recording balance setting between the left and right stereo cha...
- CMMTunerAudioRecorderUtility::Stop() - Stop recording, and release the output device for use by other clients
- CMMTunerAudioRecorderUtility::~CMMTunerAudioRecorderUtility() - Deconstructor
- CMMTunerUtility::CancelNotifyChange() - Cancel request to be notified when the tuned frequency or channel changes
- CMMTunerUtility::CancelNotifySignalStrength() - Cancel an outstanding NotifySignalStrength request.
- CMMTunerUtility::CancelNotifyStereoChange() - Cancels a stereo change notification request.
- CMMTunerUtility::CancelRetune() - Cancels an ongoing retune operation, as initiated by a call to Tune or StationSe...
- CMMTunerUtility::Close() - Release the tuner. Any ongoing playing or recording activity will be stopped, co...
- CMMTunerUtility::CustomCommandAsync(TInt,const TIpcArgs &,TRequestStatus &) - Send an asynchronous custom command to the tuner.
- CMMTunerUtility::CustomCommandSync(TInt,const TIpcArgs &) - Send a synchronous custom command to the tuner.
- CMMTunerUtility::CustomInterface(TUid) - Requests a custom interface from the tuner plugin
- CMMTunerUtility::ForceMonoReception(TBool) - Indicates whether the reception should be forced into monophonic mode.
- CMMTunerUtility::GetCapabilities(TInt,TTunerCapabilities &) - Get the capabilities of the tuner on the device
- CMMTunerUtility::GetChannel(TChannel &,TTunerBand &)const - Retrieve the current digital channel number that the tuner is tuned to
- CMMTunerUtility::GetChannelRange(TTunerBand,TChannel &,TChannel &)const - Get the channel range available for a given band
- CMMTunerUtility::GetFlightMode(TBool &)const - Indicates if the device is currently in 'flight mode' or not. The tuner capabili...
- CMMTunerUtility::GetForcedMonoReception(TBool &)const - Find out whether reception is forced into monophonic mode or not.
- CMMTunerUtility::GetFrequency(TFrequency &,TTunerBand &)const - Retrieve the current frequency that the tuner is tuned to
- CMMTunerUtility::GetFrequencyBandRange(TTunerBand,TFrequency &,TFrequency &) - Get the frequency range (in Hertz) of the specified band. This function should b...
- CMMTunerUtility::GetMaxSignalStrength(TInt &)const - Get the maximum possible signal strength of a tuned signal.
- CMMTunerUtility::GetPriority(TTunerAccessPriority &)const - Get the current tuner access priority of this client.
- CMMTunerUtility::GetRdsTunerUtilityL(MMMTunerObserver &) - Factory function to create a new RDS Tuner utility. Note that only one RDS Tuner...
- CMMTunerUtility::GetSignalStrength(TInt &)const - Retrieve the signal strenth of the currently tuned signal
- CMMTunerUtility::GetSquelch(TBool &)const - Gets the current squleching (muting in frequencies without reception) setting.
- CMMTunerUtility::GetState(TUint32 &)const - Get the current state of the tuner.
- CMMTunerUtility::GetTunerAudioPlayerUtilityL(MMMTunerAudioPlayerObserver &) - Factory function to create a new Tuner Audio Player utility. Note that only one ...
- CMMTunerUtility::GetTunerAudioRecorderUtilityL(MMMTunerAudioRecorderObserver &) - Factory function to create a new Tuner Audio Recorder utility. Note that only on...
- CMMTunerUtility::GetTunerScannerUtilityL(MMMTunerObserver &) - Factory function to create a tuner scanner utility. Note that only one Tuner Sca...
- CMMTunerUtility::IsAntennaAttached(TBool &) - Indicates if the external antenna is currently attached or not. The tuner capabi...
- CMMTunerUtility::IsStereoSignal(TBool &) - Find out if the current signal is being received in stereo or not.
- CMMTunerUtility::NewL(MMMTunerObserver &,TInt,TTunerAccessPriority) - Factory function to create a new instance of the Tuner. Tuner access priority se...
- CMMTunerUtility::NotifyChange(MMMTunerChangeObserver &) - Request to be notified when the tuned frequency or channel changes, or when the ...
- CMMTunerUtility::NotifySignalStrength(MMMSignalStrengthObserver &) - Request notifications when the signal strength changes. Due to the potentially s...
- CMMTunerUtility::NotifyStereoChange(MMMTunerStereoObserver &) - Request notifications when stereo reception is lost/restored.
- CMMTunerUtility::NotifyTunerControl() - Makes an asyncronous request for control of the tuner. This method should be cal...
- CMMTunerUtility::ReleaseTunerControl() - Release control of the tuner, allowing other clients to tune it. Change notifica...
- CMMTunerUtility::RequestTunerControl() - Makes a synchronous request for control of the tuner. If this method returns KEr...
- CMMTunerUtility::SetPriority(TTunerAccessPriority) - Set the current tuner access priority of this client. This priority is used to a...
- CMMTunerUtility::SetSquelch(TBool) - Sets the current squleching (muting in frequencies without reception) setting.
- CMMTunerUtility::StationSeek(TChannel,TTunerBand,TSearchDirection,TBool) - Find a station, starting at the given digital channel number and searching in th...
- CMMTunerUtility::StationSeek(TFrequency,TTunerBand,TSearchDirection,TBool) - Find a radio station, starting at the start frequency and searching in the direc...
- CMMTunerUtility::Tune(TChannel,TTunerBand) - Tune the tuner to the required digital channel number.
- CMMTunerUtility::Tune(TFrequency,TTunerBand) - Tune the tuner to the required frequency specified in Hertz.
- CMMTunerUtility::TunersAvailable() - Determines the number of tuners available on a device.
- CMMTunerUtility::~CMMTunerUtility()
- CMsvEntry::AddObserverL(MMsvEntryObserver &) - Registers an observer for the object.
- CMsvEntry::ChangeAttributesL(const CMsvEntrySelection &,TUint,TUint) - Sets or clears multiple fields in a selection of children of the context.
- CMsvEntry::ChangeL(const TMsvEntry &) - Sets the context's index entry to the specified values. The function is performe...
- CMsvEntry::ChangeL(const TMsvEntry &,TRequestStatus &) - Sets the context's index entry to the specified values. The returned CMsvOperati...
- CMsvEntry::ChangeL(const TMsvEntry &,TSecureId) - Sets the context's index entry to the specified values. The function is performe...
- CMsvEntry::ChangeL(const TMsvEntry &,TSecureId,TRequestStatus &) - Sets the context's index entry to the specified values. The returned CMsvOperati...
- CMsvEntry::ChildDataL(TMsvId)const - Gets the index entry of context's child with the specified ID.
- CMsvEntry::ChildEntryL(TMsvId)const - Gets a new CMsvEntry object with its context set to the child entry ID. aMsvId m...
- CMsvEntry::ChildrenL()const - Gets a selection containing the IDs of all the context children. If the entry ha...
- CMsvEntry::ChildrenWithMtmL(TUid)const - Gets a selection containing the IDs of all the context children filtered by MTM ...
- CMsvEntry::ChildrenWithServiceL(TMsvId)const - Gets a selection containing the IDs of all the context children filtered by mess...
- CMsvEntry::ChildrenWithTypeL(TUid)const - Gets a selection containing the IDs of all the context children filtered by entr...
- CMsvEntry::CopyL(const CMsvEntrySelection &,TMsvId,TMsvLocalOperationProgress &) - Creates, synchronously. copies of children of the context as new entries owned b...
- CMsvEntry::CopyL(const CMsvEntrySelection &,TMsvId,TRequestStatus &) - Creates, asynchronously. copies of children of the context as new entries owned ...
- CMsvEntry::CopyL(TMsvId,TMsvId) - Creates, synchronously, a copy of a child of the context as a new entry owned by...
- CMsvEntry::CopyL(TMsvId,TMsvId,TRequestStatus &) - Creates, asynchronously, a copy of a child of the context as a new entry owned b...
- CMsvEntry::Count()const - Gets the number of children of the context.
- CMsvEntry::CreateL(const TMsvEntry &,TRequestStatus &) - Creates a new child entry owned by the context asynchronously.
- CMsvEntry::CreateL(const TMsvEntry &,TSecureId,TRequestStatus &) - Creates a new child entry owned by the context asynchronously. Sets the owner of...
- CMsvEntry::CreateL(TMsvEntry &) - Creates a new child entry owned by the context synchronously.
- CMsvEntry::CreateL(TMsvEntry &,TSecureId) - Creates a new child entry owned by the context synchronously. Sets the owner of ...
- CMsvEntry::DeleteL(const CMsvEntrySelection &,TMsvLocalOperationProgress &) - Deletes child entries of the context synchronously.
- CMsvEntry::DeleteL(const CMsvEntrySelection &,TRequestStatus &) - Deletes child entries of the context asynchronously.
- CMsvEntry::DeleteL(TMsvId) - Deletes a child entry of the context synchronously.
- CMsvEntry::DeleteL(TMsvId,TRequestStatus &) - Deletes a child entry of the context asynchronously.
- CMsvEntry::EditStoreL() - Gets the message store for the current context with read-write access.
- CMsvEntry::Entry()const - Gets the index entry for the context.
- CMsvEntry::EntryId()const - Gets the ID of the context.
- CMsvEntry::HandleSessionEventL(TMsvSessionEvent,TAny *,TAny *,TAny *) - Indicates an event has occurred.
- CMsvEntry::HasStoreL()const - Checks if the context has an associated message store.
- CMsvEntry::MoveL(const CMsvEntrySelection &,TMsvId,TMsvLocalOperationProgress &) - Moves, synchronously, children of the context to become entries owned by the tar...
- CMsvEntry::MoveL(const CMsvEntrySelection &,TMsvId,TRequestStatus &) - Moves, asynchronously, children of the context to become entries owned by the ta...
- CMsvEntry::MoveL(TMsvId,TMsvId) - Moves, synchronously, a child of the context to become an entry owned by the tar...
- CMsvEntry::MoveL(TMsvId,TMsvId,TRequestStatus &) - Moves, asynchronously, a child of the context to become an entry owned by the ta...
- CMsvEntry::NewL(CMsvSession &,TMsvId,const TMsvSelectionOrdering &) - Creates a new CMsvEntry for the specified entry ID.
- CMsvEntry::operator[](TInt)const - Gets the index entry of the child at the position specified by the array index. ...
- CMsvEntry::OwningService()const - Gets the ID of the service entry that owns the context.
- CMsvEntry::ReadStoreL() - Obtains the message store for the current context with read-only access.
- CMsvEntry::RemoveObserver(MMsvEntryObserver &) - Unregisters an observer previously registered with CMsvEntry::AddObserverL(MMsvE...
- CMsvEntry::Session() - Gets the Message Server session used by this object. This is the same session pa...
- CMsvEntry::SetEntryL(TMsvId) - Sets the context to the specified entry.
- CMsvEntry::SetMtmListL(const CArrayFix< TUid > &) - Sets the MTM order to the specified sort order. When children of an entry are so...
- CMsvEntry::SetSortTypeL(const TMsvSelectionOrdering &) - Sets the sort order that is used when listing children, for example with CMsvEnt...
- CMsvEntry::SortType()const - Gets the current sort order of children of the entry. The sort order is initiall...
- CMsvEntry::~CMsvEntry() - Destructor.
- CMsvFindOperation::CMsvFindOperation(CMsvSession &,const TDesC &,TMsvPartList,TRequestStatus &) - Constructor, specifying search parameters.
- CMsvFindOperation::ConstructFindInChildrenL(TMsvId) - Second phase constructor, for constructing a search of an entry and of all its c...
- CMsvFindOperation::ConstructFindInSelectionL(const CMsvEntrySelection &) - Second phase constructor, for constructing a search of a specified selection of ...
- CMsvFindOperation::DoCancel() - Implements cancellation of an outstanding request.
- CMsvFindOperation::FinalProgress() - Returns progress information after the search operation is complete.
- CMsvFindOperation::FindInChildrenL(CMsvSession &,const TDesC &,TMsvId,TMsvPartList,TRequestStatus &) - Creates a new search operation to search for text within a specified root, folde...
- CMsvFindOperation::FindInSelectionL(CMsvSession &,const TDesC &,const CMsvEntrySelection &,TMsvPartList,TRequestStatus &) - Creates a new search operation to search for text within a specified selection o...
- CMsvFindOperation::GetFindResult()const - Returns the result of the search operation.
- CMsvFindOperation::IsValid(const TMsvEntry &)const - Determines whether a message is to be included in the text search operation.
- CMsvFindOperation::ProgressL() - Returns progress information.
- CMsvFindOperation::RunL() - Handles an active object's request completion event.
- CMsvFindOperation::~CMsvFindOperation() - Destructor.
- CMsvFindText::DoComplete(TInt &)
- CMsvFindText::DoRunL()
- CMsvFindText::FindRichTextL(const TDesC &,const CRichText &,TMsvPartList) - Searches for a specified text string within the given rich text synchronously.
- CMsvFindText::FindRichTextL(const TDesC &,const CRichText &,TMsvPartList,TRequestStatus &) - Searches for a specified text string within the given rich text asynchronously.
- CMsvFindText::FindTextL(const TDesC &,const TDesC &,TMsvPartList) - Performs a synchronous search for a text string within another text string.
- CMsvFindText::FindTextL(const TDesC &,const TDesC &,TMsvPartList,TRequestStatus &) - Performs an asynchronous search for a text string within another text string.
- CMsvFindText::FoundText()const - Returns the result of the asynchronous search for a matching text string.
- CMsvFindText::NewL(TInt) - Creates a new find text utility object with the specified priority.
- CMsvFindText::NewLC(TInt) - Creates a new find text utility object with the specified priority and puts a po...
- CMsvFindText::~CMsvFindText() - Destructor.
- CMsvPlainBodyText::CharacterSet() - Returns the charset for the plain text part
- CMsvPlainBodyText::CommitL() - Commit the file and the store after it is written and and also closes the file.
- CMsvPlainBodyText::DefaultCharacterSet() - Returns the default charset for the plain text part
- CMsvPlainBodyText::DoCancel() - Cancel the file read operation and set the filepointer to the current position o...
- CMsvPlainBodyText::DoRunL() - Asynchronously retrives the body text chunks.If body is stored as 8bit, converts...
- CMsvPlainBodyText::NextChunkL(TDes16 &) - Retrieve the next chunk of the plain body text. If body is stored as 8bit, conve...
- CMsvPlainBodyText::NextChunkL(TDes16 &,TRequestStatus &) - Retrieve the next chunk of the plain body text. If body is stored as 8bit, the c...
- CMsvPlainBodyText::NextChunkL(TDes8 &) - Retrieve the next chunk of the plain body text.
- CMsvPlainBodyText::NextChunkL(TDes8 &,TRequestStatus &) - Retrieve the next chunk of the plain body text.
- CMsvPlainBodyText::PreviousChunkL(TDes16 &) - Retrieve the Previouschunk of the plain body text. If body is stored as 8bit, co...
- CMsvPlainBodyText::PreviousChunkL(TDes16 &,TRequestStatus &) - Retrieve the previous chunk of the plain body text asynchronously.DoRunl convert...
- CMsvPlainBodyText::PreviousChunkL(TDes8 &) - Retrieve the previous chunk of the plain body text.
- CMsvPlainBodyText::PreviousChunkL(TDes8 &,TRequestStatus &) - Retrieve the previous chunk of the plain body text asynchronously.
- CMsvPlainBodyText::SetCharacterSetL(const TUint) - Set iCharsetId to aCharset if body text of the message was downloaded as 8 bit. ...
- CMsvPlainBodyText::Size() - Returns the size of body text in bytes.
- CMsvPlainBodyText::StoreChunkL(const TDesC16 &) - Store the body part in chunks(16 bit synchronous version).
- CMsvPlainBodyText::StoreChunkL(const TDesC16 &,TRequestStatus &) - Store the body part in chunks(16 bit version).
- CMsvPlainBodyText::StoreChunkL(const TDesC8 &) - Store the plain body text part in chunks,synchronous version.
- CMsvPlainBodyText::StoreChunkL(const TDesC8 &,TRequestStatus &) - Store the plain body text part in chunks.
- CMsvPlainBodyText::StoreRichTextAsPlainTextL(CRichText &) - Converts and stores the CRichText contents to a plain text.
- CMsvPlainBodyText::~CMsvPlainBodyText() - Destructor
- CMsvServerEntry::ChangeAttributes(const CMsvEntrySelection &,TUint,TUint) - Provides a quick way to set or clear multiple fields in a selection of entries.
- CMsvServerEntry::ChangeEntry(const TMsvEntry &) - Sets the context's index entry to the specified values.
- CMsvServerEntry::ChangeEntry(const TMsvEntry &,TSecureId) - Sets the context's index entry to the specified values and updates the owner of ...
- CMsvServerEntry::ChangeEntryBulk(const TMsvEntry &) - Sets the context's index entry to the specified values and updates the owner of ...
- CMsvServerEntry::ChangeEntryBulk(const TMsvEntry &,TSecureId) - Sets the context's index entry to the specified values and updates the owner of ...
- CMsvServerEntry::CompleteBulk() - Completes the current bulk transaction (if any) Requests that the message server...
- CMsvServerEntry::CopyEntriesL(const CMsvEntrySelection &,TMsvId,CMsvEntrySelection &,TRequestStatus &) - Copies a selection of children of the context to another entry that belongs to a...
- CMsvServerEntry::CopyEntriesL(const CMsvEntrySelection &,TMsvId,TRequestStatus &) - Copies a selection of children of the context to another entry that belongs to a...
- CMsvServerEntry::CopyEntryL(TMsvId,TMsvId,TMsvId &,TRequestStatus &) - Copies a child of the context to another entry. All descendants will be copied a...
- CMsvServerEntry::CopyEntryL(TMsvId,TMsvId,TRequestStatus &) - Copies a child of the context to another entry. All descendants will be copied a...
- CMsvServerEntry::CreateEntry(TMsvEntry &) - Creates a new entry as a child of the current context.
- CMsvServerEntry::CreateEntry(TMsvEntry &,TSecureId) - Creates a new entry as a child of the current context.
- CMsvServerEntry::CreateEntry(TMsvEntry &,TSecureId,TBool) - Creates a new entry as a child of the current context.
- CMsvServerEntry::CreateEntryBulk(TMsvEntry &) - Creates a new entry as a child of the current context as part of a bulk creation...
- CMsvServerEntry::CreateEntryBulk(TMsvEntry &,TSecureId) - Creates a new entry as a child of the current context as part of a bulk creation...
- CMsvServerEntry::DeleteEntries(CMsvEntrySelection &) - Deletes a selection of child entries. The delete works recursively through all t...
- CMsvServerEntry::DeleteEntry(TMsvId) - Deletes a child entry of the context. The delete works recursively through all t...
- CMsvServerEntry::DoCancel() - Implements cancellation of an outstanding request.
- CMsvServerEntry::EditStoreL() - Obtains the message store for the current context with read-write access.
- CMsvServerEntry::Entry()const - Gets the context's index entry.
- CMsvServerEntry::FileSession() - Allows a Server-side MTM to access the file session handle created by the Messag...
- CMsvServerEntry::GetChildren(CMsvEntrySelection &) - Gets a selection containing the IDs of all the context children.
- CMsvServerEntry::GetChildrenWithMtm(TUid,CMsvEntrySelection &) - Gets a selection containing the IDs of all the context children with the specifi...
- CMsvServerEntry::GetChildrenWithService(TMsvId,CMsvEntrySelection &) - Gets a selection containing the IDs of all the context children with the specifi...
- CMsvServerEntry::GetChildrenWithType(TUid,CMsvEntrySelection &) - Gets a selection containing the IDs of all the context children with the specifi...
- CMsvServerEntry::GetEntryFromId(TMsvId,TMsvEntry *&) - Gets the index entry for a specified entry ID.
- CMsvServerEntry::HasStoreL()const - Tests if the context has an associated message store.
- CMsvServerEntry::MoveEntriesL(const CMsvEntrySelection &,TMsvId,TRequestStatus &) - Moves a selection of children of the context to another entry that belongs to a ...
- CMsvServerEntry::MoveEntriesWithinService(CMsvEntrySelection &,TMsvId) - Moves a child of the context to under another entry. All descendants will be mov...
- CMsvServerEntry::MoveEntryL(TMsvId,TMsvId,TRequestStatus &) - Moves a child of the context to another entry that belongs to a different servic...
- CMsvServerEntry::MoveEntryWithinService(TMsvId,TMsvId) - Moves a child of the context to under another entry. All descendants will be mov...
- CMsvServerEntry::NewEntryL(TMsvId) - Gets a new CMsvServerEntry object for the specified entry ID.
- CMsvServerEntry::OwningService()const - Gets the ID of the service that owns the context.
- CMsvServerEntry::ReadStoreL() - Obtains the message store for the current context with read-only access.
- CMsvServerEntry::RunL() - Handles an active object's request completion event.
- CMsvServerEntry::SetEntry(TMsvId) - Changes the context of the specified entry.
- CMsvServerEntry::SetMtm(TUid) - Sets this MTM sorting type to specified UID. When children of an entry are sorte...
- CMsvServerEntry::SetSort(TMsvSelectionOrdering &) - Sets the sort order that is used when listing children, for example with CMsvSer...
- CMsvServerEntry::Sort() - Gets the current sort order of children of the entry.
- CMsvSession::AddObserverL(MMsvSessionObserver &) - Registers a new session observer.
- CMsvSession::ChangeAttributesL(const CMsvEntrySelection &,TUint,TUint) - Provides a quick way to set or clear multiple fields in a selection of entries.
- CMsvSession::ChangeDriveL(TInt,TRequestStatus &) - Moves the Message Server index to the specified drive.
- CMsvSession::CleanupEntry(TAny *) - Cleans up an entry that has been added to the cleanup stack using CMsvSession::C...
- CMsvSession::CleanupEntryPop(TInt) - Pops one or more entries from the entry cleanup stack.
- CMsvSession::CleanupEntryPushL(TMsvId) - Pushes the specified entry ID to the entry cleanup stack.
- CMsvSession::CloseMessageServer() - Closes down the Message Server.
- CMsvSession::CopyStoreL(const TDriveUnit &,TRequestStatus &) - Copies the Message Store to the specified drive.
- CMsvSession::CurrentDriveL()
- CMsvSession::DecPcSyncCountL(const CMsvEntrySelection &) - Decreases the PC synchronisation index field for a selection of entries.
- CMsvSession::DeInstallMtmGroup(const TDesC &) - Removes an installed MTM.
- CMsvSession::DeleteStoreL(const TDriveUnit &,TRequestStatus &) - Deletes the Message Store to the specified drive.
- CMsvSession::DoCancel() - Implements cancellation of an outstanding request.
- CMsvSession::DriveContainsStoreL(TDriveUnit)
- CMsvSession::FileSession() - Allows a Server-side MTM to access the file session handle created by the Messag...
- CMsvSession::GetAndClearIndexCorruptFlagL() - Checks a flag in the message server that is set when the server deletes a corrup...
- CMsvSession::GetChildIdsL(TMsvId,const CMsvEntryFilter &,CMsvEntrySelection &) - Gets filtered list of children of a specified message entry.
- CMsvSession::GetEntry(TMsvId,TMsvId &,TMsvEntry &) - Gets the index entry for the specified entry ID.
- CMsvSession::GetEntryL(TMsvId) - Accesses the entry with the specified ID.
- CMsvSession::GetMtmRequiredCapabilitiesL(TUid,TCapabilitySet &)const - Gets the additional security capabilities required by a given MTM, over and abov...
- CMsvSession::IncPcSyncCountL(const CMsvEntrySelection &) - Increases the PC synchronisation index field for a selection of entries.
- CMsvSession::InstallMtmGroup(const TDesC &) - MTM functions.
- CMsvSession::MessageStoreDrivePresentL() - Checks to see if the currently selected drive contains the correct mail store.
- CMsvSession::OpenAsObserverL(MMsvSessionObserver &) - Creates a session that is used only as an observer.
- CMsvSession::OpenAsObserverL(MMsvSessionObserver &,RFs &) - Creates a session that is used only as an observer.
- CMsvSession::OpenAsObserverL(MMsvSessionObserver &,RFs &,TInt) - Creates a session that is used only as an observer.
- CMsvSession::OpenAsObserverL(MMsvSessionObserver &,TInt) - Creates a session that is used only as an observer.
- CMsvSession::OpenAsyncL(MMsvSessionObserver &) - Creates a session asynchronously.
- CMsvSession::OpenAsyncL(MMsvSessionObserver &,RFs &) - Creates a session asynchronously.
- CMsvSession::OpenAsyncL(MMsvSessionObserver &,RFs &,TInt) - Creates a session asynchronously.
- CMsvSession::OpenAsyncL(MMsvSessionObserver &,TInt) - Creates a session asynchronously.
- CMsvSession::OpenSyncL(MMsvSessionObserver &) - Creates a session synchronously.
- CMsvSession::OpenSyncL(MMsvSessionObserver &,RFs &) - Creates a session synchronously.
- CMsvSession::OpenSyncL(MMsvSessionObserver &,RFs &,TInt) - Creates a session synchronously.
- CMsvSession::OpenSyncL(MMsvSessionObserver &,TInt) - Creates a session synchronously.
- CMsvSession::OperationId()
- CMsvSession::OutstandingOperationsL() - Gets the number of outstanding operations.
- CMsvSession::RemoveEntry(TMsvId) - Deletes the specified entry from the Message Server.
- CMsvSession::RemoveObserver(MMsvSessionObserver &) - Deregisters a previously registered observer.
- CMsvSession::RunError(TInt)
- CMsvSession::RunL() - Handles an active object's request completion event.
- CMsvSession::ServiceAccessPointId(TMsvId,TUint32 &) - Get the ID of the access point currently in use by the server side MTM for the g...
- CMsvSession::ServiceActive(TMsvId) - Tests whether a Server-side MTM for a particular service is loaded by the Messag...
- CMsvSession::ServiceProgress(TMsvId,TDes8 &) - Gets the current progress information from the Server-side MTM for the specified...
- CMsvSession::Session()
- CMsvSession::SetReceiveEntryEvents(TBool) - Sets whether the session's observer should be notified of events related to chan...
- CMsvSession::StopService(TMsvId) - Stops any operations that a Server-side MTM for the specified service is running...
- CMsvSession::TransferCommandL(const CMsvEntrySelection &,TInt,const TDesC8 &,TDes8 &) - Passes MTM-specific operations synchronously to the associated Server-side MTM b...
- CMsvSession::TransferCommandL(const CMsvEntrySelection &,TInt,const TDesC8 &,TRequestStatus &) - Passes MTM-specific operations asynchronously to the associated Server-side MTM ...
- CnvUtilities::ConvertFromUnicode(CCnvCharacterSetConverter::TEndianness,const TDesC8 &,TDes8 &,const TDesC16 &,CCnvCharacterSetConverter::TArrayOfAscendingIndices
&,const TArray< SCharacterSet > &) - Converts Unicode text into a complex foreign character set encoding. This is an ...
- CnvUtilities::ConvertFromUnicode(CCnvCharacterSetConverter::TEndianness,const TDesC8 &,TDes8 &,const TDesC16 &,CCnvCharacterSetConverter::TArrayOfAscendingIndices
&,const TArray< SCharacterSet > &,TUint &,TUint) - Converts Unicode text into a complex foreign character set encoding. This is an ...
- CnvUtilities::ConvertToUnicodeFromHeterogeneousForeign(CCnvCharacterSetConverter::TEndianness,TDes16 &,const TDesC8 &,TInt
&,TInt &,const TArray< SMethod > &) - Converts text from a non-modal complex character set encoding (e.g. Shift-JIS or...
- CnvUtilities::ConvertToUnicodeFromHeterogeneousForeign(CCnvCharacterSetConverter::TEndianness,TDes16 &,const TDesC8 &,TInt
&,TInt &,const TArray< SMethod > &,TUint &,TUint)
- CnvUtilities::ConvertToUnicodeFromModalForeign(CCnvCharacterSetConverter::TEndianness,TDes16 &,const TDesC8 &,TInt &,TInt
&,TInt &,const TArray< SState > &) - Converts text from a modal foreign character set encoding into Unicode.
- CnvUtilities::ConvertToUnicodeFromModalForeign(CCnvCharacterSetConverter::TEndianness,TDes16 &,const TDesC8 &,TInt &,TInt
&,TInt &,const TArray< SState > &,TUint &,TUint)
- CObexClient::Abort() - OBEX ABORT operation.
- CObexClient::Connect(CObexBaseObject &,TRequestStatus &) - OBEX CONNECT operation to any available remote machine, specifying an object to ...
- CObexClient::Connect(TRequestStatus &) - OBEX CONNECT operation to any available remote machine.
- CObexClient::ConnectL(CObexBaseObject &,const TDesC &,TRequestStatus &) - OBEX CONNECT operation to any available remote machine, specifying an object to ...
- CObexClient::ConnectL(const TDesC &,TRequestStatus &) - OBEX CONNECT operation to any available remote machine, specifying a password.
- CObexClient::ConstructL(TObexTransportInfo &)
- CObexClient::Disconnect(TRequestStatus &) - OBEX DISCONNECT operation.
- CObexClient::ExtensionInterface(TUid) - Provides additional interfaces for CObexClient.
- CObexClient::Get(CObexBaseObject &,TRequestStatus &) - OBEX GET operation.
- CObexClient::GetPutFinalResponseHeaders() - This function can be called following the successful completion of a Put, and wi...
- CObexClient::LastServerResponseCode()const - Get last server response code This method returns the last received OBEX respons...
- CObexClient::NewL(TObexProtocolInfo &) - Allocates and constructs a new OBEX client object.
- CObexClient::NewL(TObexProtocolInfo &,TObexProtocolPolicy &) - Allocates and constructs a new OBEX client object with packet sizing information...
- CObexClient::NewL(TObexTransportInfo &) - Allocates and constructs a new OBEX client object with packet sizing information...
- CObexClient::OnError(TInt)
- CObexClient::OnPacketReceive(CObexPacket &)
- CObexClient::OnTransportDown()
- CObexClient::OnTransportUp()
- CObexClient::ParseConnectPacket(CObexPacket &)
- CObexClient::Put(CObexBaseObject &,TRequestStatus &) - OBEX PUT operation.
- CObexClient::SetCommandTimeOut(TTimeIntervalMicroSeconds32) - Sets the Command Idle Time-out.
- CObexClient::SetFinalPacketObserver(MObexFinalPacketObserver *) - Sets a final packet observer.
- CObexClient::SetPath(TSetPathInfo &,TRequestStatus &) - OBEX SETPATH operation.
- CObexClient::UserPasswordL(const TDesC &) - A call back from the the service with the password required for use with generat...
- CObexClient::~CObexClient() - Destructor.
- CObexServer::ConstructL(TObexTransportInfo &)
- CObexServer::CurrentOperation()const - Returns the operation currently being performed by the remote client, or EOpIdle...
- CObexServer::IsStarted() - Tests if the server is started, and is available to accept connections.
- CObexServer::NewL(TObexProtocolInfo &) - Allocates and constructs a new OBEX server object.
- CObexServer::NewL(TObexProtocolInfo &,TObexProtocolPolicy &) - Allocates and constructs a new OBEX server object with packet sizing information...
- CObexServer::NewL(TObexTransportInfo &) - Allocates and constructs a new OBEX server object with packet sizing information...
- CObexServer::OnError(TInt)
- CObexServer::OnPacketReceive(CObexPacket &)
- CObexServer::OnTransportDown() - Tell the MObexServerNotifyAsync observer the transport is down and listen for an...
- CObexServer::OnTransportUp()
- CObexServer::ParseConnectPacket(CObexPacket &)
- CObexServer::RequestCompleteIndicationCallback(TInt) - Complete an asynchronous callback, supplying a obex response code. This function...
- CObexServer::RequestCompleteIndicationCallback(TObexResponse) - Complete an asynchronous callback, supplying a obex response code. This function...
- CObexServer::RequestIndicationCallback(CObexBaseObject *) - Complete an asynchronous callback, supplying a CObexBaseObject derived object. P...
- CObexServer::RequestIndicationCallbackWithError(TInt) - Complete an asynchronous callback, supplying a obex response code. Applications ...
- CObexServer::RequestIndicationCallbackWithError(TObexResponse) - Complete an asynchronous callback, supplying a obex response code. Applications ...
- CObexServer::ResetChallenge() - Resets the password.
- CObexServer::SetChallengeL(const TDesC &) - Sets a password required to access the server.
- CObexServer::SetPutFinalResponseHeaders(CObexHeaderSet *) - Specify the set of headers to return to remote Obex client in final Put response...
- CObexServer::SetTargetChecking(TTargetChecking) - Specifies target header checking behaviour.
- CObexServer::Start(MObexServerNotify *) - Starts the server, specifying a synchronous notification interface.
- CObexServer::Start(MObexServerNotifyAsync *) - Starts the server, specifying an asynchronous notification interface.
- CObexServer::Stop() - Disconnects any transfer in progress and disables further connections.
- CObexServer::TransportInfo()const - Returns a pointer to the TObexTransportInfo being used by the OBEX transport lay...
- CObexServer::UserPasswordL(const TDesC &) - A call back from the the service with the password required for use with generat...
- CObexServer::~CObexServer() - Destructor.
- CPdrControl::AbortPrint() - Tidy up synchronously in a short time.
- CPdrControl::BandedDevice()const
- CPdrControl::BandsPerPage() - Gets the number of bands per page.
- CPdrControl::CommandL(const TInt)
- CPdrControl::CompressBuffer()
- CPdrControl::ConstructL(CStreamStore &,TStreamId)
- CPdrControl::CPdrControl(CPdrDevice *,CPrinterPort *)
- CPdrControl::CreateContext(CGraphicsContext *&)
- CPdrControl::DoQueueEndPrintL()
- CPdrControl::DoQueueGetBandL()
- CPdrControl::DrawTextL(const TPoint &,const TFontUnderline,const TFontStrikethrough,const TRgb &,const CInfoFont *,const TDesC
&)
- CPdrControl::IsGraphicsBand()const
- CPdrControl::MoveByL(const TPoint &)
- CPdrControl::MoveToL(const TPoint &)
- CPdrControl::OutputBandL()
- CPdrControl::OutputTextL(const TPoint &,TInt,const TTextFormat &,const TDesC8 &)
- CPdrControl::QueueEndPrint(TRequestStatus &) - Terminates the print process.
- CPdrControl::QueueGetBand(TRequestStatus &,TBandAttributes &)
- CPdrControl::SetFontPostureL(const TFontPosture)
- CPdrControl::SetFontStrokeWeightL(const TFontStrokeWeight)
- CPdrControl::SetPageOrientationL()
- CPdrControl::SetPageSizeL()
- CPdrControl::SetTextColorL(const TRgb &)
- CPdrControl::TransformBuffer()
- CPdrControl::~CPdrControl()
- CPermanentFileStore::CPermanentFileStore(RFile &)
- CPermanentFileStore::CPermanentFileStore(RFileBuf &,const TUidType &)
- CPermanentFileStore::CreateL(RFs &,const TDesC &,TUint) - Creates a new file and constructs a new permanent file store object to be associ...
- CPermanentFileStore::CreateLC(RFs &,const TDesC &,TUint) - Creates a new file and constructs a new permanent file store object to be associ...
- CPermanentFileStore::DoCommitL() - Commits any changes to the store. For a store that provides atomic updates, this...
- CPermanentFileStore::DoCompactL() - Initialises an object for compacting space in the store. This function provides ...
- CPermanentFileStore::DoCreateL(TStreamId &) - Creates a new stream in the store. The function gets the allocated stream id in ...
- CPermanentFileStore::DoDeleteL(TStreamId)
- CPermanentFileStore::DoExtendL() - Generates a new stream within this store, and returns its id. This function is i...
- CPermanentFileStore::DoReadL(TStreamId)const - Opens the requested stream for reading. The function should return a stream buff...
- CPermanentFileStore::DoReclaimL() - Initialises an object for reclaiming space in the store. This function provides ...
- CPermanentFileStore::DoReplaceL(TStreamId)
- CPermanentFileStore::DoRevertL() - Discards any pending changes to the store. This includes all changes which have ...
- CPermanentFileStore::DoSetRootL(TStreamId) - Implements the setting of theroot stream.
- CPermanentFileStore::DoWriteL(TStreamId)
- CPermanentFileStore::ExternalizeL(RWriteStream &)const
- CPermanentFileStore::FromL(RFile &) - Constructs a permanent file store object from an already opened file.
- CPermanentFileStore::FromLC(RFile &) - Constructs a permanent file store object from an already opened file, and places...
- CPermanentFileStore::InternalizeL(RReadStream &)
- CPermanentFileStore::Layout()const - Gets the UID that uniquely identifies this file store as a permanent file store.
- CPermanentFileStore::MarshalL()
- CPermanentFileStore::NewL(RFile &) - Constructs a new permanent file store object in an already opened file.
- CPermanentFileStore::NewLC(RFile &) - Constructs a new permanent file store object in an already opened file and place...
- CPermanentFileStore::OpenL(RFs &,const TDesC &,TUint) - Opens a file containing a permanent file store, and constructs a permanent file ...
- CPermanentFileStore::OpenLC(RFs &,const TDesC &,TUint) - Opens a file containing a permanent file store, constructs a permanent file stor...
- CPermanentFileStore::ReplaceL(RFs &,const TDesC &,TUint) - Creates a file, constructs a permanent file store object to be associated with i...
- CPermanentFileStore::ReplaceLC(RFs &,const TDesC &,TUint) - Creates a file, constructs a permanent file store object to be associated with i...
- CPermanentFileStore::TempL(RFs &,const TDesC &,TFileName &,TUint) - Creates a temporary file and constructs a permanent file store object to be asso...
- CPermanentFileStore::TempLC(RFs &,const TDesC &,TFileName &,TUint) - Creates a temporary file, constructs a permanent file store object to be associa...
- CPermanentFileStore::~CPermanentFileStore() - Frees resources owned by the object, prior to its destruction.
- CPicture::AddCropInPixels(MGraphicsDeviceMap *,const TMargins &) - Adds pixel cropping margins to the picture.
- CPicture::Capability()const - Gets the picture's capabilities.
- CPicture::CPicture()
- CPicture::DetachFromStoreL(TDetach)
- CPicture::Draw(CGraphicsContext &,const TPoint &,const TRect &,MGraphicsDeviceMap *)const - Draws a picture.
- CPicture::ExternalizeL(RWriteStream &)const - Externalises the picture to a stream.
- CPicture::GetCropInTwips(TMargins &)const - Gets the cropping margins of a picture in twips.
- CPicture::GetOriginalSizeInTwips(TSize &)const - Gets the pictur's original size, in twips.
- CPicture::GetSizeInPixels(MGraphicsDeviceMap *,TSize &)const - Gets the picture's size in pixels.
- CPicture::GetSizeInTwips(TSize &)const - Gets the picture's size, in twips.
- CPicture::LineBreakPossible(TUint,TBool,TBool)const - States whether a line break is possible, either before or after a picture.
- CPicture::NativePixelSize(TSize &) - Derived classes might be implemented as bitmaps, in that case it might be intere...
- CPicture::ResetToOriginal() - Resets the picture's scaling and cropping attributes to their original values.
- CPicture::ScaleFactorHeight()const - Gets the pictures height scale factor.
- CPicture::ScaleFactorWidth()const - Gets the picture's width scale factor.
- CPicture::SetCropInTwips(const TMargins &) - Sets the cropping margins of a picture in twips.
- CPicture::SetScaleFactor(TInt,TInt) - Sets the picture's scale factors.
- CPicture::SetSizeInPixels(MGraphicsDeviceMap *,const TSize &) - Sets the picture's size in pixels.
- CPicture::SetSizeInTwips(const TSize &) - Sets the picture's size, in twips
- CPicture::StoreL(CStreamStore &)const - Stores the picture to the specified store.
- CPicture::~CPicture() - Frees all resources owned by the object prior to its destruction.
- CPKIXCertChain::AddCertL(const TPtrC8 &) - Adds a certificate (if it is not self-signed) to the chain .
- CPKIXCertChain::AddSupportedCriticalExtensionsL(const RPointerArray< TDesC > &) - Adds one or more critical extension OIDs to the list of supported critical exten...
- CPKIXCertChain::CancelValidate() - Cancels an asynchronous CPKIXCertChain::ValidateL(CPKIXValidationResult &,co...
- CPKIXCertChain::ChainHasRoot()const - Tests whether the root certificate of the chain is locatable.
- CPKIXCertChain::NewL(RFs &,const TPtrC8 &,const RPointerArray< CX509Certificate > &) - Creates a certificate chain using the binary data in aEncodedCerts.
- CPKIXCertChain::NewL(RFs &,const TPtrC8 &,const TUid) - Creates a certificate chain using the binary data in aEncodedCerts.
- CPKIXCertChain::NewLC(RFs &,const TPtrC8 &,const RPointerArray< CX509Certificate > &) - Creates a certificate chain using the binary data in aEncodedCerts and puts a po...
- CPKIXCertChain::NewLC(RFs &,const TPtrC8 &,const TUid) - Creates a certificate chain using the binary data in aEncodedCerts, and puts a p...
- CPKIXCertChain::RemoveSupportedCriticalExtensions(const RPointerArray< TDesC > &) - Removes one or more critical extension OIDs from the list of supported critical ...
- CPKIXCertChain::ResetSupportedCriticalExtsToDefaultL() - Resets the current list of supported critical extensions and re-populates it wit...
- CPKIXCertChain::SetSupportedCriticalExtensionsL(const RPointerArray< TDesC > &) - Completely replaces the set of supported critical extensions for certificate val...
- CPKIXCertChain::SetValidityPeriodCheckFatal(TBool) - Specify if a failed check on the certificate validity date is treated as an erro...
- CPKIXCertChain::SupportedCriticalExtensions()const - Returns a list of the critical extension OIDs that are supported by the chain va...
- CPKIXCertChain::ValidateL(CPKIXValidationResult &,const TTime &,const CArrayPtr< HBufC > &,TRequestStatus &) - Validates the chain.
- CPKIXCertChain::ValidateL(CPKIXValidationResult &,const TTime &,TRequestStatus &) - Validates the chain.
- CPKIXCertChain::~CPKIXCertChain() - Destructor.
- CPlayerInfoTarget::DoAddCompanyId(TInt)
- CPlayerInfoTarget::DoAddEvent(TRegisterNotificationEvent)
- CPlayerInfoTarget::DoClearCompanyIds()
- CPlayerInfoTarget::DoClearEvents()
- CPlayerInfoTarget::DoDefineAttributeL(TUint,TDesC8 &,RArray< TUint > &,RArray< TPtrC8 > &,TUint)
- CPlayerInfoTarget::DoPlaybackStatusChanged(TPlaybackStatus)
- CPlayerInfoTarget::DoRemoveCompanyID(TInt)
- CPlayerInfoTarget::DoRemoveEvent(TRegisterNotificationEvent)
- CPlayerInfoTarget::DoSetAttributeL(TUint,TUint)
- CPlayerInfoTarget::DoSetBatteryStatus(TTargetBatteryStatus)
- CPlayerInfoTarget::DoSetPlaybackPosition(TUint32)
- CPlayerInfoTarget::DoTrackChanged(TUint64,TUint32)
- CPlayerInfoTarget::DoTrackReachedEnd()
- CPlayerInfoTarget::DoTrackReachedStart()
- CPlayerInfoTarget::GetInterfaceIf(TUid) - Called by the interface selector to get a pointer to an object which implements ...
- CPlayerInfoTarget::MrcibNewMessage(TUint,const TDesC8 &,TRemConMessageSubType) - Called when a message comes in for this interface.
- CPlayerInfoTarget::NewL(CRemConInterfaceSelector &,MPlayerCapabilitiesObserver *&,MPlayerApplicationSettingsObserver *&,MPlayerEventsObserver
*&,MPlayerApplicationSettingsNotify &) - Factory function.
- CPlayerInfoTarget::~CPlayerInfoTarget() - Destructor
- CPolicyServer::CheckFailedL(const RMessage2 &,TInt,const TSecurityInfo &) - Called when a security check has failed.
- CPolicyServer::CPolicyServer(TInt,const TPolicy &,TServerType) - Construct a policy server
- CPolicyServer::CustomFailureActionL(const RMessage2 &,TInt,const TSecurityInfo &) - Performs a custom action after the failure of a security check. Derived server c...
- CPolicyServer::CustomSecurityCheckL(const RMessage2 &,TInt &,TSecurityInfo &) - Performs a custom security check. Derived server classes must implement this fun...
- CPolicyServer::Extension_(TUint,TAny *&,TAny *) - Extension function
- CPolicyServer::ProcessError(const RMessage2 &,TInt) - Called if a leave occurs during processing of a message. The underlying framewor...
- CPolicyServer::ProcessL(const RMessage2 &) - Process an accepted message which has passed its policy check.
- CPolicyServer::RunError(TInt) - Handles the situation where a call to CServer2::RunL(), leaves.
- CPolicyServer::RunL() - Handles the receipt of a message.
- CPolygonFiller::CPolygonFiller() - Constructor which initializes all member data to zero, EFalse or null for TInt, ...
- CPolygonFiller::GetNextPixelRun(TBool &,TInt &,TInt &,TInt &) - Method is used to calculate the locations of vertex interactions between the pol...
- CPolygonFiller::GetNextPixelRunOnSpecifiedScanLine(TBool &,TInt,TInt &,TInt &) - Similar to GetNextPixelRun(aExists, aScanLine, aStart, aEnd) this method is used...
- CPolygonFiller::Reset() - Frees any data held in the polygons lists of all edges, vertexs and scan lines a...
- CPolygonFiller::~CPolygonFiller() - Destructor calls reset on the polygon.
- CPop3ClientMtm::AddAddresseeL(const TDesC &) - Adds an addressee for the current context.
- CPop3ClientMtm::AddAddresseeL(const TDesC &,const TDesC &) - Adds an addressee with an alias for the current context.
- CPop3ClientMtm::AddAttachmentL(const TDesC &,const TDesC8 &,TUint,TRequestStatus &) - Unsupported client MTM base class function.
- CPop3ClientMtm::AddAttachmentL(RFile &,const TDesC8 &,TUint,TRequestStatus &) - Unsupported client MTM base class function.
- CPop3ClientMtm::AddEntryAsAttachmentL(TMsvId,TRequestStatus &) - Unsupported client MTM base class function.
- CPop3ClientMtm::AddLinkedAttachmentL(const TDesC &,const TDesC8 &,TUint,TRequestStatus &) - Unsupported client MTM base class function.
- CPop3ClientMtm::ChangeDefaultServiceL(const TMsvId &) - Sets the default POP service.
- CPop3ClientMtm::ContextEntrySwitched() - Called by the base class functions CBaseMtm::SwitchCurrentEntryL(TMsvId) and CBa...
- CPop3ClientMtm::CreateAttachmentL(const TDesC &,RFile &,const TDesC8 &,TUint,TRequestStatus &) - Unsupported client MTM base class function.
- CPop3ClientMtm::CreateMessageL(TMsvId) - Unsupported client MTM base class function.
- CPop3ClientMtm::DefaultServiceL()const - Gets the default POP service.
- CPop3ClientMtm::Find(const TDesC &,TMsvPartList) - Searches the specified message part(s) for the plain-text version of the text to...
- CPop3ClientMtm::ForwardL(TMsvId,TMsvPartList,TRequestStatus &) - Creates a forwarded message from the current message context.
- CPop3ClientMtm::InvokeAsyncFunctionL(TInt,const CMsvEntrySelection &,TDes8 &,TRequestStatus &) - Invokes asynchronous POP3-specific operations.
- CPop3ClientMtm::InvokeSyncFunctionL(TInt,const CMsvEntrySelection &,TDes8 &) - Invokes synchronous POP3-specific operations.
- CPop3ClientMtm::LoadMessageL() - Loads the cache with the message data for the current context.
- CPop3ClientMtm::QueryCapability(TUid,TInt &) - Queries if the MTM supports a particular capability, specified by a UID.
- CPop3ClientMtm::RemoveAddressee(TInt) - Removes an address from the current address list.
- CPop3ClientMtm::RemoveDefaultServiceL() - Removes the default POP service.
- CPop3ClientMtm::ReplyL(TMsvId,TMsvPartList,TRequestStatus &) - Creates a reply message to the current message context.
- CPop3ClientMtm::RestoreSettingsL() - Loads into the object's cache the service settings from the Central Repository f...
- CPop3ClientMtm::SaveMessageL() - Client MTM base class function, with an empty implementation.
- CPop3ClientMtm::SetSettingsL(const CImPop3Settings &) - Copies the specified service settings to the cached service settings.
- CPop3ClientMtm::Settings()const - Gets the current cached service settings.
- CPop3ClientMtm::StoreSettingsL() - Stores the current service settings from the object's cache in to the Central Re...
- CPop3ClientMtm::ValidateMessage(TMsvPartList) - Client MTM base class function, with an empty implementation.
- CPostProcessorInfo::Accelerated()const - Returns whether the hardware device is hardware-accelerated. Hardware-accelerate...
- CPostProcessorInfo::AddSupportedScreenL(TInt) - Adds the screen number into the list of screens supported by the post processor....
- CPostProcessorInfo::AntiAliasedScaling()const - Returns whether the hardware device supports anti-aliasing filtering for scaling...
- CPostProcessorInfo::GetSupportedScreensL(RArray< TInt > &)const - Lists the screens supported by the post processor.
- CPostProcessorInfo::Identifier()const - Returns the post-processor hardware device manufacturer-specific identifier. The...
- CPostProcessorInfo::ImplementationSpecificInfo()const - Returns implementation-specific information about the post-processor.
- CPostProcessorInfo::Manufacturer()const - Returns the post-processor hardware device manufacturer.
- CPostProcessorInfo::NewL(TUid,const TDesC &,const TDesC &,TVersion,const TArray< TUncompressedVideoFormat > &,const TArray<
TUint32 > &,TBool,TBool,const TYuvToRgbCapabilities &,TUint32,TBool,const TArray< TScaleFactor > &,TBool,const TDesC8 &) - Creates and returns a new CPostProcessorInfo object.
- CPostProcessorInfo::SupportedCombinations()const - Lists all supported post-processing combinations.
- CPostProcessorInfo::SupportedFormats()const - Lists the source formats supported by the post-processor.
- CPostProcessorInfo::SupportedRotations()const - Returns the rotation types the post-processor supports.
- CPostProcessorInfo::SupportedScaleFactors()const - Returns the scaling factors the post-processor supports. If the post-processor s...
- CPostProcessorInfo::SupportsArbitraryScaling()const - Returns whether the post-processor supports arbitrary scaling. If arbitrary scal...
- CPostProcessorInfo::SupportsCombination(TUint32)const - Checks if the post-processor supports the given post-processing combination.
- CPostProcessorInfo::SupportsDirectDisplay()const - Returns whether the hardware device supports output directly to the screen. Outp...
- CPostProcessorInfo::SupportsFormat(const TUncompressedVideoFormat &)const - Checks if the post-processor supports the given format as a source format.
- CPostProcessorInfo::Uid()const - Returns the post-processor UID.
- CPostProcessorInfo::Version()const - Returns the post-processor version.
- CPostProcessorInfo::YuvToRgbCapabilities()const - Returns the post-processor YUV to RGB color conversion capabilities.
- CPostProcessorInfo::~CPostProcessorInfo() - Destructor
- CPreProcessorInfo::Accelerated()const - Returns whether the plug-in is hardware-accelerated. Hardware-accelerated pre-pr...
- CPreProcessorInfo::Identifier()const - Returns the hardware device manufacturer-specific identifier. The combination of...
- CPreProcessorInfo::ImplementationSpecificInfo()const - Returns implementation-specific information about the pre-processor.
- CPreProcessorInfo::Manufacturer()const - Returns the hardware device manufacturer.
- CPreProcessorInfo::NewL(TUid,const TDesC &,const TDesC &,TVersion,TBool,TBool,const TArray< TUncompressedVideoFormat > &,const
TArray< TUncompressedVideoFormat > &,const TArray< TUint32 > &,TBool,TBool,const TArray< TScaleFactor > &,const TYuvToYuvCapabilities
&,TUint32,TUint32,const TDesC8 &) - Creates and returns a new CPreProcessorInfo object. All data passed into this me...
- CPreProcessorInfo::SupportedCombinations()const - Lists all supported pre-processing combinations.
- CPreProcessorInfo::SupportedInputFormats()const - Returns the input formats that the pre-processor supports.
- CPreProcessorInfo::SupportedOutputFormats()const - Returns the output formats that the pre-processor supports.
- CPreProcessorInfo::SupportedRgbRanges()const - Returns RGB value ranges the hardware device supports for RGB to YUV conversion....
- CPreProcessorInfo::SupportedRotations()const - Returns the rotation types the plug-in supports.
- CPreProcessorInfo::SupportedScaleFactors()const - Returns the scaling factors the plug-in supports. If the plug-in supports arbitr...
- CPreProcessorInfo::SupportsAntiAliasedScaling()const - Returns whether the hardware device supports anti-aliasing filtering for scaling...
- CPreProcessorInfo::SupportsArbitraryScaling()const - Returns whether the pre-processor supports arbitrary scaling.
- CPreProcessorInfo::SupportsCombination(TUint32)const - Returns whether the pre-processor supports the given pre-processing combination....
- CPreProcessorInfo::SupportsDirectCapture()const - Returns whether the hardware device supports direct capture. Pre-processors supp...
- CPreProcessorInfo::SupportsInputFormat(const TUncompressedVideoFormat &)const - Returns whether the pre-processor supports the given input format.
- CPreProcessorInfo::SupportsOutputFormat(const TUncompressedVideoFormat &)const - Returns whether the pre-processor supports the given output format.
- CPreProcessorInfo::Uid()const - Returns the pre-processor UID.
- CPreProcessorInfo::Version()const - Returns the pre-processor version.
- CPreProcessorInfo::YuvToYuvCapabilities()const - Returns the YUV to YUV conversion capabilities for the pre-processor.
- CPreProcessorInfo::~CPreProcessorInfo() - Destructor.
- CPrintPreviewImage::DrawL(const TPoint &,const TRect &) - Draws the preview.
- CPrintPreviewImage::FormatL(TInt,TInt,TInt) - Sets preview formatting information.
- CPrintPreviewImage::NewL(CPrintSetup &,MPageRegionPrinter &,RWsSession &,RWindow &,const TSize &,const TPrintPreviewFormat
&) - Static constructor for a CPrintPreviewImage object.
- CPrintPreviewImage::NotifyBandPrinted(TInt,TInt,TInt) - Notifies that a band is about to be printed.
- CPrintPreviewImage::NotifyPrintEnded(TInt) - Notifies that the print or print preview operation has completed.
- CPrintPreviewImage::NotifyPrintStarted(TPrintParameters) - Notifies that a print or print preview operation is about to begin.
- CPrintPreviewImage::PrintBandL(CGraphicsDevice *,TInt,const TBandAttributes &) - Prints a band.
- CPrintPreviewImage::SetMargins(TMarginState) - Sets whether or not margins are displayed.
- CPrintPreviewImage::SetNumBands(TInt) - Sets the number of print bands to be drawn in the preview.
- CPrintPreviewImage::SetObserver(MPrintProcessObserver &) - Sets the process observer.
- CPrintPreviewImage::~CPrintPreviewImage() - Destructor.
- CPrintSetup::AddPrinterDriverDirL(const TDesC &) - Adds a search path for printer drivers.
- CPrintSetup::CreatePrinterDeviceL(TInt) - Selects the target printer device by its index into the list of printer models.
- CPrintSetup::CreatePrinterDeviceL(TUid,RFs &) - Selects the target printer device, from the list of printer models.
- CPrintSetup::CreatePrinterDriverUIL() - Creates a user interface for the target printer device, if the current printer d...
- CPrintSetup::EndPrint() - Aborts the print operation, if one is currently taking place.
- CPrintSetup::ExternalizeL(RWriteStream &)const - Externalises a CPrintSetup object to a write stream.
- CPrintSetup::Footer()const - Gets the footer.
- CPrintSetup::FreeModelList() - Deletes and sets the printer model list to NULL.
- CPrintSetup::Header()const - Gets the header.
- CPrintSetup::InternalizeL(RReadStream &) - Internalises a CPrintSetup object from a read stream.
- CPrintSetup::ModelNameListL(RFs &) - Gets the names of all printer models supported.
- CPrintSetup::NewL() - Allocates and constructs an uninitialised CPrintSetup object.
- CPrintSetup::PrinterDevice()const - Gets the selected printer device.
- CPrintSetup::RestoreComponentsL(const CStreamStore &,const MFieldFileNameInfo *,const MFieldNumPagesInfo *,MPictureFactory
*) - Restores the rich text components of the print setup object's header and footer.
- CPrintSetup::RestoreL(const CStreamStore &,TStreamId,const MFieldFileNameInfo *,const MFieldNumPagesInfo *,MPictureFactory
*) - Restores a CPrintSetup object, including its components from a stream store.
- CPrintSetup::StartPreviewPrintL(const TPrintParameters &,MPageRegionPrinter &,MPrintProcessObserver *,CGraphicsDevice &,const
TRect &,const TRect &,TInt) - Starts a new print preview.
- CPrintSetup::StartPrintL(const TPrintParameters &,MPageRegionPrinter &,CPrinterPort *,MPrintProcessObserver *) - Starts a new print job.
- CPrintSetup::StoreComponentsL(CStreamStore &,CStoreMap &)const - Stores the rich text components of the print setup object's header and footer.
- CPrintSetup::StoreL(CStreamStore &)const - Stores a CPrintSetup object, including its components (e.g. header and footer) t...
- CPrintSetup::UpdateFieldPageNum()const - Implementations of this function should return the current page number.
- CPrintSetup::~CPrintSetup() - Destructor.
- CProtocolHandler::CancelTransactionHook(CProtTransaction &) - Intended Usage: Called when the RHTTPTransaction object corresponding to aTrans ...
- CProtocolHandler::ClosedTransactionHook(CProtTransaction *) - Intended Usage: Called when the RHTTPTransaction object corresponding to aTrans ...
- CProtocolHandler::Codec()const - Obtain the protocol handler's header codec.
- CProtocolHandler::CompleteSelf() - Completes this active object - allows the protocol handler to reevaluate the que...
- CProtocolHandler::ConstructL(RHTTPSession) - Second phase construction in which any necessary allocation is done Implementati...
- CProtocolHandler::CProtocolHandler(RHTTPSession) - Constructs a protocol handler associated with the supplied HTTP client session.
- CProtocolHandler::CreateCodecL() - Intended usage: Creates the specific type of codec required for a specific type ...
- CProtocolHandler::CreateProtTransactionL(RHTTPTransaction) - Intended Usage: Creates a representation of a client transaction to be used in t...
- CProtocolHandler::DoCancel() - Intended Usage: Cancel outstanding asynchronous requests that this object has ma...
- CProtocolHandler::FindTransaction(RHTTPTransaction,const CProtTransaction *&)const - Searches the array of CProtTransaction objects to if the aTransaction object is ...
- CProtocolHandler::GetInterfaceL(TUid,MProtHandlerInterface *&) - Intended Usage: This is a mechanism for allowing future change to CProtocolHandl...
- CProtocolHandler::MHFLoad(RHTTPSession,THTTPFilterHandle) - Intended Usage: Called when the filter is being added to the session's filter qu...
- CProtocolHandler::MHFRunError(TInt,RHTTPTransaction,const THTTPEvent &) - Intended Usage: Called when RunL leaves from a transaction event. This works in ...
- CProtocolHandler::MHFRunL(RHTTPTransaction,const THTTPEvent &) - Intended Usage: Called when the filter's registration conditions are satisfied f...
- CProtocolHandler::MHFSessionRunError(TInt,const THTTPSessionEvent &) - Intended Usage: Called when MHFRunL leaves from a session event. This works in t...
- CProtocolHandler::MHFSessionRunL(const THTTPSessionEvent &) - Intended Usage: Called when the filters registration conditions are satisfied fo...
- CProtocolHandler::MHFUnload(RHTTPSession,THTTPFilterHandle) - Intended Usage: Called when the filter is being removed from a session's filter ...
- CProtocolHandler::NotifyNewRequestBodyPart(CProtTransaction &) - Intended Usage: Called to notify the concrete protocol handler that new request ...
- CProtocolHandler::NumActiveTransactions()const - Obtain the number of currently active transactions
- CProtocolHandler::Reserved2() - Intended Usage: Reserve a slot in the v-table to preserve future BC
- CProtocolHandler::RunError(TInt) - Intended Usage: Do any cleanup required should RunL leave
- CProtocolHandler::RunL() - Intended Usage: Do some processing when a previous asynchronous request made by ...
- CProtocolHandler::ServiceL(CProtTransaction &) - Intended Usage: Attempt to service the transaction. This implies that the concre...
- CProtocolHandler::SessionServerCert() - Get the Server Certificate for the current session.
- CProtocolHandler::SessionServerCert(TCertInfo &) - Intended Usage: Get the Server Certificate for the current session.
- CProtocolHandler::TransactionCompletedL(RHTTPTransaction,THTTPEvent) - Callback method for concrete protocol handler sub-classes to inform the base pro...
- CProtocolHandler::TransactionFailed(RHTTPTransaction) - Callback method for concrete protocol handler sub-classes to inform the base pro...
- CProtocolHandler::TransactionServerCert(RHTTPTransaction) - Get the Server Certificate for the specified transaction.
- CProtocolHandler::TransactionServerCert(TCertInfo &,RHTTPTransaction) - Intended Usage: Get the Server Certificate for the specified transaction.
- CProtocolHandler::~CProtocolHandler() - Intended Usage: Class destructor.
- CRemConCoreApiController::_0(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a '0' command. Only one command per controller session can be outstanding a...
- CRemConCoreApiController::_1(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a '1' command. Only one command per controller session can be outstanding a...
- CRemConCoreApiController::_2(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a '2' command. Only one command per controller session can be outstanding a...
- CRemConCoreApiController::_3(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a '3' command. Only one command per controller session can be outstanding a...
- CRemConCoreApiController::_4(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a '4'command. Only one command per controller session can be outstanding at...
- CRemConCoreApiController::_5(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a '5' command. Only one command per controller session can be outstanding a...
- CRemConCoreApiController::_6(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a '6' command. Only one command per controller session can be outstanding a...
- CRemConCoreApiController::_7(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a '7' command. Only one command per controller session can be outstanding a...
- CRemConCoreApiController::_8(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a '8' command. Only one command per controller session can be outstanding a...
- CRemConCoreApiController::_9(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a '9' command. Only one command per controller session can be outstanding a...
- CRemConCoreApiController::Angle(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send an 'angle' command. Only one command per controller session can be outstand...
- CRemConCoreApiController::Backward(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'backward' command. Only one command per controller session can be outsta...
- CRemConCoreApiController::ChannelDown(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'channel down' command. Only one command per controller session can be ou...
- CRemConCoreApiController::ChannelUp(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'channel up' command. Only one command per controller session can be outs...
- CRemConCoreApiController::Clear(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'clear' command. Only one command per controller session can be outstandi...
- CRemConCoreApiController::ContentsMenu(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'contents menu' command. Only one command per controller session can be o...
- CRemConCoreApiController::DisplayInformation(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'display information' command. Only one command per controller session ca...
- CRemConCoreApiController::Dot(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'dot' command. Only one command per controller session can be outstanding...
- CRemConCoreApiController::Down(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'down' command. Only one command per controller session can be outstandin...
- CRemConCoreApiController::Eject(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send an 'eject' command. Only one command per controller session can be outstand...
- CRemConCoreApiController::Enter(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send an 'enter' command. Only one command per controller session can be outstand...
- CRemConCoreApiController::Exit(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send an 'exit' command. Only one command per controller session can be outstandi...
- CRemConCoreApiController::F1(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send an 'F1' command. Only one command per controller session can be outstanding...
- CRemConCoreApiController::F2(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send an 'F2' command. Only one command per controller session can be outstanding...
- CRemConCoreApiController::F3(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send an 'F3' command. Only one command per controller session can be outstanding...
- CRemConCoreApiController::F4(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send an 'F4' command. Only one command per controller session can be outstanding...
- CRemConCoreApiController::F5(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send an 'F5' command. Only one command per controller session can be outstanding...
- CRemConCoreApiController::FastForward(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'fast forward' command. Only one command per controller session can be ou...
- CRemConCoreApiController::FavoriteMenu(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'favorite menu' command. Only one command per controller session can be o...
- CRemConCoreApiController::Forward(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'forward' command. Only one command per controller session can be outstan...
- CRemConCoreApiController::GetInterfaceIf(TUid) - Called by the interface selector to get a pointer to an object which implements ...
- CRemConCoreApiController::Help(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'help' command. Only one command per controller session can be outstandin...
- CRemConCoreApiController::InputSelect(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'input select' command. Only one command per controller session can be ou...
- CRemConCoreApiController::Left(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'left' command. Only one command per controller session can be outstandin...
- CRemConCoreApiController::LeftDown(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'left down' command. Only one command per controller session can be outst...
- CRemConCoreApiController::LeftUp(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'left up' command. Only one command per controller session can be outstan...
- CRemConCoreApiController::MrcibNewMessage(TUint,const TDesC8 &) - Called when a message comes in for this interface.
- CRemConCoreApiController::Mute(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'mute' command. Only one command per controller session can be outstandin...
- CRemConCoreApiController::NewL(CRemConInterfaceSelector &,MRemConCoreApiControllerObserver &) - Factory function.
- CRemConCoreApiController::PageDown(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'page down' command. Only one command per controller session can be outst...
- CRemConCoreApiController::PageUp(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'page up' command. Only one command per controller session can be outstan...
- CRemConCoreApiController::Pause(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'pause' command. Only one command per controller session can be outstandi...
- CRemConCoreApiController::PausePlayFunction(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'pause play function' command. Only one command per controller session ca...
- CRemConCoreApiController::Play(TRequestStatus &,TUint &,TRemConCoreApiButtonAction,TRemConCoreApiPlaybackSpeed) - Send a 'play' command. Only one command per controller session can be outstandin...
- CRemConCoreApiController::Power(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'power' command. Only one command per controller session can be outstandi...
- CRemConCoreApiController::PreviousChannel(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'previous channel' command. Only one command per controller session can b...
- CRemConCoreApiController::Record(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'record' command. Only one command per controller session can be outstand...
- CRemConCoreApiController::RestoreVolumeFunction(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'restore volume function' command. Only one command per controller sessio...
- CRemConCoreApiController::Rewind(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'rewind' command. Only one command per controller session can be outstand...
- CRemConCoreApiController::Right(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'right' command. Only one command per controller session can be outstandi...
- CRemConCoreApiController::RightDown(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'right down' command. Only one command per controller session can be outs...
- CRemConCoreApiController::RightUp(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'right up' command. Only one command per controller session can be outsta...
- CRemConCoreApiController::RootMenu(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'root menu' command. Only one command per controller session can be outst...
- CRemConCoreApiController::Select(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'select' command. Only one command per controller session can be outstand...
- CRemConCoreApiController::SelectAudioInputFunction(TRequestStatus &,TUint &,TUint8,TRemConCoreApiButtonAction) - Send a 'select audio input function' command. Only one command per controller se...
- CRemConCoreApiController::SelectAvInputFunction(TRequestStatus &,TUint &,TUint8,TRemConCoreApiButtonAction) - Send a 'select AV input function' command. Only one command per controller sessi...
- CRemConCoreApiController::SelectDiskFunction(TRequestStatus &,TUint &,TUint,TRemConCoreApiButtonAction) - Send a 'select disk function' command. Only one command per controller session c...
- CRemConCoreApiController::SetupMenu(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'setup menu' command. Only one command per controller session can be outs...
- CRemConCoreApiController::SoundSelect(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'sound select' command. Only one command per controller session can be ou...
- CRemConCoreApiController::Stop(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'stop' command. Only one command per controller session can be outstandin...
- CRemConCoreApiController::Subpicture(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'subpicture' command. Only one command per controller session can be outs...
- CRemConCoreApiController::TuneFunction(TRequestStatus &,TUint &,TBool,TUint,TUint,TRemConCoreApiButtonAction) - Send a 'tune function' command. Only one command per controller session can be o...
- CRemConCoreApiController::Up(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send an 'up' command. Only one command per controller session can be outstanding...
- CRemConCoreApiController::VolumeDown(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'volume down' command. Only one command per controller session can be out...
- CRemConCoreApiController::VolumeUp(TRequestStatus &,TUint &,TRemConCoreApiButtonAction) - Send a 'volume up' command. Only one command per controller session can be outst...
- CRemConCoreApiController::~CRemConCoreApiController() - Destructor
- CRemConCoreApiTarget::_0Response(TRequestStatus &,TInt) - Send a '0' response. Only one response per target session can be outstanding at ...
- CRemConCoreApiTarget::_1Response(TRequestStatus &,TInt) - Send a '1' response. Only one response per target session can be outstanding at ...
- CRemConCoreApiTarget::_2Response(TRequestStatus &,TInt) - Send a '2' response. Only one response per target session can be outstanding at ...
- CRemConCoreApiTarget::_3Response(TRequestStatus &,TInt) - Send a '3' response. Only one response per target session can be outstanding at ...
- CRemConCoreApiTarget::_4Response(TRequestStatus &,TInt) - Send a '4'response. Only one response per target session can be outstanding at a...
- CRemConCoreApiTarget::_5Response(TRequestStatus &,TInt) - Send a '5' response. Only one response per target session can be outstanding at ...
- CRemConCoreApiTarget::_6Response(TRequestStatus &,TInt) - Send a '6' response. Only one response per target session can be outstanding at ...
- CRemConCoreApiTarget::_7Response(TRequestStatus &,TInt) - Send a '7' response. Only one response per target session can be outstanding at ...
- CRemConCoreApiTarget::_8Response(TRequestStatus &,TInt) - Send a '8' response. Only one response per target session can be outstanding at ...
- CRemConCoreApiTarget::_9Response(TRequestStatus &,TInt) - Send a '9' response. Only one response per target session can be outstanding at ...
- CRemConCoreApiTarget::AngleResponse(TRequestStatus &,TInt) - Send an 'angle' response. Only one response per target session can be outstandin...
- CRemConCoreApiTarget::BackwardResponse(TRequestStatus &,TInt) - Send a 'backward' response. Only one response per target session can be outstand...
- CRemConCoreApiTarget::ChannelDownResponse(TRequestStatus &,TInt) - Send a 'channel down' response. Only one response per target session can be outs...
- CRemConCoreApiTarget::ChannelUpResponse(TRequestStatus &,TInt) - Send a 'channel up' response. Only one response per target session can be outsta...
- CRemConCoreApiTarget::ClearResponse(TRequestStatus &,TInt) - Send a 'clear' response. Only one response per target session can be outstanding...
- CRemConCoreApiTarget::ContentsMenuResponse(TRequestStatus &,TInt) - Send a 'contents menu' response. Only one response per target session can be out...
- CRemConCoreApiTarget::DisplayInformationResponse(TRequestStatus &,TInt) - Send a 'display information' response. Only one response per target session can ...
- CRemConCoreApiTarget::DotResponse(TRequestStatus &,TInt) - Send a 'dot' response. Only one response per target session can be outstanding a...
- CRemConCoreApiTarget::DownResponse(TRequestStatus &,TInt) - Send a 'down' response. Only one response per target session can be outstanding ...
- CRemConCoreApiTarget::EjectResponse(TRequestStatus &,TInt) - Send an 'eject' response. Only one response per target session can be outstandin...
- CRemConCoreApiTarget::EnterResponse(TRequestStatus &,TInt) - Send an 'enter' response. Only one response per target session can be outstandin...
- CRemConCoreApiTarget::ExitResponse(TRequestStatus &,TInt) - Send an 'exit' response. Only one response per target session can be outstanding...
- CRemConCoreApiTarget::F1Response(TRequestStatus &,TInt) - Send an 'F1' response. Only one response per target session can be outstanding a...
- CRemConCoreApiTarget::F2Response(TRequestStatus &,TInt) - Send an 'F2' response. Only one response per target session can be outstanding a...
- CRemConCoreApiTarget::F3Response(TRequestStatus &,TInt) - Send an 'F3' response. Only one response per target session can be outstanding a...
- CRemConCoreApiTarget::F4Response(TRequestStatus &,TInt) - Send an 'F4' response. Only one response per target session can be outstanding a...
- CRemConCoreApiTarget::F5Response(TRequestStatus &,TInt) - Send an 'F5' response. Only one response per target session can be outstanding a...
- CRemConCoreApiTarget::FastForwardResponse(TRequestStatus &,TInt) - Send a 'fast forward' response. Only one response per target session can be outs...
- CRemConCoreApiTarget::FavoriteMenuResponse(TRequestStatus &,TInt) - Send a 'favorite menu' response. Only one response per target session can be out...
- CRemConCoreApiTarget::ForwardResponse(TRequestStatus &,TInt) - Send a 'forward' response. Only one response per target session can be outstandi...
- CRemConCoreApiTarget::GetInterfaceIf(TUid) - Called by the interface selector to get a pointer to an object which implements ...
- CRemConCoreApiTarget::HelpResponse(TRequestStatus &,TInt) - Send a 'help' response. Only one response per target session can be outstanding ...
- CRemConCoreApiTarget::InputSelectResponse(TRequestStatus &,TInt) - Send a 'input select' response. Only one response per target session can be outs...
- CRemConCoreApiTarget::LeftDownResponse(TRequestStatus &,TInt) - Send a 'left down' response. Only one response per target session can be outstan...
- CRemConCoreApiTarget::LeftResponse(TRequestStatus &,TInt) - Send a 'left' response. Only one response per target session can be outstanding ...
- CRemConCoreApiTarget::LeftUpResponse(TRequestStatus &,TInt) - Send a 'left up' response. Only one response per target session can be outstandi...
- CRemConCoreApiTarget::MrcibNewMessage(TUint,const TDesC8 &) - Called when a message comes in for this interface.
- CRemConCoreApiTarget::MuteResponse(TRequestStatus &,TInt) - Send a 'mute' response. Only one response per target session can be outstanding ...
- CRemConCoreApiTarget::NewL(CRemConInterfaceSelector &,MRemConCoreApiTargetObserver &) - Factory function.
- CRemConCoreApiTarget::PageDownResponse(TRequestStatus &,TInt) - Send a 'page down' response. Only one response per target session can be outstan...
- CRemConCoreApiTarget::PageUpResponse(TRequestStatus &,TInt) - Send a 'page up' response. Only one response per target session can be outstandi...
- CRemConCoreApiTarget::PausePlayFunctionResponse(TRequestStatus &,TInt) - Send a 'pause play function' response. Only one response per target session can ...
- CRemConCoreApiTarget::PauseResponse(TRequestStatus &,TInt) - Send a 'pause' response. Only one response per target session can be outstanding...
- CRemConCoreApiTarget::PlayResponse(TRequestStatus &,TInt) - Send a play response. Only one response per target session can be outstanding at...
- CRemConCoreApiTarget::PowerResponse(TRequestStatus &,TInt) - Send a 'power' response. Only one response per target session can be outstanding...
- CRemConCoreApiTarget::PreviousChannelResponse(TRequestStatus &,TInt) - Send a 'previous channel' response. Only one response per target session can be ...
- CRemConCoreApiTarget::RecordResponse(TRequestStatus &,TInt) - Send a 'record' response. Only one response per target session can be outstandin...
- CRemConCoreApiTarget::RestoreVolumeFunctionResponse(TRequestStatus &,TInt) - Send a 'restore volume function' response. Only one response per target session ...
- CRemConCoreApiTarget::RewindResponse(TRequestStatus &,TInt) - Send a 'rewind' response. Only one response per target session can be outstandin...
- CRemConCoreApiTarget::RightDownResponse(TRequestStatus &,TInt) - Send a 'right down' response. Only one response per target session can be outsta...
- CRemConCoreApiTarget::RightResponse(TRequestStatus &,TInt) - Send a 'right' response. Only one response per target session can be outstanding...
- CRemConCoreApiTarget::RightUpResponse(TRequestStatus &,TInt) - Send a 'right up' response. Only one response per target session can be outstand...
- CRemConCoreApiTarget::RootMenuResponse(TRequestStatus &,TInt) - Send a 'root menu' response. Only one response per target session can be outstan...
- CRemConCoreApiTarget::SelectAudioInputFunctionResponse(TRequestStatus &,TInt) - Send a 'select audio input function' response. Only one response per target sess...
- CRemConCoreApiTarget::SelectAvInputFunctionResponse(TRequestStatus &,TInt) - Send a 'select AV input function' response. Only one response per target session...
- CRemConCoreApiTarget::SelectDiskFunctionResponse(TRequestStatus &,TInt) - Send a 'select disk function' response. Only one response per target session can...
- CRemConCoreApiTarget::SelectResponse(TRequestStatus &,TInt) - Send a 'select' response. Only one response per target session can be outstandin...
- CRemConCoreApiTarget::SendResponse(TRequestStatus &,TRemConCoreApiOperationId,TInt) - Send a response. Only one response per target session can be outstanding at any ...
- CRemConCoreApiTarget::SetupMenuResponse(TRequestStatus &,TInt) - Send a 'setup menu' response. Only one response per target session can be outsta...
- CRemConCoreApiTarget::SoundSelectResponse(TRequestStatus &,TInt) - Send a 'sound select' response. Only one response per target session can be outs...
- CRemConCoreApiTarget::StopResponse(TRequestStatus &,TInt) - Send a stop response. Only one response per target session can be outstanding at...
- CRemConCoreApiTarget::SubpictureResponse(TRequestStatus &,TInt) - Send a 'subpicture' response. Only one response per target session can be outsta...
- CRemConCoreApiTarget::TuneFunctionResponse(TRequestStatus &,TInt) - Send a 'tune function' response. Only one response per target session can be out...
- CRemConCoreApiTarget::UpResponse(TRequestStatus &,TInt) - Send an 'up' response. Only one response per target session can be outstanding a...
- CRemConCoreApiTarget::VolumeDownResponse(TRequestStatus &,TInt) - Send a 'volume down' response. Only one response per target session can be outst...
- CRemConCoreApiTarget::VolumeUpResponse(TRequestStatus &,TInt) - Send a 'volume up' response. Only one response per target session can be outstan...
- CRemConCoreApiTarget::~CRemConCoreApiTarget() - Destructor
- CRemConInterfaceSelector::ConnectBearer(TRequestStatus &) - Brings up a bearer-level connection. The controller session must already exist (...
- CRemConInterfaceSelector::ConnectBearerCancel() - Cancels interest in the completion of a ConnectBearer request.
- CRemConInterfaceSelector::ControllerOpened()const - To determine if a controller session has been opened.
- CRemConInterfaceSelector::DisconnectBearer(TRequestStatus &) - Destroys a bearer-level connection. The controller session must already exist (u...
- CRemConInterfaceSelector::DisconnectBearerCancel() - Cancels interest in the completion of a DisconnectBearer request.
- CRemConInterfaceSelector::GetConnections(TSglQue< TRemConAddress > &) - Getter for the current set of connections in the system (not just those associat...
- CRemConInterfaceSelector::GoConnectionlessL() - Makes the controller session (which must already exist- use OpenControllerL) con...
- CRemConInterfaceSelector::GoConnectionOrientedL(const TRemConAddress &) - Makes the controller session (which must already exist- use OpenControllerL) con...
- CRemConInterfaceSelector::NewL() - Factory method.
- CRemConInterfaceSelector::NotifyConnectionsChange(TRequestStatus &) - Notification for changes in the set of connections.
- CRemConInterfaceSelector::NotifyConnectionsChangeCancel() - Cancels interest in the completion of an outstanding NotifyConnectionsChange ope...
- CRemConInterfaceSelector::OpenControllerL() - Opens a controller session to RemCon. The session is connectionless until such t...
- CRemConInterfaceSelector::OpenTargetL() - Opens a target session to RemCon.
- CRemConInterfaceSelector::RegisterErrorObserver(MRemConErrorObserver *) - Register an error observer. This is provided to allow the client to discover whe...
- CRemConInterfaceSelector::RegisterInterfaceL(CRemConInterfaceBase &) - Register the interface with the selector. This is called by the interface's Base...
- CRemConInterfaceSelector::Send(TRequestStatus &,TUid,TUint,TUint &,TRemConMessageType,const TDesC8 &) - Sends a message to the remote device(s). There should be only one command and re...
- CRemConInterfaceSelector::Send(TRequestStatus &,TUid,TUint,TUint &,TRemConMessageType,TRemConMessageSubType,const TDesC8 &) - Sends a message to the remote device(s).
- CRemConInterfaceSelector::SendCancel(TRemConMessageType) - Cancels interest in the completion of a Send request.
- CRemConInterfaceSelector::TargetOpened()const - To determine if a target session has been opened.
- CRemConInterfaceSelector::~CRemConInterfaceSelector() - Destructor.
- CRepository::FindEqL(TUint32,TUint32,const TDesC16 &,RArray< TUint32 > &) - Finds all the settings that contain a given string value and match the specifica...
- CRepository::FindEqL(TUint32,TUint32,const TDesC8 &,RArray< TUint32 > &) - Finds all the settings that contain a given string value and match the specifica...
- CRepository::FindEqL(TUint32,TUint32,const TReal &,RArray< TUint32 > &) - Finds all the settings that contain a given floating point value and match the s...
- CRepository::FindEqL(TUint32,TUint32,TInt,RArray< TUint32 > &) - Finds all the settings that contain a given integer and match the specification ...
- CRepository::FindL(TUint32,TUint32,RArray< TUint32 > &) - Finds all the settings that exist and match the specification given by aPartialK...
- CRepository::FindNeqL(TUint32,TUint32,const TDesC16 &,RArray< TUint32 > &) - Finds all the settings that match the specification given by aPartialKey and aMa...
- CRepository::FindNeqL(TUint32,TUint32,const TDesC8 &,RArray< TUint32 > &) - Finds all the settings that match the specification given by aPartialKey and aMa...
- CRepository::FindNeqL(TUint32,TUint32,const TReal &,RArray< TUint32 > &) - Finds all the settings that match the specification given by aPartialKey and aMa...
- CRepository::FindNeqL(TUint32,TUint32,TInt,RArray< TUint32 > &) - Finds all the settings that match the specification given by aPartialKey and aMa...
- CRepository::Get(TUint32,TDes16 &) - Reads a descriptor setting.
- CRepository::Get(TUint32,TDes16 &,TInt &) - Reads a descriptor setting.
- CRepository::Get(TUint32,TDes8 &) - Reads a descriptor setting.
- CRepository::Get(TUint32,TDes8 &,TInt &) - Reads a descriptor setting.
- CRepository::Get(TUint32,TInt &) - Reads an integer setting.
- CRepository::Get(TUint32,TReal &) - Reads a floating point setting.
- CRepository::NewL(TUid) - Creates a CRepository object for accessing a repository. If there is no such rep...
- CRepository::NewLC(TUid) - Creates a CRepository object for accessing a repository. If there is no such rep...
- CRepository::NotifyCancel(TUint32) - Cancels a notification previously requested from the two-argument overload of No...
- CRepository::NotifyCancel(TUint32,TUint32) - Cancels a notification previously requested from the three-argument overload of ...
- CRepository::NotifyCancelAll() - Cancels all uncompleted notifications from this CRepository.
- CRepository::NotifyRequest(TUint32,TRequestStatus &) - Requests a notification if the value of a given setting changes. Only one notifi...
- CRepository::NotifyRequest(TUint32,TUint32,TRequestStatus &) - Requests a notification if the value of a given setting changes. Only one notifi...
- CRepository::~CRepository() - Destructor.
- CSecureSocket::AvailableCipherSuites(TDes8 &) - Gets the available cipher suites.
- CSecureSocket::CancelAll() - Cancels all the send and receive actions in the SSL state machine.
- CSecureSocket::CancelHandshake() - Cancels the handshake.
- CSecureSocket::CancelRecv() - Cancels a receive action in the SSL state machine.
- CSecureSocket::CancelSend() - Cancels a send action in the SSL state machine.
- CSecureSocket::ClientCert() - Gets the current client certificate.
- CSecureSocket::ClientCertMode() - Gets the current client certificate mode.
- CSecureSocket::Close() - Closes the secure connection and the socket.
- CSecureSocket::CurrentCipherSuite(TDes8 &) - Gets the current cipher suite in use.
- CSecureSocket::DialogMode() - Gets the current dialog mode.
- CSecureSocket::FlushSessionCache() - Flushes the session cache.
- CSecureSocket::GetOpt(TUint,TUint,TDes8 &) - Gets an option.
- CSecureSocket::GetOpt(TUint,TUint,TInt &) - Gets an option.
- CSecureSocket::NewL(MGenericSecureSocket &,const TDesC &) - Creates and returns a pointer to a new secure socket.
- CSecureSocket::NewL(RSocket &,const TDesC &) - Creates and returns a pointer to a new secure socket.
- CSecureSocket::Protocol(TDes &) - Gets the protocol in use.
- CSecureSocket::Recv(TDes8 &,TRequestStatus &) - Receives data from the socket.
- CSecureSocket::RecvOneOrMore(TDes8 &,TRequestStatus &,TSockXfrLength &) - Receives data from the socket.
- CSecureSocket::RenegotiateHandshake(TRequestStatus &) - Initiates a renegotiation of the secure connection.
- CSecureSocket::Send(const TDesC8 &,TRequestStatus &) - Sends data over the socket.
- CSecureSocket::Send(const TDesC8 &,TRequestStatus &,TSockXfrLength &) - Sends data over the socket.
- CSecureSocket::ServerCert() - Gets the current server certificate.
- CSecureSocket::SetAvailableCipherSuites(const TDesC8 &) - Sets the list of cipher suites that are available for use.
- CSecureSocket::SetClientCert(const CX509Certificate &) - Sets the client certificate to use.
- CSecureSocket::SetClientCertMode(const TClientCertMode) - Sets the client certificate mode.
- CSecureSocket::SetDialogMode(const TDialogMode) - Sets the Dialog mode.
- CSecureSocket::SetOpt(TUint,TUint,const TDesC8 &) - Sets an option.
- CSecureSocket::SetOpt(TUint,TUint,TInt) - Sets an option.
- CSecureSocket::SetProtocol(const TDesC &) - Sets the protocol
- CSecureSocket::SetServerCert(const CX509Certificate &) - Sets the server X.509 certificate.
- CSecureSocket::StartClientHandshake(TRequestStatus &) - Starts the client handshake.
- CSecureSocket::StartServerHandshake(TRequestStatus &) - Starts the server handshake.
- CSheetEngine::Compress() - Attempts to compress all data storage.
- CSheetEngine::ConstructL() - Second-phase constructor.
- CSheetEngine::ConstructL(const TDesC &) - Second-phase constructor, specifying a resource file.
- CSheetEngine::ConstructL(CShgCellAdditionalData *) - Second-phase constructor, specifying a resource file.
- CSheetEngine::ConstructL(CShgCellAdditionalData *,const TDesC &) - Second-phase constructor, specifying additional cell formatting data and a resou...
- CSheetEngine::CreateCellFromTextL(TShgCell &,const TDesC &,const CShgWorkSheet *) - Initialises a cell with content specified in a descriptor.
- CSheetEngine::CSheetEngine() - Default constructor.
- CSheetEngine::CurrentWorkSheet()const - Gets the engine's current worksheet.
- CSheetEngine::DisableUndoAndRedo() - Sets the engine to not provide support for undoing and redoing operations.
- CSheetEngine::EndEditOperationL(TShgError) - Marks the end of an edit operation.
- CSheetEngine::ExistsCircularDependency()const - Tests if circular dependency exists between cells.
- CSheetEngine::FormulaViewer()const - Gets the engine's formula viewer.
- CSheetEngine::GetAnyCircularDependency(TBool &,TInt &,TCellRef &)const - Finds a cell causing a circular dependency.
- CSheetEngine::HasChanged()const - Tests if the engine has performed updates that the client (e.g. UI) may need to ...
- CSheetEngine::IsRedoAvailable()const - Tests if the engine supports redo.
- CSheetEngine::IsUndoAvailable()const - Tests if the engine supports undo.
- CSheetEngine::LocaleHasChanged() - Informs the engine that the system locale has changed.
- CSheetEngine::MarkUnchanged() - Reset the engine's changed flag.
- CSheetEngine::NameSet()const - Gets the engine's name set.
- CSheetEngine::NewEmptyL(const CSheetEngine *) - Allocates and constructs a new spreadsheet engine object, specifying an existing...
- CSheetEngine::NewL() - Allocates and constructs a new spreadsheet engine object.
- CSheetEngine::NewL(const TDesC &) - Allocates and constructs a new spreadsheet engine object, specifying a resource ...
- CSheetEngine::NewL(CShgCellAdditionalData *) - Allocates and constructs a new spreadsheet engine object, specifying additional ...
- CSheetEngine::NewL(CShgCellAdditionalData *,const TDesC &) - Allocates and constructs a new spreadsheet engine object, specifying additional ...
- CSheetEngine::NewLC() - Allocates and constructs a new spreadsheet engine object, leaving the object on ...
- CSheetEngine::RecalculateL() - Recalculates the spreadsheet.
- CSheetEngine::RecalculationInProgress()const - Tests if a background recalculation is in progress.
- CSheetEngine::RecalculationNeeded()const - Tests if the spreadsheet needs recalculating.
- CSheetEngine::RecalculationToBeDoneAutomatically()const - Tests if the engine automatically recalculates the spreadsheet when required.
- CSheetEngine::RecalculationToBeDoneInBackground()const - Tests if the engine recalculates the spreadsheet in the background, as a low pri...
- CSheetEngine::RedoOperationL() - Redoes the last edit operation.
- CSheetEngine::Reset() - Resets the engine to default values.
- CSheetEngine::RestoreL(const CStreamStore &,TStreamId) - Restores the engine.
- CSheetEngine::SetCallBackAPI(MShgCallBackAPI *) - Sets a callback object, so that the engine can inform the client of events.
- CSheetEngine::SetCurrentWorkSheet(const TDesC &) - Sets the engine's current worksheet.
- CSheetEngine::SetRecalculationToBeDoneAutomatically(TBool) - Sets whether the engine should automatically recalculate the spreadsheet when re...
- CSheetEngine::SetRecalculationToBeDoneInBackgroundL(TBool) - Sets whether the engine should recalculate the spreadsheet in the background, as...
- CSheetEngine::SetTemplateAdditionalDataL(CShgCellAdditionalData *) - Sets default additional cell formatting data.
- CSheetEngine::ShgCellAsText(TDes &,const TShgCell &)const - Gets the cell contents as a descriptor.
- CSheetEngine::ShgCellAsText(TDes &,const TShgCell &,TInt)const - Gets the cell contents as a descriptor, specifying the cell's work sheet.
- CSheetEngine::StartEditOperation() - Marks the start of an edit operation.
- CSheetEngine::StoreL(CStreamStore &)const - Stores the engine.
- CSheetEngine::SyntaxErrorPos()const - Gets the position where a formula syntax error has been detected.
- CSheetEngine::TemplateAdditionalData()const - Gets default additional cell formatting data.
- CSheetEngine::UndoOperationL() - Undoes the last edit operation.
- CSheetEngine::WorkBook()const - Gets the engine's workbook.
- CSheetEngine::~CSheetEngine() - Destructor.
- CShgWorkSheet::AddCellInsideEditOperationL(const TShgCell &) - Adds a cell to a worksheet, assuming an edit operation is in progress.
- CShgWorkSheet::BottomRight()const - Gets the cell at the bottom right of the worksheet.
- CShgWorkSheet::CellWasChangedByLastEditOperation(const TCellRef &)const - Tests if a specified cell was changed by the last edit operation.
- CShgWorkSheet::ClearL(const CArrayFix< TRangeRef > *,TUint32) - Clears an array of ranges.
- CShgWorkSheet::ClearL(const TCellRef &,TUint32) - Clears a cell.
- CShgWorkSheet::CopyL(CStreamStore &,CStreamDictionary &,const CArrayFix< TRangeRef > *)const - Copies an array of ranges to the clipboard.
- CShgWorkSheet::CopyL(CStreamStore &,CStreamDictionary &,const TCellRef &)const - Copies a cell to the clipboard.
- CShgWorkSheet::DefaultAdditionalData()const - Gets default additional data for the worksheet.
- CShgWorkSheet::DeleteCellInsideEditOperationL(const TCellRef &) - Deletes a cell from a worksheet, assuming an edit operation is in progress.
- CShgWorkSheet::EffectiveCharFormat(const TCellRef &,const TShgCell *)const - Gets the character layer formatting that applies to a cell, specified by referen...
- CShgWorkSheet::EffectiveCharFormatRead(const TCellRef &)const - Gets the character layer formatting that applies to a specified cell.
- CShgWorkSheet::EffectiveNumberFormat(const TCellRef &,const TShgCell *)const - Gets the number format for a cell, specified by reference or by object.
- CShgWorkSheet::EffectiveNumberFormatRead(const TCellRef &)const - Gets the number format for a specified cell.
- CShgWorkSheet::EffectiveParaFormat(const TCellRef &,const TShgCell *)const - Gets the paragraph layer formatting that applies to a cell, specified by referen...
- CShgWorkSheet::EffectiveParaFormatRead(const TCellRef &)const - Gets the paragraph layer formatting that applies to a specified cell.
- CShgWorkSheet::GridLay()const - Gets the worksheet as a Grid API layer object.
- CShgWorkSheet::GridTable()const - Gets the worksheet as a Grid API table.
- CShgWorkSheet::IsAnyCellInRangeProtected(const TRangeRef &)const - Tests if any cell in a specified range is protected.
- CShgWorkSheet::IsCellProtected(const TCellRef &)const - Tests if a specified cell is protected.
- CShgWorkSheet::IsLocked()const - Tests if the worksheet is locked.
- CShgWorkSheet::Lock(TBool) - Locks/unlocks the worksheet.
- CShgWorkSheet::MShgReadCell(const TCellRef &)const - Gets a specified cell.
- CShgWorkSheet::Name()const - Gets the worksheet name.
- CShgWorkSheet::PasteL(TRangeRef &,const TRangeRef &,const CStreamStore &,const CStreamDictionary &,TBool,TUint32,TPasteAction) - Paste data from the clipboard into the worksheet.
- CShgWorkSheet::ProtectL(const CArrayFix< TRangeRef > *,TBool) - Protects a specified array of ranges.
- CShgWorkSheet::ProtectL(const TCellRef &,TBool) - Sets a specified cell to be protected.
- CShgWorkSheet::ReadFormulaCellTextL(const TShgCell &)const - Gets the formula text for a specified cell.
- CShgWorkSheet::ReadShgCell(const TCellRef &)const - Gets a specified cell.
- CShgWorkSheet::SearchL(const TDesC &,const CArrayFix< TRangeRef > *,const TCellRef &,TBool,TBool,TSearchOrder,TSearchDirection,TUint32,TBool,TBool)const - Searches an array of ranges for some specified text.
- CShgWorkSheet::SearchL(const TDesC &,const TRangeRef &,const TCellRef &,TBool,TBool,TSearchOrder,TSearchDirection,TUint32,TBool,TBool)const - Searches a range for some specified text.
- CShgWorkSheet::SetCellL(const TCellRef &,const TDesC &) - Sets cell contents.
- CShgWorkSheet::SetNameL(const TDesC &) - Sets the worksheet name.
- CShgWorkSheet::SetShowZeros(TBool) - Sets whether zero values should be displayed.
- CShgWorkSheet::SheetEngine()const - Gets the spreadsheet engine used by the worksheet.
- CShgWorkSheet::ShiftCellsL(const TCellRef &,TInt,TInt,TShiftDirection,TShiftRule) - Shifts some specified rows or columns.
- CShgWorkSheet::ShowZeros()const - Gets whether zero values should be displayed.
- CShgWorkSheet::SortL(const TRangeRef &,const CArrayFix< SSortKey > *,TSortOrientation) - Sorts a range of cells.
- CShgWorkSheet::UpdateAdditionalDataL(const CArrayFix< TRangeRef > *,const CShgCellAdditionalData *) - Updates additional data for a specified array of ranges.
- CShgWorkSheet::UpdateAdditionalDataL(const TCellRef &,const CShgCellAdditionalData *) - Updates additional data (formatting information) for a specified cell.
- CShgWorkSheet::WorkSheetNo()const - Gets the worksheet number.
- CShgWorkSheet::~CShgWorkSheet() - Destructor.
- CSmtpClientMtm::AddAddresseeL(const TDesC &) - Adds an addressee for the current context.
- CSmtpClientMtm::AddAddresseeL(const TDesC &,const TDesC &) - Adds an addressee with an alias for the current context.
- CSmtpClientMtm::AddAddresseeL(TMsvRecipientType,const TDesC &)
- CSmtpClientMtm::AddAddresseeL(TMsvRecipientType,const TDesC &,const TDesC &)
- CSmtpClientMtm::AddAttachmentL(const TDesC &,const TDesC8 &,TUint,TRequestStatus &)
- CSmtpClientMtm::AddAttachmentL(RFile &,const TDesC8 &,TUint,TRequestStatus &)
- CSmtpClientMtm::AddEntryAsAttachmentL(TMsvId,TRequestStatus &)
- CSmtpClientMtm::AddLinkedAttachmentL(const TDesC &,const TDesC8 &,TUint,TRequestStatus &)
- CSmtpClientMtm::CancelAttachmentOperation() - Cancels the current attachment operation.
- CSmtpClientMtm::ChangeDefaultServiceL(const TMsvId &) - Sets the default SMTP service.
- CSmtpClientMtm::ContextEntrySwitched() - Called by the base class functions CBaseMtm::SwitchCurrentEntryL(TMsvId) and CBa...
- CSmtpClientMtm::CreateAttachmentL(const TDesC &,RFile &,const TDesC8 &,TUint,TRequestStatus &)
- CSmtpClientMtm::CreateMessageL(TMsvId) - Creates a new message entry as a child of the current context.
- CSmtpClientMtm::DefaultServiceL()const - Gets the default SMTP service.
- CSmtpClientMtm::Find(const TDesC &,TMsvPartList) - Searches the specified message part(s) for the plain-text version of the text to...
- CSmtpClientMtm::ForwardL(TMsvId,TMsvPartList,TRequestStatus &) - Creates a forwarded message from the current message context.
- CSmtpClientMtm::InvokeAsyncFunctionL(TInt,const CMsvEntrySelection &,TDes8 &,TRequestStatus &) - Invokes asynchronous SMTP-specific operations.
- CSmtpClientMtm::InvokeSyncFunctionL(TInt,const CMsvEntrySelection &,TDes8 &) - Invokes a synchronous SMTP-specific operation.
- CSmtpClientMtm::LoadMessageL() - Loads the cache with the message data for the current context.
- CSmtpClientMtm::QueryCapability(TUid,TInt &) - Queries if the MTM supports a particular capability, specified by a UID.
- CSmtpClientMtm::RemoveAddressee(TInt) - Removes an address from the current address list.
- CSmtpClientMtm::RemoveDefaultServiceL() - Removes the default SMTP service.
- CSmtpClientMtm::ReplyL(TMsvId,TMsvPartList,TRequestStatus &) - Creates a reply message to the current message context.
- CSmtpClientMtm::RestoreSettingsL() - Loads into the object's cache the service settings from the Central Repository f...
- CSmtpClientMtm::SaveMessageL() - Commits cached changes to the current message context to the storage controlled ...
- CSmtpClientMtm::SetSettingsL(const CImSmtpSettings &) - Copies the specified service settings to the cached service settings.
- CSmtpClientMtm::SetSubjectL(const TDesC &) - Sets the message context's subject text.
- CSmtpClientMtm::Settings()const - Gets the current cached service settings.
- CSmtpClientMtm::StoreSettingsL() - Stores the current service settings from the object's cache in to the Central Re...
- CSmtpClientMtm::SubjectL()const - Gets the message context's subject text.
- CSmtpClientMtm::ValidateMessage(TMsvPartList) - Validates the current message context.
- CSpeechRecognitionUtility::AddPronunciation(TLexiconID,TModelBankID,TModelID,TPronunciationID &) - Adds a new pronunciation for the given model into the specified lexicon.
- CSpeechRecognitionUtility::AddRule(TGrammarID,TLexiconID,TPronunciationID,TRuleID &) - Adds a new rule for the given pronunciation into the specified grammar.
- CSpeechRecognitionUtility::Cancel() - Cancels the current operation.
- CSpeechRecognitionUtility::CommitChanges() - Commit the current train operation to the database.
- CSpeechRecognitionUtility::CreateGrammar(TGrammarID &) - Creates a new grammar.
- CSpeechRecognitionUtility::CreateLexicon(TLexiconID &) - Creates a new lexicon.
- CSpeechRecognitionUtility::CreateModelBank(TModelBankID &) - Creates a new model bank.
- CSpeechRecognitionUtility::EndRecSession() - Ends the current recognition session. Resources allocated for recognition are fr...
- CSpeechRecognitionUtility::GetAllClientGrammarIDs(RArray< TGrammarID > &) - Returns all grammar IDs owned by the client.
- CSpeechRecognitionUtility::GetAllClientLexiconIDs(RArray< TLexiconID > &) - Returns all lexicons owned by the client.
- CSpeechRecognitionUtility::GetAllClientModelBankIDs(RArray< TModelBankID > &) - Returns all modelbank IDs owned by the client.
- CSpeechRecognitionUtility::GetAllGrammarIDs(RArray< TGrammarID > &) - Returns all grammar IDs.
- CSpeechRecognitionUtility::GetAllLexiconIDs(RArray< TLexiconID > &) - Returns all lexicons IDs.
- CSpeechRecognitionUtility::GetAllModelBankIDs(RArray< TModelBankID > &) - Returns all modelbank IDs.
- CSpeechRecognitionUtility::GetAllModelIDs(TModelBankID,RArray< TModelID > &) - Returns all model IDs that exist in the specified model bank.
- CSpeechRecognitionUtility::GetAllPronunciationIDs(TLexiconID,RArray< TPronunciationID > &) - Returns all pronunciation IDs that exist in the specified lexicon.
- CSpeechRecognitionUtility::GetAllRuleIDs(TGrammarID,RArray< TRuleID > &) - Returns all rule IDs that exist in the specified grammar.
- CSpeechRecognitionUtility::GetAvailableStorage(TInt &) - Returns the number of models available for training system model storage, based ...
- CSpeechRecognitionUtility::GetEngineProperties(const RArray< TInt > &,RArray< TInt > &) - Returns the engine properties specified by the engine property ID array. On retu...
- CSpeechRecognitionUtility::GetModelCount(TModelBankID,TInt &) - Returns the number of models in the specified model bank.
- CSpeechRecognitionUtility::GetRuleValidity(TGrammarID,TRuleID,TBool &) - Checks if the rule is valid or not.
- CSpeechRecognitionUtility::GetUtteranceDuration(TModelBankID,TModelID,TTimeIntervalMicroSeconds32 &) - Returns the duration of the utterance for the specified model.
- CSpeechRecognitionUtility::LoadEngineParameters(const RArray< TInt > &,const RArray< TInt > &) - Loads the specified parameters into the recognition engine.
- CSpeechRecognitionUtility::LoadGrammar(TGrammarID) - Loads the specified grammar into the recognizer; done prior to recognition.
- CSpeechRecognitionUtility::LoadLexicon(TLexiconID) - Loads the specified lexicon into the recognizer; done prior to recognition.
- CSpeechRecognitionUtility::LoadModels(TModelBankID) - Loads the specified model bank into the recognizer; done prior to recognition.
- CSpeechRecognitionUtility::NewL(MSpeechRecognitionUtilityObserver &,TUid) - Factory function for creating this class.
- CSpeechRecognitionUtility::NewLC(MSpeechRecognitionUtilityObserver &,TUid) - Factory function for creating this class. Leaves a pointer on the cleanup stack.
- CSpeechRecognitionUtility::PlayUtterance(TModelBankID,TModelID) - Plays the previously trained utterance.
- CSpeechRecognitionUtility::Recognize(CSDClientResultSet &) - Initiates recognition; performed following loading of model bank, lexicon, and g...
- CSpeechRecognitionUtility::Record(TTimeIntervalMicroSeconds32) - Records user utterance for training and recognition.
- CSpeechRecognitionUtility::RemoveGrammar(TGrammarID) - Removes the specified grammar from the permanent storage.
- CSpeechRecognitionUtility::RemoveLexicon(TLexiconID) - Removes the specified lexicon from the permanent storage.
- CSpeechRecognitionUtility::RemoveModel(TModelBankID,TModelID) - Removes the specified model from the specified model bank permanently.
- CSpeechRecognitionUtility::RemoveModelBank(TModelBankID) - Removes the specified model bank from the permanent storage.
- CSpeechRecognitionUtility::RemovePronunciation(TLexiconID,TPronunciationID) - Removes the specified pronunciation from the specified lexicon permanently.
- CSpeechRecognitionUtility::RemoveRule(TGrammarID,TRuleID) - Removes the specified rule from the specified grammar permanently.
- CSpeechRecognitionUtility::SetAudioPriority(TInt,TInt,TInt,TInt) - Sets the audio priority and preference for train, playback and recognition.
- CSpeechRecognitionUtility::SetEventHandler(MSpeechRecognitionUtilityObserver *) - Sets the event handler for asynchronous events.
- CSpeechRecognitionUtility::StartRecSession(TRecognitionMode) - Starts a new recognition session.
- CSpeechRecognitionUtility::Train(TModelBankID,TModelID &) - Trains a new model into the specified model bank.
- CSpeechRecognitionUtility::UnloadRule(TGrammarID,TRuleID) - Unloads the specified rule from the specified grammar in temporary memory, previ...
- CSpeechRecognitionUtility::~CSpeechRecognitionUtility() - Destructor.
- CSpriteAnimation::CSpriteAnimation_Reserved2() - Reserved for future use
- CSpriteAnimation::DataProvider() - Provides an CSpriteAnimation DataProvider interface to the client application.
- CSpriteAnimation::DataProviderEventL(TInt,TAny *,TInt) - Receives an event from a data provider.
- CSpriteAnimation::Freeze() - Implements CAnimation::Freeze().
- CSpriteAnimation::Hold() - Implements CAnimation::Hold().
- CSpriteAnimation::NewL(CAnimationDataProvider *,const TPoint &,const TDesC8 &,MAnimationObserver *,const CCoeControl *) - Two stage constructor.
- CSpriteAnimation::NewL(CAnimationDataProvider *,const TPoint &,MAnimationObserver *,const CCoeControl *) - Two stage constructor.
- CSpriteAnimation::NewL(CAnimationDataProvider *,const TPoint &,RWsSession &,RWindow &,const TDesC8 &,MAnimationObserver *) - Two stage constructor.
- CSpriteAnimation::NewL(CAnimationDataProvider *,const TPoint &,RWsSession &,RWindow &,MAnimationObserver *) - Two stage constructor.
- CSpriteAnimation::Pause() - Implements CAnimation::Pause().
- CSpriteAnimation::Resume() - Implements CAnimation::Resume().
- CSpriteAnimation::SetHostL(const CCoeControl *)
- CSpriteAnimation::SetPosition(const TPoint &) - Implements CAnimation::SetPosition(const TPoint &).
- CSpriteAnimation::Size()const - Implements CAnimation::Size
- CSpriteAnimation::Start(const TAnimationConfig &) - Implements CAnimation::Start(const TAnimationConfig &).
- CSpriteAnimation::Stop() - Implements CAnimation::Stop().
- CSpriteAnimation::Unfreeze() - Implements CAnimation::Unfreeze().
- CSpriteAnimation::Unhold() - Implements CAnimation::Unhold().
- CSpriteAnimation::~CSpriteAnimation() - Destructor.
- CTelephony::AnswerIncomingCall(TRequestStatus &,TCallId &,const TPhoneLine)const - Answers an incoming new voice call. Fax and data calls cannot be answered.
- CTelephony::CancelAsync(TCancellationRequest)const - Cancels an outstanding asynchronous request.
- CTelephony::CancelEstablishDataCall() - This method is no longer supported.
- CTelephony::CancelReceiveDataCall() - This method is no longer supported.
- CTelephony::DialNewCall(TRequestStatus &,TDes8 &,const TTelNumber &,TCallId &,const TPhoneLine)const - Initiates a new call.
- CTelephony::EstablishDataCall(TInt &,const TDesC &) - This method is no longer supported.
- CTelephony::EstablishDataCall(TRequestStatus &,TInt &,const TDesC &) - This method is no longer supported.
- CTelephony::FindDeviceStatus(TInt &) - This method is no longer supported.
- CTelephony::GetBatteryInfo(TRequestStatus &,TDes8 &)const - Retrieves the status and charge level of the phone battery.
- CTelephony::GetCallBarringStatus(TRequestStatus &,const TCallBarringCondition,TDes8 &,const TServiceGroup)const - Interrogate the current status of the call barring services.
- CTelephony::GetCallDynamicCaps(const TCallId &,TDes8 &)const - Retrieves the dynamic call capabilities for calls you dialled or answered with C...
- CTelephony::GetCallForwardingStatus(TRequestStatus &,const TCallForwardingCondition,TDes8 &,const TServiceGroup)const - Interrogates the current status of the call forwarding services.
- CTelephony::GetCallInfo(TDes8 &,TDes8 &,TDes8 &)const - Retrieves information about the call selected by the aCallSelect argument.
- CTelephony::GetCallStatus(const TCallId &,TDes8 &)const - Retrieves the status of the selected call specified by the aCallId argument.
- CTelephony::GetCallWaitingStatus(TRequestStatus &,TDes8 &,const TServiceGroup)const - Interrogate the current status of the call waiting services.
- CTelephony::GetCurrentNetworkInfo(TRequestStatus &,TDes8 &)const - Retrieves over-the-air network information about the currently registered mobile...
- CTelephony::GetCurrentNetworkName(TRequestStatus &,TDes8 &)const - Retrieves ICC-stored information about the (preferred) name of the currently reg...
- CTelephony::GetFlightMode(TRequestStatus &,TDes8 &)const - Retrieves the current flight mode status. The flight mode is returned via the aM...
- CTelephony::GetIdentityServiceStatus(TRequestStatus &,const TIdentityService &,TDes8 &)const - Interrogate the current status of the identity services.
- CTelephony::GetIndicator(TRequestStatus &,TDes8 &)const - Retrieves the battery charging indicator, the network availability indicator and...
- CTelephony::GetLineStatus(const TPhoneLine &,TDes8 &)const - Retrieves the status of the line selected by the aLine argument. The current sta...
- CTelephony::GetLockInfo(TRequestStatus &,const TIccLock &,TDes8 &)const - Some phones allow users to lock them to prevent unauthorised use. Typically, a c...
- CTelephony::GetNetworkRegistrationStatus(TRequestStatus &,TDes8 &)const - Retrieves the current network registration status.
- CTelephony::GetOperatorName(TRequestStatus &,TDes8 &)const - Retrieve ICC stored information about the currently registered mobile network. U...
- CTelephony::GetPhoneId(TRequestStatus &,TDes8 &)const - Retrieves the model information and unique identification of the mobile device.
- CTelephony::GetSignalStrength(TRequestStatus &,TDes8 &)const - Retrieves the phone's current signal strength via the aDes argument.
- CTelephony::GetSubscriberId(TRequestStatus &,TDes8 &)const - Retrieves information about the mobile device's current subscriber. This will no...
- CTelephony::Hangup(TRequestStatus &,const TCallId &)const - Hangs up a call. This is only for calls you dialled or answered with CTelephony.
- CTelephony::Hold(TRequestStatus &,const TCallId &)const - Places a call on hold. This is only for calls you dialled or answered with CTele...
- CTelephony::NewL() - Constructs a CTelephony object.
- CTelephony::NewLC() - Constructs a CTelephony object.
- CTelephony::NotifyChange(TRequestStatus &,const TNotificationEvent &,TDes8 &)const - Registers interest in receiving change notifications for events.
- CTelephony::ReceiveDataCall(TInt &) - This method is no longer supported.
- CTelephony::ReceiveDataCall(TRequestStatus &,TInt &) - This method is no longer supported.
- CTelephony::Resume(TRequestStatus &,const TCallId &)const - Resumes a held call. This is only for calls you dialled or answered with CTeleph...
- CTelephony::SendDTMFTones(TRequestStatus &,const TDesC &)const - Transmits DTMF tones across all the current active voice calls.
- CTelephony::Swap(TRequestStatus &,const TCallId &,const TCallId &)const - Swaps calls. This is only for calls you dialled or answered with CTelephony.
- CTypefaceStore::AddFontL(CFont *) - Adds a hold, by a client of the typeface store, on the specified font.
- CTypefaceStore::BaselineOffset(TInt,TFontPrintPosition) - Gets the baseline offset, in twips, for any font in subscript or superscript for...
- CTypefaceStore::ConstructL() - Second phase constructor.
- CTypefaceStore::CTypefaceStore()
- CTypefaceStore::FontHeightInTwips(TInt,TInt)const - Gets the height of the font with specified height and typeface indices, in twips...
- CTypefaceStore::GetNearestFontInTwips(CFont *&,const TFontSpec &) - Gets the font which is the nearest to the given font specification.
- CTypefaceStore::GetNearestFontToDesignHeightInTwips(CFont *&,const TFontSpec &) - Gets the font which is the nearest to the given font specification.
- CTypefaceStore::GetNearestFontToMaxHeightInTwips(CFont *&,const TFontSpec &,TInt) - Gets the font which is the nearest to the given font specification.
- CTypefaceStore::IncrementFontCount(const CFont *) - Search for the font in iFontAccess and increment its count.
- CTypefaceStore::NumTypefaces()const - Gets the number of typefaces supported by the typeface store.
- CTypefaceStore::ReleaseFont(CFont *) - Releases the hold of a typeface store client on a specified font.
- CTypefaceStore::SuperSubHeight(TInt,TFontPrintPosition) - Gets the height for a font in subscript or superscript form.
- CTypefaceStore::TypefaceSupport(TTypefaceSupport &,TInt)const - Gets typeface information for a specified typeface index.
- CTypefaceStore::~CTypefaceStore() - Destroys the typeface store and reclaims the memory allocated to it.
- CTzLocalizer::AddCityL(TInt,const TDesC &,TInt) - Creates a user defined city, specifying the time zone and optionally the group t...
- CTzLocalizer::CheckLanguage() - Tests whether the language of the loaded static data is still correct. If it is ...
- CTzLocalizer::FindCityByNameL(const TDesC &,const TInt) - Searches for a city with the specified name. If a time Zone ID is also specified...
- CTzLocalizer::FindCityGroupByNameL(const TDesC &) - Searches for a city group with the specified name.
- CTzLocalizer::FindTimeZoneByNameL(const TDesC &) - Searches for a time zone with the specified name. All text fields of the time zo...
- CTzLocalizer::GetAllCityGroupsL(const TTzSortOrder)const - Gets a list of all the existing city groups. The calling function takes ownershi...
- CTzLocalizer::GetAllTimeZonesL(const TTzSortOrder) - Gets an array of all available localizable time zones, sorted according to aSort...
- CTzLocalizer::GetCitiesInGroupL(const CTzLocalizedCity &,const TTzSortOrder) - Returns all cities defined in the static and persisted data that are members of ...
- CTzLocalizer::GetCitiesInGroupL(const CTzLocalizedCityGroup &,const TTzSortOrder) - Returns all cities defined in the static and persisted data that are members of ...
- CTzLocalizer::GetCitiesInGroupL(TInt,const TTzSortOrder) - Returns all cities defined in the static and persisted data that are members of ...
- CTzLocalizer::GetCitiesL(const CTzLocalizedCity &,const TTzSortOrder) - Gets all the cities defined in the static and persisted data that belong to the ...
- CTzLocalizer::GetCitiesL(const CTzLocalizedTimeZone &,const TTzSortOrder) - Gets all the cities defined in the static and persisted data that belong to aTim...
- CTzLocalizer::GetCitiesL(const TTzSortOrder) - Returns all cities defined in the static and persisted data. The calling functio...
- CTzLocalizer::GetCitiesL(TInt,const TTzSortOrder) - Gets all the cities defined in the static and persisted data that belong to the ...
- CTzLocalizer::GetCitiesWithUTCOffsetL(TInt,const TTzSortOrder) - Returns all cities defined in the static and persisted data that have the specif...
- CTzLocalizer::GetCityGroupL(const CTzLocalizedCity &)const - Gets the city group to which the specified city belongs. The calling function ta...
- CTzLocalizer::GetCityGroupL(TInt)const - Gets the city group with the specified ID. The calling function takes ownership ...
- CTzLocalizer::GetDefaultCityL(const CTzLocalizedCity &)const - Gets the default city for the time zone the specified city is a member of. The c...
- CTzLocalizer::GetDefaultCityL(const CTzLocalizedTimeZone &)const - Gets the default city for the specified time zone. The calling function takes ow...
- CTzLocalizer::GetDefaultCityL(TInt)const - Gets the default city for the specified time zone. The calling function takes ow...
- CUnifiedCertStore::Applications(const CCTCertInfo &,RArray< TUid > &,TRequestStatus &) - Gets the list of applications . Applications are represented by UIDs .
- CUnifiedCertStore::CancelApplications() - Cancels an ongoing CUnifiedCertStore::Applications(const CCTCertInfo &,RArra...
- CUnifiedCertStore::CancelGetCert() - Cancel an ongoing CUnifiedCertStore::GetCert(CCTCertInfo *&,const TCTTokenOb...
- CUnifiedCertStore::CancelInitialize() - Cancels an ongoing CUnifiedCertStore::Initialize(TRequestStatus &) operation...
- CUnifiedCertStore::CancelIsApplicable() - Cancels an ongoing CUnifiedCertStore::IsApplicable(const CCTCertInfo &,TUid,...
- CUnifiedCertStore::CancelList() - Cancels an ongoing CUnifiedCertStore::List(RMPointerArray< CCTCertInfo > &...
- CUnifiedCertStore::CancelRemove() - Cancels an ongoing CUnifiedCertStore::Remove(const CCTCertInfo &,TRequestSta...
- CUnifiedCertStore::CancelRetrieve() - Cancels an ongoing CUnifiedCertStore::Retrieve(const CCTCertInfo &,TDes8 &am...
- CUnifiedCertStore::CancelSetApplicability() - Cancels an ongoing CUnifiedCertStore::SetApplicability(const CCTCertInfo &,c...
- CUnifiedCertStore::CancelSetTrust() - Cancels an ongoing CUnifiedCertStore::SetTrust(const CCTCertInfo &,TBool,TRe...
- CUnifiedCertStore::CancelTrusted() - Cancels an ongoing CUnifiedCertStore::Trusted(const CCTCertInfo &,TBool &...
- CUnifiedCertStore::CertStore(TInt) - Gets a particular certificate store.
- CUnifiedCertStore::CertStoreCount()const - Gets the number of certificate stores.
- CUnifiedCertStore::DoCancel() - Implements cancellation of an outstanding request.
- CUnifiedCertStore::GetCert(CCTCertInfo *&,const TCTTokenObjectHandle &,TRequestStatus &) - Get a certificate given its handle.
- CUnifiedCertStore::Initialize(TRequestStatus &) - Initializes the manager.
- CUnifiedCertStore::IsApplicable(const CCTCertInfo &,TUid,TBool &,TRequestStatus &) - Tests if a certificate is applicable to a particular application.
- CUnifiedCertStore::List(RMPointerArray< CCTCertInfo > &,const CCertAttributeFilter &,const TDesC8 &,TRequestStatus &) - Lists all certificates that have a particular subject DN.
- CUnifiedCertStore::List(RMPointerArray< CCTCertInfo > &,const CCertAttributeFilter &,RPointerArray< const TDesC8 >,TRequestStatus
&) - Lists all certificates that have a particular issuer.
- CUnifiedCertStore::List(RMPointerArray< CCTCertInfo > &,const CCertAttributeFilter &,TRequestStatus &) - Lists all certificates that satisfy the supplied filter.
- CUnifiedCertStore::NewL(RFs &,TBool) - Creates a new CUnifiedCertStore
- CUnifiedCertStore::NewL(RFs &,TBool,RArray< TInt > &) - Creates a new CUnifiedCertStore with the sequence filter, so that multiple certs...
- CUnifiedCertStore::NewLC(RFs &,TBool) - Creates a new CUnifiedCertStore and pushes it on the cleanup stack.
- CUnifiedCertStore::NewLC(RFs &,TBool,RArray< TInt > &) - Creates a new CUnifiedCertStore with the sequence filter, so that multiple certs...
- CUnifiedCertStore::ReadOnlyCertStore(TInt) - Gets a particular read-only certificate store.
- CUnifiedCertStore::ReadOnlyCertStoreCount()const - Gets the number of read-only certificate stores.
- CUnifiedCertStore::Remove(const CCTCertInfo &,TRequestStatus &) - Removes a certificate.
- CUnifiedCertStore::Retrieve(const CCTCertInfo &,CCertificate *&,TRequestStatus &) - Retrieves a certificate as a parsed object.
- CUnifiedCertStore::Retrieve(const CCTCertInfo &,TDes8 &,TRequestStatus &) - Retrieves the actual data of the certificate.
- CUnifiedCertStore::RunError(TInt)
- CUnifiedCertStore::RunL() - Handles an active object's request completion event.
- CUnifiedCertStore::SetApplicability(const CCTCertInfo &,const RArray< TUid > &,TRequestStatus &) - Replaces the current applicability settings with the settings in the supplied ar...
- CUnifiedCertStore::SetTrust(const CCTCertInfo &,TBool,TRequestStatus &) - Changes the trust settings.
- CUnifiedCertStore::Trusted(const CCTCertInfo &,TBool &,TRequestStatus &) - Tests whether a certificate is trusted.
- CUnifiedCertStore::WritableCertStore(TInt) - Gets a particular writeable certificate store.
- CUnifiedCertStore::WritableCertStoreCount()const - Gets the number of writeable certificate stores.
- CUnifiedCertStore::~CUnifiedCertStore() - The destructor destroys all the resources owned by this object.
- CVideoDecoderInfo::Accelerated()const - Returns whether the decoder is hardware-accelerated. A hardware-accelerated deco...
- CVideoDecoderInfo::AddSupportedScreenL(TInt) - Adds the screen number into the list of screens supported by the decoder.
- CVideoDecoderInfo::CodingStandardSpecificInfo()const - Returns coding-standard specific information about the decoder.
- CVideoDecoderInfo::GetSupportedScreensL(RArray< TInt > &)const - Lists the screens supported by the decoder.
- CVideoDecoderInfo::Identifier()const - Returns the codec device manufacturer-specific identifier. The combination of th...
- CVideoDecoderInfo::ImplementationSpecificInfo()const - Returns implementation-specific information about the decoder.
- CVideoDecoderInfo::Manufacturer()const - Returns the codec device manufacturer.
- CVideoDecoderInfo::MaxBitrate()const - Returns the maximum bit-rate supported by the decoder.
- CVideoDecoderInfo::MaxPictureRates()const - Returns the maximum picture size/rate combinations supported by the decoder.
- CVideoDecoderInfo::MaxPictureSize()const - Returns the maximum picture size the decoder supports.
- CVideoDecoderInfo::NewL(TUid,const TDesC &,const TDesC &,TVersion,const TArray< CCompressedVideoFormat * > &,TBool,TBool,const
TSize &,TUint,const TArray< TPictureRateAndSize > &,TBool,TBool,const TDesC8 &,const TDesC8 &) - Creates and returns a new CVideoDecoderInfo object.
- CVideoDecoderInfo::SupportedFormats()const - Lists the video formats, including submodes, supported by the decoder.
- CVideoDecoderInfo::SupportsDirectDisplay()const - Returns whether the hardware device supports output directly to the screen. Outp...
- CVideoDecoderInfo::SupportsFormat(const CCompressedVideoFormat &)const - Checks if the decoder supports the given format.
- CVideoDecoderInfo::SupportsPictureLoss()const - Returns whether the decoder supports picture loss indications. If true, the deco...
- CVideoDecoderInfo::SupportsSliceLoss()const - Returns whether the decoder supports slice loss indications. If true, the decode...
- CVideoDecoderInfo::Uid()const - Returns the decoder UID.
- CVideoDecoderInfo::Version()const - Returns the decoder version.
- CVideoDecoderInfo::~CVideoDecoderInfo() - Destructor.
- CVideoEncoderInfo::Accelerated()const - Returns whether the encoder is hardware-accelerated. Hardware-accelerated encode...
- CVideoEncoderInfo::CodingStandardSpecificInfo()const - Returns coding-standard specific information about the encoder.
- CVideoEncoderInfo::Identifier()const - Returns the encoder hardware device manufacturer-specific identifier. The combin...
- CVideoEncoderInfo::ImplementationSpecificInfo()const - Returns implementation-specific information about the encoder.
- CVideoEncoderInfo::Manufacturer()const - Returns the encoder hardware device manufacturer.
- CVideoEncoderInfo::MaxBitrate()const - Returns the maximum bit-rate supported by the encoder.
- CVideoEncoderInfo::MaxBitrateLayers()const - Returns the maximum number of bit-rate scalability layers supported.
- CVideoEncoderInfo::MaxInLayerScalabilitySteps()const - Returns the maximum number of in-layer scalability steps supported.
- CVideoEncoderInfo::MaxPictureRates()const - Returns the maximum picture size/rate combinations supported by the encoder. Vid...
- CVideoEncoderInfo::MaxPictureSize()const - Returns the maximum picture size the encoder supports.
- CVideoEncoderInfo::MaxUnequalErrorProtectionLevels()const - Returns the maximum number of unequal error protection levels supported.
- CVideoEncoderInfo::NewL(TUid,const TDesC &,const TDesC &,TVersion,TBool,TBool,const TArray< TUncompressedVideoFormat > &,const
TArray< CCompressedVideoFormat * > &,const TSize &,TUint32,TUint32,TUint,TBool,TUint,TUint,const TArray< TPictureRateAndSize
> &,TUint,TUint32,TBool,TBool,const TDesC8 &,const TDesC8 &) - Creates and returns a new CVideoEncoderInfo object. All data passed in is copied...
- CVideoEncoderInfo::SupportedDataUnitEncapsulations()const - Returns the data unit encapsulation types that the encoder supports.
- CVideoEncoderInfo::SupportedDataUnitTypes()const - Returns the data unit types supported by the encoder.
- CVideoEncoderInfo::SupportedInputFormats()const - Returns the input formats that the encoder supports.
- CVideoEncoderInfo::SupportedOutputFormats()const - Returns the output formats that the encoder supports.
- CVideoEncoderInfo::SupportedPictureOptions()const - Returns the input picture options that the encoder supports.
- CVideoEncoderInfo::SupportsDirectCapture()const - Returns whether the encoder supports direct capture. Encoders supporting direct ...
- CVideoEncoderInfo::SupportsInputFormat(const TUncompressedVideoFormat &)const - Returns whether the encoder supports the given input format.
- CVideoEncoderInfo::SupportsOutputFormat(const CCompressedVideoFormat &)const - Returns whether the encoder supports the given output format.
- CVideoEncoderInfo::SupportsPictureLoss()const - Returns whether the encoder supports picture loss indications. If true, the enco...
- CVideoEncoderInfo::SupportsSliceLoss()const - Returns whether the encoder supports slice loss indications. If true, the encode...
- CVideoEncoderInfo::SupportsSupplementalEnhancementInfo()const - Returns whether the encoder implements SendSupplementalInfoL(). If SendSupplemen...
- CVideoEncoderInfo::Uid()const - Returns the encoder UID.
- CVideoEncoderInfo::Version()const - Returns the encoder version.
- CVideoEncoderInfo::~CVideoEncoderInfo() - Destructor.
- CVideoPlayerUtility::AudioBitRateL()const - Returns the audio bit rate in bits/second.
- CVideoPlayerUtility::AudioEnabledL()const - Returns whether the current clip has an audio stream and audio playback is enabl...
- CVideoPlayerUtility::AudioTypeL()const - Returns the codec used for the audio component of the video clip.
- CVideoPlayerUtility::Balance()const - Returns the current balance setting for the audio track of the video clip.
- CVideoPlayerUtility::CancelRegisterAudioResourceNotification(TUid) - Cancels the registration for audio resource notification.
- CVideoPlayerUtility::Close() - Closes the video clip.
- CVideoPlayerUtility::ControllerImplementationInformationL() - Returns the controller implementation information associated with the current co...
- CVideoPlayerUtility::CustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TDes8 &,TRequestStatus
&) - Sends an asynchronous custom command to the controller.
- CVideoPlayerUtility::CustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TRequestStatus
&) - Send a asynchronous custom command to the controller.
- CVideoPlayerUtility::CustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &) - Sends a synchronous custom command to the controller.
- CVideoPlayerUtility::CustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TDes8 &) - Sends a synchronous custom command to the controller.
- CVideoPlayerUtility::DurationL()const - Returns the duration of video clip in mircoseconds.
- CVideoPlayerUtility::GetCropRegionL(TRect &)const - Gets the crop region currently applied to the image.
- CVideoPlayerUtility::GetDRMCustomCommand() - Gets a controller's DRM custom command implementation.
- CVideoPlayerUtility::GetFrameL(TDisplayMode) - Gets the current frame. The current frame is requested, and will be sent to the ...
- CVideoPlayerUtility::GetScaleFactorL(TReal32 &,TReal32 &,TBool &)const - Gets the scale factor currently applied to the video image.
- CVideoPlayerUtility::GetVideoLoadingProgressL(TInt &) - Gets the progress of video clip loading/rebuffering.
- CVideoPlayerUtility::MaxVolume()const - Returns an integer representing the maximum volume that the audio track can supp...
- CVideoPlayerUtility::MetaDataEntryL(TInt)const - Returns a meta data entry from the clip.
- CVideoPlayerUtility::NewL(MVideoPlayerUtilityObserver &,TInt,TMdaPriorityPreference,RWsSession &,CWsScreenDevice &,RWindowBase
&,const TRect &,const TRect &) - Constructs and initialises a new instance of the video player utility.
- CVideoPlayerUtility::NumberOfMetaDataEntriesL()const - Returns the number of meta data entries associated with this clip.
- CVideoPlayerUtility::OpenDesL(const TDesC8 &,TUid) - Opens a video clip contained in a descriptor.
- CVideoPlayerUtility::OpenFileL(const RFile &,TUid) - Opens a video clip from a file.
- CVideoPlayerUtility::OpenFileL(const TDesC &,TUid) - Opens a video clip from a file.
- CVideoPlayerUtility::OpenFileL(const TMMSource &,TUid) - Opens a video clip from a file.
- CVideoPlayerUtility::OpenUrlL(const TDesC &,TInt,const TDesC8 &,TUid) - Opens a video clip from a URL.
- CVideoPlayerUtility::PauseL() - Video playback is paused. The current position is maintained and playback can be...
- CVideoPlayerUtility::Play() - Begins playback of the initialised video sample at the current volume and priori...
- CVideoPlayerUtility::Play(const TTimeIntervalMicroSeconds &,const TTimeIntervalMicroSeconds &) - Begins playback of the initialised video sample at the specified start and end p...
- CVideoPlayerUtility::PositionL()const - Returns the current playback position.
- CVideoPlayerUtility::Prepare() - Prepares the video clip to be accessed.
- CVideoPlayerUtility::PriorityL(TInt &,TMdaPriorityPreference &)const - Get the current playback priority. This is used to arbitrate between simultaneou...
- CVideoPlayerUtility::RefreshFrameL() - Requests the video controller to redraw the current frame.
- CVideoPlayerUtility::RegisterAudioResourceNotification(MMMFAudioResourceNotificationCallback &,TUid,const TDesC8 &) - Registers for notification, when audio resource is available.
- CVideoPlayerUtility::RegisterForVideoLoadingNotification(MVideoLoadingObserver &) - Register to receive notifications of video clip loading/rebuffering.
- CVideoPlayerUtility::RotationL()const - Query the rotation that is currently applied to the video image.
- CVideoPlayerUtility::SetBalanceL(TInt) - Sets the current playback balance for the audio track of the video clip.
- CVideoPlayerUtility::SetCropRegionL(const TRect &) - Selects a region of the video image to be displayed.
- CVideoPlayerUtility::SetDisplayWindowL(RWsSession &,CWsScreenDevice &,RWindowBase &,const TRect &,const TRect &) - Sets the display window. This is used to provide the video controller with an ar...
- CVideoPlayerUtility::SetInitScreenNumber(TInt) - Sets the initial screen to be used for the video display.
- CVideoPlayerUtility::SetPositionL(const TTimeIntervalMicroSeconds &) - Sets the position within the video clip from where to start playback.
- CVideoPlayerUtility::SetPriorityL(TInt,TMdaPriorityPreference) - Sets the playback priority.
- CVideoPlayerUtility::SetRotationL(TVideoRotation) - Rotates the video image on the screen.
- CVideoPlayerUtility::SetScaleFactorL(TReal32,TReal32,TBool) - Scales the video image to a specified percentage of its original size.
- CVideoPlayerUtility::SetVideoFrameRateL(TReal32) - Sets the video frame rate.
- CVideoPlayerUtility::SetVolumeL(TInt) - Sets the playback volume for the audio track of the video clip.
- CVideoPlayerUtility::StartDirectScreenAccessL() - Enables a client application to start the video player using direct screen acces...
- CVideoPlayerUtility::Stop() - Stops playback of the video sample as soon as is possible.
- CVideoPlayerUtility::StopDirectScreenAccessL() - Enables a client application to stop the video player from using direct screen a...
- CVideoPlayerUtility::VideoBitRateL()const - Returns the video bit rate.
- CVideoPlayerUtility::VideoFormatMimeType()const - Returns the video format's MIME type.
- CVideoPlayerUtility::VideoFrameRateL()const - Returns the video frame rate in frames/second.
- CVideoPlayerUtility::VideoFrameSizeL(TSize &)const - Gets the video frame size.
- CVideoPlayerUtility::Volume()const - Returns the current playback volume for the audio track of the video clip.
- CVideoPlayerUtility::WillResumePlay() - Waits for the client to resume the play even after the default timer expires. Un...
- CVideoRecorderUtility::AddMetaDataEntryL(const CMMFMetaDataEntry &) - Adds a new meta data entry to the video clip.
- CVideoRecorderUtility::AudioBitRateL()const - Gets the audio bit rate.
- CVideoRecorderUtility::AudioChannelsL()const - Returns the current number of audio channels to record (1 for mono, 2 for stereo...
- CVideoRecorderUtility::AudioEnabledL()const - Returns the status of audio support for the video clip currently being recorded.
- CVideoRecorderUtility::AudioSampleRateL()const - Returns the current audio sample rate.
- CVideoRecorderUtility::AudioTypeL()const - Returns the audio type. This represents the encoding of audio data within the cu...
- CVideoRecorderUtility::Close() - Closes a video clip.
- CVideoRecorderUtility::ControllerImplementationInformationL() - Returns the controller implementation information associated with the current co...
- CVideoRecorderUtility::CustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TDes8 &,TRequestStatus
&) - Sends an asynchronous custom command to the controller.
- CVideoRecorderUtility::CustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TRequestStatus
&) - Sends an asynchronous custom command to the controller.
- CVideoRecorderUtility::CustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &) - Sends a synchronous custom command to the controller.
- CVideoRecorderUtility::CustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TDes8 &) - Sends a synchronous custom command to the controller.
- CVideoRecorderUtility::DurationL()const - Returns the length of the video clip.
- CVideoRecorderUtility::GainL()const - Returns the current recording gain.
- CVideoRecorderUtility::GetPixelAspectRatioL(TVideoAspectRatio &)const - Gets the current pixel aspect ratio.
- CVideoRecorderUtility::GetPriorityL(TInt &,TMdaPriorityPreference &)const - Gets the current recording priority. This is used to arbitrate between simultane...
- CVideoRecorderUtility::GetSupportedAudioChannelsL(RArray< TUint > &)const - Gets the list of the supported numbers of audio channels. One channel represents...
- CVideoRecorderUtility::GetSupportedAudioSampleRatesL(RArray< TUint > &)const - Gets the list of the supported audio sample rates. The client must select the au...
- CVideoRecorderUtility::GetSupportedAudioTypesL(RArray< TFourCC > &)const - Gets a list of the audio types that are supported for recording to.
- CVideoRecorderUtility::GetSupportedPixelAspectRatiosL(RArray< TVideoAspectRatio > &)const - Gets a list of supported pixel aspect ratios. The client must select the video c...
- CVideoRecorderUtility::GetSupportedVideoTypesL(CDesC8Array &)const - Gets a list of the video types that are supported for recording to.
- CVideoRecorderUtility::GetVideoFrameSizeL(TSize &)const - Gets the video frame size.
- CVideoRecorderUtility::MaxGainL()const - Returns the maximum possible setting for the recording gain.
- CVideoRecorderUtility::MetaDataEntryL(TInt)const - Returns a meta data entry from the current clip.
- CVideoRecorderUtility::NewL(MVideoRecorderUtilityObserver &,TInt,TMdaPriorityPreference) - Constructs and initialises a new instance of the video recorder utility.
- CVideoRecorderUtility::NumberOfMetaDataEntriesL()const - Returns the number of meta data entries associated with this video clip.
- CVideoRecorderUtility::OpenDesL(TDes8 &,TInt,TUid,TUid,const TDesC8 &,TFourCC) - Specifies a descriptor that can be used to store a recorded video clip.
- CVideoRecorderUtility::OpenFileL(const RFile &,TInt,TUid,TUid,const TDesC8 &,TFourCC) - Opens a file that can be used to store a recorded video clip.
- CVideoRecorderUtility::OpenFileL(const TDesC &,TInt,TUid,TUid,const TDesC8 &,TFourCC) - Opens a file that can be used to store a recorded video clip.
- CVideoRecorderUtility::OpenUrlL(const TDesC &,TInt,TInt,TUid,TUid,const TDesC8 &,TFourCC) - Specifies a URL that can be used to store a recorded video clip.
- CVideoRecorderUtility::PauseL() - Pauses the recording of video data to the specified file, descriptor or URL.
- CVideoRecorderUtility::Prepare() - Prepares the recorder for recording.
- CVideoRecorderUtility::Record() - Starts the recording of video data to the specified file, descriptor or URL.
- CVideoRecorderUtility::RecordTimeAvailable()const - Returns the (possibly estimated) record time left in the clip.
- CVideoRecorderUtility::RemoveMetaDataEntryL(TInt) - Removes a meta data entry.
- CVideoRecorderUtility::ReplaceMetaDataEntryL(TInt,const CMMFMetaDataEntry &) - Replaces a meta data entry.
- CVideoRecorderUtility::SetAudioBitRateL(TInt) - Sets the audio bit rate.
- CVideoRecorderUtility::SetAudioChannelsL(const TUint) - Sets the number of audio channels to record (1 for mono, 2 for stereo). The clie...
- CVideoRecorderUtility::SetAudioEnabledL(TBool) - Sets whether the current clip has an audio stream.
- CVideoRecorderUtility::SetAudioSampleRateL(const TUint) - Sets the sample rate for audio recording. The client must select the audio codec...
- CVideoRecorderUtility::SetAudioTypeL(TFourCC) - Sets the audio type. This represents the encoding of the audio data within the c...
- CVideoRecorderUtility::SetGainL(TInt) - Sets the audio recording gain.
- CVideoRecorderUtility::SetMaxClipSizeL(TInt) - Sets the maximum recording size for a video clip in bytes.
- CVideoRecorderUtility::SetPixelAspectRatioL(const TVideoAspectRatio &) - Sets recorded video pixel aspect ratio. The client must select the video codec a...
- CVideoRecorderUtility::SetPriorityL(TInt,TMdaPriorityPreference) - Sets the recording priority. This is used to arbitrate between simultaneous acce...
- CVideoRecorderUtility::SetVideoBitRateL(TInt) - Sets the video bit rate.
- CVideoRecorderUtility::SetVideoFrameRateL(TReal32) - Sets the video frame rate.
- CVideoRecorderUtility::SetVideoFrameSizeL(const TSize &) - Sets the video frame size in pixels.
- CVideoRecorderUtility::SetVideoTypeL(const TDesC8 &) - Sets the codec to use for the video component of the video clip.
- CVideoRecorderUtility::Stop() - Stops the recording of video data to the specified file, descriptor or URL.
- CVideoRecorderUtility::VideoBitRateL() - Returns the video bit rate.
- CVideoRecorderUtility::VideoFormatMimeType()const - Returns the video format's MIME type.
- CVideoRecorderUtility::VideoFrameRateL()const - Returns the video frame rate.
- CWindowGc::Activate(RDrawableWindow &) - Activates the context for a given window and updates iDevice with the pointer to...
- CWindowGc::AlphaBlendBitmaps(const TPoint &,const CFbsBitmap *,const TRect &,const CFbsBitmap *,const TPoint &) - Performs an alpha blending of the source data, aSrcBmp, with the window, using t...
- CWindowGc::AlphaBlendBitmaps(const TPoint &,const CWsBitmap *,const TRect &,const CWsBitmap *,const TPoint &) - The method performs an alpha blending of the source data, aSrcBmp, with the wind...
- CWindowGc::APIExtension(TUid,TAny *&,TAny *) - APIExtension can contain as many additional methods as is required by CGraphicsC...
- CWindowGc::BitBlt(const TPoint &,const CFbsBitmap *) - Performs a bitmap block transfer.
- CWindowGc::BitBlt(const TPoint &,const CFbsBitmap *,const TRect &) - Performs a bitmap block transfer of a rectangular piece of a bitmap.
- CWindowGc::BitBlt(const TPoint &,const CWsBitmap *) - Performs a bitmap block transfer on a bitmap to which the window server already ...
- CWindowGc::BitBlt(const TPoint &,const CWsBitmap *,const TRect &) - Performs a bitmap block transfer of a rectangular piece of a bitmap to which the...
- CWindowGc::BitBltMasked(const TPoint &,const CFbsBitmap *,const TRect &,const CFbsBitmap *,TBool) - Performs a masked bitmap block transfer of a memory resident source bitmap.
- CWindowGc::BitBltMasked(const TPoint &,const CWsBitmap *,const TRect &,const CWsBitmap *,TBool) - Performs a masked bitmap block transfer of a window server bitmap.
- CWindowGc::CancelClippingRect() - Cancels the clipping rectangle.
- CWindowGc::CancelClippingRegion() - Cancels the current clipping region.
- CWindowGc::Clear() - Clears the whole window.
- CWindowGc::Clear(const TRect &) - Clears a rectangular area of a window.
- CWindowGc::Construct() - Completes construction.
- CWindowGc::CopyRect(const TPoint &,const TRect &) - Copies a rectangle from any part of the screen into the window that the gc is ac...
- CWindowGc::CWindowGc(CWsScreenDevice *) - Constructor which creates, but does not initialise a graphics context.
- CWindowGc::Deactivate() - Frees the graphics context to be used with another window.
- CWindowGc::Device()const - Returns a pointer to the device, more specifically a CWsScreenDevice, for the sc...
- CWindowGc::DiscardBrushPattern() - Discards a non-built-in brush pattern.
- CWindowGc::DiscardFont() - Discards a font.
- CWindowGc::DrawArc(const TRect &,const TPoint &,const TPoint &) - Draws an arc (a portion of an ellipse).
- CWindowGc::DrawBitmap(const TPoint &,const CFbsBitmap *) - Draws a bitmap at a specified point.
- CWindowGc::DrawBitmap(const TRect &,const CFbsBitmap *) - Draws a bitmap in a rectangle.
- CWindowGc::DrawBitmap(const TRect &,const CFbsBitmap *,const TRect &) - Draws a specified rectangle from a bitmap into another rectangle.
- CWindowGc::DrawBitmapMasked(const TRect &,const CFbsBitmap *,const TRect &,const CFbsBitmap *,TBool) - Draws a specified rectangle from a bitmap and its mask into another rectangle.
- CWindowGc::DrawBitmapMasked(const TRect &,const CWsBitmap *,const TRect &,const CWsBitmap *,TBool) - Draws a specified rectangle from a wserv bitmap and its mask into another rectan...
- CWindowGc::DrawEllipse(const TRect &) - Draws and fills an ellipse.
- CWindowGc::DrawLine(const TPoint &,const TPoint &) - Draws a straight line between two points.
- CWindowGc::DrawLineBy(const TPoint &) - Draws a straight line relative to the current internal drawing position, using a...
- CWindowGc::DrawLineTo(const TPoint &) - Draws a straight line from the current internal drawing position to a point.
- CWindowGc::DrawPie(const TRect &,const TPoint &,const TPoint &) - Draws and fills a pie-shaped slice of an ellipse.
- CWindowGc::DrawPolygon(const CArrayFix< TPoint > *,TFillRule) - Draws and fills a polygon using points defined in an array.
- CWindowGc::DrawPolygon(const TPoint *,TInt,TFillRule) - Draws and fills a polygon using points defined in a list.
- CWindowGc::DrawPolyLine(const CArrayFix< TPoint > *) - Draws a polyline using points in an array.
- CWindowGc::DrawPolyLine(const TPoint *,TInt) - Draws a polyline using points in a list.
- CWindowGc::DrawRect(const TRect &) - Draws and fills a rectangle.
- CWindowGc::DrawRoundRect(const TRect &,const TSize &) - Draws and fills a rectangle with rounded corners.
- CWindowGc::DrawText(const TDesC &,const TPoint &) - Draws horizontal text with no surrounding box.
- CWindowGc::DrawText(const TDesC &,const TRect &,TInt,TTextAlign,TInt) - Draws horizontal text within a cleared box.
- CWindowGc::DrawTextVertical(const TDesC &,const TPoint &,TBool) - Draws vertical text in the specified direction.
- CWindowGc::DrawTextVertical(const TDesC &,const TRect &,TInt,TBool,TTextAlign,TInt) - Draws text vertically in the specified direction, within a box of the specified ...
- CWindowGc::DrawWsGraphic(const TWsGraphicId &,const TRect &) - Draws an abstract artwork. It does nothing if aDestRect values fall outside the ...
- CWindowGc::DrawWsGraphic(const TWsGraphicId &,const TRect &,const TDesC8 &) - Draws an abstract artwork. It does nothing if aDestRect values fall outside the ...
- CWindowGc::MapColors(const TRect &,const TRgb *,TInt,TBool) - Re-maps pixel colours within a rectangle.
- CWindowGc::MoveBy(const TPoint &) - Moves the internal drawing position by a vector, without drawing a line.
- CWindowGc::MoveTo(const TPoint &) - Moves the internal drawing position relative to the co-ordinate origin, without ...
- CWindowGc::Plot(const TPoint &) - Draws a single point.
- CWindowGc::Reserved_CBitmapContext_1()
- CWindowGc::Reserved_CBitmapContext_2()
- CWindowGc::Reserved_CBitmapContext_3()
- CWindowGc::Reserved_CGraphicsContext_2() - A reserved virtual function for future use.
- CWindowGc::Reserved_CWindowGc_3()
- CWindowGc::Reserved_CWindowGc_4()
- CWindowGc::Reserved_CWindowGc_5()
- CWindowGc::Reset() - Resets the graphics context to its default settings.
- CWindowGc::SetBrushColor(const TRgb &) - Sets the brush colour.
- CWindowGc::SetBrushOrigin(const TPoint &) - Sets the brush pattern origin.
- CWindowGc::SetBrushStyle(TBrushStyle) - Sets the line drawing style for the brush.
- CWindowGc::SetCharJustification(TInt,TInt) - Sets the character justification.
- CWindowGc::SetClippingRect(const TRect &) - Sets a clipping rectangle.
- CWindowGc::SetClippingRegion(const TRegion &) - Sets the clipping region.
- CWindowGc::SetDitherOrigin(const TPoint &) - Sets the origin used for colour dithering.
- CWindowGc::SetDrawMode(TDrawMode) - Sets the drawing mode.
- CWindowGc::SetFaded(TBool) - Sets whether the graphics context is faded.
- CWindowGc::SetFadingParameters(TUint8,TUint8) - Sets the fading parameters.
- CWindowGc::SetOpaque(TBool) - Sets and unsets an opaque flag on the window. When drawing to a transparent wind...
- CWindowGc::SetOrigin(const TPoint &) - Sets the position of the co-ordinate origin.
- CWindowGc::SetPenColor(const TRgb &) - Sets the pen colour.
- CWindowGc::SetPenSize(const TSize &) - Sets the line drawing size for the pen.
- CWindowGc::SetPenStyle(TPenStyle) - Sets the line drawing style for the pen.
- CWindowGc::SetStrikethroughStyle(TFontStrikethrough) - Sets the strikethrough style for all subsequently drawn text.
- CWindowGc::SetUnderlineStyle(TFontUnderline) - Sets the underline style for all subsequently drawn text.
- CWindowGc::SetWordJustification(TInt,TInt) - Sets word justification.
- CWindowGc::UseBrushPattern(const CFbsBitmap *) - Sets the brush pattern to the specified bitmap.
- CWindowGc::UseFont(const CFont *) - Sets this context's font.
- CWindowGc::~CWindowGc() - Destructor.
- CWordModel::ConstructL(const MFieldFileNameInfo *,const MFieldNumPagesInfo *) - Second-phase constructor.
- CWordModel::ConstructMinimalL(const MFieldFileNameInfo *,const MFieldNumPagesInfo *,const TDesC &) - Second-phase constructor, with printer initialisation.
- CWordModel::CWordModel() - Default constructor.
- CWordModel::NewL(const MFieldFileNameInfo *,const MFieldNumPagesInfo *) - Allocates and creates a new word processor engine.
- CWordModel::NewL(const MFieldFileNameInfo *,const MFieldNumPagesInfo *,const TDesC &) - Allocates and creates a new word processor engine, and performs printer initalis...
- CWordModel::NormalStyleShortCut() - Gets the keybord short cut for the normal style.
- CWordModel::PageTable() - Gets the engine's page table array.
- CWordModel::PrintSetup() - Gets the engine's print setup object.
- CWordModel::RestoreL(const CStreamStore &,const CStreamDictionary &,const TAny *,const MFieldFileNameInfo *,const MFieldNumPagesInfo
*,MPictureFactory *) - Restores the engine.
- CWordModel::RestoreMinimalL(const CStreamStore &,const CStreamDictionary &,const TAny *,const MFieldFileNameInfo *,const MFieldNumPagesInfo
*,MPictureFactory *) - Restores the engine, without restoring the print setup stream.
- CWordModel::StoreL(CStreamStore &,CStreamDictionary &,const TAny *)const - Stores the engine.
- CWordModel::StyleList() - Gets the engine's style list object.
- CWordModel::StyleShortCutList() - Gets the engine's style short cuts array.
- CWordModel::Text() - Gets the engine's rich text object.
- CWordModel::~CWordModel() - Destructor.
- CWsScreenDevice::AddFile(const TDesC &,TInt &) - Adds a font file to the device's typeface store. The specified font file must be...
- CWsScreenDevice::Construct() - Completes construction of the object.
- CWsScreenDevice::Construct(TInt) - Completes construction of the object.
- CWsScreenDevice::CopyScreenToBitmap(const CFbsBitmap *)const - Saves the entire screen to a bitmap.
- CWsScreenDevice::CopyScreenToBitmap(const CFbsBitmap *,const TRect &)const - Saves a region of the screen to a bitmap.
- CWsScreenDevice::CreateContext(CGraphicsContext *&) - Creates a graphics context for this device.
- CWsScreenDevice::CreateContext(CWindowGc *&) - Creates a graphics context for this device.
- CWsScreenDevice::CurrentScreenMode()const - Gets the current screen mode index.
- CWsScreenDevice::CWsScreenDevice() - Default constructor. Developers should use the other constructor overload.
- CWsScreenDevice::CWsScreenDevice(RWsSession &) - Constructs a new screen device attached to a particular window server session.
- CWsScreenDevice::DisplayMode()const - Gets the device's display mode.
- CWsScreenDevice::FontHeightInPixels(TInt,TInt)const - Gets the height of the specified font in pixels.
- CWsScreenDevice::FontHeightInTwips(TInt,TInt)const - Gets the height in twips of the specified font.
- CWsScreenDevice::GetCurrentScreenModeScale()const - Gets the scale for the current screen mode.
- CWsScreenDevice::GetCurrentScreenModeScaledOrigin()const - Gets the current screen mode's scaled origin.
- CWsScreenDevice::GetDefaultScreenModeOrigin()const - Gets the origin for the current screen mode
- CWsScreenDevice::GetDefaultScreenSizeAndRotation(TPixelsAndRotation &)const - Gets the current screen size (in pixels) and the rotation.
- CWsScreenDevice::GetDefaultScreenSizeAndRotation(TPixelsTwipsAndRotation &)const - Gets the current screen size (in both pixels and twips) and rotation.
- CWsScreenDevice::GetFontById(CFont *&,TUid,const TAlgStyle &) - Gets a font by its bitmap UID.
- CWsScreenDevice::GetNearestFontInPixels(CFont *&,const TFontSpec &) - Gets the nearest font to that specified for use by a bitmapped graphics device.
- CWsScreenDevice::GetNearestFontInTwips(CFont *&,const TFontSpec &) - Gets the nearest font, in twips, to that in the specified font specification.
- CWsScreenDevice::GetNearestFontToDesignHeightInPixels(CFont *&,const TFontSpec &) - Gets the nearest font in pixels to that specified.
- CWsScreenDevice::GetNearestFontToDesignHeightInTwips(CFont *&,const TFontSpec &) - Gets the nearest font in twips to that specified.
- CWsScreenDevice::GetNearestFontToMaxHeightInPixels(CFont *&,const TFontSpec &,TInt) - Gets the nearest font in pixels to that specified.
- CWsScreenDevice::GetNearestFontToMaxHeightInTwips(CFont *&,const TFontSpec &,TInt) - Gets the nearest font, in twips, to that specified.
- CWsScreenDevice::GetPalette(CPalette *&)const - Gets the screen device's palette.
- CWsScreenDevice::GetPixel(TRgb &,const TPoint &)const - Gets the RGB colour of an individual pixel on a screen device.
- CWsScreenDevice::GetRotationsList(TInt,CArrayFixFlat< TInt > *)const - Gets the list of valid rotations for a particular screen size.
- CWsScreenDevice::GetScanLine(TDes8 &,const TPoint &,TInt,TDisplayMode)const - Gets a scanline into a buffer.
- CWsScreenDevice::GetScreenModeDisplayMode(const TInt &)const - Gets the display mode of the screen for the specified screen mode
- CWsScreenDevice::GetScreenModeOrigin(TInt)const - Get the origin of the screen for the specified screen mode.
- CWsScreenDevice::GetScreenModeScale(TInt)const - Gets the scale for the specified screen mode.
- CWsScreenDevice::GetScreenModeScaledOrigin(TInt)const - Gets the specfied screen mode's scaled origin.
- CWsScreenDevice::GetScreenModeSizeAndRotation(TInt,TPixelsAndRotation &)const - Get the screen rotation and size (in pixels) for the specified screen mode.
- CWsScreenDevice::GetScreenModeSizeAndRotation(TInt,TPixelsTwipsAndRotation &)const - Get the screen rotation and size, in both pixels and twips, for the specified sc...
- CWsScreenDevice::GetScreenNumber()const - Get device's screen number
- CWsScreenDevice::GetScreenSizeModeList(RArray< TInt > *) - Gets the available screen size modes.
- CWsScreenDevice::HorizontalPixelsToTwips(TInt)const - Translates a specified pixel value to a twips value.
- CWsScreenDevice::HorizontalTwipsToPixels(TInt)const - Translates a twips to a pixel value.
- CWsScreenDevice::NumScreenModes()const - Gets the number of available screen modes.
- CWsScreenDevice::NumTypefaces()const - Gets the number of typefaces supported by the screen device.
- CWsScreenDevice::PaletteAttributes(TBool &,TInt &)const - Gets the attributes of the device's palette.
- CWsScreenDevice::PointerRect()const - Gets the active area for the pointing device.
- CWsScreenDevice::RectCompare(const TRect &,const TRect &) - Compares two areas of the screen to see if they have the same content.
- CWsScreenDevice::RectCompare(const TRect &,const TRect &,TUint)const - Compares two areas of the screen to see if they have the same content.
- CWsScreenDevice::ReleaseFont(CFont *) - Releases a specified font.
- CWsScreenDevice::RemoveFile(TInt) - Removes a font file from the font store.
- CWsScreenDevice::ScreenModeEnforcement()const - Gets the current screen mode enforcement settings.
- CWsScreenDevice::SetAppScreenMode(TInt) - Sets the application's screen mode; this also sets all the attributes of the scr...
- CWsScreenDevice::SetBackLight(TBool) - Set the back light state.
- CWsScreenDevice::SetCustomPalette(const CPalette *) - Sets the custom palette.
- CWsScreenDevice::SetPalette(CPalette *) - Sets the screen device's palette.
- CWsScreenDevice::SetScreenSizeAndRotation(const TPixelsAndRotation &) - Sets the current screen size in pixels, and the rotation for the screen device.
- CWsScreenDevice::SetScreenSizeAndRotation(const TPixelsTwipsAndRotation &) - Sets the current screen size in twips and pixels, and the rotation for the scree...
- CWsScreenDevice::SizeInPixels()const - Gets the size of the screen device area in pixels.
- CWsScreenDevice::SizeInTwips()const - Gets the size of the screen device area in twips.
- CWsScreenDevice::TypefaceSupport(TTypefaceSupport &,TInt)const - Gets typeface information for a particular typeface index number.
- CWsScreenDevice::VerticalPixelsToTwips(TInt)const - Translates a vertical dimension of a screen device in pixels into twips.
- CWsScreenDevice::VerticalTwipsToPixels(TInt)const - Translates a vertical dimension of a screen device in twips into pixels.
- CWsScreenDevice::~CWsScreenDevice() - Destructor.
- CWTLSCertChain::AppendCertsL(const TPtrC8 &) - Appends the specified encoded certificate to the chain.
- CWTLSCertChain::Cert(TInt)const - Gets the certificate at the specified index.
- CWTLSCertChain::ChainHasRoot()const - Tests whether the root certificate of the chain is locatable.
- CWTLSCertChain::Count()const - Gets the number of WTLS certificates in the chain.
- CWTLSCertChain::NewL(RFs &,const TPtrC8 &,const CArrayPtr< CWTLSCertificate > &) - Creates a certificate chain using the binary data in aEncodedCerts.
- CWTLSCertChain::NewL(RFs &,const TPtrC8 &,const TUid) - Creates a certificate chain using the binary data in aEncodedCerts.
- CWTLSCertChain::NewLC(RFs &,const TPtrC8 &,const CArrayPtr< CWTLSCertificate > &) - Creates a certificate chain using the binary data in aEncodedCerts and puts a po...
- CWTLSCertChain::NewLC(RFs &,const TPtrC8 &,const TUid) - Creates a certificate chain using the binary data in aEncodedCerts and puts a po...
- CWTLSCertChain::ValidateL(CWTLSValidationResult &,const TTime &,TRequestStatus &) - Validates the chain.
- CWTLSCertChain::~CWTLSCertChain() - Destructor.
- CX509DSAPublicKey::DSAParametersL(const TDesC8 &) - Gets the DSA parameters from the encoding key.
- CX509DSAPublicKey::NewL(const CDSAParameters &,const TDesC8 &) - Creates a new X.509 DSA public key object.
- CX509DSAPublicKey::NewL(const CDSAParameters &,const TDesC8 &,TInt &) - Creates a new X.509 DSA public key object.
- CX509DSAPublicKey::NewL(const TDesC8 &,const TDesC8 &) - Creates a new X.509 DSA public key object.
- CX509DSAPublicKey::NewL(const TDesC8 &,const TDesC8 &,TInt &) - Creates a new X.509 DSA public key object.
- CX509DSAPublicKey::NewLC(const CDSAParameters &,const TDesC8 &) - Creates a new X.509 DSA public key object, and puts a pointer to it onto the cle...
- CX509DSAPublicKey::NewLC(const CDSAParameters &,const TDesC8 &,TInt &) - Creates a new X.509 DSA public key object, and puts a pointer to it onto the cle...
- CX509DSAPublicKey::NewLC(const TDesC8 &,const TDesC8 &) - Creates a new X.509 DSA public key object, and puts a pointer to it onto the cle...
- CX509DSAPublicKey::NewLC(const TDesC8 &,const TDesC8 &,TInt &) - Creates a new X.509 DSA public key object, and puts a pointer to it onto the cle...
- FontUtils::GetAvailableFontsL(const CGraphicsDevice &,CDesCArray &,TInt) - Gets the list of typeface names available for the graphics device.
- FontUtils::GetAvailableHeightsInTwipsAndPointsL(const CGraphicsDevice &,const TDesC &,CArrayFix< TInt > &,CDesCArray &) - Gets a list of all heights in twips, available for the named typeface and the gr...
- FontUtils::GetAvailableHeightsInTwipsL(const CGraphicsDevice &,const TDesC &,CArrayFix< TInt > &) - Gets a list of all heights in twips, available for the named typeface and the gr...
- FontUtils::IndexOfNearestHeight(CArrayFix< TInt > &,TInt) - Gets the index into the supplied list of font heights of the closest match to th...
- FontUtils::PointsFromTwips(TInt) - Converts a number of twips to points.
- FontUtils::TwipsFromPoints(const TDesC &) - Converts a number of points held as text to twips.
- FontUtils::TwipsFromPoints(TInt) - Converts a number of points into twips.
- FontUtils::TypefaceAttributes(const CGraphicsDevice &,const TDesC &) - Gets the attributes of a named typeface, if supported by the graphics device.
- HBufC16::Des() - Creates and returns a 16-bit modifiable pointer descriptor for the data represen...
- HBufC16::New(TInt) - Creates, and returns a pointer to, a new 16-bit heap descriptor.
- HBufC16::NewL(RReadStream &,TInt)
- HBufC16::NewL(TInt) - Creates, and returns a pointer to, a new 16-bit heap descriptor, and leaves on f...
- HBufC16::NewLC(RReadStream &,TInt)
- HBufC16::NewLC(TInt) - Creates, adds a pointer onto the cleanup stack and returns a pointer to, a new 1...
- HBufC16::NewMax(TInt) - Creates, and returns a pointer to, a new 16-bit heap descriptor.
- HBufC16::NewMaxL(TInt) - Creates, and returns a pointer to, a new 16-bit heap descriptor; leaves on failu...
- HBufC16::NewMaxLC(TInt) - Creates, adds a pointer onto the cleanup stack and returns a pointer to, a new 1...
- HBufC16::operator=(const HBufC16 &) - Copies data into this 16-bit heap descriptor replacing any existing data.
- HBufC16::operator=(const TDesC16 &) - Copies data into this 16-bit heap descriptor replacing any existing data.
- HBufC16::operator=(const TUint16 *) - Copies data into this 16-bit heap descriptor replacing any existing data.
- HBufC16::ReAlloc(TInt) - Expands or contracts this 16-bit heap descriptor.
- HBufC16::ReAllocL(TInt) - Expands or contracts this 16-bit heap descriptor; leaves on failure.
- HBufC8::Des() - Creates and returns an 8-bit modifiable pointer descriptor for the data represen...
- HBufC8::New(TInt) - Creates, and returns a pointer to, a new 8-bit heap descriptor.
- HBufC8::NewL(RReadStream &,TInt)
- HBufC8::NewL(TInt) - Creates, and returns a pointer to, a new 8-bit heap descriptor, and leaves on fa...
- HBufC8::NewLC(RReadStream &,TInt)
- HBufC8::NewLC(TInt) - Creates, adds a pointer onto the cleanup stack, and returns a pointer to, a new ...
- HBufC8::NewMax(TInt) - Creates, and returns a pointer to, a new 8-bit heap descriptor.
- HBufC8::NewMaxL(TInt) - Creates, and returns a pointer to, a new 8-bit heap descriptor; leaves on failur...
- HBufC8::NewMaxLC(TInt) - Creates, adds a pointer onto the cleanup stack and returns a pointer to, a new 8...
- HBufC8::operator=(const HBufC8 &) - Copies data into this 8-bit heap descriptor replacing any existing data.
- HBufC8::operator=(const TDesC8 &) - Copies data into this 8-bit heap descriptor replacing any existing data.
- HBufC8::operator=(const TUint8 *) - Copies data into this 8-bit heap descriptor replacing any existing data.
- HBufC8::ReAlloc(TInt) - Expands or contracts the heap descriptor.
- HBufC8::ReAllocL(TInt) - Expands or contracts the descriptor; leaves on failure.
- InetProtTextUtils::ConvertDescriptorToInt(const TDesC16 &,TInt &) - Converts the character representation of an integer into its numeric value. Prec...
- InetProtTextUtils::ConvertDescriptorToInt(const TDesC8 &,TInt &) - Converts the character representation of an integer into its numeric value. Prec...
- InetProtTextUtils::ConvertIntToDescriptorL(TInt,HBufC16 *&) - Converts an integer value into its decimal character representation.
- InetProtTextUtils::ConvertIntToDescriptorL(TInt,HBufC8 *&) - Converts an integer value into its decimal character representation.
- InetProtTextUtils::ExtractNextTokenFromList(TPtrC16 &,TPtrC16 &,const TDesC16 &) - Extract a token from the head of the supplied buffer, which is assumed to be a t...
- InetProtTextUtils::ExtractNextTokenFromList(TPtrC16 &,TPtrC16 &,TChar) - Extract a token from the head of the supplied buffer, which is assumed to be a t...
- InetProtTextUtils::ExtractNextTokenFromList(TPtrC8 &,TPtrC8 &,const TDesC8 &) - Extract a token from the head of the supplied buffer, which is assumed to be a t...
- InetProtTextUtils::ExtractNextTokenFromList(TPtrC8 &,TPtrC8 &,TChar) - Extract a token from the head of the supplied buffer, which is assumed to be a t...
- InetProtTextUtils::ExtractQuotedStringL(TPtrC16 &,TPtrC16 &) - Extract a quoted string value from the head of the supplied buffer. Anything out...
- InetProtTextUtils::ExtractQuotedStringL(TPtrC8 &,TPtrC8 &) - Extract a quoted string value from the head of the supplied buffer. Anything out...
- InetProtTextUtils::RemoveWhiteSpace(TPtrC16 &,TRemoveMode) - Removes any contiguous whitespace at the extremes of the data, as specified by a...
- InetProtTextUtils::RemoveWhiteSpace(TPtrC8 &,TRemoveMode) - Removes any contiguous whitespace at the extremes of the data, as specified by a...
- Math::ACos(TReal &,const TReal &) - Calculates the principal value of the inverse cosine of a number.
- Math::ASin(TReal &,const TReal &) - Calculates the principal value of the inverse sine of a number.
- Math::ATan(TReal &,const TReal &) - Calculates the principal value of the inverse tangent of a number.
- Math::ATan(TReal &,const TReal &,const TReal &) - Calculates the angle between the x-axis and a line drawn from the origin to a po...
- Math::Cos(TReal &,const TReal &) - Calculates the cosine of a number.
- Math::DivMod64(Int64,Int64,Int64 &) - Divides aDividend by aDivisor.
- Math::DtoR(TReal &,const TDesC &,TInt &,const TChar) - This function is not implemented by Symbian OS.
- Math::Exp(TReal &,const TReal &) - Calculates the value of e to the power of x.
- Math::Frac(TReal &,const TReal &) - Calculates the fractional part of a number.
- Math::FRand(TInt64 &) - Generates a stream of uniformly distributed pseudo-random real numbers in the ra...
- Math::Int(TInt16 &,const TReal &) - Calculates the integer part of a number.
- Math::Int(TInt32 &,const TReal &) - Calculates the integer part of a number.
- Math::Int(TReal &,const TReal &) - Calculates the integer part of a number.
- Math::IsFinite(const TReal &) - Determines whether a value is finite.
- Math::IsInfinite(const TReal &) - Determines whether a value is infinite.
- Math::IsNaN(const TReal &) - Determines whether a value is not a number.
- Math::IsZero(const TReal &) - Determines whether a value is zero.
- Math::Ln(TReal &,const TReal &) - Calculates the natural logarithm of a number.
- Math::Log(TReal &,const TReal &) - Calculates the logarithm to base 10 of a number.
- Math::Mod(TReal &,const TReal &,const TReal &) - Calculates the modulo remainder.
- Math::Mul64(Int64,Int64,Int64 &,Uint64 &) - Multiply aX by aY to generate a 128 bit result.
- Math::Poly(TReal,const SPoly *) - Evaluates the polynomial: {a[n]X^n + a[n-1]X^(n-1) + ... + a[2]X^2 + a[1]X^1 + a...
- Math::PolyX(TRealX &,const TRealX &,TInt,const TRealX *) - Evaluates the polynomial: {a[n]X^n + a[n-1]X^(n-1) + ... + a[2]X^2 + a[1]X^1 + a...
- Math::Pow(TReal &,const TReal &,const TReal &) - Calculates the value of x raised to the power of y.
- Math::Pow10(TReal &,const TInt) - Calculates the value of 10 to the power of x.
- Math::Rand(TInt64 &) - Generates a stream of uniformly distributed pseudo-random integers in the range,...
- Math::Random() - Gets 32 random bits from the kernel's random pool.
- Math::Round(TReal &,const TReal &,TInt) - Rounds to a specified number of decimal places.
- Math::Sin(TReal &,const TReal &) - Calculates the sine of a number.
- Math::Sqrt(TReal &,const TReal &) - Calculates the square root of a number.
- Math::Tan(TReal &,const TReal &) - Calculates the tangent of a number.
- Math::UDivMod64(Uint64,Uint64,Uint64 &) - Divides aDividend by aDivisor.
- Math::UMul64(Uint64,Uint64,Uint64 &,Uint64 &) - Multiply aX by aY to generate a 128 bit result.
- MBtreeIndexOrg::ChildNode(const TAny *,TInt)const
- MBtreeIndexOrg::Concatenate(TAny *,const TAny *,const TDesC8 &)const
- MBtreeIndexOrg::Insert(TAny *,TInt,const TDesC8 &,TPageRef)const
- MBtreeIndexOrg::InsertOverflow(TAny *,TAny *,TInt,TBool,const TDesC8 &,TPageRef,const TDesC8 &,TBtreePivot &)const
- MBtreeIndexOrg::InsertSplit(TAny *,TAny *,TInt,const TDesC8 &,TPageRef,TBtreePivot &)const
- MBtreeIndexOrg::MakeRoot(TAny *,TPageRef)const
- MBtreeIndexOrg::Redistribute(TAny *,TAny *,const TDesC8 &,TBtreePivot &)const
- MBtreeIndexOrg::Search(const TAny *,const TAny *,const MBtreeKey &,TBool,TInt &)const
- MBtreeIndexOrg::Update(TAny *,TInt,const TDesC8 &)const
- MBtreeLeafOrg::Concatenate(TAny *,const TAny *)const
- MBtreeLeafOrg::Insert(TAny *,TInt,const TDesC8 &)const
- MBtreeLeafOrg::InsertOverflow(TAny *,TAny *,TInt,TBool,const TDesC8 &)const
- MBtreeLeafOrg::InsertSplit(TAny *,TAny *,TInt,const TDesC8 &)const
- MBtreeLeafOrg::LinkNode(const TAny *)const
- MBtreeLeafOrg::Redistribute(TAny *,TAny *)const
- MBtreeLeafOrg::Search(const TAny *,const TAny *,const MBtreeKey &,TBool,TInt &)const
- MBtreeLeafOrg::SetLinkNode(TAny *,TPageRef)const
- MCoeFepAwareTextEditor::CancelFepInlineEdit() - Cancels the inline editing transaction.
- MCoeFepAwareTextEditor::CommitFepInlineEditL(CCoeEnv &) - Commits the inline text to the document.
- MCoeFepAwareTextEditor::DoCommitFepInlineEditL() - Private function called by MCoeFepAwareTextEditor::CommitFepInlineEditL(CCoeEnv ...
- MCoeFepAwareTextEditor::DocumentLengthForFep()const - Returns the total number of characters in the text editor.
- MCoeFepAwareTextEditor::DocumentMaximumLengthForFep()const - Returns the upper limit (if any) on the length of text that the text editor can ...
- MCoeFepAwareTextEditor::Extension1() - Returns a pointer to an instance of the interface class MCoeFepAwareTextEditor_E...
- MCoeFepAwareTextEditor::Extension1(TBool &) - This private function should be overridden by text editors which support the MCo...
- MCoeFepAwareTextEditor::GetCursorSelectionForFep(TCursorSelection &)const - Gets the range of characters in the text editor which are selected.
- MCoeFepAwareTextEditor::GetEditorContentForFep(TDes &,TInt,TInt)const - Copies a portion of the text editor's text content into a descriptor.
- MCoeFepAwareTextEditor::GetFormatForFep(TCharFormat &,TInt)const - Gets the character formatting which applies to the document position specified.
- MCoeFepAwareTextEditor::GetScreenCoordinatesForFepL(TPoint &,TInt &,TInt &,TInt)const - Gets the x,y screen coordinates for the left hand side of the baseline of the ch...
- MCoeFepAwareTextEditor::MCoeFepAwareTextEditor_Reserved_2()
- MCoeFepAwareTextEditor::SetCursorSelectionForFepL(const TCursorSelection &) - Sets the range of characters in the text editor which should be selected.
- MCoeFepAwareTextEditor::SetInlineEditingCursorVisibilityL(TBool) - Sets the visibility of the text cursor in the text editor.
- MCoeFepAwareTextEditor::StartFepInlineEditL(const TDesC &,TInt,TBool,const MFormCustomDraw *,MFepInlineTextFormatRetriever
&,MFepPointerEventHandlerDuringInlineEdit &) - Starts a FEP inline editing transaction.
- MCoeFepAwareTextEditor::UpdateFepInlineTextL(const TDesC &,TInt) - Updates the inline text.
- Mem::CollationMethodById(TUint) - Gets the collation method identified by the specified Uid.
- Mem::CollationMethodByIndex(TInt) - Gets the collation method identified by the specified index.
- Mem::CollationMethodId(TInt) - Gets the Uid associated with the specified collation method.
- Mem::CollationMethods() - Gets the number of collation methods in this locale.
- Mem::Compare(const TUint16 *,TInt,const TUint16 *,TInt) - Compares a block of data at one specified location with a block of data at anoth...
- Mem::Compare(const TUint8 *,TInt,const TUint8 *,TInt) - Compares a block of data at one specified location with a block of data at anoth...
- Mem::CompareC(const TUint16 *,TInt,const TUint16 *,TInt) - Compares a block of data at one specified location with a block of data at anoth...
- Mem::CompareC(const TUint16 *,TInt,const TUint16 *,TInt,TInt,const TCollationMethod *) - Compares a block of data at one location with a block of data at another locatio...
- Mem::CompareC(const TUint8 *,TInt,const TUint8 *,TInt) - Compares a block of data at one specified location with a block of data at anoth...
- Mem::CompareF(const TUint16 *,TInt,const TUint16 *,TInt) - Compares a block of data at one specified location with a block of data at anoth...
- Mem::CompareF(const TUint8 *,TInt,const TUint8 *,TInt) - Compares a block of data at one specified location with a block of data at anoth...
- Mem::Copy(TAny *,const TAny *,TInt) - Copies data from a source location to a target location and returns a pointer to...
- Mem::Crc(TUint16 &,const TAny *,TInt) - Performs a CCITT CRC checksum on the specified data.
- Mem::Crc32(TUint32 &,const TAny *,TInt) - Performs a CCITT CRC-32 checksum on the specified data.
- Mem::Fill(TAny *,TInt,TChar) - Fills a specified block of data with a specified character, replacing any existi...
- Mem::FillZ(TAny *,TInt) - Fills a specified block of data with binary zeroes (i.e. 0x00), replacing any ex...
- Mem::GetDefaultMatchingTable() - Gets the collation method specific for matching purpose.
- Mem::Move(TAny *,const TAny *,TInt) - Moves a block of data from a source location to a target location and returns a ...
- Mem::Swap(TAny *,TAny *,TInt) - Swaps a number of bytes of data between two specified locations.
- MExifMetadataReader::GetIntegerArrayParam(TUint,TUint,CArrayFix< TInt > &)const - Get the data associated with an array of signed or unsigned 32-bit integers EXIF...
- MExifMetadataReader::GetIntegerParam(TUint,TUint,TInt &)const - Get the data associated with a signed or unsigned 32-bit integer EXIF/DCF tag/IF...
- MExifMetadataReader::GetParam16(TUint,TUint,HBufC16 *&)const - Get the data associated with a 16-bit EXIF/DCF tag/IFD.
- MExifMetadataReader::GetParam8(TUint,TUint,HBufC8 *&)const - Get the data associated with an 8-bit (e.g. ASCII, Undefined or Byte) EXIF/DCF t...
- MExifMetadataReader::GetRationalArrayParam(TUint,TUint,CArrayFix< TRational > &)const - Get the data associated with an array of signed or unsigned rationals EXIF/DCF t...
- MExifMetadataReader::GetRationalParam(TUint,TUint,TInt &,TInt &)const - Get the data associated with a signed or unsigned rational EXIF/DCF tag/IFD. If ...
- MExifMetadataReader::GetShortArrayParam(TUint,TUint,CArrayFix< TUint16 > &)const - Get the data associated with an array of unsigned short (16-bit) integers EXIF/D...
- MExifMetadataReader::GetShortParam(TUint,TUint,TUint16 &)const - Get the data associated with an unsigned short (16-bit) integer EXIF/DCF tag/IFD...
- MExifMetadataWriter::SetIntegerArrayParam(TUint,TUint,CArrayFix< TInt > &) - Sets the data associated with an array of signed or unsigned 32-bit integers EXI...
- MExifMetadataWriter::SetIntegerParam(TUint,TUint,TInt) - Sets the data associated with a signed or unsigned 32-bit integer EXIF/DCF tag/I...
- MExifMetadataWriter::SetParam16(TUint,TUint,HBufC16 *) - Set 16-bit Unicode data into EXIF/DCF tag/IFDs that support it (e.g.0x9286 (User...
- MExifMetadataWriter::SetParam8(TUint,TUint,HBufC8 *) - Set the data associated with an 8-bit (e.g. ASCII, Undefined or Byte) EXIF/DCF t...
- MExifMetadataWriter::SetRationalArrayParam(TUint,TUint,CArrayFix< TRational > &) - Sets the data associated with an array of signed or unsigned rationals EXIF/DCF ...
- MExifMetadataWriter::SetRationalParam(TUint,TUint,TInt,TInt) - Sets the data associated with a signed or unsigned rational EXIF/DCF tag/IFD.
- MExifMetadataWriter::SetShortArrayParam(TUint,TUint,CArrayFix< TUint16 > &) - Sets the data associated with an array of unsigned short (16-bit) EXIF/DCF tag/I...
- MExifMetadataWriter::SetShortParam(TUint,TUint,TUint16) - Sets the data associated with an unsigned short (16-bit) EXIF/DCF tag/IFD.
- MLineBreaker::ExtendedInterface(TUid &)const - Returns an interface to more functions, or 0 if these are unsupported. Currently...
- MLineBreaker::GetLineBreak(const TDesC16 &,TInt,TInt,TBool,MContingentLineBreaker *,TInt &,TInt &)const
- MLineBreaker::GetLineBreakInContext(const TDesC16 &,TInt,TInt,TBool,TInt &)const - Returns whether a line break is possible within a run of characters all having t...
- MLineBreaker::GetLineBreakL(const TDesC16 &,TInt,TInt,TBool,MContingentLineBreakerL *,TInt &,TInt &)const
- MLineBreaker::IsHangingCharacter(TUint)const - Returns ETrue if the character value may be positioned outside the margins.
- MLineBreaker::LineBreakClass(TUint,TUint &,TUint &)const - Converts Unicode character into line breaking class.
- MLineBreaker::LineBreakPossible(TUint,TUint,TBool)const - Returns whether line breaks are legal between a character of line breaking class...
- MMidiClientUtilityObserver::MmcuoInstrumentChanged(TInt,TInt,TInt) - An instrument has been changed on a channel.
- MMidiClientUtilityObserver::MmcuoMetaDataEntryFound(const TInt,const TTimeIntervalMicroSeconds &) - A timed meta data entry has been found in the MIDI data stream, eg a timed song ...
- MMidiClientUtilityObserver::MmcuoMipMessageReceived(const RArray< TMipMessageEntry > &) - A MIP message has been found in the MIDI data stream.
- MMidiClientUtilityObserver::MmcuoMuteChanged(TInt,TBool) - The MIDI resource has encountered a mute message in the MIDI data stream.
- MMidiClientUtilityObserver::MmcuoPolyphonyChanged(TInt) - The polyphony of the MIDI engine has changed.
- MMidiClientUtilityObserver::MmcuoStateChanged(TMidiState,TMidiState,const TTimeIntervalMicroSeconds &,TInt) - A state change has occurred in the MIDI client utility.
- MMidiClientUtilityObserver::MmcuoSyncUpdate(const TTimeIntervalMicroSeconds &,TInt64) - Callback in response to a call to CMIDIClientUtility::SetSyncUpdateCallbackInter...
- MMidiClientUtilityObserver::MmcuoTempoChanged(TInt) - The MIDI resource has encountered a tempo change message in the MIDI data stream...
- MMidiClientUtilityObserver::MmcuoVolumeChanged(TInt,TReal32) - The MIDI resource has encountered a volume change message in the MIDI data strea...
- MMidiCustomCommandImplementor::MmcChannelsSupportedL(TInt &) - Get the maximum number of logical channels supported by the MIDI engine.
- MMidiCustomCommandImplementor::MmcChannelVolumeL(TInt,TReal32 &) - Get the current volume setting of a logical channel.
- MMidiCustomCommandImplementor::MmcCloseL() - Closes any currently open resources, such as files, descriptors or URLs in use. ...
- MMidiCustomCommandImplementor::MmcCustomBankLoadedL(TInt,TBool &) - Query if a bank has been loaded to the memory.
- MMidiCustomCommandImplementor::MmcDurationMicroBeatsL(TInt64 &) - Gets the length of the currently open MIDI resource in micro-beats
- MMidiCustomCommandImplementor::MmcGetBalanceL(TInt &) - Get the current stereo balance value.
- MMidiCustomCommandImplementor::MmcGetBankIdL(TBool,TInt,TInt &) - Gets the identifier of a sound bank. Bank identifier (aka bank number) is a 14-b...
- MMidiCustomCommandImplementor::MmcGetInstrumentIdL(TInt,TBool,TInt,TInt &) - Gets the identifier of an instrument.
- MMidiCustomCommandImplementor::MmcGetInstrumentL(TInt,TInt &,TInt &) - Gets the instrument assigned to a specified channel.
- MMidiCustomCommandImplementor::MmcGetRepeatsL(TInt &) - Gets the number of times the current opened resources have to be repeated.
- MMidiCustomCommandImplementor::MmcInstrumentNameL(TInt,TBool,TInt) - Gets the name of the given instrument.
- MMidiCustomCommandImplementor::MmcIsChannelMuteL(TInt,TBool &) - Gets the muting status of a specific channel.
- MMidiCustomCommandImplementor::MmcIsTrackMuteL(TInt,TBool &) - Gets the muting status of a specific track.
- MMidiCustomCommandImplementor::MmcLoadCustomBankDataL(const TDesC8 &,TInt &) - Loads one or more custom sound banks from a descriptor into memory for use. If s...
- MMidiCustomCommandImplementor::MmcLoadCustomBankL(const TDesC &,TInt &) - Loads one or more custom sound banks from a file into memory for use. If several...
- MMidiCustomCommandImplementor::MmcLoadCustomInstrumentDataL(const TDesC8 &,TInt,TInt,TInt,TInt) - Loads an individual instrument from descriptor into custom sound bank memory for...
- MMidiCustomCommandImplementor::MmcLoadCustomInstrumentL(const TDesC &,TInt,TInt,TInt,TInt) - Loads an individual instrument from file into custom sound bank memory for use. ...
- MMidiCustomCommandImplementor::MmcMaxChannelVolumeL(TReal32 &) - Gets the Maximum volume setting that may be applied to a logical channel.
- MMidiCustomCommandImplementor::MmcMaxPlaybackRateL(TInt &) - Gets the maximum playback rate in milli-percentage from the MIDI engine.
- MMidiCustomCommandImplementor::MmcMaxPolyphonyL(TInt &) - Gets the max polyphony level the engine can handle.
- MMidiCustomCommandImplementor::MmcMaxVolumeL(TInt &) - Maximum volume setting that may be applied overall.
- MMidiCustomCommandImplementor::MmcMimeTypeL(TDes8 &) - Gets the MIME type of the MIDI resource currently open.
- MMidiCustomCommandImplementor::MmcMinPlaybackRateL(TInt &) - Gets the minimum playback rate in milli-percentage from the MIDI engine.
- MMidiCustomCommandImplementor::MmcNoteOffL(TInt,TInt,TInt) - Synchronous function to terminate playback of a note. If no corresponding note i...
- MMidiCustomCommandImplementor::MmcNoteOnL(TInt,TInt,TInt) - Synchronous function to commence playback of a note. Multiple calls to this func...
- MMidiCustomCommandImplementor::MmcNumberOfBanksL(TBool,TInt &) - Gets the number of standard or custom sound banks currently available.
- MMidiCustomCommandImplementor::MmcNumberOfInstrumentsL(TInt,TBool,TInt &) - Gets the number of instruments available in a given sound bank.
- MMidiCustomCommandImplementor::MmcNumTracksL(TInt &) - Gets the number of tracks present in the currently open MIDI resource.
- MMidiCustomCommandImplementor::MmcPercussionKeyNameL(TInt,TInt,TBool,TInt) - Gets the name of a particular percussion key corresponding to a given note.
- MMidiCustomCommandImplementor::MmcPitchTranspositionCentsL(TInt &) - Gets the pitch shift in use for the currently open MIDI resource.
- MMidiCustomCommandImplementor::MmcPlaybackRateL(TInt &) - Gets the current playback rate factor of the currently open MIDI resource. The p...
- MMidiCustomCommandImplementor::MmcPlayNoteL(TInt,TInt,const TTimeIntervalMicroSeconds &,const TTimeIntervalMicroSeconds &,TInt,TInt) - Synchronous function to play a single note at a specified time. Multiple calls t...
- MMidiCustomCommandImplementor::MmcPlayNoteL(TInt,TInt,const TTimeIntervalMicroSeconds &,TInt,TInt) - Synchronous function to play a single note. Multiple calls to this function will...
- MMidiCustomCommandImplementor::MmcPolyphonyL(TInt &) - Gets the number of currently active voices.
- MMidiCustomCommandImplementor::MmcPositionMicroBeatsL(TInt64 &) - Gets the current metrical position of the MIDI resource being played
- MMidiCustomCommandImplementor::MmcSendMessageL(const TDesC8 &,const TTimeIntervalMicroSeconds &,TInt &) - Sends a single MIDI message, with time stamp, to the MIDI engine.
- MMidiCustomCommandImplementor::MmcSendMessageL(const TDesC8 &,TInt &) - Sends a single MIDI message to the MIDI engine.
- MMidiCustomCommandImplementor::MmcSendMipMessageL(const TArray< TMipMessageEntry > &) - Sends a mip message to the MIDI engine. This is a convenience function, because ...
- MMidiCustomCommandImplementor::MmcSetBalanceL(TInt) - Set the current stereo balance value.
- MMidiCustomCommandImplementor::MmcSetBankL(TBool) - Tell the MIDI engine to use a custom bank or a standard bank.
- MMidiCustomCommandImplementor::MmcSetChannelMuteL(TInt,TBool) - Set the muting state of a channel without changing its volume setting. When unmu...
- MMidiCustomCommandImplementor::MmcSetChannelVolumeL(TInt,TReal32) - Set the volume of a channel.
- MMidiCustomCommandImplementor::MmcSetInstrumentL(TInt,TInt,TInt) - Sets a logical channel to use the given instrument.
- MMidiCustomCommandImplementor::MmcSetMaxPolyphonyL(TInt) - Set the max polyphony level the engine can handle.
- MMidiCustomCommandImplementor::MmcSetPitchTranspositionL(TInt,TInt &) - Sets the pitch shift to apply to the currently open MIDI resource. May be called...
- MMidiCustomCommandImplementor::MmcSetPlaybackRateL(TInt) - Sets the playback rate for the playback of the current MIDI resource. The playba...
- MMidiCustomCommandImplementor::MmcSetPositionMicroBeatsL(TInt64) - Change the position of the currently playing MIDI resource to the given position...
- MMidiCustomCommandImplementor::MmcSetRepeatsL(TInt,const TTimeIntervalMicroSeconds &) - Set the number of times to repeat the current MIDI resource. After Stop() has be...
- MMidiCustomCommandImplementor::MmcSetStopTimeL(const TTimeIntervalMicroSeconds &) - Sets the stop time to use for the currently open MIDI resource
- MMidiCustomCommandImplementor::MmcSetSyncUpdateCallbackIntervalL(const TTimeIntervalMicroSeconds &,TInt64) - Sets the frequency at which MMIDIClientUtilityObserver::MmcuoSyncUpdateL() is ca...
- MMidiCustomCommandImplementor::MmcSetTempoL(TInt) - Sets the tempo at which the current MIDI resource should be played. May be calle...
- MMidiCustomCommandImplementor::MmcSetTrackMuteL(TInt,TBool) - Mutes or unmutes a particular track.
- MMidiCustomCommandImplementor::MmcSetVolumeL(TInt) - Set the overall volume of the MIDI client. This setting scales all channel volum...
- MMidiCustomCommandImplementor::MmcSetVolumeRampL(const TTimeIntervalMicroSeconds &) - Length of time over which the volume is faded up from zero to the current settin...
- MMidiCustomCommandImplementor::MmcStopL(const TTimeIntervalMicroSeconds &) - Stops playback of a resource but does not change the current position or release...
- MMidiCustomCommandImplementor::MmcStopNotesL(TInt) - Stops the playback of all notes on the given channel, by means of an All Notes O...
- MMidiCustomCommandImplementor::MmcStopTimeL(TTimeIntervalMicroSeconds &) - Get the stop time currently set for the MIDI resource.
- MMidiCustomCommandImplementor::MmcTempoMicroBeatsPerMinuteL(TInt &) - Gets the current tempo of the currently open MIDI resource. The tempo is indepen...
- MMidiCustomCommandImplementor::MmcUnloadAllCustomBanksL() - Removes all custom sound banks from memory.
- MMidiCustomCommandImplementor::MmcUnloadCustomBankL(TInt) - Removes a custom sound bank from memory. Only valid for sound banks previously l...
- MMidiCustomCommandImplementor::MmcUnloadCustomInstrumentL(TInt,TInt) - Removes an instrument from custom sound bank memory. Only valid for instruments ...
- MMidiCustomCommandImplementor::MmcVolumeL(TInt &) - Gets the overall volume of the MIDI client.
- MMMFDevVideoPlayObserver::MdvpoFatalError(TInt) - Reports a fatal decoding or playback error to the client. When these errors occu...
- MMMFDevVideoPlayObserver::MdvpoInitComplete(TInt) - Reports that DevVideoPlay initialization has completed. The interface can now be...
- MMMFDevVideoPlayObserver::MdvpoNewBuffers() - Notifies the client that one or more new empty input buffers are available. The ...
- MMMFDevVideoPlayObserver::MdvpoNewPictures() - Notifies the client that one or more new output pictures are available. The clie...
- MMMFDevVideoPlayObserver::MdvpoPictureLoss() - Back channel information from the decoder, indicating a picture loss without spe...
- MMMFDevVideoPlayObserver::MdvpoPictureLoss(const TArray< TPictureId > &) - Back channel information from the decoder, indicating the pictures that have bee...
- MMMFDevVideoPlayObserver::MdvpoReferencePictureSelection(const TDesC8 &) - Back channel information from the decoder, indicating a reference picture select...
- MMMFDevVideoPlayObserver::MdvpoReturnPicture(TVideoPicture *) - Returns a used input video picture back to the caller. The picture memory can be...
- MMMFDevVideoPlayObserver::MdvpoSliceLoss(TUint,TUint,const TPictureId &) - Back channel information from the decoder, indicating the loss of consecutive ma...
- MMMFDevVideoPlayObserver::MdvpoStreamEnd() - Reports that the input video stream end has been reached and all pictures have b...
- MMMFDevVideoPlayObserver::MdvpoSupplementalInformation(const TDesC8 &,const TTimeIntervalMicroSeconds &,const TPictureId &) - Delivers supplemental information from a coded data unit. The information is cod...
- MMMFDevVideoPlayObserver::MdvpoTimedSnapshotComplete(TInt,TPictureData *,const TTimeIntervalMicroSeconds &,const TPictureId
&) - Called when a timed snapshot request has been completed. When this method is cal...
- MMMFDevVideoPlayProxy::MdvppFatalError(CMMFVideoHwDevice *,TInt) - Reports a fatal error to the client. The device must automatically stop processi...
- MMMFDevVideoPlayProxy::MdvppInitializeComplete(CMMFVideoHwDevice *,TInt) - Reports that an asynchronous Initialize() method has completed. The device is no...
- MMMFDevVideoPlayProxy::MdvppNewBuffers() - Notifies the client that one or more new empty input buffers are available. Call...
- MMMFDevVideoPlayProxy::MdvppNewPicture(TVideoPicture *) - Delivers a new decoded picture to the client. The CMMFDevVideoPlay implementatio...
- MMMFDevVideoPlayProxy::MdvppPictureLoss() - Back channel information, indicating a picture loss without specifying the lost ...
- MMMFDevVideoPlayProxy::MdvppPictureLoss(const TArray< TPictureId > &) - Back channel information, indicating the pictures that have been lost.
- MMMFDevVideoPlayProxy::MdvppReferencePictureSelection(const TDesC8 &) - Back channel information from the decoder, indicating a reference picture select...
- MMMFDevVideoPlayProxy::MdvppReturnPicture(TVideoPicture *) - Returns a used input video picture back to the caller. Called by a post-processo...
- MMMFDevVideoPlayProxy::MdvppSliceLoss(TUint,TUint,const TPictureId &) - Back channel information, indicating the loss of consecutive macroblocks in rast...
- MMMFDevVideoPlayProxy::MdvppStreamEnd() - Reports that the input video stream end has been reached and all pictures have b...
- MMMFDevVideoPlayProxy::MdvppSupplementalInformation(const TDesC8 &,const TTimeIntervalMicroSeconds &,const TPictureId &) - Delivers supplemental information from a decoder hardware device to the client. ...
- MMMFDevVideoPlayProxy::MdvppTimedSnapshotComplete(TInt,TPictureData *,const TTimeIntervalMicroSeconds &,const TPictureId &) - Delivers a timed snapshot result to the client. The memory reserved for the snap...
- MMsvAttachmentManager::AddAttachmentL(const TDesC &,CMsvAttachment *,TRequestStatus &) - Adds an attachment to the message store by file path.
- MMsvAttachmentManager::AddAttachmentL(RFile &,CMsvAttachment *,TRequestStatus &) - Adds an attachment to the message store by file handle.
- MMsvAttachmentManager::AddEntryAsAttachmentL(TMsvId,CMsvAttachment *,TRequestStatus &) - Adds a message entry as an attachment.
- MMsvAttachmentManager::AddLinkedAttachmentL(const TDesC &,CMsvAttachment *,TRequestStatus &) - Adds an attachment as a linked file attachment.
- MMsvAttachmentManager::AttachmentCount()const - Counts the number of attachments.
- MMsvAttachmentManager::CancelRequest() - Cancels the last asynchronous operation that was requested.
- MMsvAttachmentManager::CreateAttachmentL(const TDesC &,RFile &,CMsvAttachment *,TRequestStatus &) - Creates a new empty attachment file.
- MMsvAttachmentManager::GetAttachmentFileL(TInt) - Returns an open file handle for the attachment file.
- MMsvAttachmentManager::GetAttachmentFileL(TMsvAttachmentId) - Returns an open file handle for the attachment file.
- MMsvAttachmentManager::GetAttachmentInfoL(TInt) - Returns an attachment info object.
- MMsvAttachmentManager::GetAttachmentInfoL(TMsvAttachmentId) - Returns an attachment info object.
- MMsvAttachmentManager::ModifyAttachmentInfoL(CMsvAttachment *,TRequestStatus &) - Modifies the attachment info for a particular attachment.
- MMsvAttachmentManager::RemoveAttachmentL(TInt,TRequestStatus &) - Removes the attachment from the message entry.
- MMsvAttachmentManager::RemoveAttachmentL(TMsvAttachmentId,TRequestStatus &) - Removes the attachment from the message entry.
- MMsvAttachmentManager::RenameAttachmentL(TInt,const TDesC &,TRequestStatus &) - Renames the physical filename of an attachment.
- MPlayerApplicationSettingsObserver::DefineAttributeL(TUint,TDesC8 &,RArray< TUint > &,RArray< TPtrC8 > &,TUint) - Define an attribute supported by this player. It will be included in future resp...
- MPlayerApplicationSettingsObserver::DoDefineAttributeL(TUint,TDesC8 &,RArray< TUint > &,RArray< TPtrC8 > &,TUint)
- MPlayerApplicationSettingsObserver::DoSetAttributeL(TUint,TUint)
- MPlayerApplicationSettingsObserver::SetAttributeL(TUint,TUint) - Set the current value of a previously defined attribute This updates the cache a...
- MSecureSocket::AvailableCipherSuites(TDes8 &) - Gets the list of cipher suites that are available to use. The list of cipher sui...
- MSecureSocket::CancelAll() - Cancels all outstanding operations. This method will cancel all outstanding oper...
- MSecureSocket::CancelHandshake() - Cancels an outstanding handshake operation. This method is used to cancel the St...
- MSecureSocket::CancelRecv() - Cancels any outstanding read operation. See individual implementation notes for ...
- MSecureSocket::CancelSend() - Cancels any outstanding send operation. See individual implementation notes for ...
- MSecureSocket::ClientCert() - Gets the current client certificate.
- MSecureSocket::ClientCertMode() - Returns the current client certificate mode. The client certificate mode is used...
- MSecureSocket::Close() - Closes the secure connection. Implementations should terminate the secure connec...
- MSecureSocket::CurrentCipherSuite(TDes8 &) - Gets the current cipher suite in use. The current cipher suite is returned in th...
- MSecureSocket::DialogMode() - Gets the current dialog mode.
- MSecureSocket::FlushSessionCache() - Flushes the session cache.
- MSecureSocket::GetOpt(TUint,TUint,TDes8 &) - Gets an option.
- MSecureSocket::GetOpt(TUint,TUint,TInt &) - Gets an option.
- MSecureSocket::Protocol(TDes &) - Get the protocol in use.
- MSecureSocket::Recv(TDes8 &,TRequestStatus &) - Receives data from the socket.
- MSecureSocket::RecvOneOrMore(TDes8 &,TRequestStatus &,TSockXfrLength &) - Receives data from the socket.
- MSecureSocket::RenegotiateHandshake(TRequestStatus &) - Initiates a renegotiation of the secure connection.
- MSecureSocket::Send(const TDesC8 &,TRequestStatus &) - Send data over the socket.
- MSecureSocket::Send(const TDesC8 &,TRequestStatus &,TSockXfrLength &) - Send data over the socket.
- MSecureSocket::ServerCert() - Gets the current server certificate.
- MSecureSocket::SetAvailableCipherSuites(const TDesC8 &) - Sets a list of cipher suites that are available to use.
- MSecureSocket::SetClientCert(const CX509Certificate &) - Sets the client certificate to use.
- MSecureSocket::SetClientCertMode(const TClientCertMode) - Set the client certificate mode.
- MSecureSocket::SetDialogMode(const TDialogMode) - Set the untrusted certificate dialog mode.
- MSecureSocket::SetOpt(TUint,TUint,const TDesC8 &) - Sets a socket option.
- MSecureSocket::SetOpt(TUint,TUint,TInt) - Sets an option.
- MSecureSocket::SetProtocol(const TDesC &) - Set a specific protocol/version to use.
- MSecureSocket::SetServerCert(const CX509Certificate &) - Set the server certificate.
- MSecureSocket::StartClientHandshake(TRequestStatus &) - Start acting as a client and initiate a handshake with the remote server.
- MSecureSocket::StartServerHandshake(TRequestStatus &) - Start acting as a server and listen for a handshake from the remote client.
- MSecureSocket::~MSecureSocket() - Standard destructor.
- MSmlDmAdapter::AddNodeObjectL(const TDesC8 &,const TDesC8 &,TInt) - The function adds node object. In some cases an implementation of the function m...
- MSmlDmAdapter::ChildURIListL(const TDesC8 &,const TDesC8 &,const CArrayFix< TSmlDmMappingInfo > &,TInt,TInt) - The function fetches URI list. An adapter returns the list of URI segments under...
- MSmlDmAdapter::CommitAtomicL() - The function indicates successful end of Atomic command. The adapter should comm...
- MSmlDmAdapter::CompleteOutstandingCmdsL() - The function tells the adapter that all the commands of the message that can be ...
- MSmlDmAdapter::CopyCommandL(const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,TInt) - The function implements copy command. The information about the success of the c...
- MSmlDmAdapter::DDFStructureL(MSmlDmDDFObject &) - The function for filling the DDF structure of the adapter This function is only ...
- MSmlDmAdapter::DDFVersionL(CBufBase &) - The function returns the current version of the DDF. By asking for current DDF v...
- MSmlDmAdapter::DeleteObjectL(const TDesC8 &,const TDesC8 &,TInt) - The function deletes an object and its child objects. The SetStatusL should be u...
- MSmlDmAdapter::ExecuteCommandL(const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,TInt) - The function implements execute command. The information about the success of th...
- MSmlDmAdapter::ExecuteCommandL(const TDesC8 &,const TDesC8 &,RWriteStream *&,const TDesC8 &,TInt) - The function implements execute command. The information about the success of th...
- MSmlDmAdapter::ExtendedInterfaceL(TUid) - This function enables the adapter to instantiate any API extension to the adapte...
- MSmlDmAdapter::FetchLeafObjectL(const TDesC8 &,const TDesC8 &,const TDesC8 &,TInt,TInt) - The function fetches data of a leaf object. The SetStatusL should be used as des...
- MSmlDmAdapter::FetchLeafObjectSizeL(const TDesC8 &,const TDesC8 &,const TDesC8 &,TInt,TInt) - The function fetches the size of the data of a leaf object. The size is in bytes...
- MSmlDmAdapter::RollbackAtomicL() - The function indicates unsuccessful end of Atomic command. The adapter should ro...
- MSmlDmAdapter::StartAtomicL() - The function indicates start of Atomic command.
- MSmlDmAdapter::StreamCommittedL(RWriteStream &) - Called when stream returned from UpdateLeafObjectL or ExecuteCommandL has been w...
- MSmlDmAdapter::StreamingSupport(TInt &) - Returns ETrue if adapter supports streaming otherwise EFalse.
- MSmlDmAdapter::UpdateLeafObjectL(const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,TInt) - The function creates new leaf objects, or replaces data in existing leaf objects...
- MSmlDmAdapter::UpdateLeafObjectL(const TDesC8 &,const TDesC8 &,RWriteStream *&,const TDesC8 &,TInt) - The function creates new leaf objects, or replaces data in existing leaf objects...
- MSmlDmAdapterExtExecCorrelator::ExecuteCommandL(const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,TInt) - The function implements execute command with a correlator. The information about...
- MSmlDmAdapterExtExecCorrelator::ExecuteCommandL(const TDesC8 &,const TDesC8 &,const TDesC8 &,RWriteStream *&,const TDesC8
&,TInt) - The function implements execute command with a correlator. The information about...
- MSmlDmAdapterExtExecCorrelator::Release() - Releases the instance of this interface extension. This must be called when the ...
- MSmlDmCallback::GetLuidAllocL(const TDesC8 &) - The function returns the LUID which is mapped to aURI. If LUID is not found, the...
- MSmlDmCallback::GetMappingInfoListL(const TDesC8 &,CArrayFix< TSmlDmMappingInfo > &) - This function returns a URI Segment List, complete with LUIDs, for all the child...
- MSmlDmCallback::SetMappingL(const TDesC8 &,const TDesC8 &) - The function passes map information to DM Module. This function is called for a ...
- MSmlDmCallback::SetResultsL(TInt,CBufBase &,const TDesC8 &) - The function is used to return the data in case of FetchLeafObjectL(), FetchLeaf...
- MSmlDmCallback::SetResultsL(TInt,RReadStream *&,const TDesC8 &) - The function is used to return the data in case of FetchLeafObjectL() and ChildU...
- MSpeechRecognitionCustomCommandImplementor::MSrAddPronunciationL(TLexiconID,TModelBankID,TModelID,TPronunciationID &) - Adds a new pronunciation for the given model into the specified lexicon.
- MSpeechRecognitionCustomCommandImplementor::MSrAddRuleL(TGrammarID,TLexiconID,TPronunciationID,TRuleID &) - Adds a new rule for the given pronunciation into the specified grammar.
- MSpeechRecognitionCustomCommandImplementor::MSrCancel() - Cancels the current operation.
- MSpeechRecognitionCustomCommandImplementor::MSrCommitChangesL() - Commit uncommited changes to the database.
- MSpeechRecognitionCustomCommandImplementor::MSrCreateGrammarL(TGrammarID &) - Creates a new grammar.
- MSpeechRecognitionCustomCommandImplementor::MSrCreateLexiconL(TLexiconID &) - Creates a new lexicon.
- MSpeechRecognitionCustomCommandImplementor::MSrCreateModelBankL(TModelBankID &) - Creates a new model bank.
- MSpeechRecognitionCustomCommandImplementor::MSrEndRecSessionL() - Ends the current recognition session. Resources allocated for recognition are fr...
- MSpeechRecognitionCustomCommandImplementor::MSrGetAllClientGrammarIDsL(RArray< TGrammarID > &) - Returns all grammar IDs that are owned by the client.
- MSpeechRecognitionCustomCommandImplementor::MSrGetAllClientLexiconIDsL(RArray< TLexiconID > &) - Returns all lexicon IDs that are owned by the client.
- MSpeechRecognitionCustomCommandImplementor::MSrGetAllClientModelBankIDsL(RArray< TModelBankID > &) - Returns all modelbank IDs that are owned by the client.
- MSpeechRecognitionCustomCommandImplementor::MSrGetAllGrammarIDsL(RArray< TGrammarID > &) - Returns all grammar IDs.
- MSpeechRecognitionCustomCommandImplementor::MSrGetAllLexiconIDsL(RArray< TLexiconID > &) - Returns all lexicon IDs.
- MSpeechRecognitionCustomCommandImplementor::MSrGetAllModelBankIDsL(RArray< TModelBankID > &) - Returns all modelbank IDs.
- MSpeechRecognitionCustomCommandImplementor::MSrGetAllModelIDsL(TModelBankID,RArray< TModelID > &) - Returns all model IDs that exist in the specified model bank.
- MSpeechRecognitionCustomCommandImplementor::MSrGetAllPronunciationIDsL(TLexiconID,RArray< TPronunciationID > &) - Returns all pronunciation IDs that exist in the specified lexicon.
- MSpeechRecognitionCustomCommandImplementor::MSrGetAllRuleIDsL(TGrammarID,RArray< TRuleID > &) - Returns all rule IDs that exist in the specified grammar.
- MSpeechRecognitionCustomCommandImplementor::MSrGetAvailableStorageL(TInt &) - Returns the number of models available for training system wide, based on availa...
- MSpeechRecognitionCustomCommandImplementor::MSrGetEnginePropertiesL(const RArray< TInt > &,RArray< TInt > &) - Returns the engine properties specified by the engine property ID array.
- MSpeechRecognitionCustomCommandImplementor::MSrGetModelCountL(TModelBankID,TInt &) - Returns the number of models in the specified model bank.
- MSpeechRecognitionCustomCommandImplementor::MSrGetRuleValidityL(TGrammarID,TRuleID,TBool &) - Checks if the rule is valid or not.
- MSpeechRecognitionCustomCommandImplementor::MSrGetUtteranceDurationL(TModelBankID,TModelID,TTimeIntervalMicroSeconds32 &) - Returns the duration of the utterance for the specified model.
- MSpeechRecognitionCustomCommandImplementor::MSrLoadEngineParametersL(const RArray< TInt > &,const RArray< TInt > &) - Unloads the specified parameters to the engine.
- MSpeechRecognitionCustomCommandImplementor::MSrLoadGrammarL(TGrammarID) - Loads the specified grammar in into the recognizer; done prior to recognition.
- MSpeechRecognitionCustomCommandImplementor::MSrLoadLexiconL(TLexiconID) - Loads the specified lexicon into the recognizer; done prior to recognition.
- MSpeechRecognitionCustomCommandImplementor::MSrLoadModelsL(TModelBankID) - Loads the specified model bank into the recognizer; done prior to recognition.
- MSpeechRecognitionCustomCommandImplementor::MSrPlayUtteranceL(TModelBankID,TModelID) - Plays the previously trained utterance.
- MSpeechRecognitionCustomCommandImplementor::MSrRecognizeL(CSDClientResultSet &) - Initiates recognition; performed following loading of model bank, lexicon, and g...
- MSpeechRecognitionCustomCommandImplementor::MSrRecordL(TTimeIntervalMicroSeconds32) - Records user utterance for training and recognition.
- MSpeechRecognitionCustomCommandImplementor::MSrRemoveGrammarL(TGrammarID) - Removes the specified grammar from the permanent storage.
- MSpeechRecognitionCustomCommandImplementor::MSrRemoveLexiconL(TLexiconID) - Removes the specified lexicon from the permanent storage.
- MSpeechRecognitionCustomCommandImplementor::MSrRemoveModelBankL(TModelBankID) - Removes the specified model bank from the permanent storage.
- MSpeechRecognitionCustomCommandImplementor::MSrRemoveModelL(TModelBankID,TModelID) - Removes the specified model from the specified model bank permanently.
- MSpeechRecognitionCustomCommandImplementor::MSrRemovePronunciationL(TLexiconID,TPronunciationID) - Removes the specified pronunciation from the specified lexicon permanently.
- MSpeechRecognitionCustomCommandImplementor::MSrRemoveRuleL(TGrammarID,TRuleID) - Removes the specified rule from the specified grammar permanently.
- MSpeechRecognitionCustomCommandImplementor::MSrSetClientUid(TUid) - Sets the specified grammar client UID.
- MSpeechRecognitionCustomCommandImplementor::MSrStartRecSessionL(TRecognitionMode) - Starts a new recognition session.
- MSpeechRecognitionCustomCommandImplementor::MSrTrainL(TModelBankID,TModelID &) - Trains a new model into the specified model bank.
- MSpeechRecognitionCustomCommandImplementor::MSrUnloadRuleL(TGrammarID,TRuleID) - Unloads the specified rule from the specified grammar in temporary memory, previ...
- MStreamBuf::Close() - Closes the stream buffer.
- MStreamBuf::DoReadL(MStreamInput &,TStreamTransfer) - Reads data from the stream into the specified data sink.
- MStreamBuf::DoReadL(TAny *,TInt)
- MStreamBuf::DoReadL(TDes8 &,TInt,TRequestStatus &) - Reads data from the stream buffer into the specified descriptor.
- MStreamBuf::DoRelease() - Frees resources before abandoning the stream buffer.
- MStreamBuf::DoSeekL(TMark,TStreamLocation,TInt)
- MStreamBuf::DoSynchL() - Synchronises the stream buffer with the stream, leaving if any error occurs.
- MStreamBuf::DoWriteL(const TAny *,TInt)
- MStreamBuf::DoWriteL(const TDesC8 &,TInt,TRequestStatus &) - Writes data from the specified descriptor into this stream buffer.
- MStreamBuf::DoWriteL(MStreamOutput &,TStreamTransfer)
- MStreamBuf::MStreamBuf()
- MStreamBuf::PushL() - Puts a cleanup item for this object onto the cleanup stack.
- MStreamBuf::Read(TDes8 &,TInt,TRequestStatus &) - Reads data, asynchronously, from the stream buffer into the specified descriptor...
- MStreamBuf::Read(TDes8 &,TRequestStatus &) - Reads data, asynchronously, from the stream buffer into the specified descriptor...
- MStreamBuf::ReadL(MStreamInput &) - Reads data from the stream buffer into the specified data sink.
- MStreamBuf::ReadL(MStreamInput &,TInt) - Reads data from the stream buffer into the specified data sink.
- MStreamBuf::ReadL(MStreamInput &,TStreamTransfer) - Reads data from the stream buffer into the specified data sink.
- MStreamBuf::ReadL(TAny *,TInt) - Reads data from the stream buffer into the specified memory location.
- MStreamBuf::ReadL(TDes8 &,TInt,TRequestStatus &) - Reads data, asynchronously, from the stream buffer into the specified descriptor...
- MStreamBuf::ReadL(TDes8 &,TRequestStatus &) - Reads data, asynchronously, from the stream buffer into the specified descriptor...
- MStreamBuf::Release() - Frees resources before abandoning the stream buffer.
- MStreamBuf::SeekL(TMark,TStreamLocation,TInt) - Moves the position of the read mark or the write mark in the stream.
- MStreamBuf::SeekL(TMark,TStreamPos) - Moves the position of the read or write mark in the stream.
- MStreamBuf::SeekL(TRead,TInt) - Moves the position of the read mark in the stream by the specified offset.
- MStreamBuf::SeekL(TRead,TStreamLocation,TInt) - Moves the position of the read mark in the stream.
- MStreamBuf::SeekL(TWrite,TInt) - Moves the position of the write mark in the stream by the specified offset.
- MStreamBuf::SeekL(TWrite,TStreamLocation,TInt) - Moves the position of the write mark in the stream.
- MStreamBuf::SizeL()const - Gets the size of the stream.
- MStreamBuf::Synch() - Synchronises the stream buffer with the stream, returning any error.
- MStreamBuf::SynchL() - Synchronises the stream buffer with the stream, leaving if any error occurs.
- MStreamBuf::TellL(TRead)const - Gets the position of the read mark within the stream.
- MStreamBuf::TellL(TWrite)const - Gets the position of the write mark within the stream.
- MStreamBuf::Write(const TDesC8 &,TInt,TRequestStatus &)
- MStreamBuf::Write(const TDesC8 &,TRequestStatus &) - Writes data, asynchronously, from the specified descriptor into the stream buffe...
- MStreamBuf::WriteL(const TAny *,TInt) - Writes data from the specified memory location into the stream buffer.
- MStreamBuf::WriteL(const TDesC8 &,TInt,TRequestStatus &) - Writes data, asynchronously, from the specified descriptor into the stream buffe...
- MStreamBuf::WriteL(const TDesC8 &,TRequestStatus &) - Writes data, asynchronously, from the specified descriptor into the stream buffe...
- MStreamBuf::WriteL(MStreamOutput &) - Writes data into the stream buffer from the specified data source.
- MStreamBuf::WriteL(MStreamOutput &,TInt) - Writes data into the stream buffer from the specified data source.
- MStreamBuf::WriteL(MStreamOutput &,TStreamTransfer) - Writes data into the stream buffer from the specified data source.
- NumberConversion::AppendFormatNumber(TDes &,TInt,TDigitType) - Converts a non-negative integer into localised text, appending the result to a d...
- NumberConversion::ConvertDigit(TChar &,TDigitType) - converts aDigit (which could be arabic, western digit etc) into the form denoted...
- NumberConversion::ConvertDigits(TDes &,TDigitType) - Converts all of the digits in the descriptor aText into the format specified in ...
- NumberConversion::ConvertFirstNumber(const TDesC &,TInt &,TDigitType &,TDigitMatchType) - Converts the descriptor aText into an integer and returns it. Ignores any minus ...
- NumberConversion::Format(TDigitType,TRefByValue< TDes >,...) - Formats the descriptor. Format specifiers are converted to values passed in the ...
- NumberConversion::FormatDigit(TDes &,TInt,TInt,TDigitType) - Converts a non-negative integer into localised text.
- NumberConversion::FormatNumber(TDes &,TInt,TDigitType) - Converts a non-negative integer into localised text.
- NumberConversion::LengthOfConvertedText(const TDesC &,TDigitType) - Returns the length of the descriptor required to hold text with its digits conve...
- NumberConversion::LengthOfFormattedNumber(TInt,TDigitType) - Returns the number of characters required to format aNumber into text.
- NumberConversion::PositionAndTypeOfNextNumber(const TDesC &,TDigitType &,TInt) - Finds the position and type of the next number in the descriptor. If the number ...
- RAllocator::__DbgCheckFailure() - Returns the number of heap allocation failures the current debug allocator fail ...
- RAllocator::__DbgMarkCheck(TBool,TInt,const TDesC8 &,TInt) - Checks the current number of allocated heap cells for this heap.
- RAllocator::__DbgMarkCheck(TBool,TInt,const TUint8 *,TInt)
- RAllocator::__DbgMarkEnd(TInt) - Marks the end of heap cell checking at the current nested level for this heap.
- RAllocator::__DbgMarkStart() - Marks the start of heap cell checking for this heap.
- RAllocator::__DbgSetAllocFail(TAllocFail,TInt) - Simulates a heap allocation failure for this heap.
- RAllocator::__DbgSetBurstAllocFail(TAllocFail,TUint,TUint) - Simulates a burst of heap allocation failures for this heap.
- RAllocator::AllocL(TInt) - Allocates a cell of specified size from the heap, and leaves if there is insuffi...
- RAllocator::AllocLC(TInt) - Allocates a cell of specified size from the heap, and, if successful, places a p...
- RAllocator::AllocZ(TInt) - Allocates a cell of specified size from the heap, and clears it to binary zeroes...
- RAllocator::AllocZL(TInt) - Allocates a cell of specified size from the heap, clears it to binary zeroes, an...
- RAllocator::Check()const - Checks the validity of the heap.
- RAllocator::Close() - Closes this shared heap.
- RAllocator::Count()const - Gets the total number of cells allocated on the heap.
- RAllocator::Count(TInt &)const - Gets the the total number of cells allocated, and the number of free cells, on t...
- RAllocator::Extension_(TUint,TAny *&,TAny *)
- RAllocator::FreeZ(TAny *&) - Frees the specified cell, returns it to the heap, and resets the pointer to NULL...
- RAllocator::Open() - Opens this heap for shared access.
- RAllocator::RAllocator()
- RAllocator::ReAllocL(TAny *,TInt,TInt) - Increases or decreases the size of an existing cell, and leaves if there is insu...
- RAnalogClock::AddHandL(const TAnalogDisplayHand &) - Adds a hand to the clock.
- RAnalogClock::ConstructL(TTimeIntervalSeconds,const TPoint &,const TSize &,const TMargins &,const STimeDeviceShadow &,TInt,TInt,TInt,const
SAnalogDisplayAmPm *) - Completes construction of an analogue clock.
- RAnalogClock::RAnalogClock(RAnimDll &,const RWindowBase &) - Creates an analogue clock object.
- RAnalogClock::SetBackgroundColor(TRgb,TRgb) - Sets the background colour for the clock.
- RAnalogClock::SetBrushColor(const TRgb) - Sets the brush colour for the hands.
- RAnalogClock::SetPenColor(const TRgb) - Sets the pen colour for the hands.
- RAnalogClock::SetTextColor(TRgb) - Sets the text colour.
- RAnim::AsyncCommandReply(TRequestStatus &,TInt,const TIpcArgs &) - Sends a command and its arguments to the server-side CAnim instance asynchronous...
- RAnim::Close() - Sends the close command.
- RAnim::Command(TInt) - Sends a command to the server-side CAnim instance, and returns immediately.
- RAnim::Command(TInt,const TPtrC8 &) - Sends a command and its arguments to the server-side CAnim instance, and returns...
- RAnim::CommandReply(TInt) - Sends a command to the server-side CAnim instance, and waits for a response.
- RAnim::CommandReply(TInt,const TDesC8 &,const TIpcArgs &) - Sends a command and its arguments to the server-side CAnim instance, and waits f...
- RAnim::CommandReply(TInt,const TPtrC8 &) - Sends a command and its arguments to the server-side CAnim instance, and waits f...
- RAnim::Construct(const RWindowBase &,TInt,const TDesC8 &) - Completes construction of the object based on a window device, and creates the s...
- RAnim::Construct(const RWindowBase &,TInt,const TDesC8 &,const TIpcArgs &) - Completes construction of the object based on a window device, and creates the s...
- RAnim::Construct(const RWsSprite &,TInt,const TDesC8 &) - Completes construction of the Anim DLL based on a sprite.
- RAnim::Construct(const RWsSprite &,TInt,const TDesC8 &,const TIpcArgs &) - Completes construction of the Anim DLL based on a sprite.
- RAnim::Destroy() - Closes and deletes the server-side animation object.
- RAnim::RAnim() - Default constructor. Developers should use the other constructor overload.
- RAnim::RAnim(RAnimDll &) - Protected C++ constructor.
- RAnim::~RAnim() - Empty virtual destructor.
- RApaLsSession::AppCount(TInt &)const - Gets the total number of applications.
- RApaLsSession::AppForDataType(const TDataType &,TUid &)const - Gets the UID of an application that can handle the specified data (MIME) type.
- RApaLsSession::AppForDocument(const RFile &,TUid &,TDataType &)const - Gets the data (MIME) type of the data in the specified file and gets the UID of ...
- RApaLsSession::AppForDocument(const TDesC &,TUid &,TDataType &)const - Gets the data (MIME) type of the data in the specified file and gets the UID of ...
- RApaLsSession::ApplicationLanguage(TUid,TLanguage &)const - Determines the current language an application is using to display its user inte...
- RApaLsSession::CancelListPopulationCompleteObserver()const - Cancels the observer registered with apparc server to notify when the initial po...
- RApaLsSession::CancelNotifyOnDataMappingChange() - Cancellation of notification of changes in data-type mapping
- RApaLsSession::CancelRecognizeFiles() - Cancels any outstanding asynchronous recognition requests.
- RApaLsSession::Close() - Closes the session. Needs to be called to avoid memory leaks.
- RApaLsSession::Connect() - Connects a client to the application architecture server, creating a session wit...
- RApaLsSession::CreateDocument(const TDesC &,TUid,TThreadId &,TLaunchType) - Launches the application identified by the specified UID and creates a new docum...
- RApaLsSession::DeleteDataMapping(const TDataType &) - Removes an existing user mapping between an application and data-type made throu...
- RApaLsSession::EmbeddableAppCount(TInt &)const - Gets the total number of embeddable applications.
- RApaLsSession::GetAcceptedConfidence(TInt &)const - Gets the confidence threshold for successful data recognition.
- RApaLsSession::GetAllApps()const - Initialises the process of getting all applications in the cached list.
- RApaLsSession::GetAllApps(TInt)const - Initialises the process of getting all applications in the cached list.
- RApaLsSession::GetAppCapability(TDes8 &,TUid)const - Gets the capabilities of the application with the specified UID.
- RApaLsSession::GetAppIcon(TUid,HBufC *&)const - Gets the full filename of a file containing application icons for the applicatio...
- RApaLsSession::GetAppIcon(TUid,RFile &)const - Gets an open shareable read only file handle to the application icon file for th...
- RApaLsSession::GetAppIcon(TUid,TInt,CApaMaskedBitmap &)const - gets the bitmap handles from the Server, forms these up into a CApaMaskedBitmap...
- RApaLsSession::GetAppIcon(TUid,TSize,CApaMaskedBitmap &)const - Gets the nearest matching application icon for the application with the specifie...
- RApaLsSession::GetAppIconSizes(TUid,CArrayFixFlat< TSize > &)const - Gets the available icon sizes for the application with the specified UID.
- RApaLsSession::GetAppInfo(TApaAppInfo &,TUid)const - Gets information about the application with the specified UID.
- RApaLsSession::GetAppOwnedFiles(CDesCArray &,TUid)const - Gets the list of file names for which the application with the specified UID cla...
- RApaLsSession::GetAppViewIcon(TUid,TUid,const TSize &,CApaMaskedBitmap &)const - Gets the icon for the specified view published by the application that has the s...
- RApaLsSession::GetAppViewIcon(TUid,TUid,HBufC *&)const - Gets the full filename of a file containing view-specific icons for the applicat...
- RApaLsSession::GetAppViews(CApaAppViewArray &,TUid)const - Gets the views published by the application that has the specified UID.
- RApaLsSession::GetDefaultScreenNumber(TInt &,TUid)const - Gets the default screen-number of the application with the specified UID.
- RApaLsSession::GetEmbeddableApps()const - Initialises the process of getting all embeddable applications from the cached l...
- RApaLsSession::GetEmbeddableApps(TInt)const - Initialises the process of getting embeddable applications from the cached list ...
- RApaLsSession::GetFilteredApps(const TApaEmbeddabilityFilter &)const - Initialises the process of getting all applications matching aFilter in the cach...
- RApaLsSession::GetFilteredApps(const TApaEmbeddabilityFilter &,TInt)const - Initialises the process of getting all applications matching aFilter in the cach...
- RApaLsSession::GetFilteredApps(TUint,TUint)const - Initialises the process of getting all applications matching the specified appli...
- RApaLsSession::GetFilteredApps(TUint,TUint,TInt)const - Initialises the process of getting all applications matching the specified appli...
- RApaLsSession::GetMaxDataBufSize(TInt &)const - Gets the maximum size of the data that can be read from a file for the purpose o...
- RApaLsSession::GetNextApp(TApaAppInfo &)const - Gets information about the next application or embeddable application from the c...
- RApaLsSession::GetNextApp(TApaAppInfo &,TInt)const - Gets information about the next application or embeddable application from the c...
- RApaLsSession::GetPreferredBufSize(TInt &)const - Gets the preferred number of bytes of data to read from a file for the purpose o...
- RApaLsSession::GetSupportedDataTypesL(CDataTypeArray &)const - Gets a list of recognized data(MIME) types by all recognizers.
- RApaLsSession::InsertDataMapping(const TDataType &,TDataTypePriority,TUid) - Changes an existing data type mapping, or adds a new one.
- RApaLsSession::InsertDataMappingIfHigher(const TDataType &,TDataTypePriority,TUid,TBool &) - Changes an existing data type mapping, or adds a new one. If the data type is no...
- RApaLsSession::IsProgram(const TDesC &,TBool &)const - Tests whether the file is a native executable (DLL or EXE).
- RApaLsSession::MatchesSecurityPolicy(TBool &,TUid,const TSecurityPolicy &)const - Tests whether the given TSecurityPolicy matches with the application TSecurityPo...
- RApaLsSession::NotifyOnDataMappingChange(TRequestStatus &) - Notification of changes in data-type mapping
- RApaLsSession::NumberOfOwnDefinedIcons(TUid,TInt &)const - Gets the number of icons defined by the app that has the specified UID
- RApaLsSession::RApaLsSession()
- RApaLsSession::RApaLsSession_Reserved1()
- RApaLsSession::RApaLsSession_Reserved2()
- RApaLsSession::RecognizeData(const RFile &,TDataRecognitionResult &)const - Gets the data (MIME) type for data in a file passed by handle.
- RApaLsSession::RecognizeData(const TDesC &,const TDesC8 &,TDataRecognitionResult &)const - Gets the data (MIME) type for data taken from a file with a specified name.
- RApaLsSession::RecognizeFilesL(const TDesC &,CDataRecognitionResultArray &)const - Gets the data (MIME) type for files in a specified directory. Because this call ...
- RApaLsSession::RecognizeFilesL(const TDesC &,CDataRecognitionResultArray &,TRequestStatus &) - Gets the data (MIME) type for files in a specified directory.
- RApaLsSession::RecognizeFilesL(const TDesC &,const TDesC8 &,CDataRecognitionResultArray &)const - Gets the data (MIME) type for files in a specified directory. Because this call ...
- RApaLsSession::RecognizeFilesL(const TDesC &,const TDesC8 &,CDataRecognitionResultArray &,TRequestStatus &) - Gets the data (MIME) type for files in a specified directory.
- RApaLsSession::RecognizeSpecificData(const RFile &,const TDataType &,TBool &)const - Tests whether data taken from a file passed by handle has the specified data (MI...
- RApaLsSession::RecognizeSpecificData(const TDesC &,const TDesC8 &,const TDataType &,TBool &)const - Tests whether data taken from a named file has the specified data (MIME) type.
- RApaLsSession::RegisterListPopulationCompleteObserver(TRequestStatus &)const - Registers an observer with apparc server to notify when the initial population o...
- RApaLsSession::SetAcceptedConfidence(TInt) - Sets the confidence threshold for successful data recognition.
- RApaLsSession::SetAppShortCaption(const TDesC &,TLanguage,TUid) - Sets the short caption of the application.
- RApaLsSession::SetMaxDataBufSize(TInt) - Sets the maximum size of the data that can be read from a file for the purpose o...
- RApaLsSession::StartApp(const CApaCommandLine &) - Starts an application defined by the specified command line information. This is...
- RApaLsSession::StartApp(const CApaCommandLine &,TThreadId &) - Starts an application defined by the specified command line information. This is...
- RApaLsSession::StartApp(const CApaCommandLine &,TThreadId &,TRequestStatus *) - Starts an application defined by the specified command line information.
- RApaLsSession::StartDocument(const TDesC &,const TDataType &,TThreadId &,TLaunchType) - Launches an application that can handle the specified data (MIME) type.
- RApaLsSession::StartDocument(const TDesC &,TThreadId &,TLaunchType) - Finds and launches an application to handle the document contained in the specif...
- RApaLsSession::StartDocument(const TDesC &,TUid,TThreadId &,TLaunchType) - Launches the application identified by the specified UID.
- RApaLsSession::StartDocument(RFile &,const TDataType &,TThreadId &,TRequestStatus *) - Finds and launches an application to handle the document contained in the specif...
- RApaLsSession::StartDocument(RFile &,TThreadId &,TRequestStatus *) - Finds and launches an application to handle the document contained in the specif...
- RApaLsSession::StartDocument(RFile &,TUid,TThreadId &,TRequestStatus *) - Finds and launches an application to handle the document contained in the specif...
- RApaLsSession::Version()const - Gets the version of the application architecture server.
- RArray< TInt >::Append(TInt) - Appends a signed integer onto the array.
- RArray< TInt >::AppendL(TInt) - Appends a signed integer onto the array.
- RArray< TInt >::Array()const - Constructs and returns a generic array.
- RArray< TInt >::Close() - Closes the array and frees all memory allocated to the array.
- RArray< TInt >::Compress() - Compresses the array down to a minimum.
- RArray< TInt >::Count()const - Gets the number of signed integers in the array.
- RArray< TInt >::Find(TInt)const - Finds the first signed integer in the array which matches the specified signed i...
- RArray< TInt >::FindInOrder(TInt)const - Finds the signed integer in the array that matches the specified signed integer ...
- RArray< TInt >::FindInOrder(TInt,TInt &)const - Finds the signed integer in the array that matches the specified signed integer ...
- RArray< TInt >::FindInOrderL(TInt)const - Finds the signed integer in the array that matches the specified signed integer ...
- RArray< TInt >::FindInOrderL(TInt,TInt &)const - Finds the signed integer in the array that matches the specified signed integer ...
- RArray< TInt >::FindL(TInt)const - Finds the first signed integer in the array which matches the specified signed i...
- RArray< TInt >::FindReverse(TInt)const - Finds the last signed integer in the array which matches the specified signed in...
- RArray< TInt >::FindReverseL(TInt)const - Finds the last signed integer in the array which matches the specified signed in...
- RArray< TInt >::GranularCompress() - Compresses the array down to a granular boundary.
- RArray< TInt >::Insert(TInt,TInt) - Inserts a signed integer into the array at the specified position.
- RArray< TInt >::InsertInOrder(TInt) - Inserts a signed integer into the array in signed integer order.
- RArray< TInt >::InsertInOrderAllowRepeats(TInt) - Inserts a signed integer into the array in signed integer order, allowing duplic...
- RArray< TInt >::InsertInOrderAllowRepeatsL(TInt) - Inserts a signed integer into the array in signed integer order, allowing duplic...
- RArray< TInt >::InsertInOrderL(TInt) - Inserts a signed integer into the array in signed integer order.
- RArray< TInt >::InsertL(TInt,TInt) - Inserts a signed integer into the array at the specified position.
- RArray< TInt >::operator[](TInt) - Gets a reference to the signed integer located at a specified position within th...
- RArray< TInt >::operator[](TInt)const - Gets a reference to the signed integer located at a specified position within th...
- RArray< TInt >::RArray() - Constructs an array object for an array of signed integers with default granular...
- RArray< TInt >::RArray(TInt *,TInt) - C++ constructor with a pointer to the first array entry in a pre-existing array,...
- RArray< TInt >::RArray(TInt) - Constructs an array object for an array of signed integers with the specified gr...
- RArray< TInt >::RArray(TInt,TInt) - C++ constructor with minimum growth step and exponential growth factor.
- RArray< TInt >::Remove(TInt) - Removes the signed integer at the specified position from the array.
- RArray< TInt >::Reserve(TInt) - Reserves space for the specified number of elements.
- RArray< TInt >::ReserveL(TInt) - Reserves space for the specified number of elements.
- RArray< TInt >::Reset() - Empties the array.
- RArray< TInt >::Sort() - Sorts the array entries into signed integer order.
- RArray< TInt >::SpecificFindInOrder(TInt,TInt &,TInt)const - Finds the signed integer in the array that matches the specified signed integer ...
- RArray< TInt >::SpecificFindInOrder(TInt,TInt)const - Finds the signed integer in the array that matches the specified signed integer ...
- RArray< TInt >::SpecificFindInOrderL(TInt,TInt &,TInt)const - Finds the signed integer in the array that matches the specified signed integer ...
- RArray< TInt >::SpecificFindInOrderL(TInt,TInt)const - Finds the signed integer in the array that matches the specified signed integer ...
- RArray< TUint >::Append(TUint) - Appends an unsigned integer onto the array.
- RArray< TUint >::AppendL(TUint) - Appends an unsigned integer onto the array.
- RArray< TUint >::Array()const - Constructs and returns a generic array.
- RArray< TUint >::Close() - Closes the array and frees all memory allocated to the array.
- RArray< TUint >::Compress() - Compresses the array down to a minimum.
- RArray< TUint >::Count()const - Gets the number of unsigned integers in the array.
- RArray< TUint >::Find(TUint)const - Finds the first unsigned integer in the array which matches the specified value,...
- RArray< TUint >::FindInOrder(TUint)const - Finds the unsigned integer in the array which matches the specified value, using...
- RArray< TUint >::FindInOrder(TUint,TInt &)const - Finds the unsigned integer in the array which matches the specified value, using...
- RArray< TUint >::FindInOrderL(TUint)const - Finds the unsigned integer in the array which matches the specified value, using...
- RArray< TUint >::FindInOrderL(TUint,TInt &)const - Finds the unsigned integer in the array which matches the specified value, using...
- RArray< TUint >::FindL(TUint)const - Finds the first unsigned integer in the array which matches the specified value,...
- RArray< TUint >::FindReverse(TUint)const - Finds the last unsigned integer in the array which matches the specified value, ...
- RArray< TUint >::FindReverseL(TUint)const - Finds the last unsigned integer in the array which matches the specified value, ...
- RArray< TUint >::GranularCompress() - Compresses the array down to a granular boundary.
- RArray< TUint >::Insert(TUint,TInt) - Inserts an unsigned integer into the array at the specified position.
- RArray< TUint >::InsertInOrder(TUint) - Inserts an unsigned integer into the array in unsigned integer order.
- RArray< TUint >::InsertInOrderAllowRepeats(TUint) - Inserts an unsigned integer into the array in unsigned integer order, allowing d...
- RArray< TUint >::InsertInOrderAllowRepeatsL(TUint) - Inserts an unsigned integer into the array in unsigned integer order, allowing d...
- RArray< TUint >::InsertInOrderL(TUint) - Inserts an unsigned integer into the array in unsigned integer order.
- RArray< TUint >::InsertL(TUint,TInt) - Inserts an unsigned integer into the array at the specified position.
- RArray< TUint >::operator[](TInt) - Gets a reference to the unsigned integer located at the specified position withi...
- RArray< TUint >::operator[](TInt)const - Gets a reference to the unsigned integer located at the specified position withi...
- RArray< TUint >::RArray() - Default C++ constructor.
- RArray< TUint >::RArray(TInt) - Constructs an array object for an array of unsigned integers with the specified ...
- RArray< TUint >::RArray(TInt,TInt) - C++ constructor with minimum growth step and exponential growth factor.
- RArray< TUint >::RArray(TUint *,TInt) - C++ constructor with a pointer to the first array entry in a pre-existing array,...
- RArray< TUint >::Remove(TInt) - Removes the unsigned integer at the specified position from the array.
- RArray< TUint >::Reserve(TInt) - Reserves space for the specified number of elements.
- RArray< TUint >::ReserveL(TInt) - Reserves space for the specified number of elements.
- RArray< TUint >::Reset() - Empties the array.
- RArray< TUint >::Sort() - Sorts the array entries into unsigned integer order.
- RArray< TUint >::SpecificFindInOrder(TUint,TInt &,TInt)const - Finds the unsigned integer in the array that matches the specified unsigned inte...
- RArray< TUint >::SpecificFindInOrder(TUint,TInt)const - Finds the unsigned integer in the array that matches the specified unsigned inte...
- RArray< TUint >::SpecificFindInOrderL(TUint,TInt &,TInt)const - Finds the unsigned integer in the array that matches the specified unsigned inte...
- RArray< TUint >::SpecificFindInOrderL(TUint,TInt)const - Finds the unsigned integer in the array that matches the specified unsigned inte...
- RArray::Append(const T &) - Apends an object onto the array.
- RArray::AppendL(const T &) - Apends an object onto the array.
- RArray::Array()const - Constructs and returns a generic array.
- RArray::Close() - Closes the array and frees all memory allocated to the array.
- RArray::Compress() - Compresses the array down to a minimum.
- RArray::Count()const - Gets the number of objects in the array.
- RArray::Find(const K &,TBool(*)(const K *k, const T &t))const - Finds the first object in the array which matches aKey using the comparison algo...
- RArray::Find(const T &)const - Finds the first object in the array which matches the specified object using a s...
- RArray::Find(const T &,TIdentityRelation< T >)const - Finds the first object in the array which matches the specified object using a s...
- RArray::FindInOrder(const K &,TInt(*)(const K *k, const T &t))const - Finds the object in the array whose object matches the specified key, (Using the...
- RArray::FindInOrder(const T &,TInt &,TLinearOrder< T >)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::FindInOrder(const T &,TLinearOrder< T >)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::FindInOrderL(const T &,TInt &,TLinearOrder< T >)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::FindInOrderL(const T &,TLinearOrder< T >)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::FindInSignedKeyOrder(const T &)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::FindInSignedKeyOrder(const T &,TInt &)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::FindInSignedKeyOrderL(const T &)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::FindInSignedKeyOrderL(const T &,TInt &)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::FindInUnsignedKeyOrder(const T &)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::FindInUnsignedKeyOrder(const T &,TInt &)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::FindInUnsignedKeyOrderL(const T &)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::FindInUnsignedKeyOrderL(const T &,TInt &)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::FindL(const T &)const - Finds the first object in the array which matches the specified object using a s...
- RArray::FindL(const T &,TIdentityRelation< T >)const - Finds the first object in the array which matches the specified object using a s...
- RArray::FindReverse(const K &,TInt(*)(const K *k, const T &t))const - Finds the first object in the array which matches aKey using the comparison algo...
- RArray::FindReverse(const T &)const - Finds the last object in the array which matches the specified object using a se...
- RArray::FindReverse(const T &,TIdentityRelation< T >)const - Finds the last object in the array which matches the specified object using a se...
- RArray::FindReverseL(const T &)const - Finds the last object in the array which matches the specified object using a se...
- RArray::FindReverseL(const T &,TIdentityRelation< T >)const - Finds the last object in the array which matches the specified object using a se...
- RArray::GranularCompress() - Compresses the array down to a granular boundary.
- RArray::Insert(const T &,TInt) - Inserts an object into the array at a specified position.
- RArray::InsertInOrder(const T &,TLinearOrder< T >) - Inserts an object of into the array in object order.
- RArray::InsertInOrderAllowRepeats(const T &,TLinearOrder< T >) - Inserts an object into the array in object order, allowing duplicates.
- RArray::InsertInOrderAllowRepeatsL(const T &,TLinearOrder< T >) - Inserts an object into the array in object order, allowing duplicates.
- RArray::InsertInOrderL(const T &,TLinearOrder< T >) - Inserts an object of into the array in object order.
- RArray::InsertInSignedKeyOrder(const T &) - Inserts an object into the array in ascending signed key order.
- RArray::InsertInSignedKeyOrderAllowRepeats(const T &) - Inserts an object into the array in ascending signed key order, allowing duplica...
- RArray::InsertInSignedKeyOrderAllowRepeatsL(const T &) - Inserts an object into the array in ascending signed key order, allowing duplica...
- RArray::InsertInSignedKeyOrderL(const T &) - Inserts an object into the array in ascending signed key order.
- RArray::InsertInUnsignedKeyOrder(const T &) - Inserts an object into the array in ascending unsigned key order.
- RArray::InsertInUnsignedKeyOrderAllowRepeats(const T &) - Inserts an object into the array in ascending unsigned key order, allowing dupli...
- RArray::InsertInUnsignedKeyOrderAllowRepeatsL(const T &) - Inserts an object into the array in ascending unsigned key order, allowing dupli...
- RArray::InsertInUnsignedKeyOrderL(const T &) - Inserts an object into the array in ascending unsigned key order, not allowing d...
- RArray::InsertL(const T &,TInt) - Inserts an object into the array at a specified position.
- RArray::operator[](TInt) - Gets a reference to an object located at a specified position within the array.
- RArray::operator[](TInt)const - Gets a reference to an object located at a specified position within the array.
- RArray::RArray() - Default C++ constructor.
- RArray::RArray(TInt) - C++ constructor with granularity.
- RArray::RArray(TInt,T *,TInt) - C++ constructor with size of entry, a pointer to the first array entry in a pre-...
- RArray::RArray(TInt,TInt) - C++ constructor with granularity and key offset.
- RArray::RArray(TInt,TInt,TInt) - C++ constructor with minimum growth step and exponential growth factor.
- RArray::Remove(TInt) - Removes the object at a specified position from the array.
- RArray::Reserve(TInt) - Reserves space for the specified number of elements.
- RArray::ReserveL(TInt) - Reserves space for the specified number of elements.
- RArray::Reset() - Empties the array, so that it is ready to be reused.
- RArray::Sort(TLinearOrder< T >) - Sorts the objects within the array using the specified TLinearOrder.
- RArray::SortSigned() - Sorts the objects within the array; the sort order is assumed to be in signed in...
- RArray::SortUnsigned() - Sorts the objects within the array; the sort order is assumed to be in unsigned ...
- RArray::SpecificFindInOrder(const T &,TInt &,TLinearOrder< T >,TInt)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::SpecificFindInOrder(const T &,TLinearOrder< T >,TInt)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::SpecificFindInOrderL(const T &,TInt &,TLinearOrder< T >,TInt)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::SpecificFindInOrderL(const T &,TLinearOrder< T >,TInt)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::SpecificFindInSignedKeyOrder(const T &,TInt &,TInt)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::SpecificFindInSignedKeyOrder(const T &,TInt)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::SpecificFindInSignedKeyOrderL(const T &,TInt &,TInt)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::SpecificFindInSignedKeyOrderL(const T &,TInt)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::SpecificFindInUnsignedKeyOrder(const T &,TInt &,TInt)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::SpecificFindInUnsignedKeyOrder(const T &,TInt)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::SpecificFindInUnsignedKeyOrderL(const T &,TInt &,TInt)const - Finds the object in the array which matches the specified object using a binary ...
- RArray::SpecificFindInUnsignedKeyOrderL(const T &,TInt)const - Finds the object in the array which matches the specified object using a binary ...
- RBuf16::Assign(const RBuf16 &) - Transfers ownership of the specified 16-bit resizable buffer descriptor's buffer...
- RBuf16::Assign(HBufC16 *) - Transfers ownership of the specified heap descriptor to this object.
- RBuf16::Assign(TUint16 *,TInt) - Assigns ownership of the specified allocated memory to this object.
- RBuf16::Assign(TUint16 *,TInt,TInt) - Assigns ownership of the specified allocated memory to this object.
- RBuf16::CleanupClosePushL() - Pushes a cleanup item for this object onto the cleanup stack.
- RBuf16::Close() - Deallocates memory assigned to this object, and re-initializes the object as a z...
- RBuf16::Create(const TDesC16 &) - Creates a 16-bit resizable buffer descriptor to contain a copy of the specified ...
- RBuf16::Create(const TDesC16 &,TInt) - Creates a 16-bit resizable buffer descriptor to contain a copy of the specified ...
- RBuf16::Create(TInt) - Creates a 16-bit resizable buffer descriptor.
- RBuf16::CreateL(const TDesC16 &) - Creates a 16-bit resizable buffer descriptor to contain a copy of the specified ...
- RBuf16::CreateL(const TDesC16 &,TInt) - Creates a 16-bit resizable buffer descriptor to contain a copy of the specified ...
- RBuf16::CreateL(RReadStream &,TInt) - Creates a 16-bit resizable buffer descriptor that has been initialised with data...
- RBuf16::CreateL(TInt) - Creates 16-bit resizable buffer descriptor, and leaves on failure.
- RBuf16::CreateMax(TInt) - Creates a 16-bit resizable buffer descriptor.
- RBuf16::CreateMaxL(TInt) - Creates a 16-bit resizable buffer descriptor, and leaves on failure.
- RBuf16::operator=(const RBuf16 &) - Copies data into this descriptor replacing any existing data.
- RBuf16::operator=(const TDesC16 &) - Copies data into this descriptor replacing any existing data.
- RBuf16::operator=(const TUint16 *) - Copies data into this descriptor replacing any existing data.
- RBuf16::RBuf16() - Default constructor.
- RBuf16::RBuf16(HBufC16 *) - Constructor.
- RBuf16::RBuf16(TInt,TInt,TInt) - Protected constructor.
- RBuf16::ReAlloc(TInt) - Resizes this 16-bit resizable buffer descriptor.
- RBuf16::ReAllocL(TInt) - Resizes this 16-bit resizable buffer descriptor, leaving on failure.
- RBuf16::Swap(RBuf16 &) - Swaps the content of two 16-bit resizable buffer descriptors.
- RBuf8::Assign(const RBuf8 &) - Transfers ownership of the specified 8-bit resizable buffer descriptor's buffer ...
- RBuf8::Assign(HBufC8 *) - Transfers ownership of the specified heap descriptor to this object.
- RBuf8::Assign(TUint8 *,TInt) - Assigns ownership of the specified allocated memory to this object.
- RBuf8::Assign(TUint8 *,TInt,TInt) - Assigns ownership of the specified allocated memory to this object.
- RBuf8::CleanupClosePushL() - Pushes a cleanup item for this object onto the cleanup stack.
- RBuf8::Close() - Deallocates memory assigned to this object, and re-initializes the object as a z...
- RBuf8::Create(const TDesC8 &) - Creates a 8-bit resizable buffer descriptor to contain a copy of the specified (...
- RBuf8::Create(const TDesC8 &,TInt) - Creates an 8-bit resizable buffer descriptor to contain a copy of the specified ...
- RBuf8::Create(TInt) - Creates an 8-bit resizable buffer descriptor.
- RBuf8::CreateL(const TDesC8 &) - Creates an 8-bit resizable buffer descriptor to contain a copy of the specified ...
- RBuf8::CreateL(const TDesC8 &,TInt) - Creates an 8-bit resizable buffer descriptor to contain a copy of the specified ...
- RBuf8::CreateL(RReadStream &,TInt) - Creates an 8-bit resizable buffer descriptor that has been initialised with data...
- RBuf8::CreateL(TInt) - Creates an 8-bit resizable buffer descriptor, and leaves on failure.
- RBuf8::CreateMax(TInt) - Creates an 8-bit resizable buffer descriptor.
- RBuf8::CreateMaxL(TInt) - Creates an 8-bit resizable buffer descriptor, and leaves on failure.
- RBuf8::operator=(const RBuf8 &) - Copies data into this descriptor replacing any existing data.
- RBuf8::operator=(const TDesC8 &) - Copies data into this descriptor replacing any existing data.
- RBuf8::operator=(const TUint8 *) - Copies data into this descriptor replacing any existing data.
- RBuf8::RBuf8() - Default constructor.
- RBuf8::RBuf8(HBufC8 *) - Constructor.
- RBuf8::RBuf8(TInt,TInt,TInt) - Protected constructor.
- RBuf8::ReAlloc(TInt) - Resizes this 8-bit resizable buffer descriptor.
- RBuf8::ReAllocL(TInt) - Resizes this 8-bit resizable buffer descriptor, leaving on failure.
- RBuf8::Swap(RBuf8 &) - Swaps the content of two 8-bit resizable buffer descriptors.
- RBusLogicalChannel::DoCancel(TUint) - Cancels one or more outstanding asynchronous requests.
- RBusLogicalChannel::DoControl(TInt) - Makes a synchronous request to the device driver, taking no parameters.
- RBusLogicalChannel::DoControl(TInt,TAny *) - Makes a synchronous request to the device driver, taking one parameter.
- RBusLogicalChannel::DoControl(TInt,TAny *,TAny *) - Makes a synchronous request to the device driver, taking two parameters.
- RBusLogicalChannel::DoCreate(const TDesC &,const TVersion &,TInt,const TDesC *,const TDesC8 *,TOwnerType,TBool) - Creates the logical channel.
- RBusLogicalChannel::DoRequest(TInt,TRequestStatus &) - Queues an asynchronous request for the device driver, taking no parameters.
- RBusLogicalChannel::DoRequest(TInt,TRequestStatus &,TAny *) - Queues an asynchronous request for the device driver, taking one parameter.
- RBusLogicalChannel::DoRequest(TInt,TRequestStatus &,TAny *,TAny *) - Queues an asynchronous request for the device driver, taking two parameters.
- RBusLogicalChannel::DoSvControl(TInt)
- RBusLogicalChannel::DoSvControl(TInt,TAny *)
- RBusLogicalChannel::DoSvControl(TInt,TAny *,TAny *)
- RBusLogicalChannel::Open(RMessagePtr2,TInt,TOwnerType) - Opens a handle to a logical channel using a handle number sent by a client to a ...
- RBusLogicalChannel::Open(TInt,TOwnerType) - Opens a logical channel handle using a handle number passed as an environment da...
- RChunk::Adjust(TInt)const - Changes the number of bytes committed to the chunk.
- RChunk::AdjustDoubleEnded(TInt,TInt)const - Changes the number of bytes and the position of this double ended chunk's commit...
- RChunk::Allocate(TInt)const - Allocates and commits to a disconnected chunk.
- RChunk::Base()const - Gets a pointer to the base of the chunk's reserved region.
- RChunk::Bottom()const - Gets the offset of the bottom of the double ended chunk's committed region from ...
- RChunk::Commit(TInt,TInt)const - Commits memory to a disconnected chunk.
- RChunk::Create(TChunkCreateInfo &) - Creates a chunk of the type specified by the parameter aCreateInfo.
- RChunk::CreateDisconnectedGlobal(const TDesC &,TInt,TInt,TInt,TOwnerType) - Creates a global, disconnected, chunk.
- RChunk::CreateDisconnectedLocal(TInt,TInt,TInt,TOwnerType) - Creates a local, disconnected chunk.
- RChunk::CreateDoubleEndedGlobal(const TDesC &,TInt,TInt,TInt,TOwnerType) - Creates a global, double ended, chunk.
- RChunk::CreateDoubleEndedLocal(TInt,TInt,TInt,TOwnerType) - Creates a local, double ended, chunk.
- RChunk::CreateGlobal(const TDesC &,TInt,TInt,TOwnerType) - Creates a global chunk.
- RChunk::CreateLocal(TInt,TInt,TOwnerType) - Creates a local chunk.
- RChunk::CreateLocalCode(TInt,TInt,TOwnerType) - Creates a user writable chunk that is marked by the kernel as containing code.
- RChunk::Decommit(TInt,TInt)const - Decommits memory from a disconnected chunk.
- RChunk::IsReadable()const - Tests whether the chunk is mapped into its process address space.
- RChunk::IsWritable()const - Tests whether the chunk mapped into its process address space and is writable.
- RChunk::MaxSize()const - Gets the maximum size of this chunk.
- RChunk::Open(const TFindChunk &,TOwnerType) - Opens a handle to the global chunk found using a TFindChunk object.
- RChunk::Open(RMessagePtr2,TInt,TBool,TOwnerType) - Opens a handle to a chunk using a handle number sent by a client to a server.
- RChunk::Open(TInt,TOwnerType) - Opens a handle to a chunk using a handle number passed as an environment data it...
- RChunk::OpenGlobal(const TDesC &,TBool,TOwnerType) - Opens a handle to a specific named global chunk.
- RChunk::SetRestrictions(TUint) - Sets or removes restrictions on the ability of the chunk to change.
- RChunk::Size()const - Gets the current size of this chunk's committed region.
- RChunk::Top()const - Gets the offset of the top of the double ended chunk's committed region from the...
- RDbDatabase::AlterTable(const TDesC &,const CDbColSet &) - Alters a table synchronously.
- RDbDatabase::Begin() - Begins a transaction.
- RDbDatabase::Close() - Closes a database. Commits any pending transaction. Frees the allocated resource...
- RDbDatabase::ColSetL(const TDesC &)const - Returns the table definition.
- RDbDatabase::Commit() - Commits the current transaction.
- RDbDatabase::Compact() - Synchronous database compaction. Compacts the database and returns when complete...
- RDbDatabase::CreateIndex(const TDesC &,const TDesC &,const CDbKey &) - Creates an index synchronously.
- RDbDatabase::CreateTable(const TDesC &,const CDbColSet &) - Creates a table on the database.
- RDbDatabase::CreateTable(const TDesC &,const CDbColSet &,const CDbKey &) - Creates a table on the database.
- RDbDatabase::Destroy() - Drops the tables and destroys the database. This handle is closed on successful ...
- RDbDatabase::DropIndex(const TDesC &,const TDesC &) - Drops an index synchronously.
- RDbDatabase::DropTable(const TDesC &) - Drops a table synchronously.
- RDbDatabase::Execute(const TDesC &,TDbTextComparison) - Executes a SQL statement on the database, and returns when it is complete. The a...
- RDbDatabase::IndexNamesL(const TDesC &)const - Lists the indexes on a table.
- RDbDatabase::InTransaction()const
- RDbDatabase::IsDamaged()const - Reports the damage status of the database. The function checks database indexes ...
- RDbDatabase::KeyL(const TDesC &,const TDesC &)const - Returns the index key.
- RDbDatabase::Recover() - Synchronous database recovery. RDbDatabase::Recover() will try to rebuild databa...
- RDbDatabase::Rollback() - Rollbacks the current transaction.
- RDbDatabase::Size()const - Returns the currently available size information for the database. This comprise...
- RDbDatabase::TableNamesL()const - Lists the tables on the database.
- RDbDatabase::UpdateStats() - Update any calculated statistics for the database. Note that this can take an ex...
- RDbIncremental::AlterTable(RDbDatabase &,const TDesC &,const CDbColSet &,TInt &) - Initiates a table alteration operation on a database. This is the incremental fo...
- RDbIncremental::Close() - Releases the resources used by the incremental operations object. If the operati...
- RDbIncremental::Compact(RDbDatabase &,TInt &) - Initiates the operation of compacting a database. This is the incremental form o...
- RDbIncremental::CreateIndex(RDbDatabase &,const TDesC &,const TDesC &,const CDbKey &,TInt &) - Initiates an index creation operation on a database. This is the incremental for...
- RDbIncremental::DropIndex(RDbDatabase &,const TDesC &,const TDesC &,TInt &) - Initiates an index discard operation on the database. This is the incremental fo...
- RDbIncremental::DropTable(RDbDatabase &,const TDesC &,TInt &) - Initiates a table discard operation on a database. All indexes belonging to the ...
- RDbIncremental::Execute(RDbDatabase &,const TDesC &,TDbTextComparison,TInt &) - Initiates the execution of a DDL (SQL schema update) statement on the database, ...
- RDbIncremental::Execute(RDbDatabase &,const TDesC &,TInt &) - Initiates the execution of a DDL (SQL schema update) statement on the database.
- RDbIncremental::Next(TInt &) - Performs the next step in the incremental operation, returning when the step is ...
- RDbIncremental::Next(TPckgBuf< TInt > &,TRequestStatus &) - Performs the next step in the incremental operation, returning immediately and s...
- RDbIncremental::Recover(RDbDatabase &,TInt &) - Initiates a database recovery operation.
- RDbIncremental::UpdateStats(RDbDatabase &,TInt &) - Initiates the operation of calculating and updating database statistics.
- RDbNamedDatabase::Create(RDbs &,const TDesC &,const TDesC &) - Creates a secure shared database. Max allowed database name length (with the ext...
- RDbNamedDatabase::Create(RFs &,const TDesC &,const TDesC &) - Creates a new non-secure database.
- RDbNamedDatabase::Open(RDbs &,const TDesC &,const TDesC &) - Opens an existing shared secure or non-secure database. Max allowed database nam...
- RDbNamedDatabase::Open(RFs &,const TDesC &,const TDesC &,TAccess) - Opens an existing non-secure database.
- RDbNamedDatabase::Replace(RFs &,const TDesC &,const TDesC &) - Creates a new non-secure database. If a database with the same file name exists,...
- RDbRowSet::AtBeginning()const - Tests whether the cursor is at the beginning of the rowset.
- RDbRowSet::AtEnd()const - Tests whether the cursor is at the end of the rowset.
- RDbRowSet::AtRow()const - Tests whether the cursor is on a row.
- RDbRowSet::BeginningL() - Positions the cursor at the beginning of the rowset.
- RDbRowSet::Bookmark()const - Gets the bookmark for the current cursor position. Bookmarks cannot be extracted...
- RDbRowSet::Cancel() - Cancels the update or insertion of a row, or recovers the rowset if RDbRowSet::P...
- RDbRowSet::Close() - Closes the rowset and releases any owned resources. It is safe to close a rowset...
- RDbRowSet::ColCount()const - Returns the number of columns which are defined in this rowset.
- RDbRowSet::ColDef(TDbColNo)const - Returns the definition of a column in the rowset.
- RDbRowSet::ColDes(TDbColNo)const - Extracts a Text column value. The column type must match the default descriptor ...
- RDbRowSet::ColDes16(TDbColNo)const - Extracts a column as Unicode text.
- RDbRowSet::ColDes8(TDbColNo)const - Extracts any column type, except Long columns, as binary data. Can handle any ty...
- RDbRowSet::ColInt(TDbColNo)const - Extracts a signed integer column value. The type should fit within a TInt.
- RDbRowSet::ColInt16(TDbColNo)const - Extracts a TInt16 or TInt8 column value.
- RDbRowSet::ColInt32(TDbColNo)const - Extracts a TInt32, TInt16 or TInt8 column value.
- RDbRowSet::ColInt64(TDbColNo)const - Extracts a TInt64 column value.
- RDbRowSet::ColInt8(TDbColNo)const - Extracts a TInt8 column value.
- RDbRowSet::ColLength(TDbColNo)const - Gets the length of a column value. As compared with RDbRowSet::ColSize(TDbColNo)...
- RDbRowSet::ColReal(TDbColNo)const - Extracts a TReal64 column value.
- RDbRowSet::ColReal32(TDbColNo)const - Extracts a TReal32 column value.
- RDbRowSet::ColReal64(TDbColNo)const - Extracts a TReal64 column value.
- RDbRowSet::ColSetL()const - Returns the entire column set for the rowset. This can be used to discover colum...
- RDbRowSet::ColSize(TDbColNo)const - Gets the size in bytes of a column value. This can be used for all column types,...
- RDbRowSet::ColTime(TDbColNo)const - Extracts a TTime column value.
- RDbRowSet::ColType(TDbColNo)const - Returns the type of a column in the rowset.
- RDbRowSet::ColUint(TDbColNo)const - Extracts an unsigned integer column value.
- RDbRowSet::ColUint16(TDbColNo)const - Extracts a Uint16, Uint8 or Bit column value.
- RDbRowSet::ColUint32(TDbColNo)const - Extracts a Uint32, Uint16, Uint8 or Bit column value.
- RDbRowSet::ColUint8(TDbColNo)const - Extracts a Uint8 or Bit column value.
- RDbRowSet::CountL(TAccuracy)const - Returns the number of rows available in a rowset.
- RDbRowSet::DeleteL() - Deletes the current row in a rowset. The rowset must not currently be updating o...
- RDbRowSet::EndL() - Positions the cursor at the end of the rowset.
- RDbRowSet::FindL(TDirection,TDbQuery) - Searches through a rowset for a row which fulfils an SQL search-condition. The s...
- RDbRowSet::FirstL() - Positions the cursor on the first row in the rowset. If there are no rows, the c...
- RDbRowSet::GetL() - Gets the current row data for access using the column extractor functions. The c...
- RDbRowSet::GotoL(const TDbBookmark &) - Goes to a previously bookmarked position in a rowset.
- RDbRowSet::GotoL(TPosition) - Moves the cursor to a specified position.
- RDbRowSet::InsertCopyL() - Inserts a copy of the current row into the rowset. All auto-increment columns wi...
- RDbRowSet::InsertL() - Inserts a new row into the rowset. All auto-increment columns will be initialise...
- RDbRowSet::IsColNull(TDbColNo)const - Tests whether a column has the NULL value.
- RDbRowSet::IsEmptyL()const - Tests whether there are any rows in the rowset. This is often faster than testin...
- RDbRowSet::LastL() - Positions the cursor on the last row in the rowset. If there are no rows, the cu...
- RDbRowSet::MatchL(const RDbRowConstraint &) - Tests whether the current row in the rowset matches a previously compiled row co...
- RDbRowSet::NextL() - Moves the cursor to the next row in the rowset. If there are no more rows, the c...
- RDbRowSet::PreviousL() - Moves the cursor to the previous row in the rowset. If there are no more rows, t...
- RDbRowSet::PutL() - Completes the update or insertion of a row.
- RDbRowSet::Reset() - Resets the rowset.
- RDbRowSet::SetColL(TDbColNo,const TDesC16 &) - Set a column value from Unicode text.
- RDbRowSet::SetColL(TDbColNo,const TDesC8 &) - Sets a column value from an 8 bit descriptor. This function can also set the val...
- RDbRowSet::SetColL(TDbColNo,TInt) - Sets a signed integer column value. The type should fit into a TInt.
- RDbRowSet::SetColL(TDbColNo,TInt32) - Sets a TInt32, TInt16 or TInt8 column value.
- RDbRowSet::SetColL(TDbColNo,TInt64) - Sets a TInt64 column value.
- RDbRowSet::SetColL(TDbColNo,TReal32) - Sets a TReal32 column value.
- RDbRowSet::SetColL(TDbColNo,TReal64) - Sets a TReal64 column value.
- RDbRowSet::SetColL(TDbColNo,TTime) - Sets a TTime column value.
- RDbRowSet::SetColL(TDbColNo,TUint) - Sets a signed integer column value. The type should fit into a TInt.
- RDbRowSet::SetColL(TDbColNo,TUint32) - Sets a TUint32, TUint16, TUint8 or Bit column value.
- RDbRowSet::SetColNullL(TDbColNo) - Use this function to set the value of a column to NULL.
- RDbRowSet::UpdateL() - Prepares the current row for update. If no client-begun transaction is in progre...
- RDbs::BackupPathsL(TSecureId,TUid) - Retrieves a list of paths of secure shared databases, which share the same secur...
- RDbs::Connect() - Makes a connection with the DBMS server. This function causes the server to star...
- RDbs::CopyDatabase(const TDesC &,const TDesC &,TUid) - Copies an existing secure shared database to a new secure shared database. The n...
- RDbs::DatabaseNamesL(TDriveNumber,TUid) - Retrieves a list of names of secure shared databases, which share the same secur...
- RDbs::DeleteDatabase(const TDesC &,TUid) - Deletes an existing secure shared database.
- RDbs::FreeReservedSpace(TInt) - The method frees the reserved by the DBMS session disk space.
- RDbs::GetBackupPath(TSecureId,const TDesC &,TUid,TDes &) - The method will fill out aBackupPath argument with the full path of aDbName secu...
- RDbs::GetDatabasePolicy(TUid,TPolicyType,TSecurityPolicy &) - Returns in the aDbPolicy output parameter the requested database security policy...
- RDbs::GetPolicy(TUid,const TDesC &,TUint,TSecurityPolicy &) - Returns in aPolicy output parameter requested database/table security policy of ...
- RDbs::GetReserveAccess(TInt) - Grants access to a given area on a given drive for RDbs session. Note this sessi...
- RDbs::GetTablePolicies(TUid,const TDesC &,TPolicyType,TSecurityPolicy &,TSecurityPolicy &) - Returns in the aDbPolicy and aTablePolicy output parameters the requested databa...
- RDbs::GetTablePolicy(TUid,const TDesC &,TPolicyType,TSecurityPolicy &) - Returns in the aTablePolicy output parameter the requested table security policy...
- RDbs::ReleaseReserveAccess(TInt) - Revokes access on a given drive for RDbs session.
- RDbs::ReserveDriveSpace(TInt,TInt) - Reserves a prederfined amount of disk space on aDrive drive. At the moment the m...
- RDbs::ResourceCheck() - Checks that the number of DBMS objects allocated in this session is the same as ...
- RDbs::ResourceCount() - Returns the number of DBMS objects allocated in this session.
- RDbs::ResourceMark() - Marks the start point for checking the number of DBMS objects allocated in this ...
- RDbs::SetHeapFailure(TInt,TInt)
- RDbs::Version() - Returns the version of the DBMS server.
- RDbView::Evaluate() - Performs a single step of the view evaluation, and returns when the step is comp...
- RDbView::Evaluate(TRequestStatus &) - Performs a single step of the view evaluation, returning immediately and signall...
- RDbView::EvaluateAll() - Use this function to fully evaluate the view. It is equivalent to:
- RDbView::Prepare(RDbDatabase &,const TDbQuery &,const TDbWindow &) - Prepares the view object for evaluating an SQL select-statement and specifies th...
- RDbView::Prepare(RDbDatabase &,const TDbQuery &,const TDbWindow &,TAccess) - Prepares the view object for evaluating an SQL select-statement, specifies the e...
- RDbView::Prepare(RDbDatabase &,const TDbQuery &,TAccess) - Prepares the view object for evaluating an SQL select-statement.
- RDbView::Unevaluated()const - Tests whether any more evaluation can be done to a view.
- REComSession::CancelNotifyOnChange(TRequestStatus &) - De-registers for notification messages.
- REComSession::Close() - Closes the open handle on the ECOM framework. Reference count is decremented and...
- REComSession::CreateImplementationL(TUid,TInt32) - Instantiates an interface implementation to satisfy the specified interface.
- REComSession::CreateImplementationL(TUid,TInt32,const TEComResolverParams &) - Instantiates an interface implementation to satisfy the specified interface.
- REComSession::CreateImplementationL(TUid,TInt32,const TEComResolverParams &,TUid) - Instantiates an interface implementation to satisfy the specified interface.
- REComSession::CreateImplementationL(TUid,TInt32,TAny *) - Instantiates an interface implementation to satisfy the specified interface.
- REComSession::CreateImplementationL(TUid,TInt32,TAny *,const TEComResolverParams &) - Instantiates an interface implementation to satisfy the specified interface.
- REComSession::CreateImplementationL(TUid,TInt32,TAny *,const TEComResolverParams &,TUid) - Instantiates an interface implementation to satisfy the specified interface.
- REComSession::CreateImplementationL(TUid,TUid &) - Instantiates an interface implementation to satisfy the specified interface.
- REComSession::CreateImplementationL(TUid,TUid &,const TEComResolverParams &) - Instantiates an interface implementation to satisfy the specified interface.
- REComSession::CreateImplementationL(TUid,TUid &,const TEComResolverParams &,TUid) - Instantiates an interface implementation to satisfy the specified interface.
- REComSession::CreateImplementationL(TUid,TUid &,TAny *) - Instantiates an interface implementation to satisfy the specified interface.
- REComSession::CreateImplementationL(TUid,TUid &,TAny *,const TEComResolverParams &) - Instantiates an interface implementation to satisfy the specified interface.
- REComSession::CreateImplementationL(TUid,TUid &,TAny *,const TEComResolverParams &,TUid) - Instantiates an interface implementation to satisfy the specified interface.
- REComSession::DestroyedImplementation(TUid) - Signals the destruction of an interface implementation to ECOM. LoadManager is r...
- REComSession::FinalClose() - This method is used in processes that have utilised the ECOM framework, it does ...
- REComSession::GetImplementationUidL(TUid) - Gets the corresponding implementation uid for a destructor id key. This is typic...
- REComSession::ListImplementationsL(TUid,const TEComResolverParams &,RImplInfoPtrArray &) - Retrieves a list of all the implementations which satisfy the specified interfac...
- REComSession::ListImplementationsL(TUid,const TEComResolverParams &,TUid,RImplInfoPtrArray &) - Retrieves a list of all the implementations which satisfy the specified interfac...
- REComSession::ListImplementationsL(TUid,RImplInfoPtrArray &) - Retrieves a list of all the implementations which satisfy the specified interfac...
- REComSession::NotifyOnChange(TRequestStatus &) - Registers for notification messages when the underlying ECOM registration data c...
- REComSession::OpenL() - This method returns a reference to the singleton client/server session object ma...
- REComSession::REComSession()
- RFileBuf::Attach(RFile &,TInt) - Attaches the specified file to this stream buffer.
- RFileBuf::Close() - Writes any outstanding data from the intermediate buffer before freeing the inte...
- RFileBuf::Create(RFs &,const TDesC &,TUint) - Creates a file with the specified name and attaches it to this stream buffer.
- RFileBuf::Detach() - Detaches the file from this stream buffer.
- RFileBuf::DoReadL(TAny *,TInt) - Reads data from the intermediate buffer into the specified memory location.
- RFileBuf::DoReadL(TDes8 &,TInt,TRequestStatus &) - Reads data from the stream buffer into the specified descriptor.
- RFileBuf::DoRelease() - Frees resources before abandoning the stream buffer.
- RFileBuf::DoSeekL(TMark,TStreamLocation,TInt)
- RFileBuf::DoSynchL() - Synchronises the stream buffer with the stream, leaving if any error occurs.
- RFileBuf::DoWriteL(const TAny *,TInt) - Writes data from the specified memory location into the intermediate buffer.
- RFileBuf::DoWriteL(const TDesC8 &,TInt,TRequestStatus &) - Writes data from the specified descriptor into this stream buffer.
- RFileBuf::File()const - Gets a reference to the file attached to this stream buffer.
- RFileBuf::Open(RFs &,const TDesC &,TUint) - Opens the specified file and attaches it to this stream buffer.
- RFileBuf::OverflowL() - Empties the intermediate buffer and resets the start and end points of the write...
- RFileBuf::Reattach(RFile &) - Re-attaches the specified file to this stream buffer.
- RFileBuf::Replace(RFs &,const TDesC &,TUint) - Replaces the file with the specified name and attaches it to this stream buffer.
- RFileBuf::Reset() - Frees the intermediate buffer.
- RFileBuf::Reset(TInt) - Frees the intermediate buffer and changes the size of any future intermediate bu...
- RFileBuf::RFileBuf() - Constructs the object with a default intermediate buffer size.
- RFileBuf::RFileBuf(TInt) - Constructs the object with the specified intermediate buffer size.
- RFileBuf::SetBuf(TArea,TUint8 *,TUint8 *) - Sets the start and end points of the read area within the intermediate buffer.
- RFileBuf::SetBuf(TRead,TUint8 *,TUint8 *) - Sets the start and end points of the read area within the intermediate buffer.
- RFileBuf::SetBuf(TWrite,TUint8 *,TUint8 *) - Sets the start and end points of the read area within the intermediate buffer.
- RFileBuf::SetSizeL(TInt) - Changes the size of the file attached to this buffer to the specified value.
- RFileBuf::Temp(RFs &,const TDesC &,TFileName &,TUint) - Creates and opens a temporary file with a unique name and attaches it to this st...
- RFileBuf::UnderflowL(TInt) - Re-fills the intermediate buffer and resets the start and end points of the read...
- RFilePagePool::Attach(RFile &) - Sets an existing file to be used for the page pool.
- RFilePagePool::Close() - Flushes cached pages to the file, and closes the file.
- RFilePagePool::Create(RFs &,const TDesC &,TUint) - Creates a new file for the page pool.
- RFilePagePool::Detach() - Ends the use of the file for the page pool, but does not close the file.
- RFilePagePool::ExtendL(const TAny *,TPageReclamation)
- RFilePagePool::File()const
- RFilePagePool::Flush() - Flushes the page cache and the file.
- RFilePagePool::FlushL() - Flushes the page cache and the file, leaving with a system-wide error code if an...
- RFilePagePool::Open(RFs &,const TDesC &,TUint) - Opens a file to use for the page pool.
- RFilePagePool::ReadL(TPageRef,TAny *)
- RFilePagePool::Release() - Closes the file without flushing the cache.
- RFilePagePool::Replace(RFs &,const TDesC &,TUint) - Creates or opens a file for the page pool.
- RFilePagePool::RFilePagePool() - Default constructor.
- RFilePagePool::RFilePagePool(CPageCache &) - Constructor with a page cache for the pool.
- RFilePagePool::Temp(RFs &,const TDesC &,TFileName &,TUint) - Creates and opens a file for the page pool with a unique name.
- RFilePagePool::WriteL(TPageRef,const TAny *,TPageChange)
- RFileWriteStream::Attach(RFile &,TInt) - Associates this stream with an already opened file and prepares the stream for w...
- RFileWriteStream::Create(RFs &,const TDesC &,TUint) - Creates a new file, associates it with this stream, and prepares the stream for ...
- RFileWriteStream::Open(RFs &,const TDesC &,TUint) - Opens a file containing a stream and prepares the stream for writing.
- RFileWriteStream::Replace(RFs &,const TDesC &,TUint) - Creates a new file, associates the file with this stream, and prepares the strea...
- RFileWriteStream::RFileWriteStream() - Constructs an empty write stream object.
- RFileWriteStream::RFileWriteStream(const MExternalizer< TStreamRef > &)
- RFileWriteStream::RFileWriteStream(RFile &,TInt) - Constructs the write stream object, associates it with an already opened file, a...
- RFileWriteStream::Temp(RFs &,const TDesC &,TFileName &,TUint) - Creates a temporary file, associates it with this stream, and prepares the strea...
- RHeap::Alloc(TInt) - Allocates a cell of the specified size from the heap.
- RHeap::AllocLen(const TAny *)const - Gets the length of the available space in the specified allocated cell.
- RHeap::AllocSize(TInt &)const - Gets the number of cells allocated on this heap, and the total space allocated t...
- RHeap::Available(TInt &)const - Gets the total free space currently available on the heap and the space availabl...
- RHeap::Base()const - Gets a pointer to the start of the heap.
- RHeap::Compress() - Compresses the heap.
- RHeap::Extension_(TUint,TAny *&,TAny *)
- RHeap::FindFollowingFreeCell(SCell *,SCell *&,SCell *&)
- RHeap::Free(TAny *) - Frees the specified cell and returns it to the heap.
- RHeap::GetAddress(const TAny *)const
- RHeap::MaxLength()const
- RHeap::operator delete(TAny *,TAny *) - Called if constructor issued by RHeap::operator new(TUint,TAny *) throws excepti...
- RHeap::ReAlloc(TAny *,TInt,TInt) - Increases or decreases the size of an existing cell in the heap.
- RHeap::ReAllocImpl(TAny *,TInt,TInt)
- RHeap::Reset() - Frees all allocated cells on this heap.
- RHeap::RHeap()
- RHeap::SetBrk(TInt)
- RHeap::Size()const - Gets the current size of the heap.
- RHTTPHeaders::FieldPartsL(RStringF)const - Obtain the number of parts in the named header field's value, Simple headers are...
- RHTTPHeaders::Fields()const - Access the fields within this header collection, via an iterator. Each applicati...
- RHTTPHeaders::GetField(RStringF,TInt,THTTPHdrVal &)const - Obtain the named header field's value. The index of a part within the field must...
- RHTTPHeaders::GetParam(RStringF,RStringF,THTTPHdrVal &,TInt)const - Obtain the value of a named parameter, associated with the named header field. A...
- RHTTPHeaders::GetRawField(RStringF,TPtrC8 &)const - Obtain an Raw representation of the named header field's value. Note that genera...
- RHTTPHeaders::RemoveAllFields() - Remove all the fields of this header collection
- RHTTPHeaders::RemoveField(RStringF) - Remove, entirely, the named header field from the header collection. All its par...
- RHTTPHeaders::RemoveFieldPart(RStringF,TInt) - Remove a single part of a header field. Just the part and any associated paramte...
- RHTTPHeaders::RHTTPHeaders() - Default constructor
- RHTTPHeaders::SetFieldL(RStringF,THTTPHdrVal) - Set a named field in the header. On the first instance that this API method is u...
- RHTTPHeaders::SetFieldL(RStringF,THTTPHdrVal,RStringF,THTTPHdrVal) - Set a named field in the header, and associate with it the supplied parameter. I...
- RHTTPHeaders::SetParamL(RStringF,RStringF,THTTPHdrVal,TInt) - Set a parameter in an existing header.
- RHTTPHeaders::SetRawFieldL(RStringF,const TDesC8 &,const TDesC8 &) - Set a named field in the header to contain the supplied Raw header data. If the ...
- RIncrMatcherBase::AppendChar(TChar) - Appends a character to the end of the match text.
- RIncrMatcherBase::Clear() - Clears the match text.
- RIncrMatcherBase::DeleteLastChar() - Deletes the final character in the match text.
- RIncrMatcherBase::FirstMatchingIndex(TInt &,const MDesC16Array &,TInt)const - Finds the first match in an array, using a binary comparison.
- RIncrMatcherBase::FirstMatchingIndexC(TInt &,const MDesC16Array &,TInt)const - Finds the first match in an array, using locale collation rules.
- RIncrMatcherBase::FirstMatchingIndexF(TInt &,const MDesC16Array &,TInt)const - Finds the first match in an array, using locale folding rules.
- RIncrMatcherBase::IsMatch(const TDesC &)const - Tests for match, using a binary comparison.
- RIncrMatcherBase::IsMatchC(const TDesC &)const - Tests for match, using locale collation rules.
- RIncrMatcherBase::IsMatchF(const TDesC &)const - Tests for match, using locale folding rules.
- RIncrMatcherBase::MatchDes() - Gets the match text.
- RIncrMatcherBase::MatchDes()const - Gets the match text.
- RIncrMatcherBase::MatchLength()const - Gets the current length of the match text buffer.
- RIncrMatcherBase::MatchText()const - Gets the match text as a TPtrC.
- RIncrMatcherBase::MaxLength()const - Gets the maximum length of the match text buffer.
- RIncrMatcherBase::RIncrMatcherBase() - Default constructor.
- RIncrMatcherBase::SetBestMatch(const TDesC &) - Sets the match text to the best match between the match text and the passed buff...
- RIncrMatcherBase::SetBestMatchC(const TDesC &) - Sets the match text to the best match between the match text and the passed buff...
- RIncrMatcherBase::SetBestMatchF(const TDesC &) - Sets the match text to the best match between the match text and the passed buff...
- RIncrMatcherBase::SetMatchText(const TDesC &) - Sets the match text.
- RIncrMatcherBase::~RIncrMatcherBase() - Virtual destructor, for reimplementation by derived classes.
- RMessagePtr2::Client(RThread &,TOwnerType)const - Opens a handle on the client thread.
- RMessagePtr2::ClientL(RThread &,TOwnerType)const - Opens a handle on the client thread.
- RMessagePtr2::ClientProcessFlags()const
- RMessagePtr2::ClientStatus()const - Returns the pointer to the clients TRequestStatus associated with the message.
- RMessagePtr2::Complete(RHandleBase)const - Duplicates the specified handle in the client thread, and returns this handle as...
- RMessagePtr2::Complete(TInt)const - Frees this message.
- RMessagePtr2::GetDesLength(TInt)const - Gets the length of a descriptor argument in the client's process.
- RMessagePtr2::GetDesLengthL(TInt)const - Gets the length of a descriptor argument in the client's process, leaving on fai...
- RMessagePtr2::GetDesMaxLength(TInt)const - Gets the maximum length of a descriptor argument in the client's process.
- RMessagePtr2::GetDesMaxLengthL(TInt)const - Gets the maximum length of a descriptor argument in the client's process, leavin...
- RMessagePtr2::Handle()const - Gets the message handle value.
- RMessagePtr2::HasCapability(TCapability,const char *)const - Check if the process which sent this message has a given capability.
- RMessagePtr2::HasCapability(TCapability,TCapability,const char *)const - Check if the process which sent this message has both of the given capabilities.
- RMessagePtr2::HasCapabilityL(TCapability,const char *)const - Check if the process which sent this message has a given capability.
- RMessagePtr2::HasCapabilityL(TCapability,TCapability,const char *)const - Check if the process which sent this message has both of the given capabilities.
- RMessagePtr2::Identity()const
- RMessagePtr2::IsNull()const - Tests whether this message handle is empty.
- RMessagePtr2::Kill(TInt)const - Kills the client.
- RMessagePtr2::Panic(const TDesC &,TInt)const - Panics the client.
- RMessagePtr2::Read(TInt,TDes16 &,TInt)const - Reads data from the specified offset within the 16-bit descriptor argument, into...
- RMessagePtr2::Read(TInt,TDes8 &,TInt)const - Reads data from the specified offset within the 8-bit descriptor argument, into ...
- RMessagePtr2::ReadL(TInt,TDes16 &,TInt)const - Reads data from the specified offset within the 16-bit descriptor argument, into...
- RMessagePtr2::ReadL(TInt,TDes8 &,TInt)const - Reads data from the specified offset within the 8-bit descriptor argument, into ...
- RMessagePtr2::RMessagePtr2() - Default constructor
- RMessagePtr2::SecureId()const - Return the Secure ID of the process which sent this message.
- RMessagePtr2::SetProcessPriority(TProcessPriority)const - Sets the priority of the client's process.
- RMessagePtr2::SetProcessPriorityL(TProcessPriority)const - Sets the priority of the client's process.
- RMessagePtr2::Terminate(TInt)const - Terminates the client.
- RMessagePtr2::VendorId()const - Return the Vendor ID of the process which sent this message.
- RMessagePtr2::Write(TInt,const TDesC16 &,TInt)const - Writes data from the specified source descriptor to the specified offset within ...
- RMessagePtr2::Write(TInt,const TDesC8 &,TInt)const - Writes data from the specified source descriptor to the specified offset within ...
- RMessagePtr2::WriteL(TInt,const TDesC16 &,TInt)const - Writes data from the specified source descriptor to the specified offset within ...
- RMessagePtr2::WriteL(TInt,const TDesC8 &,TInt)const - Writes data from the specified source descriptor to the specified offset within ...
- RMessageWindow::CancelDisplay() - Cancels the display of the window.
- RMessageWindow::ConstructL(TInt,TInt,TRgb,TRgb) - Performs second-phase construction.
- RMessageWindow::ConstructL(TInt,TInt,TRgb,TRgb,TRgb) - Performs second-phase construction, with a window border colour.
- RMessageWindow::GetBorders(TMargins &) - Gets the widths of the window's borders.
- RMessageWindow::RMessageWindow(RAnimDll &,const RWindowBase &) - Constructor.
- RMessageWindow::SetBackgroundColor(TRgb) - Sets the background colour for the window.
- RMessageWindow::SetBorderColor(TRgb) - Sets the window border colour.
- RMessageWindow::SetPlinthColors(TRgb,TRgb) - Sets the plinth colours.
- RMessageWindow::SetTextColor(TRgb) - Sets the message text colour.
- RMessageWindow::StartDisplay(TBool,TTimeIntervalMicroSeconds32,const TDesC &) - Displays the message window for a specified time.
- RMessageWindow::StartDisplay(TBool,TTimeIntervalMicroSeconds32,TTimeIntervalMicroSeconds32,const TDesC &) - Displays the message window for a specified time with an initial delay.
- RMidiControllerCustomCommands::CancelReceiveEvents() - Stop receiving events from the MIDI controller.
- RMidiControllerCustomCommands::ChannelsSupported(TInt &)const - Get the maximum number of logical channels supported by the MIDI engine.
- RMidiControllerCustomCommands::ChannelVolume(TInt,TReal32 &)const - Get the current volume setting of a logical channel.
- RMidiControllerCustomCommands::Close() - Closes any currently open resources, such as files, descriptors or URLs in use. ...
- RMidiControllerCustomCommands::CustomBankLoaded(TInt,TBool &)const - Query if a bank has been loaded to the memory.
- RMidiControllerCustomCommands::DurationMicroBeats(TInt64 &)const - Gets the length of the currently open MIDI resource in micro-beats.
- RMidiControllerCustomCommands::GetBalance(TInt &)const - Get the current stereo balance value.
- RMidiControllerCustomCommands::GetBankId(TBool,TInt,TInt &)const - Gets the identifier of a sound bank. Bank identifier (aka bank number) is a 14-b...
- RMidiControllerCustomCommands::GetInstrument(TInt,TInt &,TInt &) - Gets the instrument assigned to a specified channel.
- RMidiControllerCustomCommands::GetInstrumentId(TInt,TBool,TInt,TInt &)const - Gets the identifier of an instrument.
- RMidiControllerCustomCommands::GetRepeats(TInt &)const - Gets the number of times the current opened resources has to be repeated.
- RMidiControllerCustomCommands::InstrumentNameL(TInt,TBool,TInt)const - Gets the name of the given instrument.
- RMidiControllerCustomCommands::IsChannelMute(TInt,TBool &)const - Gets the muting status of a specific channel.
- RMidiControllerCustomCommands::IsTrackMute(TInt,TBool &)const - Gets the muting status of a specific track.
- RMidiControllerCustomCommands::LoadCustomBank(const TDesC &,TInt &) - Loads one or more custom sound banks from a file into memory for use. If several...
- RMidiControllerCustomCommands::LoadCustomBankData(const TDesC8 &,TInt &) - Loads one or more custom sound banks from a descriptor into memory for use. If s...
- RMidiControllerCustomCommands::LoadCustomInstrument(const TDesC &,TInt,TInt,TInt,TInt) - Loads an individual instrument from file into custom sound bank memory for use. ...
- RMidiControllerCustomCommands::LoadCustomInstrumentData(const TDesC8 &,TInt,TInt,TInt,TInt) - Loads an individual instrument from descriptor into custom sound bank memory for...
- RMidiControllerCustomCommands::MaxChannelVolume(TReal32 &)const - Gets the Maximum volume setting that may be applied to a logical channel.
- RMidiControllerCustomCommands::MaxPlaybackRate(TInt &)const - Gets the maximum playback rate in milli-percentage from the MIDI engine.
- RMidiControllerCustomCommands::MaxPolyphony(TInt &)const - Gets the current maximum number of notes the engine can handle This can be great...
- RMidiControllerCustomCommands::MaxVolume(TInt &)const - Maximum volume setting that may be applied overall.
- RMidiControllerCustomCommands::MimeType(TDes8 &)const - Gets the MIME type of the MIDI resource currently open.
- RMidiControllerCustomCommands::MinPlaybackRate(TInt &)const - Gets the minimum playback rate in milli-percentage from the MIDI engine.
- RMidiControllerCustomCommands::NoteOff(TInt,TInt,TInt) - Synchronous function to terminate playback of a note. If no corresponding note i...
- RMidiControllerCustomCommands::NoteOn(TInt,TInt,TInt) - Synchronous function to commence playback of a note. Multiple calls to this func...
- RMidiControllerCustomCommands::NumberOfBanks(TBool,TInt &)const - Gets the number of standard or custom sound banks currently available.
- RMidiControllerCustomCommands::NumberOfInstruments(TInt,TBool,TInt &)const - Gets the number of instruments available in a given sound bank.
- RMidiControllerCustomCommands::NumTracks(TInt &)const - Gets the number of tracks present in the currently open MIDI resource.
- RMidiControllerCustomCommands::PercussionKeyNameL(TInt,TInt,TBool,TInt)const - Gets the name of a particular percussion key corresponding to a given note.
- RMidiControllerCustomCommands::PitchTranspositionCents(TInt &)const - Gets the pitch shift in use for the currently open MIDI resource.
- RMidiControllerCustomCommands::PlaybackRate(TInt &)const - Gets the current playback rate factor of the currently open MIDI resource. The p...
- RMidiControllerCustomCommands::PlayNote(TInt,TInt,const TTimeIntervalMicroSeconds &,const TTimeIntervalMicroSeconds &,TInt,TInt) - Synchronous function to play a single note at a specified time. Multiple calls t...
- RMidiControllerCustomCommands::PlayNote(TInt,TInt,const TTimeIntervalMicroSeconds &,TInt,TInt) - Synchronous function to play a single note. Multiple calls to this function will...
- RMidiControllerCustomCommands::Polyphony(TInt &)const - Gets the polyphony of the MIDI engine.
- RMidiControllerCustomCommands::PositionMicroBeats(TInt64 &)const - Gets the current metrical position of the MIDI resource being played.
- RMidiControllerCustomCommands::ReceiveEvents(TPckgBuf< TInt > &,TRequestStatus &) - Start receiving events from the controller. This can only be called once the con...
- RMidiControllerCustomCommands::RetrieveEvent(TDes8 &) - Get the MIDI event from the MIDI controller.
- RMidiControllerCustomCommands::RMidiControllerCustomCommands(RMMFController &) - Constructor.
- RMidiControllerCustomCommands::SendMessage(const TDesC8 &,const TTimeIntervalMicroSeconds &,TInt &) - Sends a single MIDI message, with time stamp, to the MIDI engine.
- RMidiControllerCustomCommands::SendMessage(const TDesC8 &,TInt &) - Sends a single MIDI message to the MIDI engine.
- RMidiControllerCustomCommands::SendMipMessage(const RArray< TMipMessageEntry > &) - Sends a mip message to the MIDI engine. This is a convenience function, because ...
- RMidiControllerCustomCommands::SetBalance(TInt) - Set the current stereo balance value.
- RMidiControllerCustomCommands::SetBank(TBool) - Tell the MIDI engine to use a custom bank or a standard bank.
- RMidiControllerCustomCommands::SetChannelMute(TInt,TBool) - Set the muting state of a channel without changing its volume setting. When unmu...
- RMidiControllerCustomCommands::SetChannelVolume(TInt,TReal32) - Set the volume of a channel.
- RMidiControllerCustomCommands::SetInstrument(TInt,TInt,TInt) - Sets a logical channel to use the given instrument.
- RMidiControllerCustomCommands::SetMaxPolyphony(TInt) - Set the max polyphony the engine can handle.
- RMidiControllerCustomCommands::SetPitchTransposition(TInt,TInt &) - Sets the pitch shift to apply to the currently open MIDI resource. May be called...
- RMidiControllerCustomCommands::SetPlaybackRate(TInt) - Sets the playback rate for the playback of the current MIDI resource. The playba...
- RMidiControllerCustomCommands::SetPositionMicroBeats(TInt64)const - Change the position of the currently playing MIDI resource to the given position...
- RMidiControllerCustomCommands::SetRepeats(TInt,const TTimeIntervalMicroSeconds &) - Set the number of times to repeat the current MIDI resource. After RMidiControll...
- RMidiControllerCustomCommands::SetStopTime(const TTimeIntervalMicroSeconds &)const - Sets the stop time to use for the currently open MIDI resource
- RMidiControllerCustomCommands::SetSyncUpdateCallbackInterval(const TTimeIntervalMicroSeconds &,TInt64) - Sets the frequency at which MMIDIClientUtilityObserver::MmcuoSyncUpdateL() is ca...
- RMidiControllerCustomCommands::SetTempo(TInt) - Sets the tempo at which the current MIDI resource should be played. May be calle...
- RMidiControllerCustomCommands::SetTrackMute(TInt,TBool)const - Mutes or unmutes a particular track.
- RMidiControllerCustomCommands::SetVolume(TInt) - Set the overall volume of the MIDI client. This setting scales all channel volum...
- RMidiControllerCustomCommands::SetVolumeRamp(const TTimeIntervalMicroSeconds &) - Length of time over which the volume is faded up from zero to the current settin...
- RMidiControllerCustomCommands::Stop(const TTimeIntervalMicroSeconds &) - Stops playback of a resource but does not change the current position or release...
- RMidiControllerCustomCommands::StopNotes(TInt) - Stops the playback of all notes on the given channel, by means of an All Notes O...
- RMidiControllerCustomCommands::StopTime(TTimeIntervalMicroSeconds &)const - Get the stop time currently set for the MIDI resource.
- RMidiControllerCustomCommands::TempoMicroBeatsPerMinute(TInt &)const - Gets the current tempo of the currently open MIDI resource. The tempo is indepen...
- RMidiControllerCustomCommands::UnloadAllCustomBanks() - Removes all custom sound banks from memory.
- RMidiControllerCustomCommands::UnloadCustomBank(TInt) - Removes a custom sound bank from memory. Only valid for sound banks previously l...
- RMidiControllerCustomCommands::UnloadCustomInstrument(TInt,TInt) - Removes an instrument from custom sound bank memory. Only valid for instruments ...
- RMidiControllerCustomCommands::Volume(TInt &)const - Gets the overall volume of the MIDI client.
- RMMFController::AddDataSink(const TMMFUidPckg &,const TDesC8 &,TMMFMessageDestinationPckg &,TRequestStatus &) - Add a data sink to the controller asynchronously, and receive a handle to allow ...
- RMMFController::AddDataSink(TUid,const TDesC8 &) - Adds a data sink to the controller.
- RMMFController::AddDataSink(TUid,const TDesC8 &,TMMFMessageDestination &) - Adds a data sink to the controller, and receives a handle to allow removal and d...
- RMMFController::AddDataSource(const TMMFUidPckg &,const TDesC8 &,TMMFMessageDestinationPckg &,TRequestStatus &) - Add a data source to the controller asynchronously, and receive a handle to allo...
- RMMFController::AddDataSource(TUid,const TDesC8 &) - Adds a data source to the controller.
- RMMFController::AddDataSource(TUid,const TDesC8 &,TMMFMessageDestination &) - Adds a data source to the controller, and receive a handle to allow removal and ...
- RMMFController::AddFileHandleDataSink(const RFile &,TMMFMessageDestinationPckg &,TRequestStatus &)
- RMMFController::AddFileHandleDataSource(const RFile &,TMMFMessageDestinationPckg &,TRequestStatus &)
- RMMFController::CancelAddDataSink() - Cancels an outstanding call to the asynchronous version of RMMFController::AddDa...
- RMMFController::CancelAddDataSource() - Cancels an outstanding call to the asynchronous version of RMMFController::AddDa...
- RMMFController::CancelReceiveEvents() - Cancels a previous registration to receive events from the controller plugin.
- RMMFController::Close() - Closes the controller plugin.
- RMMFController::CustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TDes8 &,TRequestStatus
&) - Sends a custom command asynchronously to the controller plugin.
- RMMFController::CustomCommandAsync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TRequestStatus &) - Sends a custom command asynchronously to the controller plugin.
- RMMFController::CustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &) - Sends a custom command synchronously to the controller plugin.
- RMMFController::CustomCommandSync(const TMMFMessageDestinationPckg &,TInt,const TDesC8 &,const TDesC8 &,TDes8 &) - Sends a custom command synchronously to the controller plugin.
- RMMFController::GetDuration(TTimeIntervalMicroSeconds &)const - Gets the duration of the clip in microseconds.
- RMMFController::GetMetaDataEntryL(TInt)const - Returns a particular meta data entry from the clip.
- RMMFController::GetNumberOfMetaDataEntries(TInt &)const - Gets the number a meta data entries in the clip.
- RMMFController::GetPosition(TTimeIntervalMicroSeconds &)const - Gets the current position microseconds.
- RMMFController::Open(const CMMFControllerImplementationInformation &,const TMMFPrioritySettings &) - Loads a controller plugin by specifying a CMMFControllerImplementationInformatio...
- RMMFController::Open(const CMMFControllerImplementationInformation &,const TMMFPrioritySettings &,TBool) - Loads a controller plugin by specifying a CMMFControllerImplementationInformatio...
- RMMFController::Open(TUid,const TMMFPrioritySettings &) - Loads a controller plugin by specifying the UID of the plugin to load.
- RMMFController::Open(TUid,const TMMFPrioritySettings &,TBool) - Loads a controller plugin by specifying the UID of the plugin to load.
- RMMFController::Pause() - Pauses the controller.
- RMMFController::Play() - Starts the controller playing. The controller will begin transferring data from ...
- RMMFController::Prime() - Prepares the controller to start playing.
- RMMFController::ReceiveEvents(TMMFEventPckg &,TRequestStatus &) - Registers to receive events from the controller plugin.
- RMMFController::RemoveDataSink(const TMMFMessageDestination &) - Removes a data sink from the controller.
- RMMFController::RemoveDataSource(const TMMFMessageDestination &) - Removes a data source from the controller.
- RMMFController::Reset() - Reverts the controller plugin back to the state it was in just after it had been...
- RMMFController::RMMFController() - Constructor.
- RMMFController::SetPosition(const TTimeIntervalMicroSeconds &)const - Sets the current position microseconds.
- RMMFController::SetPrioritySettings(const TMMFPrioritySettings &)const - Sets the priority settings for this controller.
- RMMFController::SetThreadPriority(const TThreadPriority &)const - Set the priority of the controller's sub thread.
- RMMFController::Stop() - Stops the controller.
- RMsgQueueBase::CancelDataAvailable() - Cancels an outstanding data available notification request.
- RMsgQueueBase::CancelSpaceAvailable() - Cancels an outstanding space available notification request.
- RMsgQueueBase::CreateGlobal(const TDesC &,TInt,TInt,TOwnerType) - Creates a global message queue, and opens a handle to that message queue.
- RMsgQueueBase::CreateLocal(TInt,TInt,TOwnerType) - Creates a message queue that is private to the current process, and opens a hand...
- RMsgQueueBase::MessageSize() - Gets the size of message slots in the queue.
- RMsgQueueBase::NotifyDataAvailable(TRequestStatus &) - Requests notification when there is at least one message in the queue.
- RMsgQueueBase::NotifySpaceAvailable(TRequestStatus &) - Requests notification when space becomes available in the queue.
- RMsgQueueBase::Open(RMessagePtr2,TInt,TOwnerType) - Opens a global message queue using a handle passed in a server message.
- RMsgQueueBase::Open(TInt,TOwnerType) - Opens a message queue using the handle passed in during process creation.
- RMsgQueueBase::OpenGlobal(const TDesC &,TOwnerType) - Opens a global message queue.
- RMsgQueueBase::Receive(TAny *,TInt) - Retrieves the first message in the queue.
- RMsgQueueBase::ReceiveBlocking(TAny *,TInt) - Retrieves the first message in the queue, and waits if the queue is empty.
- RMsgQueueBase::Send(const TAny *,TInt) - Sends a message through this queue.
- RMsgQueueBase::SendBlocking(const TAny *,TInt) - Sends a message through this queue, and waits for space to become available if t...
- RNotifier::CancelNotifier(TUid) - Requests the extended notifier server to cancel the notifier identified by the s...
- RNotifier::Close() - Closes the notifier.
- RNotifier::Connect() - Connects to the extended notifier server, creating a session with that server. N...
- RNotifier::Notify(const TDesC &,const TDesC &,const TDesC &,const TDesC &,TInt &,TRequestStatus &) - Launches a simple two line dialog that displays two lines of text.
- RNotifier::NotifyCancel() - Not implemented by the server.
- RNotifier::RNotifier() - Default constructor.
- RNotifier::StartNotifier(TUid,const TDesC8 &) - Requests the extended notifier server to start the notifier identified by the sp...
- RNotifier::StartNotifier(TUid,const TDesC8 &,TDes8 &) - Requests the extended notifier server to start the notifier identified by the sp...
- RNotifier::StartNotifier(TUid,TUid,const TDesC8 &,TDes8 &)
- RNotifier::StartNotifierAndGetResponse(TRequestStatus &,TUid,const TDesC8 &,TDes8 &) - Requests the extended notifier server to start the notifier identified by the sp...
- RNotifier::UpdateNotifier(TUid,const TDesC8 &,TDes8 &) - Requests the extended notifier server to update the active notifier identified b...
- RNotifier::UpdateNotifierAndGetResponse(TRequestStatus &,TUid,const TDesC8 &,TDes8 &) - Requests the extended notifier server to update the active notifier identified b...
- RPhoneBookSession::__DbgCheckHeap(TInt) - Performs a heap mark check in the Phonebook Sync Server and Background Sync Engi...
- RPhoneBookSession::__DbgFailNext(TInt) - Set a heap fail next condition in the Phonebook Sync Server and Background Sync ...
- RPhoneBookSession::__DbgMarkEnd(TInt) - Perfom a heap mark end check in the Phonebook Sync Server and Background Sync En...
- RPhoneBookSession::__DbgMarkHeap() - Set a heap mark in the Phonebook Sync Server and Background Sync Engine threads.
- RPhoneBookSession::CancelRequest(TPhonebookSyncRequestCancel) - Cancels a previously issued asynchronous request on the Global/GSM ADN phonebook...
- RPhoneBookSession::CancelRequest(TPhonebookSyncRequestCancel,TUid) - Cancels a previously issued asynchronous request. The request to be cancelled is...
- RPhoneBookSession::Close() - Closes the client's session with the Phonebook Synchroniser Server.
- RPhoneBookSession::Connect() - Connects the client to the Phonebook Synchroniser Server.
- RPhoneBookSession::DeleteContact(TRequestStatus &,TContactItemId) - Deletes the contact item from the ICC card.
- RPhoneBookSession::DoSynchronisation(TRequestStatus &) - Executes a manual synchronisation of the Global/GSM ADN phonebook entries.
- RPhoneBookSession::DoSynchronisation(TRequestStatus &,TUid) - Instructs the Phonebook Synchroniser Server to start a manual synchronisation of...
- RPhoneBookSession::GetContactFormat(TDes8 &) - Returns information about the supported fields within an ICC phonebook entry.
- RPhoneBookSession::GetFreeSlotsL(RArray< TInt > &)const - Get the slots that are free in the Global/GSM ADN phonebook.
- RPhoneBookSession::GetFreeSlotsL(RArray< TInt > &,TUid)const - Get the slots that are free in the requested phonebook.
- RPhoneBookSession::GetLastSyncError(TInt &) - Returns the last server cache sync error for the Global/GSM ADN phonebook.
- RPhoneBookSession::GetLastSyncError(TInt &,TUid) - Return the last server cache sync error for the requested phonebook.
- RPhoneBookSession::GetNumSlots(TInt &)const - Gets the total number of slots on the Global/GSM ADN phonebook.
- RPhoneBookSession::GetNumSlots(TInt &,TUid)const - Gets the total number of slots on the specified ICC phonebook.
- RPhoneBookSession::GetPhoneBookCacheState(TSyncState &) - Returns the current state of the Phonebook Synchroniser server cache for the Glo...
- RPhoneBookSession::GetPhoneBookCacheState(TSyncState &,TUid) - Return the current phonebook server cache state for the ICC phonebook specified ...
- RPhoneBookSession::GetPhoneBookId(TContactItemId &,TSyncIdType) - Returns the requested UID for the ID type belonging to the Global/GSM ADN phoneb...
- RPhoneBookSession::GetPhoneBookId(TContactItemId &,TSyncIdType,TUid) - Return either the current group or template ID (depending on the type supplied b...
- RPhoneBookSession::GetSlotId(TInt,TContactItemId &)const - Get the Contacts UID of a particular slot in the Global/GSM ADN phonebook.
- RPhoneBookSession::GetSlotId(TInt,TContactItemId &,TUid)const - Get the Contacts UID of a particular slot in the requested phonebook.
- RPhoneBookSession::GetSyncMode(TPhonebookSyncMode &) - Returns the current setting for the synchronisation mode of the Global/GSM ADN p...
- RPhoneBookSession::GetSyncMode(TPhonebookSyncMode &,TUid) - Returns the current setting for the Synchonisation Mode of the ICC phonebook spe...
- RPhoneBookSession::NotifyPhBkCacheStateChange(TRequestStatus &) - Registers the notification for a change in the Global/GSM ADN phonebook cache st...
- RPhoneBookSession::NotifyPhBkCacheStateChange(TRequestStatus &,TUid) - Registers the notification for a change in the Phone book cache state.
- RPhoneBookSession::RPhoneBookSession() - Standard constructor.
- RPhoneBookSession::SetSyncMode(TPhonebookSyncMode) - Sets a new value for the synchronisation mode of the Global/GSM ADN phonebook, u...
- RPhoneBookSession::SetSyncMode(TPhonebookSyncMode,TUid) - Set a new value for the Synchonisation Mode of the ICC phonebook specified by aP...
- RPhoneBookSession::ShutdownServer(TBool) - Requests the shutdown of the server when the last client disconnects. There is n...
- RPointerArray< TAny >::Append(const TAny *) - Appends an pointer onto the array.
- RPointerArray< TAny >::AppendL(const TAny *) - Appends an pointer onto the array.
- RPointerArray< TAny >::Array()const - Constructs and returns a generic array.
- RPointerArray< TAny >::Close() - Closes the array and frees all memory allocated to it.
- RPointerArray< TAny >::Compress() - Compresses the array down to a minimum.
- RPointerArray< TAny >::Count()const - Gets the number of pointers in the array.
- RPointerArray< TAny >::Find(const TAny *)const - Finds the first pointer in the array which matches the specified pointer, using ...
- RPointerArray< TAny >::FindInAddressOrder(const TAny *)const - Finds the pointer in the array that matches the specified object pointer, using ...
- RPointerArray< TAny >::FindInAddressOrder(const TAny *,TInt &)const - Finds the pointer in the array that matches the specified object pointer, using ...
- RPointerArray< TAny >::FindInAddressOrderL(const TAny *)const - Finds the pointer in the array that matches the specified pointer, using a binar...
- RPointerArray< TAny >::FindInAddressOrderL(const TAny *,TInt &)const - Finds the pointer in the array that matches the specified pointer, using a binar...
- RPointerArray< TAny >::FindL(const TAny *)const - Finds the first pointer in the array which matches the specified pointer, using ...
- RPointerArray< TAny >::FindReverse(const TAny *)const - Finds the last pointer in the array which matches the specified pointer, using a...
- RPointerArray< TAny >::FindReverseL(const TAny *)const - Finds the last pointer in the array which matches the specified pointer, using a...
- RPointerArray< TAny >::GranularCompress() - Compresses the array down to a granular boundary.
- RPointerArray< TAny >::Insert(const TAny *,TInt) - Inserts an pointer into the array at the specified position.
- RPointerArray< TAny >::InsertInAddressOrder(const TAny *) - Inserts an pointer into the array in address order.
- RPointerArray< TAny >::InsertInAddressOrderAllowRepeats(const TAny *) - Inserts an pointer into the array in address order, allowing duplicates.
- RPointerArray< TAny >::InsertInAddressOrderAllowRepeatsL(const TAny *) - Inserts an pointer into the array in address order, allowing duplicates.
- RPointerArray< TAny >::InsertInAddressOrderL(const TAny *) - Inserts an pointer into the array in address order.
- RPointerArray< TAny >::InsertL(const TAny *,TInt) - Inserts an pointer into the array at the specified position.
- RPointerArray< TAny >::operator[](TInt) - Gets a reference to the pointer located at the specified position within the arr...
- RPointerArray< TAny >::operator[](TInt)const - Gets a reference to the pointer located at the specified position within the arr...
- RPointerArray< TAny >::Remove(TInt) - Removes the pointer at the specified position from the array.
- RPointerArray< TAny >::Reset() - Empties the array.
- RPointerArray< TAny >::RPointerArray() - Default C++ constructor.
- RPointerArray< TAny >::RPointerArray(TAny **,TInt) - C++ constructor with a pointer to the first array entry in a pre-existing array,...
- RPointerArray< TAny >::RPointerArray(TInt) - C++ constructor with granularity.
- RPointerArray< TAny >::RPointerArray(TInt,TInt) - C++ constructor with minimum growth step and exponential growth factor.
- RPointerArray< TAny >::SortIntoAddressOrder() - Sorts the pointers within the array into address order.
- RPointerArray< TAny >::SpecificFindInAddressOrder(const TAny *,TInt &,TInt)const - Finds the pointer in the array that matches the specified pointer, using a binar...
- RPointerArray< TAny >::SpecificFindInAddressOrder(const TAny *,TInt)const - Finds the pointer in the array that matches the specified pointer, using a binar...
- RPointerArray< TAny >::SpecificFindInAddressOrderL(const TAny *,TInt &,TInt)const - Finds the pointer in the array that matches the specified pointer, using a binar...
- RPointerArray< TAny >::SpecificFindInAddressOrderL(const TAny *,TInt)const - Finds the pointer in the array that matches the specified pointer, using a binar...
- RPointerArray::Append(const T *) - Appends an object pointer onto the array.
- RPointerArray::AppendL(const T *) - Appends an object pointer onto the array.
- RPointerArray::Array()const - Constructs and returns a generic array.
- RPointerArray::Close() - Closes the array and frees all memory allocated to it.
- RPointerArray::Compress() - Compresses the array down to a minimum.
- RPointerArray::Count()const - Gets the number of object pointers in the array.
- RPointerArray::Find(const K &,TBool(*)(const K *k, const T &t))const - Finds the first object pointer in the array which matches aKey using the compari...
- RPointerArray::Find(const T *)const - Finds the first object pointer in the array which matches the specified object p...
- RPointerArray::Find(const T *,TIdentityRelation< T >)const - Finds the first object pointer in the array whose object matches the specified o...
- RPointerArray::FindInAddressOrder(const T *)const - Finds the object pointer in the array that matches the specified object pointer,...
- RPointerArray::FindInAddressOrder(const T *,TInt &)const - Finds the object pointer in the array that matches the specified object pointer,...
- RPointerArray::FindInAddressOrderL(const T *)const - Finds the object pointer in the array that matches the specified object pointer,...
- RPointerArray::FindInAddressOrderL(const T *,TInt &)const - Finds the object pointer in the array that matches the specified object pointer,...
- RPointerArray::FindInOrder(const K &,TInt(*)(const K *k, const T &t))const - Finds the object pointer in the array whose object matches the specified key, (U...
- RPointerArray::FindInOrder(const T *,TInt &,TLinearOrder< T >)const - Finds the object pointer in the array whose object matches the specified object,...
- RPointerArray::FindInOrder(const T *,TLinearOrder< T >)const - Finds the object pointer in the array whose object matches the specified object,...
- RPointerArray::FindInOrderL(const T *,TInt &,TLinearOrder< T >)const - Finds the object pointer in the array whose object matches the specified object,...
- RPointerArray::FindInOrderL(const T *,TLinearOrder< T >)const - Finds the object pointer in the array whose object matches the specified object,...
- RPointerArray::FindL(const T *)const - Finds the first object pointer in the array which matches the specified object p...
- RPointerArray::FindL(const T *,TIdentityRelation< T >)const - Finds the first object pointer in the array whose object matches the specified o...
- RPointerArray::FindReverse(const K &,TInt(*)(const K *k, const T &t))const - Finds the first object pointer in the array which matches aKey using the compari...
- RPointerArray::FindReverse(const T *)const - Finds the last object pointer in the array which matches the specified object po...
- RPointerArray::FindReverse(const T *,TIdentityRelation< T >)const - Finds the last object pointer in the array whose object matches the specified ob...
- RPointerArray::FindReverseL(const T *)const - Finds the last object pointer in the array which matches the specified object po...
- RPointerArray::FindReverseL(const T *,TIdentityRelation< T >)const - Finds the last object pointer in the array whose object matches the specified ob...
- RPointerArray::GranularCompress() - Compresses the array down to a granular boundary.
- RPointerArray::Insert(const T *,TInt) - Inserts an object pointer into the array at the specified position.
- RPointerArray::InsertInAddressOrder(const T *) - Inserts an object pointer into the array in address order.
- RPointerArray::InsertInAddressOrderAllowRepeats(const T *) - Inserts an object pointer into the array in address order, allowing duplicates.
- RPointerArray::InsertInAddressOrderAllowRepeatsL(const T *) - Inserts an object pointer into the array in address order, allowing duplicates.
- RPointerArray::InsertInAddressOrderL(const T *) - Inserts an object pointer into the array in address order.
- RPointerArray::InsertInOrder(const T *,TLinearOrder< T >) - Inserts an object pointer into the array so that the object itself is in object ...
- RPointerArray::InsertInOrderAllowRepeats(const T *,TLinearOrder< T >) - Inserts an object pointer into the array so that the object itself is in object ...
- RPointerArray::InsertInOrderAllowRepeatsL(const T *,TLinearOrder< T >) - Inserts an object pointer into the array so that the object itself is in object ...
- RPointerArray::InsertInOrderL(const T *,TLinearOrder< T >) - Inserts an object pointer into the array so that the object itself is in object ...
- RPointerArray::InsertL(const T *,TInt) - Inserts an object pointer into the array at the specified position.
- RPointerArray::operator[](TInt) - Gets a reference to the object pointer located at the specified position within ...
- RPointerArray::operator[](TInt)const - Gets a reference to the object pointer located at the specified position within ...
- RPointerArray::Remove(TInt) - Removes the object pointer at the specified position from the array.
- RPointerArray::Reserve(TInt) - Reserves space for the specified number of elements.
- RPointerArray::ReserveL(TInt) - Reserves space for the specified number of elements.
- RPointerArray::Reset() - Empties the array.
- RPointerArray::ResetAndDestroy() - Empties the array and deletes the referenced objects.
- RPointerArray::RPointerArray() - Default C++ constructor.
- RPointerArray::RPointerArray(T **,TInt) - C++ constructor with a pointer to the first array entry in a pre-existing array,...
- RPointerArray::RPointerArray(TInt) - C++ constructor with granularity.
- RPointerArray::RPointerArray(TInt,TInt) - C++ constructor with minimum growth step and exponential growth factor.
- RPointerArray::Sort(TLinearOrder< T >) - Sorts the object pointers within the array.
- RPointerArray::SortIntoAddressOrder() - Sorts the object pointers within the array into address order.
- RPointerArray::SpecificFindInAddressOrder(const T *,TInt &,TInt)const - Finds the object pointer in the array that matches the specified object pointer,...
- RPointerArray::SpecificFindInAddressOrder(const T *,TInt)const - Finds the object pointer in the array that matches the specified object pointer,...
- RPointerArray::SpecificFindInAddressOrderL(const T *,TInt &,TInt)const - Finds the object pointer in the array that matches the specified object pointer,...
- RPointerArray::SpecificFindInAddressOrderL(const T *,TInt)const - Finds the object pointer in the array that matches the specified object pointer,...
- RPointerArray::SpecificFindInOrder(const T *,TInt &,TLinearOrder< T >,TInt)const - Finds the object pointer in the array whose object matches the specified object,...
- RPointerArray::SpecificFindInOrder(const T *,TLinearOrder< T >,TInt)const - Finds the object pointer in the array whose object matches the specified object,...
- RPointerArray::SpecificFindInOrderL(const T *,TInt &,TLinearOrder< T >,TInt)const - Finds the object pointer in the array whose object matches the specified object,...
- RPointerArray::SpecificFindInOrderL(const T *,TLinearOrder< T >,TInt)const - Finds the object pointer in the array whose object matches the specified object,...
- RProcess::Create(const TDesC &,const TDesC &,const TUidType &,TOwnerType) - Starts a new process, loading the specified executable which matches the specifi...
- RProcess::Create(const TDesC &,const TDesC &,TOwnerType) - Starts a new process, loading the specified executable.
- RProcess::CreateWithStackOverride(const TDesC &,const TDesC &,const TUidType &,TInt,TOwnerType) - CR0885
- RProcess::ExitCategory()const - Gets the name of the category associated with the end of the process.
- RProcess::ExitReason()const - Gets the specific reason associated with the end of this process.
- RProcess::ExitType()const - Tests whether the process has ended and, if it has ended, return how it ended.
- RProcess::FileName()const - Gets a copy of the full path name of the loaded executable on which this process...
- RProcess::GetMemoryInfo(TModuleMemoryInfo &)const - Gets the size and base address of the code and various data sections of the proc...
- RProcess::HasCapability(TCapability,const char *)const - Check if the process has a given capability
- RProcess::HasCapability(TCapability,TCapability,const char *)const - Check if the process has both of the given capabilities
- RProcess::Id()const - Gets the Id of this process.
- RProcess::Identity()const
- RProcess::JustInTime()const - Tests whether "Just In Time" debugging is enabled or not for this proc...
- RProcess::Kill(TInt) - Ends this process, and all of its threads, specifying a reason code.
- RProcess::Logon(TRequestStatus &)const - Requests notification when this process dies, normally or otherwise.
- RProcess::LogonCancel(TRequestStatus &)const - Cancels an outstanding request for notification of the death of this process.
- RProcess::Open(const TDesC &,TOwnerType) - Opens a handle to a specifically named process.
- RProcess::Open(const TFindProcess &,TOwnerType) - Opens a handle to the process found by pattern matching a name.
- RProcess::Open(TProcessId,TOwnerType) - Opens a handle to the process whose process Id matches the specified process ID.
- RProcess::Panic(const TDesC &,TInt) - Panics the process and all of its owned threads, specifying the panic category n...
- RProcess::Priority()const - Gets the priority of this process.
- RProcess::RenameMe(const TDesC &)
- RProcess::Rendezvous(TInt) - Completes all Rendezvous' with the current process.
- RProcess::Rendezvous(TRequestStatus &)const - Creates a Rendezvous request with the process.
- RProcess::RendezvousCancel(TRequestStatus &)const - Cancels a previously requested Rendezvous with the process.
- RProcess::Resume() - Makes the first thread in the process eligible for execution.
- RProcess::RProcess() - Default constructor.
- RProcess::RProcess(TInt) - Constructor taking a handle number.
- RProcess::SecureId()const - Return the Secure ID of the process.
- RProcess::SetJustInTime(TBool)const - Enables or disables "Just In Time" debugging for this process. This wi...
- RProcess::SetParameter(TInt,const RSubSessionBase &) - Sets the specfied sub-session into the specified environment data slot for this ...
- RProcess::SetParameter(TInt,const TDesC16 &) - Sets the specified 16-bit descriptor data into the specified environment data sl...
- RProcess::SetParameter(TInt,const TDesC8 &) - Sets the specified 8-bit descriptor data into the specified environment data slo...
- RProcess::SetParameter(TInt,RHandleBase) - Sets the specified handle into the specified environment data slot for this proc...
- RProcess::SetParameter(TInt,TInt) - Sets the specfied integer value into the specified environment data slot for thi...
- RProcess::SetPriority(TProcessPriority)const - Sets the priority of this process to one of the values defined by theTProcessPri...
- RProcess::Terminate(TInt) - Ends this process, and all of its threads, specifying a reason code.
- RProcess::Type()const - Gets the Uid type associated with the process.
- RProcess::VendorId()const - Return the Vendor ID of the process.
- RProperty::Attach(TUid,TUint,TOwnerType) - Attaches to the specified property.
- RProperty::Cancel() - Cancels an outstanding subscription request for this property handle.
- RProperty::Define(TUid,TUint,TInt,TInt) - Defines a property.
- RProperty::Delete(TUid,TUint) - Deletes a property.
- RProperty::Delete(TUint) - Deletes a property.
- RProperty::Get(TDes16 &) - Gets the text value of this property.
- RProperty::Get(TDes8 &) - Gets the byte-array (binary) value of this property.
- RProperty::Get(TInt &) - Gets the integer value of this property.
- RProperty::Get(TUid,TUint,TDes16 &) - Gets a text property.
- RProperty::Get(TUid,TUint,TDes8 &) - Gets a binary property.
- RProperty::Get(TUid,TUint,TInt &) - Gets an integer property.
- RProperty::Set(const TDesC16 &) - Sets the text property
- RProperty::Set(const TDesC8 &) - Sets the byte-array (binary) property.
- RProperty::Set(TInt) - Sets a new integer value for this property.
- RProperty::Set(TUid,TUint,const TDesC16 &) - Sets a text property.
- RProperty::Set(TUid,TUint,const TDesC8 &) - Sets a binary property.
- RProperty::Set(TUid,TUint,TInt) - Sets an integer property.
- RProperty::Subscribe(TRequestStatus &) - Subscribes to a property.
- RReadStream::Attach(MStreamBuf *) - Sets the stream buffer source for this read stream. The existing source (if ther...
- RReadStream::Close() - Frees resources used by the stream.
- RReadStream::Detach() - Sets the stream buffer source for this read stream to NULL. The existing source,...
- RReadStream::Pop() - Removes the cleanup item for this read stream object from the cleanup stack.
- RReadStream::PushL() - Puts a cleanup item for this read stream object onto the cleanup stack. This all...
- RReadStream::ReadInt16L() - Internalises a TInt16 value. The function reads a 16Â bit value from this stre...
- RReadStream::ReadInt32L() - Internalises a TInt32 value. The function reads a 32Â bit value from this stre...
- RReadStream::ReadInt8L() - Internalises a TInt8 value The function reads an 8Â bit value from this stream...
- RReadStream::ReadL(RWriteStream &) - Writes the content of this stream to the specified write stream.
- RReadStream::ReadL(RWriteStream &,TInt) - Writes the content of this stream to the specified write stream.
- RReadStream::ReadL(TDes16 &) - Reads sufficient data from this stream to fill the specified 16 bit descriptor u...
- RReadStream::ReadL(TDes16 &,TChar) - Reads data from this stream into the 16 bit descriptor, until either the specifi...
- RReadStream::ReadL(TDes16 &,TInt) - Reads data of specified length from this stream into the specified 16 bit descri...
- RReadStream::ReadL(TDes8 &) - Reads sufficient data from this stream to fill the specified 8 bit descriptor up...
- RReadStream::ReadL(TDes8 &,TChar) - Reads data from this stream into the 8 bit descriptor, until either the specifie...
- RReadStream::ReadL(TDes8 &,TInt) - Reads data of specified length from this stream into the specified 8 bit descrip...
- RReadStream::ReadL(TInt) - Discards data of specified length read from this stream.
- RReadStream::ReadL(TUint16 *,TInt) - Reads data of specified length from this stream into the specified 16 bit descri...
- RReadStream::ReadL(TUint8 *,TInt) - Reads data of specified length from this stream into the location defined by the...
- RReadStream::ReadReal32L() - Internalises a TReal32 value. The function reads a 32Â bit value from this str...
- RReadStream::ReadReal64L() - Internalises a TReal64 value. The function reads a 64Â bit value from this str...
- RReadStream::ReadUint16L() - Internalises a TUint16 value. The function reads a 16Â bit value from this str...
- RReadStream::ReadUint32L() - Internalises a TUint32 value. The function reads a 32Â bit value from this str...
- RReadStream::ReadUint8L() - Internalises a TUint8 value. The function reads an 8Â bit value from this stre...
- RReadStream::Release() - Frees resources before abandoning the stream.
- RReadStream::RReadStream() - Sets the stream buffer source to NULL, which implies that it is safe to close
- RReadStream::RReadStream(MStreamBuf *) - Constructs a read stream over the supplied stream buffer.
- RReadStream::Source() - Gets the underlying stream buffer for the read stream. This provides access to t...
- RRtpReceiveSource::Close() - Closes the receive stream releases all associated resources.
- RRtpReceiveSource::IsOpen()const - Tests whether the receive stream represented by this handle is open.
- RRtpReceiveSource::operator!=(RRtpReceiveSource)const - Tests whether this receive stream handle represents a different receive stream t...
- RRtpReceiveSource::operator==(RRtpReceiveSource)const - Tests whether this receive stream handle represents the same receive stream as t...
- RRtpReceiveSource::Packet() - Gets the packet that has just arrived, or a closed packet if there isn't one.
- RRtpReceiveSource::RegisterEventCallbackL(TRtpEventType,void(*)(T *, const TRtpEvent &),T *,TRtpOneShotness)
- RRtpReceiveSource::RegisterEventCallbackL(TRtpEventType,void(*)(T *, const TRtpEvent &),T *,TRtpOneShotness,TInt)
- RRtpReceiveSource::RRtpReceiveSource() - Default constructor
- RRtpSendSource::Alignment()const - Gets the alignment value.
- RRtpSendSource::Cancel() - Cancels the outstanding send on the send Stream
- RRtpSendSource::Close() - Closes the send stream.
- RRtpSendSource::GetLocalSSRC()
- RRtpSendSource::IsOpen()const - Tests whether the send stream represented by this handle is open.
- RRtpSendSource::IsSending() - Tests whether the send stream is currently sending an RTP packet.
- RRtpSendSource::NewSendPacketL(TInt,TInt) - Creates a new RTP send packet, and returns the RTP send packet handle.
- RRtpSendSource::NewSendPacketLC(TInt,TInt) - Creates a new RTP send packet, puts a pointer to the RTP send packet object onto...
- RRtpSendSource::operator!=(RRtpSendSource)const - Tests whether this send stream handle represents a different send stream to the ...
- RRtpSendSource::operator==(RRtpSendSource)const - Tests whether this send stream handle represents the same send stream as the one...
- RRtpSendSource::RegisterEventCallbackL(TRtpEventType,void(*)(T *, const TRtpEvent &),T *,TRtpOneShotness)
- RRtpSendSource::RegisterEventCallbackL(TRtpEventType,void(*)(T *, const TRtpEvent &),T *,TRtpOneShotness,TInt)
- RRtpSendSource::RRtpSendSource() - Default constructor
- RRtpSendSource::SetAlignment(TInt) - Sets the alignment required for padding.
- RRtpSendSource::SetDefaultPayloadSize(TInt) - Sets the default payload size for packets that are to be sent.
- RRtpSendSource::SetPayloadType(TUint) - Sets the default payload type for packets that are to be sent.
- RRtpSession::Close() - Closes the session.
- RRtpSession::IsOpen()const - Tests whether the RTP session represented by this handle is open.
- RRtpSession::MaxRXSize() - Gets the current expected maximum size of a received packet.
- RRtpSession::NewReceiveSourceL() - Creates a new receive stream, and returns the receive stream handle.
- RRtpSession::NewReceiveSourceLC() - Creates a new receive stream, puts a pointer to the receive stream object onto t...
- RRtpSession::OpenL(RSocket &,TInt,TInt) - Opens the session and initialises it without RTCP.
- RRtpSession::OpenL(RSocketServ &,TSockAddr &,TSockAddr &,TInt,RConnection &,TInt,const TDesC8 &) - Opens the RTP session and initialises it.
- RRtpSession::OpenL(RSocketServ &,TSockAddr &,TSockAddr &,TInt,TInt,const TDesC8 &) - Opens the RTP session and initialises it.
- RRtpSession::operator!=(RRtpSession)const - Tests whether this session handle represents a different session to the one repr...
- RRtpSession::operator==(RRtpSession)const - Tests whether this session handle represents the same session as the one represe...
- RRtpSession::RegisterEventCallbackL(TRtpEventType,void(*)(T *, const TRtpEvent &),T *,TRtpOneShotness) - Registers a callback for the specified event.
- RRtpSession::RegisterEventCallbackL(TRtpEventType,void(*)(T *, const TRtpEvent &),T *,TRtpOneShotness,TInt) - Registers a callback for the specified event.
- RRtpSession::RRtpSession() - Default constructor
- RRtpSession::SetMaxRXSize(TInt) - Sets the expected maximum size of a received packet.
- RScheduler::__DbgCheckHeap(TInt)
- RScheduler::__DbgFailNext(TInt)
- RScheduler::__DbgMarkEnd(TInt)
- RScheduler::__DbgMarkHeap()
- RScheduler::__DbgResetHeap()
- RScheduler::__FaultServer()
- RScheduler::Connect() - Connects a client to the Task Scheduler server, creating a session with that ser...
- RScheduler::CreatePersistentSchedule(TSchedulerItemRef &,const CArrayFixFlat< TScheduleEntryInfo > &) - Creates a persistent time based schedule.
- RScheduler::CreatePersistentSchedule(TSchedulerItemRef &,const CArrayFixFlat< TScheduleEntryInfo2 > &) - Creates a persistent time based schedule.
- RScheduler::DeleteSchedule(const TInt)const - Deletes the specified schedule.
- RScheduler::DeleteTask(const TInt)const - Deletes the specified task.
- RScheduler::DisableSchedule(const TInt)const - Disables the specified schedule.
- RScheduler::EditSchedule(const TInt,const CArrayFixFlat< TScheduleEntryInfo > &) - Changes a time based schedule.
- RScheduler::EditSchedule(const TInt,const CArrayFixFlat< TScheduleEntryInfo2 > &) - Changes a time based schedule.
- RScheduler::EnableSchedule(const TInt)const - Enables the specified schedule.
- RScheduler::GetScheduleL(const TInt,TScheduleState &,CArrayFixFlat< TScheduleEntryInfo > &,CArrayFixFlat< TTaskInfo > &,TTime
&) - Gets information relating to a specified time based schedule.
- RScheduler::GetScheduleL(const TInt,TScheduleState2 &,CArrayFixFlat< TScheduleEntryInfo2 > &,CArrayFixFlat< TTaskInfo > &,TTsTime
&) - Gets information relating to a specified time based schedule.
- RScheduler::GetScheduleRefsL(CArrayFixFlat< TSchedulerItemRef > &,const TScheduleFilter) - Gets a list of all schedules, or a subset of schedules.
- RScheduler::GetTaskDataSize(const TInt,TInt &) - Gets the size of the data to be passed to the task's program.
- RScheduler::GetTaskInfoL(const TInt,TTaskInfo &,TPtr &,TSchedulerItemRef &,TTime &) - Gets information relating to a specified task.
- RScheduler::GetTaskInfoL(const TInt,TTaskInfo &,TPtr &,TSchedulerItemRef &,TTsTime &) - Gets information relating to a specified task.
- RScheduler::GetTaskRefsL(CArrayFixFlat< TSchedulerItemRef > &,const TScheduleFilter,const TTaskFilter) - Gets a list of all tasks, or a subset of tasks.
- RScheduler::Register(const TFileName &,const TInt) - Registers a client with the Task Scheduler.
- RScheduler::RScheduler() - Default constructor.
- RScheduler::ScheduleTask(TTaskInfo &,HBufC &,const TInt) - Adds a task to an existing persistent schedule.
- RScheduler::ScheduleTask(TTaskInfo &,HBufC &,TSchedulerItemRef &,const CArrayFixFlat< TScheduleEntryInfo > &) - Creates a new, transient, time based schedule and adds a task to it.
- RScheduler::ScheduleTask(TTaskInfo &,HBufC &,TSchedulerItemRef &,const CArrayFixFlat< TScheduleEntryInfo2 > &) - Creates a new, transient, time based schedule and adds a task to it.
- RScheduler::Version()const - Gets the client side version number.
- RSdpDatabase::Close() - Closes the SDP database subsession.
- RSdpDatabase::CreateServiceRecordL(const TUUID &,TSdpServRecordHandle &) - Creates a new service record, with a single service class, in the SDP database.
- RSdpDatabase::CreateServiceRecordL(CSdpAttrValueDES &,TSdpServRecordHandle &) - Creates a new service record, with multiple service classes, in the SDP database...
- RSdpDatabase::DeleteAttribute(TSdpServRecordHandle,TSdpAttributeID) - Delete an attribute from a service record.
- RSdpDatabase::DeleteAttributeL(TSdpServRecordHandle,TSdpAttributeID) - Delete an attribute from a service record.
- RSdpDatabase::DeleteRecord(TSdpServRecordHandle) - Deletes a service record.
- RSdpDatabase::DeleteRecordL(TSdpServRecordHandle) - Deletes a service record.
- RSdpDatabase::Open(RSdp &) - Opens a SDP database subsession.
- RSdpDatabase::RSdpDatabase() - Default constructor.
- RSdpDatabase::UpdateAttributeL(TSdpServRecordHandle,TSdpAttributeID,const TDesC16 &) - Updates a service record attribute (narrow descriptor value).
- RSdpDatabase::UpdateAttributeL(TSdpServRecordHandle,TSdpAttributeID,const TDesC8 &) - Updates a service record attribute (narrow descriptor value).
- RSdpDatabase::UpdateAttributeL(TSdpServRecordHandle,TSdpAttributeID,CSdpAttrValue &) - Updates a service record attribute (value encapsulated in a CSdpAttrValue).
- RSdpDatabase::UpdateAttributeL(TSdpServRecordHandle,TSdpAttributeID,TUint) - Updates a service record attribute (integer value).
- RSemaphore::CreateGlobal(const TDesC &,TInt,TOwnerType) - Creates a global semaphore, setting its initial count, and opens this handle to ...
- RSemaphore::CreateLocal(TInt,TOwnerType) - Creates a semaphore, setting its initial count, and opens this handle to the sem...
- RSemaphore::Open(const TFindSemaphore &,TOwnerType) - Opens a handle to the global semaphore found using a TFindSemaphore object.
- RSemaphore::Open(RMessagePtr2,TInt,TOwnerType) - Opens a handle to a semaphore using a handle number sent by a client to a server...
- RSemaphore::Open(TInt,TOwnerType) - Opens a handle to a semaphore using a handle number passed as an environment dat...
- RSemaphore::OpenGlobal(const TDesC &,TOwnerType) - Opens a handle to a global semaphore.
- RSemaphore::Signal() - Signals the semaphore once.
- RSemaphore::Signal(TInt) - Signals the semaphore one or more times.
- RSemaphore::Wait() - Waits for a signal on the semaphore.
- RSemaphore::Wait(TInt) - Waits for a signal on the semaphore, or a timeout.
- RSessionBase::CreateSession(const TDesC &,const TVersion &) - Creates a session with a server, specifying no message slots.
- RSessionBase::CreateSession(const TDesC &,const TVersion &,TInt) - Creates a session with a server.
- RSessionBase::CreateSession(const TDesC &,const TVersion &,TInt,TIpcSessionType,const TSecurityPolicy *,TRequestStatus *) - Creates a session with a server.
- RSessionBase::CreateSession(const TDesC &,const TVersion &,TInt,TRequestStatus *)
- RSessionBase::CreateSession(RServer2,const TVersion &) - Creates a session with a server, specifying no message slots.
- RSessionBase::CreateSession(RServer2,const TVersion &,TInt) - Creates a session with a server.
- RSessionBase::CreateSession(RServer2,const TVersion &,TInt,TIpcSessionType,const TSecurityPolicy *,TRequestStatus *) - Creates a session with a server.
- RSessionBase::Open(RMessagePtr2,TInt,const TSecurityPolicy &,TOwnerType) - Opens a handle to a session using a handle number sent by a client to a server, ...
- RSessionBase::Open(RMessagePtr2,TInt,TOwnerType) - Opens a handle to a session using a handle number sent by a client to a server.
- RSessionBase::Open(TInt,const TSecurityPolicy &,TOwnerType) - Opens a handle to a session using a handle number passed as an environment data ...
- RSessionBase::Open(TInt,TOwnerType) - Opens a handle to a session using a handle number passed as an environment data ...
- RSessionBase::Send(TInt)const - Issues a blind request to the server with the specified function number, but wit...
- RSessionBase::Send(TInt,const TIpcArgs &)const - Issues a blind request to the server with the specified function number, and arg...
- RSessionBase::SendReceive(TInt)const - Issues a synchronous request to the server with the specified function number, b...
- RSessionBase::SendReceive(TInt,const TIpcArgs &)const - Issues a synchronous request to the server with the specified function number an...
- RSessionBase::SendReceive(TInt,const TIpcArgs &,TRequestStatus &)const - Issues an asynchronous request to the server with the specified function number ...
- RSessionBase::SendReceive(TInt,TRequestStatus &)const - Issues an asynchronous request to the server with the specified function number,...
- RSessionBase::SetReturnedHandle(TInt) - Sets the handle-number of this handle to the specified value.
- RSessionBase::SetReturnedHandle(TInt,const TSecurityPolicy &) - Sets the handle-number of this session handle to the specified value after valid...
- RSessionBase::SetReturnedHandle(TInt,RHandleBase &)
- RSessionBase::ShareAuto() - Creates a session that can be shared by other threads in the current process.
- RSessionBase::ShareProtected() - Creates a session handle that can be be passed via IPC to another process as wel...
- RShareBuf::DoReadL(MStreamInput &,TStreamTransfer) - Reads data from the stream into the specified data sink.
- RShareBuf::DoReadL(TAny *,TInt)
- RShareBuf::DoReadL(TDes8 &,TInt,TRequestStatus &) - Reads data from the stream buffer into the specified descriptor.
- RShareBuf::DoRelease() - Frees resources before abandoning the stream buffer.
- RShareBuf::DoSeekL(TMark,TStreamLocation,TInt)
- RShareBuf::DoWriteL(const TAny *,TInt)
- RShareBuf::DoWriteL(const TDesC8 &,TInt,TRequestStatus &) - Writes data from the specified descriptor into this stream buffer.
- RShareBuf::DoWriteL(MStreamOutput &,TStreamTransfer)
- RShareBuf::Open(TStreamExchange &,TInt) - Prepares the shared stream buffer for streaming.
- RShareBuf::Open(TStreamExchange &,TStreamPos,TInt) - Prepares the shared stream buffer for streaming.
- RShareBuf::RShareBuf() - Constructs an empty shared stream buffer object.
- RSpeechRecognitionCustomCommands::AddPronunciation(TLexiconID,TModelBankID,TModelID,TPronunciationID &) - Adds a new pronunciation for the given model into the specified lexicon.
- RSpeechRecognitionCustomCommands::AddRule(TGrammarID,TLexiconID,TPronunciationID,TRuleID &) - Adds a new rule for the given pronunciation into the specified grammar.
- RSpeechRecognitionCustomCommands::Cancel() - Cancels the current operation.
- RSpeechRecognitionCustomCommands::CommitChanges() - Commits the current train operation to the database.
- RSpeechRecognitionCustomCommands::CreateGrammar(TGrammarID &) - Creates a new grammar.
- RSpeechRecognitionCustomCommands::CreateLexicon(TLexiconID &) - Creates a new lexicon.
- RSpeechRecognitionCustomCommands::CreateModelBank(TModelBankID &) - Creates a new model bank.
- RSpeechRecognitionCustomCommands::EndRecSession() - Ends the current recognition session.
- RSpeechRecognitionCustomCommands::GetAllClientGrammarIDs() - Returns all grammar IDs owned by the client.
- RSpeechRecognitionCustomCommands::GetAllClientLexiconIDs() - Returns all lexicon IDs owned by the client.
- RSpeechRecognitionCustomCommands::GetAllClientModelBankIDs() - Returns all modelBank IDs owned by the client.
- RSpeechRecognitionCustomCommands::GetAllGrammarIDs() - Returns all grammar IDs owned by the client.
- RSpeechRecognitionCustomCommands::GetAllLexiconIDs() - Returns all lexicon IDs owned by the client.
- RSpeechRecognitionCustomCommands::GetAllModelBankIDs() - Returns all modelBank IDs owned by the client.
- RSpeechRecognitionCustomCommands::GetAllModelIDs(TModelBankID) - Returns all model IDs that exist in the specified model bank.
- RSpeechRecognitionCustomCommands::GetAllPronunciationIDs(TLexiconID) - Returns all pronunciation IDs that exist in the specified lexicon.
- RSpeechRecognitionCustomCommands::GetAllRuleIDs(TGrammarID) - Returns all rule IDs that exist in the specified grammar.
- RSpeechRecognitionCustomCommands::GetAvailableStorage(TInt &) - Returns the number of models available for training system wide, based on availa...
- RSpeechRecognitionCustomCommands::GetEngineProperties(const RArray< TInt > &,RArray< TInt > &) - Returns the engine properties specified by the engine property ID array. On retu...
- RSpeechRecognitionCustomCommands::GetGrammarIDArrayL(RArray< TGrammarID > &) - Gets an array of grammar IDs previously requested by GetAllGrammarIDs.
- RSpeechRecognitionCustomCommands::GetLexiconIDArrayL(RArray< TLexiconID > &) - Gets an array of lexicon IDs previously requested by GetAllLexiconIDs.
- RSpeechRecognitionCustomCommands::GetModelBankIDArrayL(RArray< TModelBankID > &) - Gets an array of modelBank IDs previously requested by GetAllModelBankIDs.
- RSpeechRecognitionCustomCommands::GetModelCount(TModelBankID,TInt &) - Returns the number of models in the specified model bank.
- RSpeechRecognitionCustomCommands::GetModelIDArrayL(RArray< TModelID > &) - Gets an array of model IDs previously requested by GetAllModelIDs.
- RSpeechRecognitionCustomCommands::GetPronunciationIDArrayL(RArray< TPronunciationID > &) - Gets an array of pronunciation IDs previously requested by GetAllPronunciationID...
- RSpeechRecognitionCustomCommands::GetResultSetL(CSDClientResultSet &) - Gets a client result set previously created by a call to Recognise().
- RSpeechRecognitionCustomCommands::GetRuleIDArrayL(RArray< TRuleID > &) - Gets an array of rule IDs previously requested by GetAllRuleIDs.
- RSpeechRecognitionCustomCommands::GetRuleValidity(TGrammarID,TRuleID,TBool &) - Checks if the rule is valid or not.
- RSpeechRecognitionCustomCommands::GetUtteranceDuration(TModelBankID,TModelID,TTimeIntervalMicroSeconds32 &) - Returns the duration of the utterance for the specified model.
- RSpeechRecognitionCustomCommands::LoadEngineParameters(const RArray< TInt > &,const RArray< TInt > &) - Uploads the specified parameters into the engine.
- RSpeechRecognitionCustomCommands::LoadGrammar(TGrammarID) - Loads the specified grammar into the recognizer; done prior to recognition.
- RSpeechRecognitionCustomCommands::LoadLexicon(TLexiconID) - Loads the specified lexicon into the recognizer; done prior to recognition.
- RSpeechRecognitionCustomCommands::LoadModels(TModelBankID) - Loads the specified model bank into the recognizer; done prior to recognition.
- RSpeechRecognitionCustomCommands::PlayUtterance(TModelBankID,TModelID) - Plays the previously trained utterance.
- RSpeechRecognitionCustomCommands::Recognize(CSDClientResultSet &) - Initiates recognition; performed following loading of model bank, lexicon, and g...
- RSpeechRecognitionCustomCommands::Record(TTimeIntervalMicroSeconds32) - Records the user utterance for training and recognition.
- RSpeechRecognitionCustomCommands::RemoveGrammar(TGrammarID) - Removes the specified grammar from the permanent storage.
- RSpeechRecognitionCustomCommands::RemoveLexicon(TLexiconID) - Removes the specified lexicon from the permanent storage.
- RSpeechRecognitionCustomCommands::RemoveModel(TModelBankID,TModelID) - Removes the specified model from the specified model bank permanently.
- RSpeechRecognitionCustomCommands::RemoveModelBank(TModelBankID) - Removes the specified model bank from the permanent storage.
- RSpeechRecognitionCustomCommands::RemovePronunciation(TLexiconID,TPronunciationID) - Removes the specified pronunciation from the specified lexicon permanently.
- RSpeechRecognitionCustomCommands::RemoveRule(TGrammarID,TRuleID) - Removes the specified rule from the specified grammar permanently.
- RSpeechRecognitionCustomCommands::RSpeechRecognitionCustomCommands(RMMFController &) - Public C++ constructor for RSpeechRecognitionCustomCommands class.
- RSpeechRecognitionCustomCommands::SetClientUid(TUid) - Sets the client UID for client.
- RSpeechRecognitionCustomCommands::StartRecSession(TRecognitionMode) - Starts a new recognition session.
- RSpeechRecognitionCustomCommands::Train(TModelBankID,TModelID &) - Trains a new model into the specified model bank.
- RSpeechRecognitionCustomCommands::UnloadRule(TGrammarID,TRuleID) - Unloads the specified rule from the specified grammar in temporary memory, previ...
- RStoreReclaim::Available()const - Returns the amount of free space currently available within the store. The funct...
- RStoreReclaim::Close() - Stops space reclamation or compaction. All allocated resources are freed.
- RStoreReclaim::CompactL(CStreamStore &,TInt &) - Prepares the object to perform compaction.
- RStoreReclaim::CompactLC(CStreamStore &,TInt &) - Prepares the object to perform compaction, putting a cleanup item onto the clean...
- RStoreReclaim::Next(TInt &) - Performs the next space reclamation or compaction step synchronous, non-leaving....
- RStoreReclaim::Next(TPckgBuf< TInt > &,TRequestStatus &) - Initiates the next space reclamation or compaction step asynchronous, non-leavin...
- RStoreReclaim::NextL(TInt &) - Performs the next space reclamation or compaction step synchronous, leaves. The ...
- RStoreReclaim::NextL(TPckgBuf< TInt > &,TRequestStatus &) - Initiates the next space reclamation or compaction step asynchronous, leaving. T...
- RStoreReclaim::OpenL(CStreamStore &,TInt &) - Prepares the object to perform space reclamation.
- RStoreReclaim::OpenLC(CStreamStore &,TInt &) - Prepares the object to perform space reclamation and puts a pointer onto the cle...
- RStoreReclaim::Release() - Releases allocated resources. Any space reclamation or compaction in progress is...
- RStoreReclaim::ResetL(TInt &) - Restarts space reclamation or compaction.
- RStoreReclaim::RStoreReclaim()
- RStoreWriteStream::AppendL(CStreamStore &,TStreamId) - Opens an existing stream and prepares it for appending.
- RStoreWriteStream::AppendLC(CStreamStore &,TStreamId) - Opens an existing stream, prepares it for appending, and puts a cleanup item ont...
- RStoreWriteStream::CreateL(CStreamStore &) - Creates a new stream.
- RStoreWriteStream::CreateLC(CStreamStore &) - Creates a new stream, putting a cleanup item onto the cleanup stack.
- RStoreWriteStream::OpenL(CStreamStore &,TStreamId) - Opens an existing stream and prepares it for overwriting.
- RStoreWriteStream::OpenLC(CStreamStore &,TStreamId) - Opens an existing stream, prepares it for overwriting, and puts a cleanup item o...
- RStoreWriteStream::ReplaceL(CStreamStore &,TStreamId) - Opens an existing stream and prepares it for replacement.
- RStoreWriteStream::ReplaceLC(CStreamStore &,TStreamId) - Opens an existing stream, prepares it for replacement and puts a cleanup item on...
- RStoreWriteStream::RStoreWriteStream() - Constructs an uninitialised object. It is necessary because there are also non-d...
- RStoreWriteStream::RStoreWriteStream(const MExternalizer< TStreamRef > &) - Constructs an object with an externaliser. The store map CStoreMap is an example...
- RSubSessionBase::CloseSubSession(TInt) - Closes the sub-session.
- RSubSessionBase::CreateAutoCloseSubSession(RSessionBase &,TInt,const TIpcArgs &) - Creates a new sub-session within an existing session. The new sub-session takes ...
- RSubSessionBase::CreateSubSession(const RSessionBase &,TInt) - Creates a new sub-session within an existing session.
- RSubSessionBase::CreateSubSession(const RSessionBase &,TInt,const TIpcArgs &) - Creates a new sub-session within an existing session.
- RSubSessionBase::RSubSessionBase() - Default constructor
- RSubSessionBase::Send(TInt)const - Sends a blind message to the server - no reply is expected.
- RSubSessionBase::Send(TInt,const TIpcArgs &)const - Sends a blind message to the server - no reply is expected.
- RSubSessionBase::SendReceive(TInt)const - Sends a message to the server and waits synchronously for a reply.
- RSubSessionBase::SendReceive(TInt,const TIpcArgs &)const - Sends a message to the server and waits synchronously for a reply.
- RSubSessionBase::SendReceive(TInt,const TIpcArgs &,TRequestStatus &)const - Sends a message to the server and waits asynchronously for the reply.
- RSubSessionBase::SendReceive(TInt,TRequestStatus &)const - Sends a message to the server and waits asynchronously for the reply.
- RSubSessionBase::Session()const - Returns a copy of the session associated with this sub-session.
- RSubSessionBase::SubSessionHandle()const - Gets the sub-session handle number.
- RSyncMLDataSyncJob::CreateL(RSyncMLSession &,TSmlProfileId) - Creates and queues a new data synchronisation job to synchronise all tasks belon...
- RSyncMLDataSyncJob::CreateL(RSyncMLSession &,TSmlProfileId,const RArray< TSmlTaskId > &) - Creates and queues a new data synchronisation job to synchronise all specified t...
- RSyncMLDataSyncJob::CreateL(RSyncMLSession &,TSmlProfileId,TSmlConnectionId)
- RSyncMLDataSyncJob::CreateL(RSyncMLSession &,TSmlProfileId,TSmlConnectionId,const RArray< TSmlTaskId > &)
- RSyncMLDataSyncJob::CreateL(RSyncMLSession &,TSmlProfileId,TSmlConnectionId,TSmlSyncType)
- RSyncMLDataSyncJob::CreateL(RSyncMLSession &,TSmlProfileId,TSmlConnectionId,TSmlSyncType,const RArray< TSmlTaskId > &)
- RSyncMLDataSyncJob::CreateL(RSyncMLSession &,TSmlProfileId,TSmlSyncType) - Creates and queues a new data synchronisation job to synchronise all tasks belon...
- RSyncMLDataSyncJob::CreateL(RSyncMLSession &,TSmlProfileId,TSmlSyncType,const RArray< TSmlTaskId > &) - Creates and queues a new data synchronisation job to synchronise all specified t...
- RSyncMLDataSyncJob::IsSuspendedL() - Checks to see if a job is in a suspended state.
- RSyncMLDataSyncJob::OpenL(RSyncMLSession &,TSmlJobId) - Opens a handle to a queued data synchronisation job of the specified ID.
- RSyncMLDataSyncJob::RSyncMLDataSyncJob() - Default constructor.
- RSyncMLDataSyncJob::StopL() - Stop the Job represented by this handle from continuing to be processed by the S...
- RSyncMLDataSyncJob::SuspendL() - Suspends the job that this handle refers to, suspending the synchonisation.
- RSyncMLDataSyncJob::TaskIDs()const - Gets the IDs of the tasks synchronised by the job to which this handle refers.
- RSyncMLDevMan::ClearRootAclL() - Causes the DevMan subsytem to modify the ACL on the DM Tree's root node, resetti...
- RSyncMLDevMan::Close() - Closes this handle.
- RSyncMLDevMan::OpenL(RSyncMLSession &) - Opens a handle on the Device Management sub-system.
- RSyncMLDevMan::RSyncMLDevMan() - Default constructor.
- RSyncMLDevMan::SetUserInteractionNotifierTimeoutL(TUint) - Sets a maximum time-out value for notifiers raised as a result of DevMan user in...
- RSyncMLDevMan::SubmitGenericAlertL(const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8
&,TSmlDmGenericAlertImportance) - Queues a Generic Alert to the SyncMLClient to be processed by the DM framework
- RSyncMLDevMan::SubmitOneShotGenericAlertL(const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,const
TDesC8 &,TSmlDmGenericAlertImportance) - Queues a OneShot Generic Alert to the SyncMLClient to be processed by the DM fra...
- RSyncMLDevMan::UserInteractionNotifierTimeout()const - Obtain the maximum time-out value for notifiers raised as a result of DevMan use...
- RTest::Close() - Closes the console and frees any resources acquired.
- RTest::Console()const - Gets the console.
- RTest::End() - Ends the current set of tests.
- RTest::Getch() - Gets an input key stroke.
- RTest::HandleError(TInt,TInt,const TText *) - Prints a failure message, including an error code at the console and raises a pa...
- RTest::HandleFailedCompare(TInt,const TText *,TInt,TInt,const TText *) - Prints a failure message indicating that a comparison between two values (also p...
- RTest::HandleNotEqual(TInt,TInt,TInt,const TText *) - Prints a failure message indicating that two value (also printed) where not equa...
- RTest::HandleNull(TInt,const TText *) - Prints a failure message indicating null was encountered, at the console and rai...
- RTest::Logged()const - Tests whether the logging flag is set.
- RTest::Next(const TDesC &) - Marks the start of the next test.
- RTest::operator()(TInt) - Checks the result of a condition and, if this is false, prints a failure message...
- RTest::operator()(TInt,TInt) - Checks the result of a condition and, if this is false, prints a failure message...
- RTest::operator()(TInt,TInt,const TText *) - Checks the result of a condition and, if this is false, prints a failure message...
- RTest::Panic(TInt,TRefByValue< const TDesC >,...) - Prints an error message and an error code, and raises a USER 84 panic.
- RTest::Panic(TRefByValue< const TDesC >,...) - Prints an error message, and raises a USER 84 panic.
- RTest::Printf(TRefByValue< const TDesC >,...) - Prints text to the console.
- RTest::RTest(const TDesC &) - Constructor.
- RTest::RTest(const TDesC &,TInt) - Constructor.
- RTest::RTest(const TDesC &,TInt,const TText *) - Constructor.
- RTest::SetConsole(CConsoleBase *) - Sets the console.
- RTest::SetLogged(TBool) - Sets the logging flag.
- RTest::Start(const TDesC &) - Marks the start of a set of tests.
- RTest::String(TInt,const TText8 *,const TText16 *) - Utility function that returns a pointer to the specified TText8* argument or the...
- RTest::Title() - Prints out the console title and version number.
- RThread::Context(TDes8 &)const - Gets the register contents of this thread.
- RThread::Create(const TDesC &,TThreadFunction,TInt,RAllocator *,TAny *,TOwnerType) - Creates a thread belonging to the current process, and opens this handle to that...
- RThread::Create(const TDesC &,TThreadFunction,TInt,TAny *,RLibrary *,RHeap *,TInt,TInt,TOwnerType) - Function only temporarily supported to aid migration to process emulation...
- RThread::Create(const TDesC &,TThreadFunction,TInt,TInt,TInt,TAny *,TOwnerType) - Creates a thread belonging to the current process, and opens this handle to that...
- RThread::ExitCategory()const - Gets the name of the category associated with the end of the thread.
- RThread::ExitReason()const - Gets the specific reason associated with the end of this thread.
- RThread::ExitType()const - Tests whether the thread has ended and, if it has ended, return how it ended.
- RThread::GetCpuTime(TTimeIntervalMicroSeconds &)const - Gets the CPU usage for this thread.
- RThread::HandleCount(TInt &,TInt &)const - Gets the number of handles open in this thread, and the number of handles open i...
- RThread::HasCapability(TCapability,const char *)const - Check if the process to which the thread belongs has a given capability
- RThread::HasCapability(TCapability,TCapability,const char *)const - Check if the process to which the thread belongs has both of the given capabilit...
- RThread::Id()const - Gets the Id of this thread.
- RThread::Kill(TInt) - Ends the thread, specifying a reason code.
- RThread::Logon(TRequestStatus &)const - Requests notification when this thread dies, normally or otherwise.
- RThread::LogonCancel(TRequestStatus &)const - Cancels an outstanding request for notification of the death of this thread.
- RThread::Open(const TDesC &,TOwnerType) - Opens a handle to specifically named thread.
- RThread::Open(const TFindThread &,TOwnerType) - Opens a handle to the thread found by pattern matching a name.
- RThread::Open(TThreadId,TOwnerType) - Opens a handle to the thread with a specific thread Id.
- RThread::Panic(const TDesC &,TInt) - Panics this thread, specifying the panic category name and reason.
- RThread::Priority()const - Gets the priority of this thread.
- RThread::Process(RProcess &)const - Opens a process-relative handle to the process which owns this thread.
- RThread::ProcessPriority()const - Gets the priority of the process which owns this thread.
- RThread::RenameMe(const TDesC &)
- RThread::Rendezvous(TInt) - Completes all Rendezvous' with the current thread.
- RThread::Rendezvous(TRequestStatus &)const - Creates a Rendezvous request with the thread.
- RThread::RendezvousCancel(TRequestStatus &)const - Cancels a previously requested Rendezvous with the thread
- RThread::RequestComplete(TRequestStatus *&,TInt)const - Signals this thread that an asynchronous request originating from this thread, i...
- RThread::RequestCount()const - Gets this thread's request semaphore count.
- RThread::RequestSignal()const - Signal this threads request semaphore.
- RThread::Resume()const - Makes the thread eligible for execution.
- RThread::RThread() - Default constructor.
- RThread::SecureId()const - Return the Secure ID of the process to which the thread belongs.
- RThread::SetPriority(TThreadPriority)const - Sets the priority of the thread to one of the values defined by the TThreadPrior...
- RThread::SetProcessPriority(TProcessPriority)const - Sets the priority of the process which owns this thread to one of the values def...
- RThread::StackInfo(TThreadStackInfo &)const - Gets information about a thread's user mode stack.
- RThread::Suspend()const - Suspends execution of this thread.
- RThread::Terminate(TInt) - Ends the thread, specifying a reason code.
- RThread::VendorId()const - Return the Vendor ID of the process to which the thread belongs.
- RTz::AutoUpdateSettingL() - Retrieves the daylight saving auto-update functionality.
- RTz::Close() - Closes the connection to the time zone server.
- RTz::Connect() - Connects to the time zone server, attempting to start it if necessary.
- RTz::ConvertToLocalTime(TTime &)const - Converts a time from UTC to local (wall-clock) time for the current system time ...
- RTz::ConvertToLocalTime(TTime &,const CTzId &)const - Converts a time from UTC to the local (wall-clock) time for the specified time z...
- RTz::ConvertToUniversalTime(TTime &)const - Converts a local (wall-clock) time for the current system time zone, to UTC. If ...
- RTz::ConvertToUniversalTime(TTime &,const CTzId &)const - Converts a local (wall-clock) time for the specified time zone, to UTC.
- RTz::GetOffsetsForTimeZoneIdsL(const RArray< TInt > &,RArray< TInt > &)const - Retrieves the UTC offset for an array of numeric time zone ids. The offset is wr...
- RTz::GetTimeZoneRulesL(const CTzId &,const TTime &,const TTime &,TTzTimeReference)const - Retrieves the time zone rules for a specified time zone.
- RTz::GetTimeZoneRulesL(const TTime &,const TTime &,TTzTimeReference)const - Retrieves the time zone rules for the current home time zone.
- RTz::IsDaylightSavingOnL(CTzId &)const - Tells if daylight savings are applied at the specified zone at the current time
- RTz::IsDaylightSavingOnL(CTzId &,const TTime &)const - Tells if daylight savings are applied at the specified zone at a specified time
- RWindowBase::AbsPosition()const - Gets a window's absolute position - ie the windows position relative to the curr...
- RWindowBase::Activate() - Displays the window and enables it to receive events.
- RWindowBase::AddKeyRect(const TRect &,TInt,TBool) - Adds an on-screen key rectangle.
- RWindowBase::AllocPointerMoveBuffer(TInt,TUint) - Allocates a buffer for storing pointer movements.
- RWindowBase::CancelPointerRepeatEventRequest() - Cancels a request for a pointer repeat event.
- RWindowBase::ClaimPointerGrab(TBool) - Claims the pointer grab from another window.
- RWindowBase::DisablePointerMoveBuffer() - Instructs the window server to stop adding pointer events to the pointer move bu...
- RWindowBase::DiscardPointerMoveBuffer() - Discards all events in the pointer move buffer.
- RWindowBase::DisplayMode() - Gets the window's current display mode.
- RWindowBase::EnableBackup(TUint) - Requests that this window backs up all or part of the screen's contents. There a...
- RWindowBase::EnablePointerMoveBuffer() - Enables the pointer move buffer for receiving pointer move events.
- RWindowBase::FadeBehind(TBool) - Sets whether or not all windows behind the current window, in the same window gr...
- RWindowBase::FreePointerMoveBuffer() - Frees the pointer move buffer.
- RWindowBase::GetPointerCapturePriority()const - Gets the windows's pointer capture priority
- RWindowBase::InquireOffset(const RWindowTreeNode &)const - Enquires the offset between this and another window.
- RWindowBase::IsFaded() - Tests whether the current window is faded.
- RWindowBase::IsNonFading() - Tests whether the current window is non-fading.
- RWindowBase::MoveToGroup(TInt) - Moves this window to another window group.
- RWindowBase::PasswordWindow(TPasswordMode) - Makes this window the password window.
- RWindowBase::PointerFilter(TUint32,TUint32) - Sets the filter which controls which pointer events are sent to the client sessi...
- RWindowBase::Position()const - Gets a window's position relative to its parent.
- RWindowBase::RemoveAllKeyRects() - Removes all the on-screen keys that have been added to this window.
- RWindowBase::RequestPointerRepeatEvent(TTimeIntervalMicroSeconds32,const TRect &) - Requests a pointer repeat event.
- RWindowBase::RetrievePointerMoveBuffer(TDes8 &) - Retrieves events from the pointer move buffer.
- RWindowBase::SetCornerType(TCornerType,TInt) - Sets the shape of a window's corners.
- RWindowBase::SetExtentErr(const TPoint &,const TSize &) - Sets a backed-up window's extent, relative to its parent, and returns an error c...
- RWindowBase::SetPointerCapture(TInt) - Sets the pointer capture state.
- RWindowBase::SetPointerCapturePriority(TInt) - Sets the window's pointer capture priority.
- RWindowBase::SetPointerGrab(TBool) - Allows or disallows pointer grabs in a window.
- RWindowBase::SetPosition(const TPoint &) - Sets the position of a window relative to its parent.
- RWindowBase::SetRequiredDisplayMode(TDisplayMode) - Sets the window's display mode.
- RWindowBase::SetShadowDisabled(TBool) - Enables or disables whether a window casts a shadow.
- RWindowBase::SetShadowHeight(TInt) - Sets a window's shadow height.
- RWindowBase::SetShape(const TRegion &) - Sets a window's shape arbitrarily, if rectangular windows are not required.
- RWindowBase::SetSizeErr(const TSize &) - Sets the size of a backed-up window.
- RWindowBase::SetVisible(TBool) - Sets the window's visibility.
- RWindowBase::Size()const - Gets the window's current size.
- RWindowGroup::AddPriorityKey(TUint,TUint,TUint) - Adds a priority key.
- RWindowGroup::AllowProcessToCreateChildWindowGroups(TUid) - Allows a Window Group in the specified process to be be a child of this one
- RWindowGroup::AutoForeground(TBool) - Sets or disables auto-foreground behaviour.
- RWindowGroup::CancelCaptureKey(TInt32) - Cancels a request for key capture.
- RWindowGroup::CancelCaptureKeyUpAndDowns(TInt32) - Cancels a capture request for a key up or key down event.
- RWindowGroup::CancelCaptureLongKey(TInt32) - Cancels a previous long key capture request.
- RWindowGroup::CancelTextCursor() - Removes the text cursor.
- RWindowGroup::CaptureKey(TUint,TUint,TUint) - Requests key capture.
- RWindowGroup::CaptureKey(TUint,TUint,TUint,TInt) - Requests key capture, with a priority.
- RWindowGroup::CaptureKeyUpAndDowns(TUint,TUint,TUint) - Requests the capture of key-up and key-down events on behalf of a window group.
- RWindowGroup::CaptureKeyUpAndDowns(TUint,TUint,TUint,TInt) - Requests the capture of key-up and key-down events on behalf of a window group. ...
- RWindowGroup::CaptureLongKey(TTimeIntervalMicroSeconds32,TUint,TUint,TUint,TUint,TInt,TUint) - Requests capture of long key presses.
- RWindowGroup::CaptureLongKey(TUint,TUint,TUint,TUint,TInt,TUint) - Requests capture of long key presses.
- RWindowGroup::ClearChildGroup() - Clears all children of the current window group.
- RWindowGroup::Construct(TUint32) - Completes construction of a window group.
- RWindowGroup::Construct(TUint32,TBool) - Completes the construction of a window group, setting its initial focus state.
- RWindowGroup::ConstructChildApp(TInt,TUint32) - Completes construction of a window group.
- RWindowGroup::ConstructChildApp(TInt,TUint32,TBool) - Completes construction of a window group.
- RWindowGroup::DisableKeyClick(TBool) - Disables key clicks.
- RWindowGroup::DisableScreenChangeEvents() - Disables screen change event sending.
- RWindowGroup::EnableReceiptOfFocus(TBool) - Enables or disables receipt of keyboard focus.
- RWindowGroup::EnableScreenChangeEvents() - Enables screen change event sending.
- RWindowGroup::Identifier()const - Gets the identifier of the window group.
- RWindowGroup::Name(TDes &)const - Gets the window group's name, as set by RWindowGroup::SetName(const TDesC &)...
- RWindowGroup::RemovePriorityKey(TUint,TUint,TUint) - Removes a priority key.
- RWindowGroup::RWindowGroup() - Creates a sessionless, uninitialised window group handle.
- RWindowGroup::RWindowGroup(RWsSession &) - Creates an initialised window group handle within a server session.
- RWindowGroup::SetChildGroup(TInt) - Sets a window group chain onto the current window group.
- RWindowGroup::SetName(const TDesC &) - Sets the window group's name.
- RWindowGroup::SetOrdinalPositionErr(TInt,TInt) - Sets the ordinal position and ordinal priority of a window.
- RWindowGroup::SetOrdinalPriorityAdjust(TInt) - Sets the window group's priority adjust value.
- RWindowGroup::SetOwningWindowGroup(TInt) - Sets the owning window group for this window group.
- RWindowGroup::SetTextCursor(RWindowBase &,const TPoint &,const TTextCursor &) - Sets the text cursor.
- RWindowGroup::SetTextCursor(RWindowBase &,const TPoint &,const TTextCursor &,const TRect &) - Sets the text cursor and its clipping rectangle.
- RWindowGroup::SimulatePointerEvent(TRawEvent) - Simulates a pointer event.
- RWriteStream::Attach(MStreamBuf *) - Sets the stream buffer sink for this write stream. The existing sink, if there i...
- RWriteStream::Close() - Commits data to the stream before freeing resources used by the stream. This ens...
- RWriteStream::CommitL() - Ensures that any buffered data is written to the stream. Once committed, it is n...
- RWriteStream::Detach() - Sets the stream buffer sink for this write stream to NULL. The existing sink, if...
- RWriteStream::Pop() - Removes the cleanup item for this write stream object from the cleanup stack.
- RWriteStream::PushL() - Puts a cleanup item for this write stream object onto the cleanup stack. This al...
- RWriteStream::Release() - Frees resources before abandoning the stream. The function is called after data ...
- RWriteStream::RWriteStream() - The stream buffer sink, as returned by RWriteStream::Sink(), is set to NULL, and...
- RWriteStream::RWriteStream(const MExternalizer< TStreamRef > &) - Constructs a write stream with an associated store map. The stream buffer sink i...
- RWriteStream::RWriteStream(MStreamBuf *) - Constructs a write stream over the supplied stream buffer. The stream has no ass...
- RWriteStream::Sink() - Gets the underlying stream buffer for the write stream. This provides access to ...
- RWriteStream::WriteInt16L(TInt) - Writes a TInt value as a 16Â bit value to this stream.
- RWriteStream::WriteInt32L(TInt32) - Writes a TInt32 value as a 32 bit value to this stream.
- RWriteStream::WriteInt8L(TInt) - Writes a TInt value as an 8Â bit value to this stream.
- RWriteStream::WriteL(const TDesC16 &) - Writes the content of the 16 bit descriptor to the stream. No other information ...
- RWriteStream::WriteL(const TDesC16 &,TInt) - Writes data of the specified length from the 16 bit descriptor to the stream. No...
- RWriteStream::WriteL(const TDesC8 &) - Writes the content of the 8 bit descriptor to the stream. No other information i...
- RWriteStream::WriteL(const TDesC8 &,TInt) - Writes data of the specified length from the 8 bit descriptor to the stream. No ...
- RWriteStream::WriteL(const TUint16 *,TInt) - Writes 16 bit data of the specified length from the specified location to this w...
- RWriteStream::WriteL(const TUint8 *,TInt) - Writes 8 bit data of the specified length from the specified location to this wr...
- RWriteStream::WriteL(RReadStream &) - Writes the content of the specified read stream to this write stream.
- RWriteStream::WriteL(RReadStream &,TInt) - Writes data of the specified length from the specified read stream to this strea...
- RWriteStream::WriteReal32L(TReal) - Writes a TReal value as a 32 bit value to this stream.
- RWriteStream::WriteReal64L(TReal64) - Writes a TReal64 value as a 64 bit value to this stream.
- RWriteStream::WriteUint16L(TUint) - Writes a TUint value as a 16 bit value to this stream.
- RWriteStream::WriteUint32L(TUint32) - Writes a TUint32 value as a 32 bit value to this stream.
- RWriteStream::WriteUint8L(TUint) - Writes a TUint value as an 8 bit value to this stream.
- RWsSession::ClaimSystemPointerCursorList() - Claims the system pointer cursor list.
- RWsSession::ClearAllRedrawStores() - Clear the redraw store for all windows in the system By default Windows will rec...
- RWsSession::ClearDefaultSystemPointerCursor() - Clears the default system pointer cursor.
- RWsSession::ClearHotKeys(THotKey) - Clears all mappings for the specified hotkey, including the default mapping.
- RWsSession::ClearSystemPointerCursor(TInt) - Clears a system pointer cursor from the list.
- RWsSession::Close() - Closes the window server session.
- RWsSession::ComputeMode(TComputeMode) - Sets the mode used to control process priorities.
- RWsSession::Connect() - Connects the client session to the window server.
- RWsSession::Connect(RFs &) - Connects the client session to the window server using pre constructed file serv...
- RWsSession::DebugInfo(TInt,TDes8 &,TInt)const
- RWsSession::DebugInfo(TInt,TInt)const
- RWsSession::EventReady(TRequestStatus *) - Requests standard events from the window server.
- RWsSession::EventReadyCancel() - Cancels a request for standard events from the window server.
- RWsSession::FetchMessage(TUid &,TPtr8 &,const TWsEvent &) - Called by the client in response to an EEventMessageReady event to receive the m...
- RWsSession::FindWindowGroupIdentifier(TInt,const TDesC &,TInt) - Gets all window groups whose names match a given string, which can contain wildc...
- RWsSession::FindWindowGroupIdentifier(TInt,TThreadId) - Gets the identifiers of window groups belonging to a client which is owned by a ...
- RWsSession::Flush() - Sends all pending commands in the buffer to the window server.
- RWsSession::FreeSystemPointerCursorList() - Releases the system pointer cursor list and deletes all the entries in it.
- RWsSession::GetBackgroundColor()const - Gets the window server's background colour.
- RWsSession::GetColorModeList(CArrayFixFlat< TInt > *)const - Gets the list of available colour modes.
- RWsSession::GetDefaultOwningWindow() - Gets the identifier of the current default owning window group.
- RWsSession::GetDefModeMaxNumColors(TInt &,TInt &)const - Gets the number of colours available in the richest supported colour mode, the n...
- RWsSession::GetDoubleClickSettings(TTimeIntervalMicroSeconds32 &,TInt &) - Gets the current system-wide settings for pointer double clicks.
- RWsSession::GetEvent(TWsEvent &) - Gets a standard event from the session for processing.
- RWsSession::GetFocusScreen() - Get focus screen
- RWsSession::GetFocusWindowGroup() - Gets the identifier of the window group that currently has the keyboard focus.
- RWsSession::GetKeyboardRepeatRate(TTimeIntervalMicroSeconds32 &,TTimeIntervalMicroSeconds32 &) - Gets the current system-wide settings for the keyboard repeat rate.
- RWsSession::GetModifierState()const - Gets the state of the modifier keys.
- RWsSession::GetPriorityKey(TWsPriorityKeyEvent &) - Gets the completed priority key event from the window server session.
- RWsSession::GetRedraw(TWsRedrawEvent &) - Gets the redraw event from the session.
- RWsSession::GetWindowGroupClientThreadId(TInt,TThreadId &) - Gets the thread ID of the client that owns the window group specified by the win...
- RWsSession::GetWindowGroupHandle(TInt) - Gets the handle of the window specified by the window group identifier.
- RWsSession::GetWindowGroupNameFromIdentifier(TInt,TDes &) - Gets the name of a window group from its identifier.
- RWsSession::GetWindowGroupOrdinalPriority(TInt) - Gets a window group's priority.
- RWsSession::HeapCount()const - Gets the heap count.
- RWsSession::HeapSetFail(TInt,TInt) - Sets the heap failure mode in the window server.
- RWsSession::LogCommand(TLoggingCommand) - Allows the window server client to enable or disable logging of window server ev...
- RWsSession::LogMessage(const TLogMessageText &) - Adds a message to the window server debug log if one is currently in operation.
- RWsSession::NumWindowGroups()const - Gets the total number of window groups currently running in the window server.
- RWsSession::NumWindowGroups(TInt)const - Gets the number of window groups of a given window group priority running in all...
- RWsSession::PasswordEntered() - Disables the window server password mode.
- RWsSession::PointerCursorArea()const - Gets the pointer cursor area for the first screen display mode.
- RWsSession::PointerCursorArea(TInt)const - Gets the pointer cursor area for the specified screen display mode.
- RWsSession::PointerCursorMode()const - Gets the current mode for the pointer cursor.
- RWsSession::PointerCursorPosition()const - Gets the pointer cursor position.
- RWsSession::PriorityKeyReady(TRequestStatus *) - Requests priority key events from the window server.
- RWsSession::PriorityKeyReadyCancel() - Cancels a priority key event request.
- RWsSession::PurgePointerEvents() - Removes all pointer events waiting to be delivered to this session.
- RWsSession::RedrawReady(TRequestStatus *) - Requests redraw events from the window server.
- RWsSession::RedrawReadyCancel() - Cancels a redraw event request.
- RWsSession::RequestOffEvents(TBool,RWindowTreeNode *) - Requests the window server to send OFF events to a window.
- RWsSession::ResourceCount() - Gets the number of objects that the server has allocated for that client.
- RWsSession::RestoreDefaultHotKey(THotKey) - Restores the default mapping for a hot key.
- RWsSession::RWsSession() - Default C++ constructor.
- RWsSession::SendEventToAllWindowGroups(const TWsEvent &) - Sends the specified event to all existing window groups.
- RWsSession::SendEventToAllWindowGroups(TInt,const TWsEvent &) - Sends the specified event to all window groups with the specified priority.
- RWsSession::SendEventToOneWindowGroupsPerClient(const TWsEvent &) - This function always causes a flush of the window server buffer.
- RWsSession::SendEventToWindowGroup(TInt,const TWsEvent &) - Sends an event to a window group.
- RWsSession::SendMessageToAllWindowGroups(TInt,TUid,const TDesC8 &) - Sends a message to all window groups with the specified priority.
- RWsSession::SendMessageToAllWindowGroups(TUid,const TDesC8 &) - Sends a message to all window groups.
- RWsSession::SendMessageToWindowGroup(TInt,TUid,const TDesC8 &) - Sends a message to a window group.
- RWsSession::SetAutoFlush(TBool) - Sets a session's auto-flush state.
- RWsSession::SetBackgroundColor(TRgb) - Sets the background colour for the window server.
- RWsSession::SetBufferSizeL(TInt) - Sets both the buffer size and maximum buffer size for queuing commands to send t...
- RWsSession::SetClientCursorMode(TPointerCursorMode) - Sets the current mode for the pointer cursor.
- RWsSession::SetCustomTextCursor(TInt,const TArray< TSpriteMember > &,TUint,TCustomTextCursorAlignment) - Adds a custom text cursor to the server's list of cursors.
- RWsSession::SetDefaultSystemPointerCursor(TInt) - Sets the default system pointer cursor.
- RWsSession::SetDoubleClick(const TTimeIntervalMicroSeconds32 &,TInt) - Sets the system-wide double click settings.
- RWsSession::SetFocusScreen(TInt) - Set focus screen
- RWsSession::SetHotKey(THotKey,TUint,TUint,TUint) - Sets the hot keys.
- RWsSession::SetKeyboardRepeatRate(const TTimeIntervalMicroSeconds32 &,const TTimeIntervalMicroSeconds32 &) - Sets the system-wide keyboard repeat rate.
- RWsSession::SetMaxBufferSizeL(TInt) - Sets the maximum size that the buffer for queuing commands to send to the Window...
- RWsSession::SetModifierState(TEventModifier,TModifierState) - Sets the state of the modifier keys.
- RWsSession::SetPointerCursorArea(TInt,const TRect &) - Sets the area of the screen in which the virtual cursor can be used while in rel...
- RWsSession::SetPointerCursorMode(TPointerCursorMode) - Sets the current mode for the pointer cursor.
- RWsSession::SetPointerCursorPosition(const TPoint &) - Sets the pointer cursor position.
- RWsSession::SetShadowVector(const TPoint &) - Sets the shadow vector.
- RWsSession::SetSystemFaded(TBool) - Sets all windows in the system as faded or unfaded, using the default fading par...
- RWsSession::SetSystemFaded(TBool,TUint8,TUint8) - Sets all windows in the system as faded or unfaded, overriding the default fadin...
- RWsSession::SetSystemPointerCursor(const RWsPointerCursor &,TInt) - Sets a cursor in the system pointer cursor list.
- RWsSession::SetWindowGroupOrdinalPosition(TInt,TInt) - Sets the ordinal position of a window group.
- RWsSession::ShadowVector()const - Gets the current value of the shadow vector.
- RWsSession::Version() - Gets the window server version.
- RWsSession::WindowGroupList(CArrayFixFlat< TInt > *) - Gets a list of identifiers of all window groups in all window server sessions.
- RWsSession::WindowGroupList(RArray< TWindowGroupChainInfo > *) - Gets a list of identifier of window group and parent identifier of window group ...
- RWsSession::WindowGroupList(TInt,CArrayFixFlat< TInt > *) - Lists the number of window groups of a given window group priority running in al...
- RWsSession::WindowGroupList(TInt,RArray< TWindowGroupChainInfo > *) - Lists the number of window groups of a given window group priority running in al...
- TBaSystemSoundInfo::FileName()const - Gets the current sound's file.
- TBaSystemSoundInfo::FixedSequenceNumber()const - Gets the current sound's sequence.
- TBaSystemSoundInfo::SetFileName(const TBaSystemSoundName &) - Replaces the current sound with the specified file.
- TBaSystemSoundInfo::SetFixedSequenceNumber(TInt) - Replaces the current sound with the specified sequence number.
- TBaSystemSoundInfo::SetTone(const TTone &) - Replaces the current sound with the specified tone.
- TBaSystemSoundInfo::SoundCategory()const - Gets the sound's category.
- TBaSystemSoundInfo::TBaSystemSoundInfo() - Constructs a default TBaSystemSoundInfo object. This object has a null type, def...
- TBaSystemSoundInfo::TBaSystemSoundInfo(const TBaSystemSoundType &,const TBaSystemSoundName &,TInt,TInt) - Constructs a TBaSystemSoundInfo object with the specified type and file name. Th...
- TBaSystemSoundInfo::TBaSystemSoundInfo(const TBaSystemSoundType &,TInt,TInt,TInt) - Constructs a TBaSystemSoundInfo object with the specified type and sequence. The...
- TBaSystemSoundInfo::TBaSystemSoundInfo(const TBaSystemSoundType &,TTone,TInt,TInt) - Constructs a TBaSystemSoundInfo object with the specified type and tone. The sou...
- TBaSystemSoundInfo::Tone()const - Gets the current system sound's tone.
- TBidirectionalState::ReorderLine(TRunInfo *,TInt,TBool,TBool,TBool,TChar::TBdCategory,TChar::TBdCategory) - Reorders a line of text and updates the bidirectional state for the next line.
- TBidirectionalState::ReorderLine(TRunInfo *,TInt,TBool,TBool,TBool,TChar::TBdCategory,TChar::TBdCategory,TBool &) - Reorders a line of text and updates the bidirectional state for the next line.
- TBidiText::LineOfDisplayText(TInt,TInt &)const - Returns the text as prepared for display, provided that WrapText has been called...
- TBidiText::MinimumSize(TInt,const CFont &,TInt,TInt,const MLineBreaker *)const - Calculate the minimum size needed to draw the current text, given the specified ...
- TBidiText::NewL(const TDesC &,TInt) - Creates a bidirectional text object with directionality determined by the text i...
- TBidiText::NewL(const TDesC &,TInt,TDirectionality) - Creates a bidirectional text object with directionality determined by aDirection...
- TBidiText::NewL(TInt,TInt) - Creates a bidirectional text object with enough room for up to aReservedMaxLengt...
- TBidiText::NumberOfLinesInDisplayText()const - Reports the number of lines in the text to be drawn.
- TBidiText::ScriptDirectionality(TLanguage) - Returns the directionality of a given language.
- TBidiText::SetText(const TDesC &,RRunInfoArray &) - Sets the text of the bidirectional text object with directionality determined by...
- TBidiText::SetText(const TDesC &,TDirectionality,RRunInfoArray &) - Sets the text of the bidirectional text with directionality determined by aDirec...
- TBidiText::SetTruncationChar(TChar) - Sets the character that will be added at the end of the text if the whole text c...
- TBidiText::Text()const - Returns the original logically-ordered text supplied in the constructor.
- TBidiText::TextDirectionality(const TDesC &,TBool *) - Reports the implicit directionality of a piece of text.
- TBidiText::TruncationChar()const - Returns the truncation character used.
- TBidiText::WrappingWidth()const - Returns the wrapping width previously supplied to WrapText.
- TBidiText::WrapText(TInt,const CFont &,const MLineBreaker *) - Prepares the visually-ordered text according to the wrapping width and font spec...
- TBidiText::WrapText(TInt,const CFont &,const MLineBreaker *,TInt) - Prepares the visually-ordered text according to the wrapping width and font spec...
- TBtree::ClearL() - Resets the B-tree to have zero-height, and a null root, and deletes all index pa...
- TBtree::Connect(MPagePool *,const MBtreeKey *,const MBtreeLeafOrg *,const MBtreeIndexOrg *)
- TBtree::DeleteAtL(TBtreePos &) - Deletes the entry at the specified position
- TBtree::DeleteL(const TAny *) - Deletes an entry.
- TBtree::ExtractAtL(const TBtreeMark &,TAny *,TInt)const - Gets an entry at specified iterator position.
- TBtree::ExtractAtL(const TBtreePos &,TAny *,TInt)const - Gets the entry at the specified position.
- TBtree::FindL(TBtreePos &,const TAny *,TFind)const - Searches for an entry and returns its position.
- TBtree::FirstL(TBtreePos &)const - Goes to the first entry in the B-tree.
- TBtree::InsertL(TBtreePos &,const TAny *,TInt,TAllowDuplicates) - Inserts an entry into the tree.
- TBtree::IsBroken()const - Tests if the broken flag has been set on the B-tree.
- TBtree::IsDirty()const - Tests if the dirty flag has been set on the B-tree.
- TBtree::IsEmpty()const - Tests if the B-tree is empty.
- TBtree::IsIntact()const - Tests if the broken flag has not been set on the B-tree .
- TBtree::LastL(TBtreePos &)const - Goes to the last entry in the B-tree.
- TBtree::MarkBroken() - Sets the broken flag.
- TBtree::MarkCurrent() - Clears the dirty flag.
- TBtree::MarkDirty() - Sets the dirty flag.
- TBtree::NextL(TBtreeMark &)const - Advances an iterator to the next entry.
- TBtree::NextL(TBtreePos &)const - Gets the position of the entry following the specified entry.
- TBtree::PreviousL(TBtreePos &)const - Gets the position of the entry preceding the specified entry.
- TBtree::RepairL() - Attempts to repair a broken B-tree.
- TBtree::ResetL(TBtreeMark &)const - Resets an iterator to the root of the tree.
- TBtree::Set(const TBtreeToken &,TBtreeMode) - Initialises the B-tree.
- TBtree::TBtree(const TBtreeToken &,TBtreeMode) - Constructor that sets the B-tree mode and initialisation parameters.
- TBtree::TBtree(TBtreeMode) - Constructor that sets the B-tree mode.
- TBtree::Token()const - Gets an object that encapsulates the TBtree settings.
- TBtreeFixBase::Connect(MPagePool *,const MBtreeKey *) - Initalises the B-tree with a page pool and key handler.
- TBtreeFixBase::ExtractAtL(const TBtreeMark &,TAny *)const - Gets the entry at the specified iterator position.
- TBtreeFixBase::ExtractAtL(const TBtreePos &,TAny *)const - Gets the entry at the specified position.
- TBtreeFixBase::InsertL(TBtreePos &,const TAny *,TAllowDuplicates) - Inserts an entry into the tree.
- TBtreeFixBase::TBtreeFixBase(const TBtreeToken &,TBtreeMode,TInt,TInt)
- TBtreeFixBase::TBtreeFixBase(TBtreeMode,TInt,TInt)
- TBtreeInlineIndexOrg::ChildNode(const TAny *,TInt)const
- TBtreeInlineIndexOrg::Concatenate(TAny *,const TAny *,const TDesC8 &)const
- TBtreeInlineIndexOrg::Delete(TAny *,TInt)const
- TBtreeInlineIndexOrg::Entry(const TAny *,TInt)const
- TBtreeInlineIndexOrg::EntryPtr(const TAny *,TInt)const
- TBtreeInlineIndexOrg::Insert(TAny *,TInt,const TDesC8 &,TPageRef)const
- TBtreeInlineIndexOrg::InsertOverflow(TAny *,TAny *,TInt,TBool,const TDesC8 &,TPageRef,const TDesC8 &,TBtreePivot &)const
- TBtreeInlineIndexOrg::InsertSplit(TAny *,TAny *,TInt,const TDesC8 &,TPageRef,TBtreePivot &)const
- TBtreeInlineIndexOrg::LastEntry(const TAny *)const
- TBtreeInlineIndexOrg::MakeRoot(TAny *,TPageRef)const
- TBtreeInlineIndexOrg::Redistribute(TAny *,TAny *,const TDesC8 &,TBtreePivot &)const
- TBtreeInlineIndexOrg::SetEntrySize(TInt)
- TBtreeInlineIndexOrg::TBtreeInlineIndexOrg()
- TBtreeInlineIndexOrg::Update(TAny *,TInt,const TDesC8 &)const
- TBtreeInlineLeafOrg::Concatenate(TAny *,const TAny *)const
- TBtreeInlineLeafOrg::Delete(TAny *,TInt)const
- TBtreeInlineLeafOrg::Entry(const TAny *,TInt)const
- TBtreeInlineLeafOrg::EntryPtr(const TAny *,TInt)const
- TBtreeInlineLeafOrg::Insert(TAny *,TInt,const TDesC8 &)const
- TBtreeInlineLeafOrg::InsertOverflow(TAny *,TAny *,TInt,TBool,const TDesC8 &)const
- TBtreeInlineLeafOrg::InsertSplit(TAny *,TAny *,TInt,const TDesC8 &)const
- TBtreeInlineLeafOrg::LastEntry(const TAny *)const
- TBtreeInlineLeafOrg::LinkNode(const TAny *)const
- TBtreeInlineLeafOrg::Redistribute(TAny *,TAny *)const
- TBtreeInlineLeafOrg::SetEntrySize(TInt)
- TBtreeInlineLeafOrg::SetLinkNode(TAny *,TPageRef)const
- TBtreeInlineLeafOrg::TBtreeInlineLeafOrg()
- TCoordinate::Altitude()const - Accessor for altitude.
- TCoordinate::BearingTo(const TCoordinate &,TReal32 &)const - This method calculates the bearing from this coordinate to the supplied coordina...
- TCoordinate::Datum()const - Accessor for the datum.
- TCoordinate::Distance(const TCoordinate &,TReal32 &)const - This method calculates the distance between this coordinate and the supplied coo...
- TCoordinate::Latitude()const - Accessor for latitude.
- TCoordinate::Longitude()const - Accessor for longitude.
- TCoordinate::Move(TReal32,TReal32) - This method moves this coordinate aDistance in the direction specified by aBeari...
- TCoordinate::SetCoordinate(const TReal64 &,const TReal64 &) - This method assigns a new latitude and longitude to the object. The altitude is ...
- TCoordinate::SetCoordinate(const TReal64 &,const TReal64 &,TReal32) - This method assigns a new latitude, longitude and altitude to the object.
- TCoordinate::SetDatum(TPositionDatumId) - This method assigns a new datum to the object.
- TCoordinate::TCoordinate() - Default constructor for TCoordinate. Sets the member data to default values (NaN...
- TCoordinate::TCoordinate(const TReal64 &,const TReal64 &) - Constructor for TCoordinate. Allows the client to set just latitude and longitud...
- TCoordinate::TCoordinate(const TReal64 &,const TReal64 &,TReal32) - Constructor for TCoordinate. Allows the client to set the latitude, longitude an...
- TDateTime::Day()const - Gets the day component of the date/time.
- TDateTime::Hour()const - Gets the hour component of the date/time.
- TDateTime::MicroSecond()const - Gets the microsecond component of the date/time.
- TDateTime::Minute()const - Gets the minute component of the date/time.
- TDateTime::Month()const - Gets the month component of the date/time.
- TDateTime::Second()const - Gets the second component of the date/time.
- TDateTime::Set(TInt,TMonth,TInt,TInt,TInt,TInt,TInt) - Sets all date and time components.
- TDateTime::SetDay(TInt) - Sets the day component of the date/time.
- TDateTime::SetHour(TInt) - Sets the hour component of the date/time.
- TDateTime::SetMicroSecond(TInt) - Sets the microsecond component of the date/time.
- TDateTime::SetMinute(TInt) - Sets the minute component of the date/time.
- TDateTime::SetMonth(TMonth) - Sets the month component of the date/time.
- TDateTime::SetSecond(TInt) - Sets the second component of the date/time.
- TDateTime::SetYear(TInt) - Sets the year without a leap year check.
- TDateTime::SetYearLeapCheck(TInt) - Sets the year with a leap year check.
- TDateTime::TDateTime() - Constructs an uninitialised TDateTime object.
- TDateTime::TDateTime(TInt,TMonth,TInt,TInt,TInt,TInt,TInt) - Constructs the TDateTime object with the seven fields which comprise a date and ...
- TDateTime::Year()const - Gets the year component of the date/time.
- TDes16::Append(const TDesC16 &) - Appends data onto the end of this descriptor's data.
- TDes16::Append(const TUint16 *,TInt) - Appends data onto the end of this descriptor's data.
- TDes16::Append(TChar) - Appends data onto the end of this descriptor's data.
- TDes16::AppendFill(TChar,TInt) - Appends and fills this descriptor with the specified character.
- TDes16::AppendFormat(TRefByValue< const TDesC16 >,...) - Formats and appends text onto the end of this descriptor's data.
- TDes16::AppendFormat(TRefByValue< const TDesC16 >,TDes16Overflow *,...) - Formats and appends text onto the end of this descriptor's data.
- TDes16::AppendFormatList(const TDesC16 &,VA_LIST,TDes16Overflow *) - Formats and appends text onto the end of this descriptor's data.
- TDes16::AppendJustify(const TDesC16 &,TInt,TAlign,TChar) - Appends data onto the end of this descriptor's data and justifies it.
- TDes16::AppendJustify(const TDesC16 &,TInt,TInt,TAlign,TChar) - Appends data onto the end of this descriptor's data and justifies it.
- TDes16::AppendJustify(const TUint16 *,TInt,TAlign,TChar) - Appends a zero terminated string onto the end of this descriptor's data and just...
- TDes16::AppendJustify(const TUint16 *,TInt,TInt,TAlign,TChar) - Appends data onto the end of this descriptor's data and justifies it.
- TDes16::AppendNum(TInt64) - Converts the 64-bit signed integer into a decimal character representation and a...
- TDes16::AppendNum(TReal,const TRealFormat &) - Converts the specified floating point number into a character representation and...
- TDes16::AppendNum(TUint64,TRadix) - Converts the specified 64 bit integer into a character representation based on t...
- TDes16::AppendNumFixedWidth(TUint,TRadix,TInt) - Converts the specified unsigned integer into a fixed width character representat...
- TDes16::AppendNumFixedWidthUC(TUint,TRadix,TInt) - Converts the specified unsigned integer into a fixed width character representat...
- TDes16::AppendNumUC(TUint64,TRadix) - Converts the specified 64 bit integer into a character representation based on t...
- TDes16::Capitalize() - Capitalises the content of this descriptor.
- TDes16::Collapse() - Collapse all characters from 16 to 8 bits
- TDes16::Collate() - Performs collation on the content of this descriptor.
- TDes16::Copy(const TDesC16 &) - Copies data into this descriptor replacing any existing data.
- TDes16::Copy(const TDesC8 &) - Copies data into this descriptor replacing any existing data.
- TDes16::Copy(const TUint16 *) - Copies data into this descriptor replacing any existing data.
- TDes16::Copy(const TUint16 *,TInt) - Copies data into this descriptor replacing any existing data.
- TDes16::CopyC(const TDesC16 &) - Copies and collates data from the specified descriptor into this descriptor repl...
- TDes16::CopyCP(const TDesC16 &) - Copies text from the specified descriptor and capitalises it before putting it i...
- TDes16::CopyF(const TDesC16 &) - Copies and folds data from the specified descriptor into this descriptor replaci...
- TDes16::CopyLC(const TDesC16 &) - Copies text from the specified descriptor and converts it to lower case before p...
- TDes16::CopyUC(const TDesC16 &) - Copies text from the specified descriptor and converts it to upper case before p...
- TDes16::Delete(TInt,TInt) - Deletes data from this descriptor.
- TDes16::Fill(TChar) - Fills the descriptor's data area with the specified character, replacing any exi...
- TDes16::Fill(TChar,TInt) - Fills the descriptor's data area with the specified character, replacing any exi...
- TDes16::FillZ() - Fills the descriptor's data area with binary zeroes, i.e.0x0000, replacing any e...
- TDes16::FillZ(TInt) - Fills the descriptor's data area with binary zeroes, i.e. 0x0000, replacing any ...
- TDes16::Fold() - Performs folding on the content of this descriptor.
- TDes16::Format(TRefByValue< const TDesC16 >,...) - Formats and copies text into this descriptor, replacing any existing data.
- TDes16::FormatList(const TDesC16 &,VA_LIST) - Formats and copies text into this descriptor, replacing any existing data.
- TDes16::Insert(TInt,const TDesC16 &) - Inserts data into this descriptor.
- TDes16::Justify(const TDesC16 &,TInt,TAlign,TChar) - Copies data into this descriptor and justifies it, replacing any existing data.
- TDes16::LeftTPtr(TInt)const - Extracts the leftmost part of the data.
- TDes16::LowerCase() - Converts the content of this descriptor to lower case.
- TDes16::MaxLength()const - Gets the maximum length of the descriptor.
- TDes16::MaxSize()const - Gets the maximum size of the descriptor.
- TDes16::MidTPtr(TInt)const - Extracts a portion of the data.
- TDes16::MidTPtr(TInt,TInt)const - Extracts a portion of the data.
- TDes16::Num(TInt64) - Converts the 64-bit signed integer into a decimal character representation and c...
- TDes16::Num(TReal,const TRealFormat &) - Converts the specified floating point number into a character representation and...
- TDes16::Num(TUint64,TRadix) - Converts the specified 64 bit unsigned integer into a character representation b...
- TDes16::NumFixedWidth(TUint,TRadix,TInt) - Converts the specified unsigned integer into a fixed width character representat...
- TDes16::NumFixedWidthUC(TUint,TRadix,TInt) - Converts the specified unsigned integer into a fixed width character representat...
- TDes16::NumUC(TUint64,TRadix) - Converts the specified 64 bit unsigned integer into a character representation b...
- TDes16::operator+=(const TDesC16 &) - Appends data onto the end of this descriptor's data and returns a reference to t...
- TDes16::operator=(const TDes16 &) - Copies data into this descriptor replacing any existing data.
- TDes16::operator=(const TDesC16 &) - Copies data into this descriptor replacing any existing data.
- TDes16::operator=(const TUint16 *) - Copies data into this descriptor replacing any existing data.
- TDes16::operator[](TInt) - Gets a non-const reference to a single data item within this descriptor's data.
- TDes16::operator[](TInt)const - Gets a const reference to a single data item within this descriptor's data.
- TDes16::PtrZ() - Appends a zero terminator onto the end of this descriptor's data and returns a p...
- TDes16::Repeat(const TDesC16 &) - Copies data with repetition into this descriptor, from another descriptor, repla...
- TDes16::Repeat(const TUint16 *,TInt) - Copies data with repetition into this descriptor, from a memory location specifi...
- TDes16::Replace(TInt,TInt,const TDesC16 &) - Replaces data in this descriptor.
- TDes16::RightTPtr(TInt)const - Extracts the rightmost part of the data.
- TDes16::SetLength(TInt) - Sets the length of the data represented by the descriptor to the specified value...
- TDes16::SetMax() - Sets the length of the data to the maximum length of the descriptor.
- TDes16::Swap(TDes16 &) - Swaps the data represented by this descriptor with the data represented by the s...
- TDes16::TDes16()
- TDes16::TDes16(TInt,TInt,TInt)
- TDes16::Trim() - Deletes leading and trailing whitespace characters from the descriptor's data.
- TDes16::TrimAll() - Deletes leading and trailing whitespace characters from the descriptor's data an...
- TDes16::TrimLeft() - Deletes leading whitespace characters from the descriptor's data.
- TDes16::TrimRight() - Deletes trailing whitespace characters from the descriptor's data.
- TDes16::UpperCase() - Converts the content of this descriptor to upper case.
- TDes16::WPtr()const
- TDes16::Zero() - Sets the length of the data to zero.
- TDes16::ZeroTerminate() - Appends a zero terminator onto the end of this descriptor's data.
- TDes8::Append(const TDesC16 &) - Appends data onto the end of this descriptor's data.
- TDes8::Append(const TDesC8 &) - Appends data onto the end of this descriptor's data.
- TDes8::Append(const TUint8 *,TInt) - Appends data onto the end of this descriptor's data.
- TDes8::Append(TChar) - Appends a character onto the end of this descriptor's data.
- TDes8::AppendFill(TChar,TInt) - Appends and fills this descriptor with the specified character.
- TDes8::AppendFormat(TRefByValue< const TDesC8 >,...) - Formats and appends text onto the end of this descriptor's data.
- TDes8::AppendFormat(TRefByValue< const TDesC8 >,TDes8Overflow *,...) - Formats and appends text onto the end of this descriptor's data.
- TDes8::AppendFormatList(const TDesC8 &,VA_LIST,TDes8Overflow *) - Formats and appends text onto the end of this descriptor's data.
- TDes8::AppendJustify(const TDesC8 &,TInt,TAlign,TChar) - Appends data onto the end of this descriptor's data and justifies it.
- TDes8::AppendJustify(const TDesC8 &,TInt,TInt,TAlign,TChar) - Appends data onto the end of this descriptor's data and justifies it.
- TDes8::AppendJustify(const TUint8 *,TInt,TAlign,TChar) - Appends a zero terminated string onto the end of this descriptor's data and just...
- TDes8::AppendJustify(const TUint8 *,TInt,TInt,TAlign,TChar) - Appends data onto the end of this descriptor's data and justifies it.
- TDes8::AppendNum(TInt64) - Converts the 64-bit signed integer into a decimal character representation and a...
- TDes8::AppendNum(TReal,const TRealFormat &) - Converts the specified floating point number into a character representation and...
- TDes8::AppendNum(TUint64,TRadix) - Converts the specified 64-bit unsigned integer into a character representation b...
- TDes8::AppendNumFixedWidth(TUint,TRadix,TInt) - Converts the specified unsigned integer into a fixed width character representat...
- TDes8::AppendNumFixedWidthUC(TUint,TRadix,TInt) - Converts the specified unsigned integer into a fixed width character representat...
- TDes8::AppendNumUC(TUint64,TRadix) - Converts the specified 64-bit unsigned integer into a character representation b...
- TDes8::Capitalize() - Capitalises the content of this descriptor.
- TDes8::Collapse() - Collapse all characters from 16 to 8 bits
- TDes8::Collate() - Performs collation on the content of this descriptor.
- TDes8::Copy(const TDesC16 &) - Copies data into this descriptor replacing any existing data.
- TDes8::Copy(const TDesC8 &) - Copies data into this descriptor replacing any existing data.
- TDes8::Copy(const TUint8 *) - Copies data into this descriptor replacing any existing data.
- TDes8::Copy(const TUint8 *,TInt) - Copies data into this descriptor replacing any existing data.
- TDes8::CopyC(const TDesC8 &) - Copies and collates data from the specified descriptor into this descriptor repl...
- TDes8::CopyCP(const TDesC8 &) - Copies text from the specified descriptor and capitalises it before putting it i...
- TDes8::CopyF(const TDesC8 &) - Copies and folds data from the specified descriptor into this descriptor replaci...
- TDes8::CopyLC(const TDesC8 &) - Copies text from the specified descriptor and converts it to lower case before p...
- TDes8::CopyUC(const TDesC8 &) - Copies text from the specified descriptor and converts it to upper case before p...
- TDes8::Delete(TInt,TInt) - Deletes data from this descriptor.
- TDes8::Expand() - Expand all characters from 8 to 16 bits
- TDes8::Fill(TChar) - Fills the descriptor's data area with the specified character, replacing any exi...
- TDes8::Fill(TChar,TInt) - Fills the descriptor's data area with the specified character, replacing any exi...
- TDes8::FillZ() - Fills the descriptor's data area with binary zeroes, i.e. 0x00, replacing any ex...
- TDes8::FillZ(TInt) - Fills the descriptor's data area with binary zeroes, i.e. 0x00, replacing any ex...
- TDes8::Fold() - Performs folding on the content of this descriptor.
- TDes8::Format(TRefByValue< const TDesC8 >,...) - Formats and copies text into this descriptor, replacing any existing data.
- TDes8::FormatList(const TDesC8 &,VA_LIST) - Formats and copies text into this descriptor, replacing any existing data.
- TDes8::Insert(TInt,const TDesC8 &) - Inserts data into this descriptor.
- TDes8::Justify(const TDesC8 &,TInt,TAlign,TChar) - Copies data into this descriptor and justifies it, replacing any existing data.
- TDes8::LeftTPtr(TInt)const - Extracts the leftmost part of the data.
- TDes8::LowerCase() - Converts the content of this descriptor to lower case.
- TDes8::MaxLength()const - Gets the maximum length of the descriptor.
- TDes8::MaxSize()const - Gets the maximum size of the descriptor.
- TDes8::MidTPtr(TInt)const - Extracts a portion of the data.
- TDes8::MidTPtr(TInt,TInt)const - Extracts a portion of the data.
- TDes8::Num(TInt64) - Converts the 64-bit signed integer into a decimal character representation and c...
- TDes8::Num(TReal,const TRealFormat &) - Converts the specified floating point number into a character representation and...
- TDes8::Num(TUint64,TRadix) - Converts the specified 64-bit unsigned integer into a character representation b...
- TDes8::NumFixedWidth(TUint,TRadix,TInt) - Converts the specified unsigned integer into a fixed width character representat...
- TDes8::NumFixedWidthUC(TUint,TRadix,TInt) - Converts the specified unsigned integer into a fixed width character representat...
- TDes8::NumUC(TUint64,TRadix) - Converts the specified 64-bit unsigned integer into a character representation b...
- TDes8::operator+=(const TDesC8 &) - Appends data onto the end of this descriptor's data and returns a reference to t...
- TDes8::operator=(const TDes8 &) - Copies data into this descriptor replacing any existing data.
- TDes8::operator=(const TDesC8 &) - Copies data into this descriptor replacing any existing data.
- TDes8::operator=(const TUint8 *) - Copies data into this descriptor replacing any existing data.
- TDes8::operator[](TInt) - Gets a non-const reference to a single data item within this descriptor's data.
- TDes8::operator[](TInt)const - Gets a const reference to a single data item within this descriptor's data.
- TDes8::PtrZ() - Appends a zero terminator onto the end of this descriptor's data and returns a p...
- TDes8::Repeat(const TDesC8 &) - Copies data with repetition into this descriptor, from another descriptor, repla...
- TDes8::Repeat(const TUint8 *,TInt) - Copies data with repetition into this descriptor, from a memory location specifi...
- TDes8::Replace(TInt,TInt,const TDesC8 &) - Replaces data in this descriptor.
- TDes8::RightTPtr(TInt)const - Extracts the rightmost part of the data.
- TDes8::SetLength(TInt) - Sets the length of the data represented by the descriptor to the specified value...
- TDes8::SetMax() - Sets the length of the data to the maximum length of the descriptor.
- TDes8::Swap(TDes8 &) - Swaps the data represented by this descriptor with the data represented by the s...
- TDes8::TDes8()
- TDes8::TDes8(TInt,TInt,TInt)
- TDes8::Trim() - Deletes leading and trailing whitespace characters from the descriptor's data.
- TDes8::TrimAll() - Deletes leading and trailing whitespace characters from the descriptor's data an...
- TDes8::TrimLeft() - Deletes leading whitespace characters from the descriptor's data.
- TDes8::TrimRight() - Deletes trailing whitespace characters from the descriptor's data.
- TDes8::UpperCase() - Converts the content of this descriptor to upper case.
- TDes8::WPtr()const
- TDes8::Zero() - Sets the length of the data to zero.
- TDes8::ZeroTerminate() - Appends a zero terminator onto the end of this descriptor's data.
- TDesC16::Alloc()const - Creates a new 16-bit heap descriptor and initialises it with a copy of this desc...
- TDesC16::AllocL()const - Creates a new 16-bit heap descriptor and initialises it with a copy of this desc...
- TDesC16::AllocLC()const - Creates a new 16-bit heap descriptor, initialises it with a copy of this descrip...
- TDesC16::AtC(TInt)const
- TDesC16::Compare(const TDesC16 &)const - Compares this descriptor's data with the specified descriptor's data.
- TDesC16::CompareC(const TDesC16 &)const - Compares this descriptor's data with the specified descriptor's data using the s...
- TDesC16::CompareC(const TDesC16 &,TInt,const TCollationMethod *)const - Compares this descriptor's data with the specified descriptor's data to the spec...
- TDesC16::CompareF(const TDesC16 &)const - Compares this descriptor's folded data with the specified descriptor's folded da...
- TDesC16::DoSetLength(TInt)
- TDesC16::Find(const TDesC16 &)const - Searches for the first occurrence of the specified data sequence within this des...
- TDesC16::Find(const TUint16 *,TInt)const - Searches for the first occurrence of the specified data sequence within this des...
- TDesC16::FindC(const TDesC16 &)const - Searches for the first occurrence of the specified collated data sequence within...
- TDesC16::FindC(const TDesC16 &,TInt &,const TCollationMethod &,TInt)const - Searches for the first occurrence of the specified collated data sequence within...
- TDesC16::FindC(const TUint16 *,TInt)const - Searches for the first occurrence of the specified collated data sequence within...
- TDesC16::FindC(const TUint16 *,TInt,TInt)const - Searches for the first occurrence of the specified collated data sequence within...
- TDesC16::FindF(const TDesC16 &)const - Searches for the first occurrence of the specified folded data sequence within t...
- TDesC16::FindF(const TUint16 *,TInt)const - Searches for the first occurrence of the specified folded data sequence within t...
- TDesC16::HasPrefixC(const TDesC16 &,TInt,const TCollationMethod *)const - Compares aPossiblePrefix against the start of the descriptor, using a collated c...
- TDesC16::Left(TInt)const - Extracts the leftmost part of the data.
- TDesC16::Length()const - Gets the length of the data.
- TDesC16::Locate(TChar)const - Searches for the first occurrence of a character within this descriptor's data.
- TDesC16::LocateF(TChar)const - Searches for the first occurrence of a folded character within this descriptor's...
- TDesC16::LocateReverse(TChar)const - Searches for the first occurrence of a character within this descriptor's data, ...
- TDesC16::LocateReverseF(TChar)const - Searches for the first occurrence of a folded character within this descriptor's...
- TDesC16::Match(const TDesC16 &)const - Searches this descriptor's data for a match with the match pattern supplied in t...
- TDesC16::MatchC(const TDesC16 &)const - Searches this descriptor's collated data for a match with the collated match pat...
- TDesC16::MatchC(const TDesC16 &,const TCollationMethod *,TInt,TInt,TInt,TInt)const - Searches this descriptor's collated data for a match with the collated match pat...
- TDesC16::MatchC(const TDesC16 &,TInt,TInt,TInt,TInt,const TCollationMethod *)const - Searches this descriptor's collated data for a match with the collated match pat...
- TDesC16::MatchF(const TDesC16 &)const - Searches this descriptor's folded data for a match with the folded match pattern...
- TDesC16::Mid(TInt)const - Extracts a portion of the data.
- TDesC16::Mid(TInt,TInt)const - Extracts a portion of the data.
- TDesC16::operator!=(const TDesC16 &)const - Determines whether this descriptor's data is not equal to the specified descript...
- TDesC16::operator>(const TDesC16 &)const - Determines whether this descriptor's data is greater than the specified descript...
- TDesC16::operator>=(const TDesC16 &)const - Determines whether this descriptor's data is greater than or equal to the specif...
- TDesC16::operator<(const TDesC16 &)const - Determines whether this descriptor's data is less than the specified descriptor'...
- TDesC16::operator<=(const TDesC16 &)const - Determines whether this descriptor's data is less than or equal to the specified...
- TDesC16::operator==(const TDesC16 &)const - Determines whether this descriptor's data is equal to the specified descriptor's...
- TDesC16::operator[](TInt)const - Gets a reference to a single data item within this descriptor's data.
- TDesC16::Ptr()const - Gets a pointer to the data represented by the descriptor.
- TDesC16::Right(TInt)const - Extracts the rightmost part of the data.
- TDesC16::Size()const - Gets the size of the data.
- TDesC16::TDesC16()
- TDesC16::TDesC16(TInt,TInt)
- TDesC16::Type()const
- TEllipse::Construct(const TRect &) - Initialises the values of the ellipse so that it conforms to a rectangle entered...
- TEllipse::Intersection(const TRect &,const TPoint &) - Constructs an ellipse from the rectangle which it is given and assesses the poin...
- TEllipse::NextStep(TPoint &,TPoint &,TPoint &,TPoint &) - By analysing the current state of the ellipse the process is taken to the next a...
- TEllipse::Output(TPoint &,TPoint &,TPoint &,TPoint &) - Sets the absolute points that define the ellipse as calculated using its iOffset...
- TEllipse::SingleStep(TPoint &,TPoint &,TPoint &,TPoint &) - Does the next stage in producing an ellipse by taking four points (the corners o...
- TExifReaderUtility::GetColorSpace(TUint16 &)const - Gets the colorSpace tag value of the metadata.
- TExifReaderUtility::GetComponentsConfiguration(HBufC8 *&)const - Gets the componentsConfiguration tag value of the metadata.
- TExifReaderUtility::GetCopyright(HBufC8 *&)const - Gets the copyright tag value of the metadata.
- TExifReaderUtility::GetDateTime(HBufC8 *&)const - Gets the dateTime tag value of the metadata.
- TExifReaderUtility::GetDateTimeDigitized(HBufC8 *&)const - Gets the dateTimeDigitized tag value of the metadata.
- TExifReaderUtility::GetDateTimeOriginal(HBufC8 *&)const - Gets the dateTimeOriginal tag value of the metadata.
- TExifReaderUtility::GetExifVersion(HBufC8 *&)const - Gets the exifVersion tag value of the metadata.
- TExifReaderUtility::GetFlash(TUint16 &)const - Gets the flash tag value of the metadata.
- TExifReaderUtility::GetFlashPixVersion(HBufC8 *&)const - Gets the flashpixVersion tag value of the metadata.
- TExifReaderUtility::GetFocalLength(TInt &,TInt &)const - Gets the focal length tag value of the metadata.
- TExifReaderUtility::GetGpsAltitude(TInt &,TInt &)const - Gets the gps altitude tag value of the metadata.
- TExifReaderUtility::GetGpsAltitudeRef(TUint8 &)const - Gets the gps altitude reference tag value of the metadata.
- TExifReaderUtility::GetGpsAreaInformation(HBufC8 *&)const - Gets the name of gps area tag value of the metadata.
- TExifReaderUtility::GetGpsDateStamp(HBufC8 *&)const - Gets the gps date tag value of the metadata.
- TExifReaderUtility::GetGpsDestBearing(TInt &,TInt &)const - Gets the gps bearing of destination tag value of the metadata.
- TExifReaderUtility::GetGpsDestBearingRef(HBufC8 *&)const - Gets the gps reference for bearing of destination tag value of the metadata.
- TExifReaderUtility::GetGpsDestDistance(TInt &,TInt &)const - Gets the gps distance to destination tag value of the metadata.
- TExifReaderUtility::GetGpsDestDistanceRef(HBufC8 *&)const - Gets the gps reference for distance to destination tag value of the metadata.
- TExifReaderUtility::GetGpsDestLatitude(TInt &,TInt &,TInt &,TInt &,TInt &,TInt &)const - Gets the gps latitude of destination tag value of the metadata.
- TExifReaderUtility::GetGpsDestLatitudeRef(HBufC8 *&)const - Gets the gps reference for latitude of destination tag value of the metadata.
- TExifReaderUtility::GetGpsDestLongitude(TInt &,TInt &,TInt &,TInt &,TInt &,TInt &)const - Gets the gps longitude of destination tag value of the metadata.
- TExifReaderUtility::GetGpsDestLongitudeRef(HBufC8 *&)const - Gets the gps reference for longitude of destination tag value of the metadata.
- TExifReaderUtility::GetGpsDifferential(TUint16 &)const - Gets the gps differential correction tag value of the metadata.
- TExifReaderUtility::GetGpsDop(TInt &,TInt &)const - Gets the gps measurement precision tag value of the metadata.
- TExifReaderUtility::GetGpsImgDirection(TInt &,TInt &)const - Gets the gps direction of image tag value of the metadata.
- TExifReaderUtility::GetGpsImgDirectionRef(HBufC8 *&)const - Gets the gps reference for direction of image tag value of the metadata.
- TExifReaderUtility::GetGpsLatitude(TInt &,TInt &,TInt &,TInt &,TInt &,TInt &)const - Gets the gps latitude tag value of the metadata.
- TExifReaderUtility::GetGpsLatitudeRef(HBufC8 *&)const - Gets the gps north or south latitude tag value of the metadata.
- TExifReaderUtility::GetGpsLongitude(TInt &,TInt &,TInt &,TInt &,TInt &,TInt &)const - Gets the gps longitude tag value of the metadata.
- TExifReaderUtility::GetGpsLongitudeRef(HBufC8 *&)const - Gets the gps east or west longitude tag value of the metadata.
- TExifReaderUtility::GetGpsMapDatum(HBufC8 *&)const - Gets the gps geodetic survey data used tag value of the metadata.
- TExifReaderUtility::GetGpsMeasureMode(HBufC8 *&)const - Gets the gps measurement mode tag value of the metadata.
- TExifReaderUtility::GetGpsProcessingMethod(HBufC8 *&)const - Gets the name of gps processing method tag value of the metadata.
- TExifReaderUtility::GetGpsSatellites(HBufC8 *&)const - Gets the gps satellites used for measurement tag value of the metadata.
- TExifReaderUtility::GetGpsSpeed(TInt &,TInt &)const - Gets the speed of gps receiver tag value of the metadata.
- TExifReaderUtility::GetGpsSpeedRef(HBufC8 *&)const - Gets the gps speed unit tag value of the metadata.
- TExifReaderUtility::GetGpsStatus(HBufC8 *&)const - Gets the gps receiver status tag value of the metadata.
- TExifReaderUtility::GetGpsTimeStamp(TInt &,TInt &,TInt &,TInt &,TInt &,TInt &)const - Gets the gps time tag value of the metadata.
- TExifReaderUtility::GetGpsTrack(TInt &,TInt &)const - Gets the gps direction of movement tag value of the metadata.
- TExifReaderUtility::GetGpsTrackRef(HBufC8 *&)const - Gets the gps reference for direction of movement tag value of the metadata.
- TExifReaderUtility::GetGpsVersionId(HBufC8 *&)const - Gets the gps version id tag value of the metadata.
- TExifReaderUtility::GetImageDescription(HBufC8 *&)const - Gets the image description tag value of the metadata.
- TExifReaderUtility::GetInteroperabilityIndex(HBufC8 *&)const - Gets the interoperabilityIndex tag value of the metadata.
- TExifReaderUtility::GetInteroperabilityVersion(HBufC8 *&)const - Gets the interoperabilityVersion tag value of the metadata.
- TExifReaderUtility::GetJpegInterchangeFormatLength(TInt &)const - Gets the thumbnail jpeg interchange format length of the metadata.
- TExifReaderUtility::GetJpegInterchangeFormatLength(TUint &)const - Gets the thumbnail jpeg interchange format length of the metadata.
- TExifReaderUtility::GetMake(HBufC8 *&)const - Gets the make tag value of the metadata.
- TExifReaderUtility::GetMakerNote(HBufC8 *&)const - Gets the maker note tag value of the metadata.
- TExifReaderUtility::GetModel(HBufC8 *&)const - Gets the model tag value of the metadata.
- TExifReaderUtility::GetOrientation(TUint16 &)const - Gets the main image orientation tag value of the metadata.
- TExifReaderUtility::GetPixelXDimension(TInt &)const - Gets the pixelXDimension tag value of the metadata.
- TExifReaderUtility::GetPixelYDimension(TInt &)const - Gets the pixelYDimension tag value of the metadata.
- TExifReaderUtility::GetResolutionUnit(TUint16 &)const - Gets the main image resolutionUnit tag value of the metadata.
- TExifReaderUtility::GetShutterSpeedValue(TInt &,TInt &)const - Gets the shutter speed tag value of the metadata.
- TExifReaderUtility::GetThumbCompression(TUint16 &)const - Gets the thumbnail compression tag value of the metadata.
- TExifReaderUtility::GetThumbOrientation(TUint16 &)const - Gets the thumbnail orientation tag value of the metadata.
- TExifReaderUtility::GetThumbResolutionUnit(TUint16 &)const - Gets the thumbnail resolutionUnit tag value of the metadata.
- TExifReaderUtility::GetThumbXResolution(TInt &,TInt &)const - Gets the thumbnail xResolution tag value of the metadata.
- TExifReaderUtility::GetThumbYResolution(TInt &,TInt &)const - Gets the thumbnail yResolution tag value of the metadata.
- TExifReaderUtility::GetUserComment(HBufC8 *&)const - Gets the user comment tag value of the metadata.
- TExifReaderUtility::GetXResolution(TInt &,TInt &)const - Gets the main image xResolution tag value of the metadata.
- TExifReaderUtility::GetYCbCrPositioning(TUint16 &)const - Gets the yCbCrPositioning tag value of the metadata.
- TExifReaderUtility::GetYResolution(TInt &,TInt &)const - Gets the main image yResolution tag value of the metadata.
- TExifReaderUtility::TExifReaderUtility(MExifMetadataReader *) - Constructor
- TExifWriterUtility::SetColorSpace(TInt) - Sets the colorSpace tag value of the metadata.
- TExifWriterUtility::SetComponentsConfiguration(HBufC8 *) - Sets the componentsConfiguration tag value of the metadata.
- TExifWriterUtility::SetCopyright(HBufC8 *) - Sets the copyright tag value of the metadata.
- TExifWriterUtility::SetDateTime(HBufC8 *) - Sets the dateTime tag value of the metadata.
- TExifWriterUtility::SetDateTimeDigitized(HBufC8 *) - Sets the dateTimeDigitized tag value of the metadata.
- TExifWriterUtility::SetDateTimeOriginal(HBufC8 *) - Sets the dateTimeOriginal tag value of the metadata.
- TExifWriterUtility::SetExifVersion(HBufC8 *) - Sets the exifVersion tag value of the metadata.
- TExifWriterUtility::SetFlash(TUint16) - Sets the flash tag value of the metadata.
- TExifWriterUtility::SetFlashPixVersion(HBufC8 *) - Sets the flashpixVersion tag value of the metadata.
- TExifWriterUtility::SetFocalLength(TInt,TInt) - Sets the focal length tag value of the metadata.
- TExifWriterUtility::SetGpsAltitude(TInt,TInt) - Sets the gps altitude tag value of the metadata.
- TExifWriterUtility::SetGpsAltitudeRef(TUint8) - Sets the gps altitude reference tag value of the metadata.
- TExifWriterUtility::SetGpsAreaInformation(HBufC8 *) - Sets the name of gps area tag value of the metadata.
- TExifWriterUtility::SetGpsDateStamp(HBufC8 *) - Sets the gps date tag value of the metadata.
- TExifWriterUtility::SetGpsDestBearing(TInt,TInt) - Sets the gps bearing of destination tag value of the metadata.
- TExifWriterUtility::SetGpsDestBearingRef(HBufC8 *) - Sets the gps reference for bearing of destination tag value of the metadata.
- TExifWriterUtility::SetGpsDestDistance(TInt,TInt) - Sets the gps distance to destination tag value of the metadata.
- TExifWriterUtility::SetGpsDestDistanceRef(HBufC8 *) - Sets the gps reference for distance to destination tag value of the metadata.
- TExifWriterUtility::SetGpsDestLatitude(TInt,TInt,TInt,TInt,TInt,TInt) - Sets the gps latitude of destination tag value of the metadata.
- TExifWriterUtility::SetGpsDestLatitudeRef(HBufC8 *) - Sets the gps reference for latitude of destination tag value of the metadata.
- TExifWriterUtility::SetGpsDestLongitude(TInt,TInt,TInt,TInt,TInt,TInt) - Sets the gps longitude of destination tag value of the metadata.
- TExifWriterUtility::SetGpsDestLongitudeRef(HBufC8 *) - Sets the gps reference for longitude of destination tag value of the metadata.
- TExifWriterUtility::SetGpsDifferential(TUint16) - Sets the gps differential correction tag value of the metadata.
- TExifWriterUtility::SetGpsDop(TInt,TInt) - Sets the gps measurement precision tag value of the metadata.
- TExifWriterUtility::SetGpsImgDirection(TInt,TInt) - Sets the direction of image tag value of the metadata.
- TExifWriterUtility::SetGpsImgDirectionRef(HBufC8 *) - Sets the gps reference for direction of image tag value of the metadata.
- TExifWriterUtility::SetGpsLatitude(TInt,TInt,TInt,TInt,TInt,TInt) - Sets the gps latitude tag value of the metadata.
- TExifWriterUtility::SetGpsLatitudeRef(HBufC8 *) - Sets the gps north or south latitude tag value of the metadata.
- TExifWriterUtility::SetGpsLongitude(TInt,TInt,TInt,TInt,TInt,TInt) - Sets the gps longitude tag value of the metadata.
- TExifWriterUtility::SetGpsLongitudeRef(HBufC8 *) - Sets the east or west longitude tag value of the metadata.
- TExifWriterUtility::SetGpsMapDatum(HBufC8 *) - Sets the gps geodetic survey data used tag value of the metadata.
- TExifWriterUtility::SetGpsMeasureMode(HBufC8 *) - Sets the gps measurement mode tag value of the metadata.
- TExifWriterUtility::SetGpsProcessingMethod(HBufC8 *) - Sets the name of gps processing method tag value of the metadata.
- TExifWriterUtility::SetGpsSatellites(HBufC8 *) - Sets the gps satellites used for measurement tag value of the metadata.
- TExifWriterUtility::SetGpsSpeed(TInt,TInt) - Sets the speed of gps receiver tag value of the metadata.
- TExifWriterUtility::SetGpsSpeedRef(HBufC8 *) - Sets the gps speed unit tag value of the metadata.
- TExifWriterUtility::SetGpsStatus(HBufC8 *) - Sets the gps receiver status tag value of the metadata.
- TExifWriterUtility::SetGpsTimeStamp(TInt,TInt,TInt,TInt,TInt,TInt) - Sets the gps time tag value of the metadata.
- TExifWriterUtility::SetGpsTrack(TInt,TInt) - Sets the direction of movement tag value of the metadata.
- TExifWriterUtility::SetGpsTrackRef(HBufC8 *) - Sets the gps reference for direction of movement tag value of the metadata.
- TExifWriterUtility::SetGpsVersionId(HBufC8 *) - Sets the gps version id tag value of the metadata.
- TExifWriterUtility::SetImageDescription(HBufC8 *) - Sets the image description tag value of the metadata.
- TExifWriterUtility::SetInteroperabilityIndex(HBufC8 *) - Sets the interoperabilityindex tag value of the metadata.
- TExifWriterUtility::SetInteroperabilityVersion(HBufC8 *) - Sets the interoperabilityVersion tag value of the metadata.
- TExifWriterUtility::SetMake(HBufC8 *) - Sets the make tag value of the metadata.
- TExifWriterUtility::SetMakerNote(HBufC8 *) - Sets the maker note tag value of the metadata.
- TExifWriterUtility::SetModel(HBufC8 *) - Sets the model tag value of the metadata.
- TExifWriterUtility::SetOrientation(TInt) - Sets the main image orientation tag value of the metadata.
- TExifWriterUtility::SetPixelXDimension(TInt) - Sets the pixelXDimension tag value of the metadata.
- TExifWriterUtility::SetPixelYDimension(TInt) - Sets the pixelYDimension tag value of the metadata.
- TExifWriterUtility::SetResolutionUnit(TInt) - Sets the main image resolutionUnit tag value of the metadata.
- TExifWriterUtility::SetShutterSpeedValue(TInt,TInt) - Sets the shutter speed tag value of the metadata.
- TExifWriterUtility::SetThumbCompression(TInt) - Sets the thumbnail compression tag value of the metadata.
- TExifWriterUtility::SetThumbOrientation(TInt) - Sets the thumbnail orientation tag value of the metadata.
- TExifWriterUtility::SetThumbResolutionUnit(TInt) - Sets the thumbnail resolutionUnit tag value of the metadata.
- TExifWriterUtility::SetThumbXResolution(TInt,TInt) - Sets the thumbnail xResolution tag value of the metadata.
- TExifWriterUtility::SetThumbYResolution(TInt,TInt) - Sets the thumbnail yResolution tag value of the metadata.
- TExifWriterUtility::SetUserComment(HBufC8 *) - Sets the user comment tag value of the metadata.
- TExifWriterUtility::SetXResolution(TInt,TInt) - Sets the main image xResolution tag value of the metadata.
- TExifWriterUtility::SetYCbCrPositioning(TInt) - Sets the yCbCrPositioning tag value of the metadata.
- TExifWriterUtility::SetYResolution(TInt,TInt) - Sets the main image yResolution tag value of the metadata.
- TExifWriterUtility::TExifWriterUtility(MExifMetadataWriter *) - Constructor
- TImMessageField::GetValidAlias(const TDesC16 &) - Gets a valid alias, if one exists, from the specified string.
- TImMessageField::GetValidAlias(const TDesC16 &,TInt &) - Gets a valid alias, if one exists, from the specified string.
- TImMessageField::GetValidComment(const TDesC16 &) - Gets a valid comment, if one exists, from the specified string.
- TImMessageField::GetValidComment(const TDesC16 &,TInt &) - Gets a valid comment, if one exists, from the specified string.
- TImMessageField::GetValidInternetEmailAddressFromString(const TDesC16 &) - Gets a valid email address, if one exists, from the specified string.
- TImMessageField::GetValidInternetEmailAddressFromString(const TDesC16 &,TInt &) - Gets a valid email address, if one exists, from the specified string.
- TImMessageField::GetValidInternetEmailAddressFromString(const TDesC16 &,TInt &,TInt &) - This function overload is not implemented.
- TImMessageField::GetValidInternetEmailAddressFromString(const TDesC16 &,TInt &,TInt &,TInt &) - This function overload is not implemented.
- TImMessageField::ValidAliasName(const TDesC16 &) - This function always returns true, so can be ignored.
- TImMessageField::ValidAliasName(const TDesC16 &,TInt &) - This function always returns true, so can be ignored.
- TImMessageField::ValidInternetEmailAddress(const TDesC16 &) - Tests if the specified string contains a valid email address.
- TImMessageField::ValidInternetEmailAddress(const TDesC16 &,TInt &) - Tests if the specified string contains a valid email address.
- TImMessageField::ValidInternetEmailAddress(const TDesC16 &,TInt &,TInt &) - Tests if the specified string contains a valid email address.
- TImMessageField::ValidInternetEmailAddress(const TDesC16 &,TInt &,TInt &,TInt &) - Tests if the specified string contains a valid email address.
- TImMessageField::ValidInternetEmailAddressChar(const TChar &) - Tests if the specified character is valid (in ASCII range 32-127) for use in an ...
- TImMessageField::ValidSubjectLine(const TDesC16 &) - This function always returns true, so can be ignored.
- TImMessageField::ValidSubjectLine(const TDesC16 &,TInt &) - This function always returns true, so can be ignored.
- TImMessageField::ValidSubjectLineChar(const TChar &) - This function always returns true, so can be ignored.
- TIpcArgs::Set(TInt,const TAny *) - Sets an argument value of TAny* type.
- TIpcArgs::Set(TInt,const TDesC16 *) - Sets an argument value of TDesC16* type.
- TIpcArgs::Set(TInt,const TDesC8 *) - Sets an argument value TDesC8* type.
- TIpcArgs::Set(TInt,RHandleBase) - Sets an argument value of RHandleBase type.
- TIpcArgs::Set(TInt,TDes16 *) - Sets an argument value of TDes16* type.
- TIpcArgs::Set(TInt,TDes8 *) - Sets an argument value of TDes8* type.
- TIpcArgs::Set(TInt,TInt) - Sets an argument value of TInt type.
- TIpcArgs::Set(TInt,TNothing) - Sets an argument to default value and type.
- TIpcArgs::TIpcArgs() - Default constructor.
- TIpcArgs::TIpcArgs(T0) - A templated constructor that constructs the argument package; it takes 1 argumen...
- TIpcArgs::TIpcArgs(T0,T1) - A templated constructor that constructs the argument package; it takes 2 argumen...
- TIpcArgs::TIpcArgs(T0,T1,T2) - A templated constructor that constructs the argument package; it takes 3 argumen...
- TIpcArgs::TIpcArgs(T0,T1,T2,T3) - A templated constructor that constructs the argument package; it takes 4 argumen...
- TLex16::Assign(const TDesC16 &) - Assigns a string to this object from a descriptor.
- TLex16::Assign(const TLex16 &) - Assigns a string to this object from another TLex16 object.
- TLex16::Assign(const TUint16 *) - Assigns a string to this object from another string.
- TLex16::BoundedVal(TInt32 &,TInt) - Parses the string to extract a 32-bit signed integer, and checks that it is with...
- TLex16::BoundedVal(TInt64 &,const TInt64 &) - Parses the string to extract a 64-bit signed integer, and checks that it is with...
- TLex16::BoundedVal(TInt64 &,TRadix,const TInt64 &) - Parses the string to extract a 64-bit signed integer, using the specified radix,...
- TLex16::BoundedVal(TUint32 &,TRadix,TUint) - Parses the string to extract a 32-bit unsigned integer, using the specified radi...
- TLex16::Eos()const - Tests whether the next character position is at the end of the string.
- TLex16::Get() - Gets the next character in the string and increments the next character position...
- TLex16::Inc() - Increments to the next character position.
- TLex16::Inc(TInt) - Increments the next character position by aNumber.
- TLex16::Mark() - Sets the TLex16's next character position to its extraction mark.
- TLex16::Mark(TLexMark16 &)const - Sets the supplied extraction mark to the TLex16's next character position.
- TLex16::MarkedOffset()const - Gets the offset of the extraction mark from the start of the string.
- TLex16::MarkedOffset(const TLexMark16)const - Gets the offset of the specified extraction mark from the start of the string.
- TLex16::MarkedToken()const - Extracts the marked token.
- TLex16::MarkedToken(const TLexMark16)const - Extracts the token, starting at the specified mark
- TLex16::NextToken() - Strips any white space and extracts the next token.
- TLex16::Offset()const - Gets the offset of the next character position from the start of the string.
- TLex16::operator=(const TDesC16 &) - Allows descriptors to be assigned to a TLex16.
- TLex16::operator=(const TUint16 *) - Allows strings to be assigned to a TLex16.
- TLex16::Peek()const - Shows the next character to be returned by TLex16::Get().
- TLex16::Remainder()const - Gets a descriptor containing all the text from the next character position to th...
- TLex16::RemainderFromMark()const - Gets a descriptor containing all the text from the extraction mark to the end of...
- TLex16::RemainderFromMark(const TLexMark16)const - Gets a descriptor containing all the text from the specified extraction mark to ...
- TLex16::SkipAndMark(TInt) - Moves the next character position a specified number of characters.
- TLex16::SkipAndMark(TInt,TLexMark16 &) - Moves the next character position a specified number of characters and copies it...
- TLex16::SkipCharacters() - Moves the next character position to the next white space (space or separator).
- TLex16::SkipSpace() - Moves the next character position past any white space (space or separator).
- TLex16::SkipSpaceAndMark() - Moves the next character position past any white space and copies it to the TLex...
- TLex16::SkipSpaceAndMark(TLexMark16 &) - Moves the next character position past any white space and copies it to the spec...
- TLex16::TLex16() - Default cosntructor.
- TLex16::TLex16(const TDesC16 &) - Constructs the object with a descriptor.
- TLex16::TLex16(const TUint16 *) - Constructs the object with a pointer to a string.
- TLex16::TokenLength()const - Gets the length of the token.
- TLex16::TokenLength(const TLexMark16)const - Gets the length of the token starting at the specified extraction mark.
- TLex16::UnGet() - Decrements the next character position, allowing the previously "got" ...
- TLex16::UnGetToMark() - Sets the next character position to the current extraction mark position.
- TLex16::UnGetToMark(const TLexMark16) - Sets the next character position to the supplied extraction mark position.
- TLex16::Val(TInt &) - Parses the string to extract a signed integer.
- TLex16::Val(TInt16 &) - Parses the string to extract a signed 16-bit integer.
- TLex16::Val(TInt32 &) - Parses the string to extract a signed 32-bit integer.
- TLex16::Val(TInt32 &,TInt)
- TLex16::Val(TInt64 &) - Parses the string to extract a signed 64-bit integer.
- TLex16::Val(TInt64 &,const TInt64 &)
- TLex16::Val(TInt64 &,TRadix) - Parses the string to extract a 64-bit integer (treated as unsigned), using the s...
- TLex16::Val(TInt64 &,TRadix,const TInt64 &)
- TLex16::Val(TInt8 &) - Parses the string to extract a signed 8-bit integer.
- TLex16::Val(TReal32 &)
- TLex16::Val(TReal32 &,TChar)
- TLex16::Val(TReal64 &)
- TLex16::Val(TReal64 &,TChar)
- TLex16::Val(TUint &,TRadix) - Parses the string to extract an unsigned integer, using the specified radix.
- TLex16::Val(TUint16 &,TRadix) - Parses the string to extract a 16-bit unsigned integer, using the specified radi...
- TLex16::Val(TUint32 &,TRadix) - Parses the string to extract a 32-bit unsigned integer, using the specified radi...
- TLex16::Val(TUint32 &,TRadix,TUint)
- TLex16::Val(TUint8 &,TRadix) - Parses the string to extract an 8-bit unsigned integer, using the specified radi...
- TLex8::Assign(const TDesC8 &) - Assigns a string to this object from a descriptor.
- TLex8::Assign(const TLex8 &) - Assigns a string to this object from another TLex8 object.
- TLex8::Assign(const TUint8 *) - Assigns a string to this object from another string.
- TLex8::BoundedVal(TInt32 &,TInt) - Parses the string to extract a 32-bit signed integer, and checks that it is with...
- TLex8::BoundedVal(TInt64 &,const TInt64 &) - Parses the string to extract a 64-bit signed integer, and checks that it is with...
- TLex8::BoundedVal(TInt64 &,TRadix,const TInt64 &) - Parses the string to extract a 64-bit signed integer, using the specified radix,...
- TLex8::BoundedVal(TUint32 &,TRadix,TUint) - Parses the string to extract a 32-bit unsigned integer, using the specified radi...
- TLex8::Eos()const - Tests whether the next character position is at the end of the string.
- TLex8::Get() - Gets the next character in the string, and increments the next character positio...
- TLex8::Inc() - Increments to the next character position.
- TLex8::Inc(TInt) - Increments the next character position by aNumber.
- TLex8::Mark() - Sets the TLex8's next character position to its extraction mark.
- TLex8::Mark(TLexMark8 &)const - Sets the supplied extraction mark to the TLex8's next character position.
- TLex8::MarkedOffset()const - Gets the offset of the extraction mark from the start of the string.
- TLex8::MarkedOffset(const TLexMark8)const - Gets the offset of the specified extraction mark from the start of the string.
- TLex8::MarkedToken()const - Extracts the marked token.
- TLex8::MarkedToken(const TLexMark8)const - Extracts the token, starting at the specified mark
- TLex8::NextToken() - Strips any white space and extracts the next token.
- TLex8::Offset()const - Gets the offset of the next character position from the start of the string.
- TLex8::operator=(const TDesC8 &) - Allows descriptors to be assigned to a TLex8.
- TLex8::operator=(const TUint8 *) - Allows strings to be assigned to a TLex8.
- TLex8::Peek()const - Shows the next character to be returned by TLex8::Get().
- TLex8::Remainder()const - Gets a descriptor containing all the text from the next character position to th...
- TLex8::RemainderFromMark()const - Gets a descriptor containing all the text from the current extraction mark to th...
- TLex8::RemainderFromMark(const TLexMark8)const - Gets a descriptor containing all the text from the specified extraction mark to ...
- TLex8::SkipAndMark(TInt) - Moves the next character position a specified number of characters.
- TLex8::SkipAndMark(TInt,TLexMark8 &) - Moves the next character position a specified number of characters and copies it...
- TLex8::SkipCharacters() - Moves the next character position to the next white space (space or separator).
- TLex8::SkipSpace() - Moves the next character position past any white space (space or separator).
- TLex8::SkipSpaceAndMark() - Moves the next character position past any white space and copies it to the TLex...
- TLex8::SkipSpaceAndMark(TLexMark8 &) - Moves the next character position past any white space and copies it to the spec...
- TLex8::TLex8() - Default constructor.
- TLex8::TLex8(const TDesC8 &) - Constructs the object with a descriptor.
- TLex8::TLex8(const TUint8 *) - Constructs the object with a pointer to a string.
- TLex8::TokenLength()const - Gets the length of the token.
- TLex8::TokenLength(const TLexMark8)const - Gets the length of the token starting at the specified extraction mark.
- TLex8::UnGet() - Decrements the next character position, allowing a previously "got" ch...
- TLex8::UnGetToMark() - Sets the next character position to the current extraction mark position.
- TLex8::UnGetToMark(const TLexMark8) - Sets the next character position to the supplied extraction mark position.
- TLex8::Val(TInt &) - Parses the string to extract a signed integer.
- TLex8::Val(TInt16 &) - Parses the string to extract a signed 16-bit integer.
- TLex8::Val(TInt32 &) - Parses the string to extract a signed 32-bit integer.
- TLex8::Val(TInt32 &,TInt)
- TLex8::Val(TInt64 &) - Parses the string to extract a signed 64-bit integer.
- TLex8::Val(TInt64 &,const TInt64 &)
- TLex8::Val(TInt64 &,TRadix) - Parses the string to extract a 64-bit integer (treated as unsigned), using the s...
- TLex8::Val(TInt64 &,TRadix,const TInt64 &)
- TLex8::Val(TInt8 &) - Parses the string to extract a signed 8-bit integer.
- TLex8::Val(TReal32 &)
- TLex8::Val(TReal32 &,TChar)
- TLex8::Val(TReal64 &)
- TLex8::Val(TReal64 &,TChar)
- TLex8::Val(TUint &,TRadix) - Parses the string to extract an unsigned integer, using the specified radix.
- TLex8::Val(TUint16 &,TRadix) - Parses the string to extract a 16-bit unsigned integer, using the specified radi...
- TLex8::Val(TUint32 &,TRadix) - Parses the string to extract a 32-bit unsigned integer, using the specified radi...
- TLex8::Val(TUint32 &,TRadix,TUint)
- TLex8::Val(TUint8 &,TRadix) - Parses the string to extract an 8-bit unsigned integer, using the specified radi...
- TLocale::AmPmSpaceBetween()const - Tests whether or not a space is inserted between the time and the preceding or t...
- TLocale::AmPmSymbolPosition()const - Gets the am/pm text position (before or after the time value).
- TLocale::ClockFormat()const - Gets the clock display format.
- TLocale::CountryCode()const - Gets the code which is used to select country-specific locale data.
- TLocale::CurrencyDecimalPlaces()const - Gets the number of decimal places to which currency values are set.
- TLocale::CurrencyNegativeInBrackets()const - Gets whether negative currency values are enclosed in brackets rather than being...
- TLocale::CurrencySpaceBetween()const - Gets whether or not a space is inserted between the currency symbol and the curr...
- TLocale::CurrencySymbolPosition()const - Gets the currency symbol position.
- TLocale::CurrencyTriadsAllowed()const - Gets whether triads are allowed in currency values. Triads are groups of three d...
- TLocale::DateFormat()const - Gets the date format.
- TLocale::DateSeparator(TInt)const - Gets one of the four characters used to separate the day, month and year compone...
- TLocale::DaylightSaving()const - Gets the zones in which daylight saving is in effect.
- TLocale::DecimalSeparator()const - Gets the character used to separate a whole number from its fractional part.
- TLocale::DeviceTime()const - Gets the device time state.
- TLocale::DigitType()const - Gets the number mode stored in the locale.
- TLocale::FormatCurrency(TDes &,TDesOverflow &,TInt) - Renders a currency value as text, based on the locale's currency and numeric for...
- TLocale::FormatCurrency(TDes &,TDesOverflow &,TInt64) - Renders a currency value as text, based on the locale's currency and numeric for...
- TLocale::FormatCurrency(TDes &,TInt) - Renders a currency value as text, based on the locale's currency and numeric for...
- TLocale::FormatCurrency(TDes &,TInt64) - Renders a currency value as text, based on the locale's currency and numeric for...
- TLocale::HomeDaylightSavingZone()const - Gets the daylight saving zone in which the home city is located.
- TLocale::LanguageDowngrade(TInt)const - Gets the language that is stored at the specified index into the customisable pa...
- TLocale::NegativeCurrencyFormat()const - Gets the negative currency format.
- TLocale::NegativeCurrencySymbolOpposite()const - Gets whether in negative currency values, the position of the currency symbol is...
- TLocale::NegativeLoseSpace()const - Gets whether negative currency values lose the space between the currency symbol...
- TLocale::QueryHomeHasDaylightSavingOn()const - Tests whether or not daylight saving is set for the home city.
- TLocale::Refresh() - Refreshes the contents of this object with the system's locale settings.
- TLocale::Set()const - Transfers the locale settings from this object to the system. Note that the time...
- TLocale::SetAmPmSpaceBetween(TBool) - Sets whether a space is inserted between the time and the preceding or trailing ...
- TLocale::SetAmPmSymbolPosition(TLocalePos) - Sets the am/pm text position (before or after the time value).
- TLocale::SetClockFormat(TClockFormat) - Sets the clock display format.
- TLocale::SetCountryCode(TInt) - Sets the value which is used to select country-specific locale data.
- TLocale::SetCurrencyDecimalPlaces(TInt) - Sets the number of decimal places to which currency values should be set.
- TLocale::SetCurrencyNegativeInBrackets(TBool) - Sets whether negative currency values are enclosed in brackets rather than being...
- TLocale::SetCurrencySpaceBetween(TBool) - Sets whether a space is inserted between the currency symbol and the currency am...
- TLocale::SetCurrencySymbolPosition(TLocalePos) - Sets the currency symbol position.
- TLocale::SetCurrencyTriadsAllowed(TBool) - Sets whether triads are allowed in currency values.
- TLocale::SetDateFormat(TDateFormat) - Sets the date format.
- TLocale::SetDateSeparator(const TChar &,TInt) - Sets one of the four characters used to separate the day, month and year compone...
- TLocale::SetDecimalSeparator(const TChar &) - Sets the character to be used to separate a whole number from its fractional par...
- TLocale::SetDeviceTime(TDeviceTimeState) - Sets the device time state.
- TLocale::SetDigitType(TDigitType) - Sets the number mode for the locale.
- TLocale::SetLanguageDowngrade(TInt,TLanguage) - Sets a language in the customisable part of the language downgrade path.
- TLocale::SetNegativeCurrencyFormat(TNegativeCurrencyFormat) - Sets the negative currency format.
- TLocale::SetNegativeCurrencySymbolOpposite(TBool) - Sets whether the position of the currency symbol for negative currency values sh...
- TLocale::SetNegativeLoseSpace(TBool) - Sets whether negative currency values lose the space between the currency symbol...
- TLocale::SetStartOfWeek(TDay) - Sets the day which is considered to be the first day of the week.
- TLocale::SetThousandsSeparator(const TChar &) - Sets the character to be used to separate groups of three digits to the left of ...
- TLocale::SetTimeFormat(TTimeFormat) - Sets the time format (12 or 24 hour).
- TLocale::SetTimeSeparator(const TChar &,TInt) - Sets one of the four characters used to separate the hour, minute and second com...
- TLocale::SetUnitsDistanceLong(TUnitsFormat) - Sets the units of measurement for long distances.
- TLocale::SetUnitsDistanceShort(TUnitsFormat) - Sets the units of measurement for short distances.
- TLocale::SetUnitsGeneral(TUnitsFormat) - Sets the general units of measurement. This function should be used when both sh...
- TLocale::SetWorkDays(TUint) - Sets the days of the week which are considered as working days.
- TLocale::StartOfWeek()const - Gets the day which is considered the first day of the week.
- TLocale::ThousandsSeparator()const - Gets the character used to separate groups of three digits to the left of the de...
- TLocale::TimeFormat()const - Gets the time format (12 or 24 hour).
- TLocale::TimeSeparator(TInt)const - Gets one of the four characters used to separate the hour, second and minute com...
- TLocale::TLocale() - Default constructor.
- TLocale::TLocale(TInt)
- TLocale::UnitsDistanceLong()const - Gets the units of measurement for long distances.
- TLocale::UnitsDistanceShort()const - Gets the units of measurement for short distances.
- TLocale::UnitsGeneral()const - Gets the general units of measurement.
- TLocale::UniversalTimeOffset()const - Gets the locale's universal time offset.
- TLocale::WorkDays()const - Gets a bit mask representing the days of the week which are considered as workin...
- TLocality::BearingTo(const TCoordinate &,TReal32 &)const - This method calculates the bearing from this coordinate to the supplied coordina...
- TLocality::BearingTo(const TLocality &,TReal32 &,TReal32 &)const - This method calculates the bearing from this locality to the supplied locality.
- TLocality::Distance(const TCoordinate &,TReal32 &)const - This method calculates the distance between this coordinate and the supplied coo...
- TLocality::Distance(const TLocality &,TReal32 &,TReal32 &)const - This method calculates the distance between this locality and the supplied local...
- TLocality::HorizontalAccuracy()const - Retrieves the horizontal accuracy of this coordinate.
- TLocality::SetAccuracy(TReal32,TReal32) - Sets both the horizontal and vertical accuracy of this coordinate.
- TLocality::SetHorizontalAccuracy(TReal32) - Sets the horizontal accuracy of this coordinate.
- TLocality::SetVerticalAccuracy(TReal32) - Sets the vertical accuracy of this coordinate.
- TLocality::TLocality() - Default constructor for TLocality. Sets the member data to default values (NaN).
- TLocality::TLocality(const TCoordinate &,TReal32) - Constructor for TLocality. Allows the client to set a coordinate and a 'surface'...
- TLocality::TLocality(const TCoordinate &,TReal32,TReal32) - Constructor for TLocality. Allows the client to set a coordinate and both a hori...
- TLocality::VerticalAccuracy()const - Retrieves the vertical accuracy of this coordinate.
- TMsvEmailEntry::AnsweredIMAP4Flag()const - Gets the state of the \Answered IMAP4 flag.
- TMsvEmailEntry::BodyTextComplete()const - Tests if body text is complete.
- TMsvEmailEntry::DeletedIMAP4Flag()const - Gets the state of the \Deleted IMAP4 flag.
- TMsvEmailEntry::DisconnectedOperation()const - Gets the disconnected operation type.
- TMsvEmailEntry::DraftIMAP4Flag()const - Gets the state of the \Draft IMAP4 flag.
- TMsvEmailEntry::Encrypted()const - Tests whether encryption is used.
- TMsvEmailEntry::FlaggedIMAP4Flag()const - Gets the state of the \Flagged IMAP4 flag.
- TMsvEmailEntry::GetIMAP4Flags(TBool &,TBool &,TBool &,TBool &,TBool &,TBool &,TBool &) - Gets IMAP4-specific flags from the email entry: Unread, Seen, Answered, Flagged,...
- TMsvEmailEntry::ICalendar()const - Tests if the message contains an iCalendar attachment.
- TMsvEmailEntry::LocalSubscription()const - Gets the IMAP4 local subscription state for the specified folder.
- TMsvEmailEntry::Mailbox()const - Tests if the specified folder is the IMAP4 Mailbox.
- TMsvEmailEntry::MessageFolderType()const - Gets a flag on an IMAP MTM folder entry indicating that it stores a multipart bo...
- TMsvEmailEntry::MHTMLEmail()const - Returns the flag indicating if the message has an HTML body part.
- TMsvEmailEntry::operator==(const TMsvEmailEntry &)const - Equality operator for comparison to a TMsvEmailEntry.
- TMsvEmailEntry::operator==(const TMsvEntry &)const - Equality operator for comparison to a TMsvEntry.
- TMsvEmailEntry::Orphan()const - Gets the IMAP4 orphaned state for the specified message/folder.
- TMsvEmailEntry::PartialDownloaded()const - Tests if body text is partially downloaded.
- TMsvEmailEntry::Receipt()const - Tests if the email message requests a receipt.
- TMsvEmailEntry::RecentIMAP4Flag()const - Gets the state of the \Recent IMAP4 flag.
- TMsvEmailEntry::RemoteFolderEntries()const - Gets the number of messages stored in the remote folder.
- TMsvEmailEntry::SeenIMAP4Flag()const - Gets the state of the \Seen IMAP4 flag.
- TMsvEmailEntry::SetAnsweredIMAP4Flag(TBool) - Sets the state of the \Answered IMAP4 flag.
- TMsvEmailEntry::SetBodyTextComplete(TBool) - Sets if body text is complete.
- TMsvEmailEntry::SetDeletedIMAP4Flag(TBool) - Sets the state of the \Deleted IMAP4 flag.
- TMsvEmailEntry::SetDisconnectedOperation(TImDisconnectedOperationType) - Sets the disconnected operation type.
- TMsvEmailEntry::SetDraftIMAP4Flag(TBool) - Sets the state of the \Draft IMAP4 flag.
- TMsvEmailEntry::SetEncrypted(TBool) - Sets whether encryption is used.
- TMsvEmailEntry::SetFlaggedIMAP4Flag(TBool) - Sets the state of the \Flagged IMAP4 flag.
- TMsvEmailEntry::SetICalendar(TBool) - Sets a flag that the message contains an iCalendar attachment.
- TMsvEmailEntry::SetIMAP4Flags(TBool,TBool,TBool,TBool,TBool,TBool,TBool) - Sets IMAP4-specific flags from the email entry: Unread, Seen, Answered, Flagged,...
- TMsvEmailEntry::SetLocalSubscription(TBool) - Sets the IMAP4 local subscription state for the specified folder.
- TMsvEmailEntry::SetMailbox(TBool) - Sets if the specified folder is the IMAP4 Mailbox.
- TMsvEmailEntry::SetMessageFolderType(TImEmailFolderType) - Sets a flag on an IMAP MTM folder entry indicating that it stores a multipart bo...
- TMsvEmailEntry::SetMHTMLEmail(TBool) - Sets the flag indicating if the message has an HTML body part.
- TMsvEmailEntry::SetOrphan(TBool) - Sets the IMAP4 orphaned state for the specified message/folder.
- TMsvEmailEntry::SetPartialDownloaded(TBool) - Sets if the body text is partially downloaded.
- TMsvEmailEntry::SetReceipt(TBool) - Sets a flag that the email message requests a receipt.
- TMsvEmailEntry::SetRecentIMAP4Flag(TBool) - Sets the state of the \Recent IMAP4 flag.
- TMsvEmailEntry::SetRemoteFolderEntries(TInt) - Sets the number of messages stored in the remote folder.
- TMsvEmailEntry::SetSeenIMAP4Flag(TBool) - Sets the state of the \Seen IMAP4 flag.
- TMsvEmailEntry::SetSigned(TBool) - Sets whether signing is used.
- TMsvEmailEntry::SetSubscribed(TBool) - Sets the IMAP4 subscription state for the specified folder.
- TMsvEmailEntry::SetUID(TUint32) - Sets the IMAP4 UID (unique identifier) for the specified message/folder.
- TMsvEmailEntry::SetUnreadIMAP4Flag(TBool) - Sets the state of the unread messages IMAP4 flag.
- TMsvEmailEntry::SetValidUID(TBool) - Sets the IMAP4 UID (unique identifier) validity for the specified folder.
- TMsvEmailEntry::SetVCalendar(TBool) - Sets a flag that the message contains a VCal attachment.
- TMsvEmailEntry::SetVCard(TBool) - Sets a flag that the message contains a VCard attachment.
- TMsvEmailEntry::Signed()const - Tests whether signing is used.
- TMsvEmailEntry::Subscribed()const - Gets the IMAP4 subscription state for the specified folder.
- TMsvEmailEntry::TMsvEmailEntry() - Default constructor.
- TMsvEmailEntry::TMsvEmailEntry(const TMsvEntry &) - Copy constructor using a TMsvEntry object.
- TMsvEmailEntry::UID()const - Gets the IMAP4 UID (unique identifier) for the specified message/folder.
- TMsvEmailEntry::UnreadIMAP4Flag()const - Gets the state of the unread messages IMAP4 flag.
- TMsvEmailEntry::ValidUID()const - Gets the IMAP4 UID (unique identifier) validity for the specified folder.
- TMsvEmailEntry::VCalendar()const - Tests if the message contains a VCal attachment.
- TMsvEmailEntry::VCard()const - Tests if the message contains a VCard attachment.
- TPckg::operator()() - Gets a reference to the object represented by this packaged modifiable pointer d...
- TPckg::TPckg(const T &) - Constructs a packaged modifiable pointer descriptor to represent the specified o...
- TPositionCalc::GetBearing(const TCoordinate &,const TCoordinate &,TReal32 &) - Calculate distance between two TCoordinates
- TPositionCalc::GetBearing(const TLocality &,const TLocality &,TReal32 &,TReal32 &) - Calculate distance between two TLocality
- TPositionCalc::GetDistance(const TCoordinate &,const TCoordinate &,TReal32 &) - Calculate distance between two TCoordinates
- TPositionCalc::GetDistance(const TLocality &,const TLocality &,TReal32 &,TReal32 &) - Calculate distance between two TLocality
- TPositionCalc::GetSpeed(const TPosition &,const TPosition &,TReal32 &) - Calculate distance between two TPositions
- TPositionCalc::GetSpeed(const TPosition &,const TPosition &,TReal32 &,TReal32 &) - Calculate distance between two TPositions
- TPositionCalc::Translate(const TCoordinate &,const TReal32 &,const TReal32 &,TCoordinate &) - Translate the stop coordinate by start point and given distance and bearing betw...
- TRawEvent::DeviceNumber()const - Gets the device number (eg. screen number)
- TRawEvent::IsTip()const - Gets the information on which end of the pointing device is closer to the screen
- TRawEvent::Modifiers()const - Gets the modifiers.
- TRawEvent::Pos()const - Gets the mouse or digitiser X-Y position.
- TRawEvent::Pos3D()const - Gets the Cartesian coordinates of the 3D pointer end that is closer to the scree...
- TRawEvent::Rotation()const - Gets the rotation angle of 3D pointing device.
- TRawEvent::ScanCode()const - Gets the scancode.
- TRawEvent::Set(TType) - Sets up an event without specific parameters.
- TRawEvent::Set(TType,TInt) - Sets the event up as a scancode event.
- TRawEvent::Set(TType,TInt,TInt) - Sets the event up as a mouse/pen event.
- TRawEvent::Set(TType,TInt,TInt,TInt) - Sets the event up as a 3D pointer linear move event.
- TRawEvent::Set(TType,TInt,TInt,TInt,TInt,TInt,TInt) - Sets the event up as a 3D pointer linear move and tilt and rotation change event...
- TRawEvent::SetDeviceNumber(TInt) - Sets the device number (eg. screen number)
- TRawEvent::SetRotation(TType,TInt) - Sets the event up as 3D pointer rotation event.
- TRawEvent::SetTilt(TType,TInt,TInt) - Sets the event up as 3D pointer tilt change event.
- TRawEvent::SetTip(TBool) - Sets the information on which end of the pointing device is closer to the screen
- TRawEvent::Ticks()const - Gets the tick count value associated with the event.
- TRawEvent::Tilt()const - Gets the angular spherical polar coordinates of the 3D pointer end that is close...
- TRawEvent::TRawEvent() - Default constructor
- TRawEvent::Type()const - Gets the event type
- TRect::BoundingRect(const TRect &) - Gets the minimal rectangle which bounds both this rectangle and the specified re...
- TRect::Center()const - Gets the point at the centre of the rectangle.
- TRect::Contains(const TPoint &)const - Tests whether a point is located within the rectangle.
- TRect::Grow(const TSize &) - Grows a rectangle using the specified TSize offset.
- TRect::Grow(TInt,TInt) - Grows the rectangle using the specified horizontal and vertical offsets.
- TRect::Height()const - Gets the height of the rectangle.
- TRect::Intersection(const TRect &) - Gets the area of intersection between this rectangle and the specified rectangle...
- TRect::Intersects(const TRect &)const - Tests whether this rectangle overlaps with the specified rectangle.
- TRect::IsEmpty()const - Tests whether the rectangle is empty.
- TRect::IsNormalized()const - Tests whether the rectangle is normalised.
- TRect::Move(const TPoint &) - Moves the rectangle by adding a TPoint offset.
- TRect::Move(TInt,TInt) - Moves the rectangle by adding an x, y offset.
- TRect::Normalize() - Ensures that the rectangle's width and height have positive values.
- TRect::operator!=(const TRect &)const - Compares two rectangles for inequality.
- TRect::operator==(const TRect &)const - Compares two rectangles for equality.
- TRect::Resize(const TSize &) - Resizes a rectangle by adding a TSize offset.
- TRect::Resize(TInt,TInt) - Resizes a rectangle by adding a horizontal and vertical offset.
- TRect::SetHeight(TInt) - Sets the height of the rectangle.
- TRect::SetRect(const TPoint &,const TPoint &) - Sets the rectangle's position using two TPoints.
- TRect::SetRect(const TPoint &,const TSize &) - Sets the rectangle's position using a TPoint and a TSize.
- TRect::SetRect(TInt,TInt,TInt,TInt) - Sets the rectangle's position using four TInts.
- TRect::SetSize(const TSize &) - Sets the size of the rectangle.
- TRect::SetWidth(TInt) - Sets the width of the rectangle.
- TRect::Shrink(const TSize &) - Shrinks a rectangle using a specified TSize offset.
- TRect::Shrink(TInt,TInt) - Shrinks a rectangle using specified horizontal and vertical offsets.
- TRect::Size()const - Gets the size of the rectangle.
- TRect::TRect() - Constructs a default rectangle.
- TRect::TRect(const TPoint &,const TPoint &) - Constructs the rectangle with two TPoints, corresponding to its top left and bot...
- TRect::TRect(const TPoint &,const TSize &) - Constructs the rectangle with a TPoint for its top left corner, and a TSize for ...
- TRect::TRect(const TSize &) - Constructs the rectangle with a TSize.
- TRect::TRect(TInt,TInt,TInt,TInt) - Constructs the rectangle, initialising its top left and bottom right hand corner...
- TRect::TRect(TUninitialized) - Constructs a default rectangle.
- TRect::Width()const - Gets the width of the rectangle.
- TRfcommRemotePortParams::GetBitRate(TBps &)const
- TRfcommRemotePortParams::GetDataBits(TDataBits &)const - If Data Bits are valid, sets reference and returns True, otherwise, returns Fals...
- TRfcommRemotePortParams::GetFlowCtrl(TUint8 &)const - If Flow Control is valid, sets reference and returns True, otherwise, returns Fa...
- TRfcommRemotePortParams::GetParity(TParity &)const - If Parity is valid, sets reference and returns True, otherwise, returns False
- TRfcommRemotePortParams::GetStopBit(TStopBits &)const - If Stop Bit is valid, sets reference and returns True, otherwise, returns False
- TRfcommRemotePortParams::GetXOffChar(TUint8 &)const - If XOff Char is valid, sets reference and returns True, otherwise, returns False...
- TRfcommRemotePortParams::GetXOnChar(TUint8 &)const - If XOn Char is valid, sets reference and returns True, otherwise, returns False
- TRfcommRemotePortParams::IsValid()const
- TRfcommRemotePortParams::SetBitRate(TBps)
- TRfcommRemotePortParams::SetDataBits(TDataBits)
- TRfcommRemotePortParams::SetFlowCtrl(TUint8)
- TRfcommRemotePortParams::SetParity(TParity)
- TRfcommRemotePortParams::SetStopBit(TStopBits)
- TRfcommRemotePortParams::SetXOffChar(TUint8)
- TRfcommRemotePortParams::SetXOnChar(TUint8)
- TRfcommRemotePortParams::TRfcommRemotePortParams()
- TRfcommRemotePortParams::UpdateFlowCtrlBit(TUint8,TRPNFlowCtrlMask) - Constructor Set the flow control bit specified by aFCMask to the same value it h...
- TRfcommRemotePortParams::UpdateFromRPNTransaction(const TRfcommRPNTransaction &) - Update using a TRfcommRPNTransaction class. Update all parameters according to p...
- TRfcommRemotePortParams::UpdateWholeFlowCtrl(TUint16,TUint8) - Used to update flow control with relevant bits from aFlowCtrl (as specified by a...
- TRgb::_Color16M()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::_Color16M(TInt) - Gets TRgb from 16M colour index.
- TRgb::_Color16MA()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::_Color16MA(TUint) - Gets TRgb from 16MA colour index. The function takes a 32 bit colour value with ...
- TRgb::_Color16MAP()const - Converts the TRgb to EColor16MAP (with color channels pre-multiplied with the al...
- TRgb::_Color16MAP(TUint) - Gets TRgb from 16MAP colour index. The function takes a 32 bit colour value with...
- TRgb::_Color16MU()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::_Color16MU(TInt) - Gets TRgb from 16MU colour index. The function takes a 24 bit colour value with ...
- TRgb::_Color4K()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::_Color4K(TInt) - Gets TRgb from 4K colour index.
- TRgb::_Color64K()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::_Color64K(TInt) - Gets TRgb from 64K colour index.
- TRgb::_Gray16()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::_Gray16(TInt) - Gets TRgb from 16 level grayscale.
- TRgb::_Gray2()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::_Gray2(TInt) - Gets TRgb from 2 level grayscale.
- TRgb::_Gray256()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::_Gray256(TInt) - Gets TRgb from 256 level grayscale.
- TRgb::_Gray4()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::_Gray4(TInt) - Gets TRgb from 4 level grayscale.
- TRgb::Alpha()const - Gets the alpha component.
- TRgb::Blue()const - Gets the blue component.
- TRgb::Color16()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::Color16(TInt) - Gets TRgb from 4 bit colour index.
- TRgb::Color16M()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::Color16M(TInt) - Gets TRgb from 16M colour index.
- TRgb::Color16MA()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::Color16MA(TUint) - Gets TRgb from 16MA colour index. The function takes a 32 bit colour value with ...
- TRgb::Color16MAP()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::Color16MAP(TUint) - Gets TRgb from 16MAP colour index. The function takes a 32 bit colour value with...
- TRgb::Color16MU()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::Color16MU(TInt) - Gets TRgb from 16MU colour index. The function takes a 24 bit colour value with ...
- TRgb::Color256()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::Color256(TInt) - Gets TRgb from 8 bit colour index.
- TRgb::Color4K()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::Color4K(TInt) - Gets TRgb from 4K colour index.
- TRgb::Color64K()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::Color64K(TInt) - Gets TRgb from 64K colour index.
- TRgb::Difference(const TRgb &)const - Gets the difference between two TRgbs.
- TRgb::ExternalizeL(RWriteStream &)const - Externalises a TRgb object to a stream.
- TRgb::Gray16()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::Gray16(TInt) - Gets TRgb from 16 level grayscale.
- TRgb::Gray2()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::Gray2(TInt) - Gets TRgb from 2 level grayscale.
- TRgb::Gray256()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::Gray256(TInt) - Gets TRgb from 256 level grayscale.
- TRgb::Gray4()const - Gets the index of the closest TRgb value to this, based on the matching display ...
- TRgb::Gray4(TInt) - Gets TRgb from 4 level grayscale.
- TRgb::Green()const - Gets the green component.
- TRgb::Internal()const - Gets the 32-bit value of the TRgb as an integer.
- TRgb::InternalizeL(RReadStream &) - Internalises a TRgb object from a stream.
- TRgb::operator &(const TRgb &) - Bitwise logical AND operator.
- TRgb::operator &=(const TRgb &) - Logical AND assignment operator.
- TRgb::operator!=(const TRgb &)const - Compares this colour with the specified colour for inequality.
- TRgb::operator==(const TRgb &)const - Compares this colour with the specified colour for equality.
- TRgb::operator^(const TRgb &) - Bitwise EXCLUSIVE OR operator
- TRgb::operator^=(const TRgb &) - Logical EXCLUSIVE OR assignment operator.
- TRgb::operator|(const TRgb &) - Bitwise logical OR operator.
- TRgb::operator|=(const TRgb &) - Logical OR assignment operator.
- TRgb::operator~()const - Bitwise logical inversion operator.
- TRgb::Red()const - Gets the red component.
- TRgb::SetAlpha(TInt) - Sets the alpha component.
- TRgb::SetBlue(TInt) - Sets the blue component.
- TRgb::SetGreen(TInt) - Sets the green component.
- TRgb::SetInternal(TUint32) - Sets the 32-bit value of the TRgb as a 32-bit integer.
- TRgb::SetRed(TInt) - Sets the red component.
- TRgb::TRgb() - Constructs a TRgb initialised to KRgbWhite.
- TRgb::TRgb(TInt,TInt,TInt) - Constructs a TRgb from its three component colours.
- TRgb::TRgb(TInt,TInt,TInt,TInt) - Constructs a TRgb from its three colour components and alpha component.
- TRgb::TRgb(TUint32) - Constructs a TRgb directly from a single 32-bit integer.
- TRgb::TRgb(TUint32,TInt) - Constructs a TRgb from a 32-bit integer (which corresponds to a colour) and from...
- TRgb::Value()const - Gets the 32-bit value of the TRgb as an integer. This function is deprecated. Us...
- TSecurityPolicy::CheckPolicy(RMessagePtr2,const char *)const - Checks this policy against the platform security attributes of the process which...
- TSecurityPolicy::CheckPolicy(RProcess,const char *)const - Checks this policy against the platform security attributes of aProcess.
- TSecurityPolicy::CheckPolicy(RThread,const char *)const - Checks this policy against the platform security attributes of the process ownin...
- TSecurityPolicy::CheckPolicyCreator(const char *)const - Checks this policy against the platform security attributes of this process' cre...
- TSecurityPolicy::Package()const - Constructs a TPtrC8 wrapping the platform security attributes of this TSecurityP...
- TSecurityPolicy::Set(const TDesC8 &) - Sets this TSecurityPolicy to a copy of the policy described by the supplied desc...
- TSecurityPolicy::TSecurityPolicy() - Constructs a TSecurityPolicy that will always fail, irrespective of the checked ...
- TSecurityPolicy::TSecurityPolicy(TCapability,TCapability,TCapability) - Construct a TSecurityPolicy object to check up to 3 capabilties.
- TSecurityPolicy::TSecurityPolicy(TCapability,TCapability,TCapability,TCapability,TCapability,TCapability,TCapability) - Construct a TSecurityPolicy object to check up to 7 capabilties.
- TSecurityPolicy::TSecurityPolicy(TSecPolicyType) - Constructs a TSecurityPolicy to either always pass or always fail checks made ag...
- TSecurityPolicy::TSecurityPolicy(TSecureId,TCapability,TCapability,TCapability) - Construct a TSecurityPolicy object to check a secure id and up to 3 capabilties....
- TSecurityPolicy::TSecurityPolicy(TVendorId,TCapability,TCapability,TCapability) - Construct a TSecurityPolicy object to check a vendor id and up to 3 capabilties....
- TStreamBuf::Avail(TArea)const - Gets the number of bytes available in the read or write area within the intermed...
- TStreamBuf::Avail(TRead)const - Gets the number of bytes available in the read area within the intermediate buff...
- TStreamBuf::Avail(TWrite)const - Gets the number of bytes available in the write area within the intermediate buf...
- TStreamBuf::DoReadL(MStreamInput &,TStreamTransfer) - Reads data from the intermediate buffer and, if necessary, any remaining data fr...
- TStreamBuf::DoReadL(TAny *,TInt) - Reads data from the intermediate buffer into the specified memory location.
- TStreamBuf::DoWriteL(const TAny *,TInt) - Writes data from the specified memory location into the intermediate buffer.
- TStreamBuf::DoWriteL(MStreamOutput &,TStreamTransfer)
- TStreamBuf::End(TArea)const - Gets the current end point of the read or write area within the intermediate buf...
- TStreamBuf::End(TRead)const - Gets the current end point of the read area within the intermediate buffer.
- TStreamBuf::End(TWrite)const - Gets the current end point of the write area within the intermediate buffer.
- TStreamBuf::OverflowL() - Empties the intermediate buffer and resets the start and end points of the write...
- TStreamBuf::Ptr(TArea)const - Gets the current start point of the read or write area within the intermediate b...
- TStreamBuf::Ptr(TRead)const - Gets the current start point of the read area within the intermediate buffer.
- TStreamBuf::Ptr(TWrite)const - Gets the current start point of the write area within the intermediate buffer.
- TStreamBuf::SetBuf(TArea,TUint8 *,TUint8 *) - Sets the start and end points of the read and/or the write area within the inter...
- TStreamBuf::SetBuf(TRead,TUint8 *,TUint8 *) - Sets the start and end points of the read area within the intermediate buffer.
- TStreamBuf::SetBuf(TWrite,TUint8 *,TUint8 *) - Sets the start and end points of the write area within the intermediate buffer.
- TStreamBuf::SetEnd(TArea,TUint8 *)
- TStreamBuf::SetEnd(TRead,TUint8 *)
- TStreamBuf::SetEnd(TWrite,TUint8 *)
- TStreamBuf::SetPtr(TArea,TUint8 *) - Sets the start point of the read and/or the write area within the intermediate b...
- TStreamBuf::SetPtr(TRead,TUint8 *) - Sets the start point of the write area within the intermediate buffer.
- TStreamBuf::SetPtr(TWrite,TUint8 *) - Sets the start point of the write area within the intermediate buffer.
- TStreamBuf::TStreamBuf() - Sets the pointers that mark out the read and write areas within the intermediate...
- TStreamBuf::UnderflowL(TInt) - Re-fills the intermediate buffer and resets the start and end points of the read...
- TStreamMark::Clear() - Resets the mark object to its default state.
- TStreamMark::ExtractL(TStreamExchange &) - Refreshes this mark from the mark in the host stream buffer and tells the shared...
- TStreamMark::IsEmpty()const - Tests whether this mark object is uninitialised.
- TStreamMark::IsWith(TStreamExchange &)const - Tests whether the specified shared streaming manager currently refers to this ma...
- TStreamMark::operator const TStreamMark *()const
- TStreamMark::operator TStreamMark *()
- TStreamMark::operator!=(const TStreamMark &)const - Tests whether this object and the specified shared stream mark object are differ...
- TStreamMark::operator!=(const TStreamMark *)const
- TStreamMark::operator=(TStreamPos) - Assigns the specified stream position value to this shared stream mark object.
- TStreamMark::operator==(const TStreamMark &)const - Tests whether this object and the specified referenced shared stream mark object...
- TStreamMark::operator==(const TStreamMark *)const
- TStreamMark::Position()const - Gets the position of the mark.
- TStreamMark::ReadL(TStreamExchange &,MStreamInput &) - Reads data from the shared stream into the specified data sink.
- TStreamMark::ReadL(TStreamExchange &,MStreamInput &,TInt) - Reads data from the shared stream into the specified data sink.
- TStreamMark::ReadL(TStreamExchange &,MStreamInput &,TStreamTransfer) - Reads data from the shared stream into the specified data sink.
- TStreamMark::ReadL(TStreamExchange &,TAny *,TInt) - Reads data from the shared stream into the specified memory location.
- TStreamMark::ReadL(TStreamExchange &,TDes8 &,TInt,TRequestStatus &) - Reads data, asynchronously, from the shared stream into the specified descriptor...
- TStreamMark::ReadL(TStreamExchange &,TDes8 &,TRequestStatus &)
- TStreamMark::RelatesTo(TStreamExchange &)const - Tests whether the specified shared streaming manager currently refers to this ma...
- TStreamMark::SeekL(TStreamExchange &,TInt) - Moves the position of the mark in the host stream.
- TStreamMark::SeekL(TStreamExchange &,TStreamLocation,TInt) - Moves the position of the mark in the host stream.
- TStreamMark::SeekL(TStreamExchange &,TStreamPos)
- TStreamMark::TellL(TStreamExchange &)const - Gets the position of the mark within the host stream.
- TStreamMark::TStreamMark() - Constructs a default shared stream mark object.
- TStreamMark::TStreamMark(TStreamPos) - Constructs the shared stream mark object, setting the mark to the specified stre...
- TStreamMark::Withdraw(TStreamExchange &) - Instructs the shared streaming manager to remove any reference it has to this ma...
- TStreamMark::WriteL(TStreamExchange &,const TAny *,TInt) - Writes data from the specified memory location into the shared stream.
- TStreamMark::WriteL(TStreamExchange &,const TDesC8 &,TInt,TRequestStatus &) - Writes data, asynchronously, from the specified descriptor into the shared strea...
- TStreamMark::WriteL(TStreamExchange &,const TDesC8 &,TRequestStatus &) - Writes data, asynchronously, from the specified descriptor into the shared strea...
- TStreamMark::WriteL(TStreamExchange &,MStreamOutput &) - Writes data into the shared stream from the specified data source.
- TStreamMark::WriteL(TStreamExchange &,MStreamOutput &,TInt) - Writes data into the shared stream from the specified data source
- TStreamMark::WriteL(TStreamExchange &,MStreamOutput &,TStreamTransfer) - Writes data into the shared stream from the specified data source.
- TTime::DateTime()const - Converts the TTime object into a TDateTime object.
- TTime::DayNoInMonth()const - Gets the day number in the month.
- TTime::DayNoInWeek()const - Gets the day number within the current week.
- TTime::DayNoInYear()const - Gets the day number in the year.
- TTime::DayNoInYear(TTime)const - Gets the day number in the year when the start of the year is aStartDate.
- TTime::DaysFrom(TTime)const - Calculates the number of days difference between the specified TTime and this TT...
- TTime::DaysInMonth()const - Gets the number of days in the current month.
- TTime::FormatL(TDes &,const TDesC &)const - Puts this TTime into a descriptor and formats it according to the format string ...
- TTime::FormatL(TDes &,const TDesC &,const TLocale &)const - Puts this TTime into a descriptor and formats it according to the format string ...
- TTime::HomeTime() - Sets the date and time of this TTime to the home time.
- TTime::HomeTimeSecure() - Sets the date and time of this TTime to the secure home time. Returns KErrNoSecu...
- TTime::HoursFrom(TTime,TTimeIntervalHours &)const - Calculates the number of hours difference between the specified TTime and this T...
- TTime::Int64()const - Gets the 64 bit integer representation of this TTime obect.
- TTime::MicroSecondsFrom(TTime)const - Calculates the number of microseconds difference between the specified TTime and...
- TTime::MinutesFrom(TTime,TTimeIntervalMinutes &)const - Calculates the number of minutes difference between the specified TTime and this...
- TTime::MonthsFrom(TTime)const - Calculates the number of months between the specified TTime and this TTime.
- TTime::operator!=(TTime)const - Tests whether two date/times are not equal.
- TTime::operator>(TTime)const - Tests whether this date/time is later than the specified date/time.
- TTime::operator>=(TTime)const - Tests whether this date/time is later than or the same as the specified date/tim...
- TTime::operator<(TTime)const - Tests whether this date/time is earlier than the specified date/time.
- TTime::operator<=(TTime)const - Tests whether this date/time is earlier than or the same as the specified date/t...
- TTime::operator+(TTimeIntervalDays)const - Adds a time interval to this TTime, returning the result as a TTime.
- TTime::operator+(TTimeIntervalHours)const - Adds a time interval to this TTime, returning the result as a TTime.
- TTime::operator+(TTimeIntervalMicroSeconds)const - Adds a time interval to this TTime, returning the result as a TTime.
- TTime::operator+(TTimeIntervalMicroSeconds32)const - Adds a time interval to this TTime, returning the result as a TTime.
- TTime::operator+(TTimeIntervalMinutes)const - Adds a time interval to this TTime, returning the result as a TTime.
- TTime::operator+(TTimeIntervalMonths)const - Adds a time interval to this TTime, returning the result as a TTime.
- TTime::operator+(TTimeIntervalSeconds)const - Adds a time interval to this TTime, returning the result as a TTime.
- TTime::operator+(TTimeIntervalYears)const - Adds a time interval to this TTime, returning the result as a TTime.
- TTime::operator+=(TTimeIntervalDays) - Adds a time interval to this TTime, returning a reference to this TTime.
- TTime::operator+=(TTimeIntervalHours) - Adds a time interval to this TTime, returning a reference to this TTime.
- TTime::operator+=(TTimeIntervalMicroSeconds) - Adds a time interval to this TTime, returning a reference to this TTime.
- TTime::operator+=(TTimeIntervalMicroSeconds32) - Adds a time interval to this TTime, returning a reference to this TTime.
- TTime::operator+=(TTimeIntervalMinutes) - Adds a time interval to this TTime, returning a reference to this TTime.
- TTime::operator+=(TTimeIntervalMonths) - Adds a time interval to this TTime, returning a reference to this TTime.
- TTime::operator+=(TTimeIntervalSeconds) - Adds a time interval to this TTime, returning a reference to this TTime.
- TTime::operator+=(TTimeIntervalYears) - Adds a time interval to this TTime, returning a reference to this TTime.
- TTime::operator-(TTimeIntervalDays)const - Substracts a time interval from this TTime, returning the result as a TTime.
- TTime::operator-(TTimeIntervalHours)const - Substracts a time interval from this TTime, returning the result as a TTime.
- TTime::operator-(TTimeIntervalMicroSeconds)const - Substracts a time interval from this TTime, returning the result as a TTime.
- TTime::operator-(TTimeIntervalMicroSeconds32)const - Substracts a time interval from this TTime, returning the result as a TTime.
- TTime::operator-(TTimeIntervalMinutes)const - Substracts a time interval from this TTime, returning the result as a TTime.
- TTime::operator-(TTimeIntervalMonths)const - Substracts a time interval from this TTime, returning the result as a TTime.
- TTime::operator-(TTimeIntervalSeconds)const - Substracts a time interval from this TTime, returning the result as a TTime.
- TTime::operator-(TTimeIntervalYears)const - Substracts a time interval from this TTime, returning the result as a TTime.
- TTime::operator-=(TTimeIntervalDays) - Subtracts a time interval from this TTime, returning a reference to this TTime.
- TTime::operator-=(TTimeIntervalHours) - Subtracts a time interval from this TTime, returning a reference to this TTime.
- TTime::operator-=(TTimeIntervalMicroSeconds) - Subtracts a time interval from this TTime, returning a reference to this TTime.
- TTime::operator-=(TTimeIntervalMicroSeconds32) - Subtracts a time interval from this TTime, returning a reference to this TTime.
- TTime::operator-=(TTimeIntervalMinutes) - Subtracts a time interval from this TTime, returning a reference to this TTime.
- TTime::operator-=(TTimeIntervalMonths) - Subtracts a time interval from this TTime, returning a reference to this TTime.
- TTime::operator-=(TTimeIntervalSeconds) - Subtracts a time interval from this TTime, returning a reference to this TTime.
- TTime::operator-=(TTimeIntervalYears) - Subtracts a time interval from this TTime, returning a reference to this TTime.
- TTime::operator=(const TDateTime &) - Assigns a TDateTime object to this TTime object.
- TTime::operator=(const TInt64 &) - Assigns a value contained in a 64-bit integer to this TTime object.
- TTime::operator==(TTime)const - Tests whether two date/times are equal.
- TTime::Parse(const TDesC &,TInt) - Parses a descriptor containing either or both a date and time, and sets this TTi...
- TTime::RoundUpToNextMinute() - Rounds this TTime up to the next minute.
- TTime::SecondsFrom(TTime,TTimeIntervalSeconds &)const - Calculates the number of seconds difference between the specified TTime and this...
- TTime::Set(const TDesC &) - Assigns a date and time contained in a descriptor to this TTime object.
- TTime::TTime() - Default constructor.
- TTime::TTime(const TDateTime &) - Constructs a TTime object with the seven fields which comprise a date and time.
- TTime::TTime(const TDesC &) - Constructs a TTime object with a text string.
- TTime::TTime(const TInt64 &) - Constructs the object from a 64-bit microsecond value.
- TTime::UniversalTime() - Sets the date and time of this TTime to the universal time.
- TTime::UniversalTimeSecure() - Sets the date and time of this TTime to the secure universal time.
- TTime::WeekNoInYear()const - Gets the number of the current week in the year.
- TTime::WeekNoInYear(TFirstWeekRule)const - Finds the number of the current week in the year using the first week rule speci...
- TTime::WeekNoInYear(TTime)const - Gets the number of the current week in the year when the year starts on aStartDa...
- TTime::WeekNoInYear(TTime,TFirstWeekRule)const - Finds the number of the current week in the year when the year starts from aStar...
- TTime::YearsFrom(TTime)const - Calculates the number of years between the specified TTime and this TTime.
- TTzRule::Actualise(TInt)const - Resolves the date rule to the precise date and time for the given year, and retu...
- TTzRule::ActualiseL(TInt)const - Resolves the date rule to the precise date and time for the given year, and retu...
- TTzRule::TTzRule() - Default constructor for a time zone rule.
- TTzRule::TTzRule(const TTzRule &) - Copy constructor for a time zone rule.
- TTzRule::TTzRule(TInt16,TInt16,TInt16,TInt16,TMonth,TTzRuleDay,TUint8,TUint8,TTzTimeReference,TUint16) - Constructor for a time zone rule.
- TTzRule::TTzRule(TTimeWithReference,TTimeWithReference,TInt16,TInt16,TMonth,TTzRuleDay,TUint8,TUint8,TTzTimeReference,TUint16) - Constructor for a time zone rule.
- TulTextResourceUtils::Format(TDes &,const TDesC &,TInt,const TDesC &) - Formats a resource string without memory allocation. The formatted string is sto...
- TulTextResourceUtils::Format(TDes &,const TDesC &,TInt,TInt)
- TulTextResourceUtils::Load(TDes &,TInt,CCoeEnv *) - Reads a resource string without memory allocation. The loaded string is stored i...
- TulTextResourceUtils::LoadL(TInt,CCoeEnv *) - Reads a resource string with memory allocation.
- TulTextResourceUtils::LoadL(TInt,const CArrayFix< TInt > &,CCoeEnv *) - Reads a resource string with memory allocation and replaces the %(index)N-string...
- TulTextResourceUtils::LoadL(TInt,const MDesC16Array &,CCoeEnv *) - Reads a resource string with memory allocation and replaces the %(index)U-string...
- TulTextResourceUtils::LoadL(TInt,const MDesC16Array &,const CArrayFix< TInt > &,CCoeEnv *) - Reads a resource string with memory allocation and replaces the %(index)U-string...
- TulTextResourceUtils::LoadL(TInt,const TDesC &,CCoeEnv *) - Reads a resource string with memory allocation and replaces the first %U-string ...
- TulTextResourceUtils::LoadL(TInt,const TDesC &,TInt,CCoeEnv *) - Reads a resource string with memory allocation, replaces the first %N-string in ...
- TulTextResourceUtils::LoadL(TInt,TInt,CCoeEnv *) - Reads a resource string with memory allocation and replaces the first %N-string ...
- TulTextResourceUtils::LoadLC(TInt,CCoeEnv *) - Reads a resource string with memory allocation and pushes the string onto the cl...
- TulTextResourceUtils::LoadLC(TInt,const CArrayFix< TInt > &,CCoeEnv *) - Reads a resource string with memory allocation, replaces the %(index)N-strings i...
- TulTextResourceUtils::LoadLC(TInt,const MDesC16Array &,CCoeEnv *) - Reads a resource string with memory allocation, replaces the %(index)U-strings i...
- TulTextResourceUtils::LoadLC(TInt,const MDesC16Array &,const CArrayFix< TInt > &,CCoeEnv *) - Reads a resource string with memory allocation, replaces the %(index)U-strings i...
- TulTextResourceUtils::LoadLC(TInt,const TDesC &,CCoeEnv *) - Reads a resource string with memory allocation, replaces the first %U-string in ...
- TulTextResourceUtils::LoadLC(TInt,const TDesC &,TInt,CCoeEnv *) - Reads a resource string with memory allocation, replaces the first %N-string in ...
- TulTextResourceUtils::LoadLC(TInt,TInt,CCoeEnv *) - Reads a resource string with memory allocation, replaces the first %N-string in ...
- TUnicodeCompressor::CompressedSizeL(MUnicodeSource &,TInt)
- TUnicodeCompressor::CompressL(RWriteStream &,MUnicodeSource &,TInt,TInt,TInt *,TInt *)
- TUnicodeCompressor::CompressL(TUint8 *,MUnicodeSource &,TInt,TInt,TInt *,TInt *)
- TUnicodeCompressor::FlushL(RWriteStream &,TInt,TInt &)
- TUnicodeCompressor::FlushL(TUint8 *,TInt,TInt &)
- TUnicodeCompressor::TUnicodeCompressor()
- TUnicodeExpander::ExpandedSizeL(const TUint8 *,TInt)
- TUnicodeExpander::ExpandedSizeL(RReadStream &,TInt)
- TUnicodeExpander::ExpandL(MUnicodeSink &,const TUint8 *,TInt,TInt,TInt *,TInt *)
- TUnicodeExpander::ExpandL(MUnicodeSink &,RReadStream &,TInt,TInt,TInt *,TInt *)
- TUnicodeExpander::FlushL(MUnicodeSink &,TInt,TInt &)
- TUnicodeExpander::TUnicodeExpander()
- User::After(TTimeIntervalMicroSeconds32) - Suspends the current thread until a specified time interval has expired.
- User::AfterHighRes(TTimeIntervalMicroSeconds32) - Suspends the current thread until a specified time interval has expired to a res...
- User::Alloc(TInt) - Allocates a cell of specified size from the current thread's heap.
- User::Allocator() - Gets the current thread's default current heap.
- User::AllocL(TInt) - Allocates a cell of specified size from the current thread's heap, and leaves if...
- User::AllocLC(TInt) - Allocates a cell of specified size from the current thread's default heap, and, ...
- User::AllocLen(const TAny *) - Gets the length of the specified allocated heap cell.
- User::AllocSize(TInt &) - Gets the total number of cells allocated on the current thread's default heap, a...
- User::AllocZ(TInt) - Allocates a cell of specified size from the current thread's default heap, and c...
- User::AllocZL(TInt) - Allocates a cell of specified size from the current thread's default heap, clear...
- User::At(const TTime &) - Suspends the current thread until the specified absolute time.
- User::Available(TInt &) - Gets the total free space currently available on the current thread's default he...
- User::Beep(TInt,TTimeIntervalMicroSeconds32) - Makes a beep tone with a specified frequency and duration.
- User::BinarySearch(TInt,const TKey &,TInt &) - Performs a binary search for an array element containing a specified key.
- User::Check() - Checks the validity of the current thread's default heap.
- User::Collate(TUint) - Converts the character to its collated form.
- User::CommandLine(TDes &) - Gets a copy of the data which is passed as an argument to the thread function of...
- User::CommandLineLength() - Gets the length of the data which is passed as an argument to the thread functio...
- User::CompressAllHeaps() - Compresses all the chunks containing heaps.
- User::CountAllocCells() - Gets the total number of cells allocated on the current thread's default heap.
- User::CountAllocCells(TInt &) - Gets the the total number of cells allocated, and the number of free cells, on t...
- User::CreatorHasCapability(TCapability,const char *) - Check if the process that created the current process has a given capability
- User::CreatorHasCapability(TCapability,TCapability,const char *) - Check if the process that created the current process has both of the given capa...
- User::CreatorIdentity()
- User::CreatorSecureId() - Return the Secure ID of the process that created the current process.
- User::CreatorVendorId() - Return the Vendor ID of the process that created the current process.
- User::Critical() - Gets the critical state associated with the current thread.
- User::Critical(RThread) - Gets the critical state associated with the specified thread.
- User::ExceptionHandler() - Gets a pointer to the exception handler for the current thread.
- User::Exit(TInt) - Terminates the current thread, specifying a reason. All child threads are termin...
- User::FastCounter() - Gets the fast counter.
- User::Fold(TUint) - Folds the specified character.
- User::Fold(TUint,TInt) - Folds the character according to a specified folding method.
- User::Free(TAny *) - Frees the specified cell and returns it to the current thread's default heap.
- User::FreeLogicalDevice(const TDesC &) - Frees the logical device driver DLL associated with a specified driver name.
- User::FreePhysicalDevice(const TDesC &) - Frees the physical device driver DLL associated with a specified driver name.
- User::FreeZ(TAny *&) - Frees the specified cell, returns it to the current thread's default heap, and r...
- User::GetDesParameter(TInt,TDes16 &) - Gets the specified environment data item belonging to the current process; this ...
- User::GetDesParameter(TInt,TDes8 &) - Gets the specified environment data item belonging to the current process; this ...
- User::GetTIntParameter(TInt,TInt &) - Gets the specified environment data item belonging to the current process; this ...
- User::Heap() - Gets a reference to the handle to the current thread's heap.
- User::Identity()
- User::IMB_Range(TAny *,TAny *) - Does the necessary preparations to guarantee correct execution of code in the sp...
- User::InactivityTime() - Gets the time since the last user activity.
- User::InfoPrint(const TDesC &) - Invokes the notifier server to display a text message on the screen for a short ...
- User::Invariant() - Panics the current thread with a USER 0 panic.
- User::IsExceptionHandled(TExcType) - Tests whether the specified exception type can be handled by the current thread.
- User::IsRomAddress(TBool &,TAny *) - Tests whether the specified address is in the ROM.
- User::JustInTime() - Tests whether just-in-time debugging is on or off.
- User::Language() - Gets the language of the current locale.
- User::Leave(TInt) - Leaves the currently executing function, unwinds the call stack, and returns fro...
- User::LeaveIfError(TInt) - Leaves or returns with a specified reason code.
- User::LeaveIfNull(TAny *) - Leaves with the reason code KErrNoMemory, if the specified pointer is NULL.
- User::LeaveNoMemory() - Leaves with the specific reason code KErrNoMemory.
- User::LoadLogicalDevice(const TDesC &) - Loads the logical device driver (LDD) DLL with the specified filename.
- User::LoadPhysicalDevice(const TDesC &) - Loads the physical device driver (PDD) DLL with the specified filename.
- User::LockedDec(TInt &) - Decrements a TInt value by 1 when the current thread is locked to prevent re-ent...
- User::LockedInc(TInt &) - Increments a TInt value by 1 when the current thread is locked to prevent re-ent...
- User::LockPeriod() - Returns which of the periods the clock is currently in.
- User::LowerCase(TUint) - Converts the specified character to lower case.
- User::MachineConfiguration(TDes8 &,TInt &) - Gets the machine configuration.
- User::ModifyExceptionMask(TUint32,TUint32) - Changes the set of exceptions which the current thread's exception handler can d...
- User::NTickCount() - Gets the nanokernel tick count.
- User::Panic(const TDesC &,TInt) - Panics the current thread, specifying a category name and panic number.
- User::ParameterLength(TInt) - Gets the length of the specified item of environment data belonging to the curre...
- User::PriorityControl() - Tests whether the current process allows other processes to switch its priority ...
- User::ProcessCritical() - Gets the critical state associated with the current process.
- User::ProcessCritical(RProcess) - Gets the critical state associated with the specified process.
- User::QueryVersionSupported(const TVersion &,const TVersion &) - Compares two version objects and returns true if the test version is less than t...
- User::QuickSort(TInt,const TKey &,const TSwap &) - Quick sorts array elements.
- User::RaiseException(TExcType) - Raises an exception of a specified type on the current thread.
- User::ReAlloc(TAny *,TInt,TInt) - Increases or decreases the size of an existing cell in the current thread's heap...
- User::ReAllocL(TAny *,TInt,TInt) - Increases or decreases the size of an existing cell, and leaves if there is insu...
- User::RenameProcess(const TDesC &) - Assigns a new name to the current process, replacing any existing name.
- User::RenameThread(const TDesC &) - Assigns a new name to the current thread, replacing any existing name that may h...
- User::RequestComplete(TRequestStatus *&,TInt) - Signals the current thread that the asynchronous request associated with the spe...
- User::ResetInactivityTime() - Resets all user inactivity timers.
- User::SafeDec(TInt &) - Atomically decrements the specified value by 1, if the value is > 0.
- User::SafeInc(TInt &) - Atomically increments the specified value by 1, if the value is > 0.
- User::SetCritical(TCritical) - Sets up or changes the effect that termination of the current thread has, either...
- User::SetCurrencySymbol(const TDesC &) - Sets the system wide currency symbol.
- User::SetDebugMask(TUint32) - Sets the debug mask.
- User::SetDebugMask(TUint32,TUint) - Sets the debug mask at the given index
- User::SetExceptionHandler(TExceptionHandler,TUint32) - Sets a new exception handler for the current thread. Note that the handler is no...
- User::SetFloatingPointMode(TFloatingPointMode,TFloatingPointRoundingMode) - Sets the hardware floating point mode for the current thread. This does not affe...
- User::SetHomeTime(const TTime &) - Sets the home time to a specified time value.
- User::SetHomeTimeSecure(const TTime &) - Sets the secure home time to a specified time value.
- User::SetJustInTime(const TBool) - Sets just-in-time debugging for this process on or off.
- User::SetMachineConfiguration(const TDesC8 &) - Sets the machine configuration.
- User::SetPriorityControl(TBool) - Allows the current process to choose to have its priority switched by another pr...
- User::SetProcessCritical(TCritical) - Sets up or changes the effect that termination of subsequently created threads w...
- User::SetTrapHandler(TTrapHandler *) - Sets the current thread's trap handler and returns a pointer to any pre-existing...
- User::SetUTCOffset(TTimeIntervalSeconds) - Sets the UTC offset to the given number of seconds. This should include both tim...
- User::SetUTCTime(const TTime &) - Sets the UTC time to a specified time value.
- User::SetUTCTimeAndOffset(const TTime &,TTimeIntervalSeconds) - Sets the UTC time and UTC offset to the specified values, atomically. This is eq...
- User::SetUTCTimeSecure(const TTime &) - Sets the secure UTC time to a specified time value.
- User::StringLength(const TUint16 *) - Gets the length of a C style, null terminated, string of double-byte valued char...
- User::StringLength(const TUint8 *) - Gets the length of a C style, null terminated, string of single-byte valued char...
- User::SwitchAllocator(RAllocator *) - Changes the current thread's heap.
- User::SwitchHeap(RAllocator *) - Changes the current thread's heap.
- User::TickCount() - Gets the current tick count.
- User::TitleCase(TUint) - Converts a specified character to its title case version.
- User::TrapHandler() - Gets a pointer to the current thread's trap handler.
- User::UpperCase(TUint) - Converts a specified character to upper case.
- User::UTCOffset() - Gets the UTC offset - the difference between UTC and the current local time due ...
- User::ValidateName(const TDesC &) - Checks whether a specified name is a valid CObject name.
- User::Version() - Retrieves the E32 component version number, which is the kernel architecture ver...
- User::WaitForAnyRequest() - Waits for any asynchronous request to complete.
- User::WaitForNRequest(TRequestStatus *,TInt) - Waits for any one of specific asynchronous requests to complete.
- User::WaitForRequest(TRequestStatus &) - Waits for a specific asynchronous request to complete.
- User::WaitForRequest(TRequestStatus &,TRequestStatus &) - Waits for either of two specific asynchronous requests to complete.
- UserHeap::ChunkHeap(const TDesC *,TInt,TInt,TInt,TInt,TBool) - Creates a heap in a local or global chunk.
- UserHeap::ChunkHeap(RChunk,TInt,TInt,TInt,TInt,TBool,TUint32) - Creates a heap in an existing chunk.
- UserHeap::FixedHeap(TAny *,TInt,TInt,TBool) - Creates a fixed length heap at a specified location.
- UserHeap::OffsetChunkHeap(RChunk,TInt,TInt,TInt,TInt,TInt,TBool,TUint32) - Creates a heap in an existing chunk, offset from the beginning of the chunk.
- XCoeTextDrawer::Alignment()const - Returns the text alignment that will be used by XCoeTextDrawer::DrawText(CGraphi...
- XCoeTextDrawer::ClipRect()const - Return the clip rect that will be used by XCoeTextDrawer::DrawText(CGraphicsCont...
- XCoeTextDrawer::DrawDisplayOrderedText(CGraphicsContext &,const TDesC &,const TRect &,const CFont &)const - Low level text drawing is always performed left-to-right on the screen. This mea...
- XCoeTextDrawer::DrawDisplayOrderedTextVertical(CGraphicsContext &,const TDesC &,const TRect &,const CFont &,TBool)const - Low level text drawing is always performed left-to-right on the screen. This mea...
- XCoeTextDrawer::DrawText(CGraphicsContext &,const TBidiText &,const TRect &,const CFont &)const - Call this method to draw text contained i a TBidiText object. This is the recomm...
- XCoeTextDrawer::DrawTextVertical(CGraphicsContext &,const TBidiText &,const TRect &,const CFont &,TBool)const - Call this method to draw vertical text contained in a TBidiText object. This is ...
- XCoeTextDrawer::LineGapInPixels()const - Returns the gap (in pixels) between lines of text. Default gap is 1 (one) pixel....
- XCoeTextDrawer::Margins()const - Returns the text margins that will be used by XCoeTextDrawer::DrawText(CGraphics...
- XCoeTextDrawer::operator->() - Deprecated.
- XCoeTextDrawer::operator=(CCoeTextDrawerBase &) - Assignment operator for CCoeTextDrawerBase objects.
- XCoeTextDrawer::SetAlignment(const TGulAlignment &) - Set the text alignment that will be used by XCoeTextDrawer::DrawText(CGraphicsCo...
- XCoeTextDrawer::SetClipRect(const TRect &) - Set the clip rect that will be used by XCoeTextDrawer::DrawText(CGraphicsContext...
- XCoeTextDrawer::SetLineGapInPixels(TInt) - Set the gap (in pixels) between lines of text. Default gap is 1 (one) pixel.
- XCoeTextDrawer::SetMargins(const TMargins8 &) - Set the text margins that will be used by XCoeTextDrawer::DrawText(CGraphicsCont...
- XCoeTextDrawer::SetTextColor(TRgb) - This method sets the main color to use by XCoeTextDrawer::DrawText(CGraphicsCont...
- XCoeTextDrawer::TextColor()const - This method returns the main color used by by XCoeTextDrawer::DrawText(CGraphics...
- XCoeTextDrawer::XCoeTextDrawer(CCoeTextDrawerBase &) - Use this constructor to create a XCoeTextDrawer object on the stack, inside your...
- XCoeTextDrawer::~XCoeTextDrawer() - Destructor. The XCoeTextDrawer object work as a smart-pointer object to the CCoe...
- Xml::MContentHandler::GetExtendedInterface(const TInt32) - This method obtains the interface matching the specified uid.
- Xml::MContentHandler::OnContentL(const TDesC8 &,TInt) - This method is a callback that sends the content of the element. Not all the con...
- Xml::MContentHandler::OnEndDocumentL(TInt) - This method is a callback to indicate the end of the document.
- Xml::MContentHandler::OnEndElementL(const RTagInfo &,TInt) - This method is a callback to indicate the end of the element has been reached.
- Xml::MContentHandler::OnEndPrefixMappingL(const RString &,TInt) - This method is a notification of the end of the scope of a prefix-URI mapping. T...
- Xml::MContentHandler::OnError(TInt) - This method indicates an error has occurred.
- Xml::MContentHandler::OnIgnorableWhiteSpaceL(const TDesC8 &,TInt) - This method is a notification of ignorable whitespace in element content.
- Xml::MContentHandler::OnProcessingInstructionL(const TDesC8 &,const TDesC8 &,TInt) - This method is a receive notification of a processing instruction.
- Xml::MContentHandler::OnSkippedEntityL(const RString &,TInt) - This method is a notification of a skipped entity. If the parser encounters an e...
- Xml::MContentHandler::OnStartDocumentL(const RDocumentParameters &,TInt) - This method is a callback to indicate the start of the document.
- Xml::MContentHandler::OnStartElementL(const RTagInfo &,const RAttributeArray &,TInt) - This method is a callback to indicate an element has been parsed.
- Xml::MContentHandler::OnStartPrefixMappingL(const RString &,const RString &,TInt) - This method is a notification of the beginning of the scope of a prefix-URI Name...