TFilterInformation Struct Reference
#include
<mw/http/tfilterinformation.h>
struct TFilterInformation |
Detailed Description
This structure is used by the TFilterConfigurationIterator to hold the information of the current filter. This structure simply contains public members containing the following information, the display name, data type, version, UID, category and install status.
See also: TFilterConfigurationIterator
Member Attribute Documentation
iDataType
Contains a constant reference to the descriptor containing the filter's data type
iDisplayName
const TDesC & | iDisplayName |
Contains a constant reference to the descriptor containing the filter's display name
iInstallStatus
The install status of the filter. Contains ETrue if installed, otherwise EFalse
iVersion
The filter's version number
Member Enumeration Documentation
Enum TFilterCategory
Public enum defining the filter categories available to the client.
Constructor & Destructor Documentation
TFilterInformation ( const TDesC &, const TDesC8 &, TInt, TUid, TFilterCategory, TBool )
Default constructor that simply initialises the data members.
- Pre-condition
- None
- Post-condition
- Object is fully constructed and initialised
Parameters |
---|
aDisplayName | Reference to descriptor containing the display name |
aDataType | Reference to descriptor containing the data type |
aVersion | Integer of the version number |
aFilterUid | The UID of the filter plugin |
aFilterCategory | The category of the filter |
aInstallStatus | The install status of the filter plugin. Contains ETrue if installed or EFalse otherwise. |