#include <ExportModule.h>
List of all members.
Public Member Functions
Static Public Member Functions
Static Public Attributes
Constructor & Destructor Documentation
virtual tlp::ExportModuleFactory::~ExportModuleFactory |
( |
| ) |
[inline, virtual] |
Member Function Documentation
virtual std::string tlp::ExportModuleFactory::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::ExportModuleFactory::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::ExportModuleFactory::getTulipMajor |
( |
| ) |
const [inline, virtual] |
virtual std::string tlp::ExportModuleFactory::getTulipMinor |
( |
| ) |
const [inline, virtual] |
static void tlp::ExportModuleFactory::initFactory |
( |
| ) |
[inline, static] |
Member Data Documentation