TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Member Functions | Protected Member Functions | List of all members
QAlgorithm::SharpeImage Class Referenceabstract

The class of the sharpe image. More...

#include <imagewrapper.h>

+ Inheritance diagram for QAlgorithm::SharpeImage:

Public Member Functions

 SharpeImage ()
 
virtual ~SharpeImage ()=default
 
virtual void input (const QRect &region)
 
virtual QPixmap render (const QPixmap &pixmap, int value)=0
 

Protected Member Functions

 SharpeImage (SharpeImagePrivate &pvt)
 

Detailed Description

The class of the sharpe image.

Author
Greedysky greed.nosp@m.ysky.nosp@m.@163..nosp@m.com

Definition at line 35 of file imagewrapper.h.

Constructor & Destructor Documentation

QAlgorithm::SharpeImage::SharpeImage ( )

Object constructor.

Definition at line 32 of file imagewrapper.cpp.

virtual QAlgorithm::SharpeImage::~SharpeImage ( )
virtualdefault

Object destructor.

QAlgorithm::SharpeImage::SharpeImage ( SharpeImagePrivate pvt)
protected

Definition at line 38 of file imagewrapper.cpp.

References TTK_INIT_PRIVATE_D.

Member Function Documentation

void QAlgorithm::SharpeImage::input ( const QRect &  region)
virtual
virtual QPixmap QAlgorithm::SharpeImage::render ( const QPixmap &  pixmap,
int  value 
)
pure virtual

Render data. Subclass should implement this function.

Implemented in QAlgorithm::WaterWave, QAlgorithm::CubeWave, and QAlgorithm::GaussBlur.

Referenced by MusicTransitionAnimationLabel::paintEvent().


The documentation for this class was generated from the following files: