![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This callback class is used by the TSLPathList class, to locate files during the getMatchingDirectoriesMT function.
Public Member Functions | |
virtual | ~TSLPathListCallbackClass ()=0 |
virtual TSLPathlistCallbackReturn | fileLocationRequired (void *arg, const TSLSimpleString &filename, TSLSimpleString &directory, TSLMaplCompressionOption &compression)=0 |
|
inlinepure virtual |
Class TSLPathListCallbackClass Class TSLPathListCallbackClass Additional Declarations
|
pure virtual |
This callback function is called by the TSLPathList class when the location of a file is required during the getMatchingDirectoriesMT() function.
arg | The arg value passed to the pathlist constructor, user-defined. |
filename | The file to locate. |
directory | The callback should set this to the directory where the file can be found. |
compression | The callback should set this in order to indicate that the directory is compressed. See TSLMaplCompressionOption. |