#include <stlfeaturefactoryplugin.h>
Inheritance diagram for StlFeatureFactoryPlugin:

Public Member Functions | |
| virtual | ~StlFeatureFactoryPlugin () |
| virtual std::set< std::string > | keys ()=0 |
| virtual StlFeatureInterface * | create (const std::string &key)=0 |
| virtual std::string | title (const std::string &key)=0 |
| virtual std::string | description (const std::string &key)=0 |
| virtual StlFeatureFactoryPlugin::~StlFeatureFactoryPlugin | ( | ) | [inline, virtual] |
| virtual std::set<std::string> StlFeatureFactoryPlugin::keys | ( | ) | [pure virtual] |
Implemented in StandardFeaturesPlugin, and StlFeaturePlugin.
| virtual StlFeatureInterface* StlFeatureFactoryPlugin::create | ( | const std::string & | key | ) | [pure virtual] |
Implemented in StandardFeaturesPlugin, and StlFeaturePlugin.
| virtual std::string StlFeatureFactoryPlugin::title | ( | const std::string & | key | ) | [pure virtual] |
Implemented in StandardFeaturesPlugin, and StlFeaturePlugin.
| virtual std::string StlFeatureFactoryPlugin::description | ( | const std::string & | key | ) | [pure virtual] |
Implemented in StandardFeaturesPlugin, and StlFeaturePlugin.
1.5.2