Nyall Dawson 058271b0c1 Auto create corresponding outputs when adding destination style
parameters to an algorithm

QgsProcessingAlgorithm::addParameter() has a new createOuput
argument (true by default).

If the createOutput argument is true, then a corresponding
output definition will also be created (and added to the
algorithm) where appropriate. E.g. when adding a
QgsProcessingParameterVectorDestination and createOutput is
true, then a QgsProcessingOutputVectorLayer output will be
created and added to the algorithm. There is no need to call
addOutput() to manually add a corresponding output for this
vector. If createOutput is false then this automatic output
creation will not occur.

This should simplify declaration of outputs for algorithms
as it avoids the need to manually declare these corresponding
outputs.
2017-07-12 07:18:53 +10:00
..
2017-06-28 10:45:51 +02:00
2017-05-24 07:24:31 +02:00
2017-06-09 10:26:01 +10:00
2017-06-28 10:45:51 +02:00
2017-06-26 12:18:34 +10:00
2017-07-03 15:00:00 +10:00
2017-05-04 07:30:27 +10:00
2017-06-13 15:03:33 +02:00
2017-04-30 16:52:05 +02:00
2017-06-12 07:28:36 +10:00
2017-06-07 12:03:22 +02:00
2017-04-30 16:52:05 +02:00
2017-04-26 10:25:50 +02:00
2017-04-30 16:52:05 +02:00
2017-04-30 16:52:05 +02:00
2017-04-30 16:52:05 +02:00
2017-06-09 10:16:08 +02:00
2017-07-03 08:49:50 +02:00
2017-05-23 10:35:12 +02:00
2017-05-23 10:35:12 +02:00
2017-04-30 16:52:05 +02:00
2017-04-30 16:52:05 +02:00
2017-04-24 09:32:39 +02:00
2017-05-15 21:55:10 +02:00
2017-05-15 21:55:10 +02:00
2017-04-24 13:06:03 +02:00
2017-06-26 12:18:34 +10:00
2017-04-30 16:52:05 +02:00
2017-05-15 21:55:10 +02:00
2017-04-30 16:52:05 +02:00
2017-05-01 17:41:14 +02:00
2017-06-09 10:16:08 +02:00
2017-04-30 16:52:05 +02:00
2017-05-04 08:26:31 +02:00
2017-05-04 08:26:31 +02:00
2017-05-04 08:26:31 +02:00
2017-05-23 10:35:12 +02:00
2017-06-09 10:16:08 +02:00
2017-05-15 21:55:10 +02:00
2017-06-09 10:16:08 +02:00
2017-04-30 16:52:05 +02:00
2017-05-15 21:55:10 +02:00
2017-05-23 10:35:12 +02:00
2017-04-26 10:25:50 +02:00
2017-05-19 15:35:47 +02:00
2017-05-18 09:41:16 +02:00
2017-05-18 09:41:16 +02:00
2017-05-18 09:41:16 +02:00
2017-05-18 09:41:16 +02:00
2017-06-14 07:37:31 +02:00
2017-05-18 09:41:16 +02:00
2017-05-23 10:35:12 +02:00
2017-05-18 09:41:16 +02:00
2017-05-18 09:41:16 +02:00
2017-05-22 10:12:08 +02:00
2017-05-22 10:12:08 +02:00
2017-06-13 18:31:00 +02:00
2017-04-30 16:52:05 +02:00
2017-05-18 21:34:21 +02:00
2017-05-18 21:34:21 +02:00
2017-05-18 21:34:21 +02:00
2017-05-18 21:34:21 +02:00
2017-05-18 21:34:21 +02:00
2017-05-18 21:34:21 +02:00
2017-05-22 10:12:08 +02:00
2017-05-01 17:42:06 +02:00
2017-06-09 10:16:08 +02:00
2017-05-22 10:12:08 +02:00
2017-05-22 10:12:08 +02:00
2017-05-22 10:12:08 +02:00
2017-05-22 10:12:08 +02:00
2017-05-22 10:12:08 +02:00
2017-05-16 14:25:32 +08:00
2017-05-22 10:12:08 +02:00
2017-05-22 10:12:08 +02:00
2017-05-22 10:12:08 +02:00
2017-05-23 10:35:12 +02:00
2017-05-23 10:35:12 +02:00
2017-05-23 10:35:12 +02:00
2017-06-28 10:45:51 +02:00