-----------------------------------------------------------------------------
| 79 | |
| 80 | //----------------------------------------------------------------------------- |
| 81 | QIcon DataColorOptions::icon() const |
| 82 | { |
| 83 | QTE_D(); |
| 84 | return d->UI.gradient->itemIcon(d->UI.gradient->currentIndex()); |
| 85 | } |
| 86 | |
| 87 | //----------------------------------------------------------------------------- |
| 88 | vtkScalarsToColors* DataColorOptions::scalarsToColors() const |
no outgoing calls
no test coverage detected