Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: apfrec.h

Class CApaScanningFileRecognizer

class CApaScanningFileRecognizer : public CApaFileRecognizer;

Description

This class is internal and is not intended for use.

Derivation

CApaFileRecognizerThis class is internal and is not intended for use
CApaScanningFileRecognizerThis class is internal and is not intended for use
CBaseBase class for all classes to be instantiated on the heap

Defined in CApaScanningFileRecognizer:
CApaFileBackupObserver, CApaScanningFileRecognizer(), CRecognizerArray, ConstructL(), LoadRecognizerL(), NewL(), RecognizerCount(), RecognizerListLC(), RemoveRecognizer(), ScanDriveL(), ScanForRecognizersL(), SetRecognizerL(), SetRecognizersFromListL(), TRecognizer, TRecognizerName, UpdateCounter(), iAppStarter, iObserver, iRecognizerLib, operator(), ~CApaScanningFileRecognizer()

Inherited from CApaFileRecognizer:
AddFileRecognizerType(), AppLocator(), DestroyRecognizerList(), RecognizeFileL(), RemoveFileRecognizerType(), SetAppLocator(), SetAppStarter(), iAppLocator, iFs

Inherited from CBase:
operator new()


Internal members


NewL()

static CApaScanningFileRecognizer* NewL(RFs& aFs, MApaAppStarter* aAppStarter);

Description

This is internal and is not intended for use.


CApaScanningFileRecognizer()

protected: CApaScanningFileRecognizer(RFs& aFs, MApaAppStarter* aAppStarter);

Description

This is internal and is not intended for use.


ConstructL()

protected: void ConstructL();

Description

This is internal and is not intended for use.


~CApaScanningFileRecognizer()

~CApaScanningFileRecognizer();

Description

This is internal and is not intended for use.


ScanForRecognizersL()

void ScanForRecognizersL();

Description

This is internal and is not intended for use.


RecognizerCount()

TInt RecognizerCount();

Description

This is internal and is not intended for use.


SetRecognizersFromListL()

void SetRecognizersFromListL(const CRecognizerArray& aList);

Description

This is internal and is not intended for use.


RecognizerListLC()

CRecognizerArray* RecognizerListLC() const;

Description

This is internal and is not intended for use.


SetRecognizerL()

void SetRecognizerL(const TRecognizer& aRecognizer);

Description

This is internal and is not intended for use.


operator()

TRecognizer operator [ ](TInt aIndex) const;

Description

This is internal and is not intended for use.


UpdateCounter()

TInt UpdateCounter() const;

Description

This is internal and is not intended for use.


ScanDriveL()

private: void ScanDriveL(TInt aDriveNum);

Description

This is internal and is not intended for use.


LoadRecognizerL()

private: void LoadRecognizerL(const TDesC& aFullName, TUid aUid);

Description

This is internal and is not intended for use.


RemoveRecognizer()

private: TInt RemoveRecognizer(CApaRecognizerDll* aDll);

Description

This is internal and is not intended for use.


iRecognizerLib

private: CApaRecognizerDll* iRecognizerLib;

Description

This is internal and is not intended for use.


iAppStarter

private: MApaAppStarter* iAppStarter;

Description

This is internal and is not intended for use.


iObserver

private: CApaFileBackupObserver* iObserver;

Description

This is internal and is not intended for use.


Typedef TRecognizerName

typedef TFileName TRecognizerName;

Description

This is internal and is not intended for use.


Typedef CRecognizerArray

typedef CArrayFixFlat<TRecognizer> CRecognizerArray;

Description

This is internal and is not intended for use.

[Top]


Member Classes


Class TRecognizer

class TRecognizer;

Description

This is internal and is not intended for use.

Defined in CApaScanningFileRecognizer::TRecognizer:
iDrive, iName, iUid


iUid

TUid iUid;

Description

This is internal and is not intended for use.


iDrive

TInt iDrive;

Description

This is internal and is not intended for use.


iName

TRecognizerName iName;

Description

This is internal and is not intended for use.


Class CApaFileBackupObserver

class CApaFileBackupObserver : public CBase, public MBackupObserver;

Description

This is internal and is not intended for use.

Derivation

CApaScanningFileRecognizer::CApaFileBackupObserverThis is internal and is not intended for use
CBaseBase class for all classes to be instantiated on the heap
MBackupObserverBackup server wrapper observer interface

Defined in CApaScanningFileRecognizer::CApaFileBackupObserver:
AddFileL(), CApaFileBackupObserver(), ChangeFileLockL(), RemoveFile(), SetUpdateCounter(), UpdateCounter(), iRecognizer, iSession, iUpdateCounter, ~CApaFileBackupObserver()

Inherited from CBase:
operator new()

Inherited from MBackupObserver:
EReleaseLockNoAccess, EReleaseLockReadOnly, ETakeLock, TFileLockFlags

Internal members


CApaFileBackupObserver()

CApaFileBackupObserver(CApaScanningFileRecognizer& aRecognizer);

Description

This is internal and is not intended for use.


~CApaFileBackupObserver()

~CApaFileBackupObserver();

Description

This is internal and is not intended for use.


ChangeFileLockL()

virtual void ChangeFileLockL(const TDesC& aFileName, TFileLockFlags aFlags);

Description

This is internal and is not intended for use.


AddFileL()

void AddFileL(const TDesC& aFileName);

Description

This is internal and is not intended for use.


RemoveFile()

void RemoveFile(const TDesC& aFileName);

Description

This is internal and is not intended for use.


UpdateCounter()

TInt UpdateCounter() const;

Description

This is internal and is not intended for use.


SetUpdateCounter()

void SetUpdateCounter(TInt aValue);

Description

This is internal and is not intended for use.


iSession

private: CBaBackupSessionWrapper* iSession;

Description

This is internal and is not intended for use.


iRecognizer

private: CApaScanningFileRecognizer& iRecognizer;

Description

This is internal and is not intended for use.


iUpdateCounter

private: TInt iUpdateCounter;

Description

This is internal and is not intended for use.