#include <ActiveWindow.h>
Inheritance diagram for ActiveWindowFeature:
Public Member Functions | |
virtual const string | getName () const |
virtual string | toString () const |
Protected Member Functions | |
ActiveWindowFeature (stringcode *code, long *maxlen) | |
ActiveWindowFeature (stringcode *code, long *maxlen, string window) | |
Friends | |
class | ActiveWindowFeatureProvider |
This feature tracks the application with focus on the users desktop and returns the name active application. It is based on the AbstractStringFeature and uses the Levenshtein distance.
|
Feature constructor This constructor initializes the feature as prototypes value. For creating a specific sample of a feature, the sample constructor should be used.
|
|
Sample constructor This constructor initializes the feature with a specific value and should thus be used for samples.
|
|
Query a features name
Reimplemented from AbstractStringFeature. |
|
Get feature as string
Reimplemented from AbstractStringFeature. |