Sayonara Player
src
Utils
Image.h
1
#ifndef IMAGE_H
2
#define IMAGE_H
3
4
class
QPixmap;
5
class
QImage;
6
class
QSize;
7
8
namespace
Util
9
{
10
class
Image
11
{
12
13
private
:
14
struct
Private;
15
Private* m=
nullptr
;
16
17
public
:
18
Image
();
19
Image
(
const
QPixmap& pm);
20
Image
(
const
QPixmap& pm,
const
QSize& max_size);
21
22
Image
(
const
Image
& other);
23
~
Image
();
24
25
Image
& operator=(
const
Image
& other);
26
27
QPixmap pixmap()
const
;
28
};
29
}
30
31
#endif // IMAGE_H
Util
Helper functions.
Definition:
GenreView.h:34
Util::Image
Definition:
Image.h:10
Generated on Thu May 2 2019 07:19:10 for Sayonara Player by
1.8.14