Example #1
0
QgsPaintEffect::QgsPaintEffect( const QgsPaintEffect &other )
  : mEnabled( other.enabled() )
  , mDrawMode( other.drawMode() )
  , requiresQPainterDpiFix( true )
  , mPicture( nullptr )
  , mSourceImage( nullptr )
  , mOwnsImage( false )
  , mPrevPainter( nullptr )
  , mEffectPainter( nullptr )
  , mTempPicture( nullptr )
{

}
Example #2
0
QgsPaintEffect::QgsPaintEffect( const QgsPaintEffect &other )
  : mEnabled( other.enabled() )
  , mDrawMode( other.drawMode() )
{

}