Mercurial > hg > svcore
comparison transform/TransformDescription.h @ 462:957e6a5c8495
* Add More Info URL to plugin finder
author | Chris Cannam |
---|---|
date | Thu, 23 Oct 2008 16:30:48 +0000 |
parents | 381ec750eeee |
children | c45e6c6722e0 |
comparison
equal
deleted
inserted
replaced
461:2019d89ebcf9 | 462:957e6a5c8495 |
---|---|
63 QString name; // plugin's name if 1 output, else "name: output" | 63 QString name; // plugin's name if 1 output, else "name: output" |
64 QString friendlyName; // short text for layer name | 64 QString friendlyName; // short text for layer name |
65 QString description; // sentence describing transform | 65 QString description; // sentence describing transform |
66 QString longDescription; // description "using" plugin name "by" maker | 66 QString longDescription; // description "using" plugin name "by" maker |
67 QString maker; | 67 QString maker; |
68 QString infoUrl; | |
68 QString units; | 69 QString units; |
69 bool configurable; | 70 bool configurable; |
70 | 71 |
71 bool operator<(const TransformDescription &od) const { | 72 bool operator<(const TransformDescription &od) const { |
72 return | 73 return |