#include <stlfeature.h>
Inheritance diagram for StlFeature:

Public Member Functions | |
| StlFeature () | |
| ~StlFeature () | |
| virtual const std::string & | key () const |
| virtual const std::string & | title () const |
| virtual const std::string & | description () const |
| StlFeatureResultT | calcValue (const StlStroke &stroke, bool *ok=0) const |
Static Public Member Functions | |
| static const std::string & | classKey () |
| static const std::string & | classTitle () |
| static const std::string & | classDescription () |
| StlFeature::StlFeature | ( | ) |
| StlFeature::~StlFeature | ( | ) |
| static const std::string& StlFeature::classKey | ( | ) | [inline, static] |
| virtual const std::string& StlFeature::key | ( | ) | const [inline, virtual] |
Implements StlFeatureInterface.
| static const std::string& StlFeature::classTitle | ( | ) | [inline, static] |
| virtual const std::string& StlFeature::title | ( | ) | const [inline, virtual] |
Implements StlFeatureInterface.
| static const std::string& StlFeature::classDescription | ( | ) | [inline, static] |
| virtual const std::string& StlFeature::description | ( | ) | const [inline, virtual] |
Implements StlFeatureInterface.
| StlFeatureResultT StlFeature::calcValue | ( | const StlStroke & | stroke, | |
| bool * | ok = 0 | |||
| ) | const [virtual] |
Implements StlFeatureInterface.
1.5.2