#include <stlfeatureplugin.h>
Inheritance diagram for StlFeaturePlugin:

Public Member Functions | |
| std::set< std::string > | keys () |
| StlFeatureInterface * | create (const std::string &key) |
| std::string | title (const std::string &key) |
| std::string | description (const std::string &key) |
| set< string > StlFeaturePlugin::keys | ( | ) | [virtual] |
Implements StlFeatureFactoryPlugin.
| StlFeatureInterface * StlFeaturePlugin::create | ( | const std::string & | key | ) | [virtual] |
Implements StlFeatureFactoryPlugin.
| string StlFeaturePlugin::title | ( | const std::string & | key | ) | [virtual] |
Implements StlFeatureFactoryPlugin.
| string StlFeaturePlugin::description | ( | const std::string & | key | ) | [virtual] |
Implements StlFeatureFactoryPlugin.
1.5.2