tlp::ImportModule Class Reference
[Plugins]
Base class for import plug-ins.
More...
#include <ImportModule.h>
List of all members.
Public Member Functions
Public Attributes
Detailed Description
Base class for import plug-ins.
Constructor & Destructor Documentation
Initializes the DataSet to the one passed in the context.
- Parameters:
-
| context | THe context this import plug-in runs into. |
virtual tlp::ImportModule::~ImportModule |
( |
|
) |
[inline, virtual] |
Member Function Documentation
virtual bool tlp::ImportModule::import |
( |
const std::string & |
|
) |
[pure virtual] |
The import operations should take place here.
- Parameters:
-
| unused,deprecated | parameter |
- Returns:
- bool Whether the import was sucessful or not.
Member Data Documentation
A container for the parameters of this import plug-in.
The Graph in which to write the data to import.
A means to report progress to the user.