#include <mw/apaid.h>
Link against: apparc.lib
class TApaEmbeddabilityFilter |
Public Member Functions | |
---|---|
TApaEmbeddabilityFilter() | |
IMPORT_C void | AddEmbeddability(TApaAppCapability::TEmbeddability) |
IMPORT_C TBool | MatchesEmbeddability(TApaAppCapability::TEmbeddability) |
Filter used to define the subset of applications returned by RApaLsSession::GetNextApp()
IMPORT_C | TApaEmbeddabilityFilter | ( | ) |
Constructs an empty embeddability filter.
IMPORT_C void | AddEmbeddability | ( | TApaAppCapability::TEmbeddability | aEmbeddability | ) |
Adds aEmbeddability to the filter.
Parameters | |
---|---|
aEmbeddability | TEmbeddability value to add to the filter. |
IMPORT_C TBool | MatchesEmbeddability | ( | TApaAppCapability::TEmbeddability | aEmbeddability | ) | const |
Compares aEmbeddability with the filter.
Parameters | |
---|---|
aEmbeddability | TEmbeddability value to compare. |