Start parameters |
Top Previous Next |
Scripts > Class elements and c++ instructions > Parser class methods > Plugin methods > Start parameters
Parameters which are needed before the start of a transformation can be submitted by the Plugin. Depending on the way of execution parameter strings are set in the code, in the command line, in the transformation manager or in the project options. If necessary, this string can be processed with an sub-parser to take it to pieces..
str ConfigParam ( ) const
Parameters for the configuration of an arbitrary transformation can be read with the function ConfigParam, if they were set by the user before. Include directories are a typical example of configuration parameters.
str ExtraParam ( ) const
Parameters for the configuration of a certain transformation can be read with the function ConfigParam, if they were set by the user before. |
This page belongs to the TextTransformer Documentation |
Home Content German |