#include <ImportModule.h>
List of all members.
Public Member Functions
Static Public Member Functions
Static Public Attributes
Constructor & Destructor Documentation
virtual tlp::ImportModuleFactory::~ImportModuleFactory |
( |
| ) |
[inline, virtual] |
Member Function Documentation
virtual std::string tlp::ImportModuleFactory::getMajor |
( |
| ) |
const [inline, virtual] |
Only the major of the plug-in version. A version should be X.Y, X being the major.
- Returns:
- The major part of the plug-in version.
Implements tlp::PluginInfoInterface.
virtual std::string tlp::ImportModuleFactory::getMinor |
( |
| ) |
const [inline, virtual] |
Only the minor of the plug-in version. A version should be X.Y, Y being the major.
- Returns:
- The minor part of the plug-in version.
Implements tlp::PluginInfoInterface.
virtual std::string tlp::ImportModuleFactory::getTulipMajor |
( |
| ) |
const [inline, virtual] |
virtual std::string tlp::ImportModuleFactory::getTulipMinor |
( |
| ) |
const [inline, virtual] |
static void tlp::ImportModuleFactory::initFactory |
( |
| ) |
[inline, static] |
Member Data Documentation