Class to test plugin handling. More...
#include <mia/core/testplugin.hh>
Public Member Functions | |
CTestPlugin (const char *name) | |
Construct the test plugin with the given name. More... | |
![]() | |
virtual void | get_help (std::ostream &os) const |
const std::string | get_long_name () const |
TPlugin (const char *name) | |
![]() | |
void | add_dependend_handlers (HandlerHelpMap &handler_map) |
void | add_property (const char *property) |
void | append_interface (CPluginBase *plugin) |
CPluginBase (const char *name) | |
PPluginModule | get_module () const |
unsigned | get_priority () const |
bool | has_property (const char *property) const |
CPluginBase * | next_interface () |
void | set_module (const PPluginModule &module) |
void | set_priority (unsigned p) |
virtual | ~CPluginBase () |
![]() | |
void | add_parameter (const std::string &name, CParameter *param) |
void | check_parameters () |
CParamTranslator (const char *name) | |
virtual void | do_get_help_xml (CXMLElement &root) const |
const std::string | get_descr () const |
void | get_help (std::ostream &os) const |
void | get_help_xml (CXMLElement &root) const |
const char * | get_name () const |
void | get_short_help (std::ostream &os) const |
void | set_parameters (const CParsedOptions &options) |
virtual | ~CParamTranslator () |
Static Public Member Functions | |
::boost::filesystem::path | search_path () |
![]() | |
static const char * | get_data_path_part () |
static const char * | get_type_path_part () |
Additional Inherited Members | |
![]() | |
typedef test_plugin_data | PlugData |
Typedef for the data type descriptor handled by this plug-in. More... | |
typedef test_plugin_type | PlugType |
Typedef for the plugin type descriptor handled by this plug-in. More... | |
![]() | |
CParamList & | get_parameters () |
Class to test plugin handling.
Definition at line 43 of file testplugin.hh.
CTestPlugin::CTestPlugin | ( | const char * | name | ) |
Construct the test plugin with the given name.
|
static |