![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
bool | exportDirectory (const char *directory) |
void | setCallback (TSLRPFProgressCallback callback, void *callbackData=0) |
void | cancel () |
Protected Member Functions | |
TSLRPFExporter () | |
virtual | ~TSLRPFExporter () |
bool | createTableOfContents (bool keepAnalysisFiles, const char *product) |
Protected Attributes | |
void * | m_classId |
|
protected |
|
protectedvirtual |
void TSLRPFExporter::cancel | ( | ) |
Call to cancel processing.
The export directory will not be cleaned up. This is the responsibility of the caller.
|
protected |
bool TSLRPFExporter::exportDirectory | ( | const char * | directory | ) |
Call to set the export directory for the exporter.
Assumes that the directory is empty and that the directory exists.
directory | a string containing the export directory to write the RPF Product to. |
void TSLRPFExporter::setCallback | ( | TSLRPFProgressCallback | callback, |
void * | callbackData = 0 ) |
Sets the progress callback to invoke during exports.
callback | A function pointer to the user progress function |
callbackData | A user-defined value that will be passed to the callback function. |
|
protected |