QGIS API Documentation
2.8.2-Wien
|
A graphics effect which can be applied to a widget to simulate various printing and color blindness modes. More...
#include <qgsprevieweffect.h>
Public Types | |
enum | PreviewMode { PreviewGrayscale, PreviewMono, PreviewProtanope, PreviewDeuteranope } |
Public Member Functions | |
QgsPreviewEffect (QObject *parent) | |
~QgsPreviewEffect () | |
PreviewMode | mode () const |
Returns the mode used for the preview effect. | |
void | setMode (PreviewMode mode) |
Sets the mode for the preview effect, which controls how the effect modifies a widgets appearance. |
Protected Member Functions | |
virtual void | draw (QPainter *painter) override |
A graphics effect which can be applied to a widget to simulate various printing and color blindness modes.
Definition at line 28 of file qgsprevieweffect.h.
Definition at line 33 of file qgsprevieweffect.h.
QgsPreviewEffect::QgsPreviewEffect | ( | QObject * | parent | ) |
Definition at line 22 of file qgsprevieweffect.cpp.
QgsPreviewEffect::~QgsPreviewEffect | ( | ) |
Definition at line 30 of file qgsprevieweffect.cpp.
|
overrideprotectedvirtual |
Definition at line 41 of file qgsprevieweffect.cpp.
|
inline |
Returns the mode used for the preview effect.
Definition at line 55 of file qgsprevieweffect.h.
void QgsPreviewEffect::setMode | ( | QgsPreviewEffect::PreviewMode | mode | ) |
Sets the mode for the preview effect, which controls how the effect modifies a widgets appearance.
mode | PreviewMode to use to draw the widget |
Definition at line 35 of file qgsprevieweffect.cpp.