4 #ifndef pqPresetToPixmap_h 5 #define pqPresetToPixmap_h 7 #include "pqComponentsModule.h" 9 #include <QScopedPointer> 25 typedef QObject Superclass;
34 QPixmap render(
const Json::Value& preset,
const QSize&
resolution)
const;
40 QPixmap renderColorTransferFunction(
46 QPixmap renderIndexedColorTransferFunction(
52 QScopedPointer<pqInternals> Internals;
pqPresetToPixmap is a helper class to generate QPixmap from a color/opacity preset.