tlp::ExportModule Class Reference
[Plugins]
Interface for exportModule plug-ins.
More...
#include <ExportModule.h>
List of all members.
Public Member Functions
Public Attributes
Detailed Description
Interface for exportModule plug-ins.
Constructor & Destructor Documentation
virtual tlp::ExportModule::~ExportModule |
( |
|
) |
[inline, virtual] |
Member Function Documentation
virtual _DEPRECATED bool tlp::ExportModule::exportGraph |
( |
std::ostream & |
, |
|
|
Graph * |
| |
|
) |
| | [inline, virtual] |
deprecated method.
- Parameters:
-
| unused,deprecated | parameter |
- Returns:
- bool Whether the import was successful or not.
virtual bool tlp::ExportModule::exportGraph |
( |
std::ostream & |
os |
) |
[virtual] |
The export operations should take place here.
- Parameters:
-
- Returns:
- bool Whether the export was successful or not.
Member Data Documentation