|
Krita Source Code Documentation
|
#include <KisGLImageF16.h>
Inheritance diagram for KisGLImageF16:Classes | |
| struct | Private |
Public Member Functions | |
| void | clearPixels () |
| const half * | constData () const |
| half * | data () |
| int | height () const |
| bool | isNull () const |
| KisGLImageF16 () | |
| KisGLImageF16 (const KisGLImageF16 &rhs) | |
| KisGLImageF16 (const QSize &size, bool clearPixels=false) | |
| KisGLImageF16 (int width, int height, bool clearPixels=false) | |
| KisGLImageF16 & | operator= (const KisGLImageF16 &rhs) |
| void | resize (const QSize &size, bool clearPixels=false) |
| QSize | size () const |
| int | width () const |
| ~KisGLImageF16 () | |
Private Attributes | |
| QSharedDataPointer< Private > | m_d |
Friends | |
| bool | operator== (const KisGLImageF16 &lhs, const KisGLImageF16 &rhs) |
Definition at line 16 of file KisGLImageF16.h.
| KisGLImageF16::KisGLImageF16 | ( | ) |
Definition at line 20 of file KisGLImageF16.cpp.
| KisGLImageF16::KisGLImageF16 | ( | const QSize & | size, |
| bool | clearPixels = false ) |
Definition at line 25 of file KisGLImageF16.cpp.
References clearPixels(), resize(), and size().
| KisGLImageF16::KisGLImageF16 | ( | int | width, |
| int | height, | ||
| bool | clearPixels = false ) |
Definition at line 31 of file KisGLImageF16.cpp.
| KisGLImageF16::KisGLImageF16 | ( | const KisGLImageF16 & | rhs | ) |
Definition at line 36 of file KisGLImageF16.cpp.
| KisGLImageF16::~KisGLImageF16 | ( | ) |
Definition at line 52 of file KisGLImageF16.cpp.
| void KisGLImageF16::clearPixels | ( | ) |
Definition at line 56 of file KisGLImageF16.cpp.
References m_d.
| const half * KisGLImageF16::constData | ( | ) | const |
Definition at line 75 of file KisGLImageF16.cpp.
References m_d.
| half * KisGLImageF16::data | ( | ) |
| int KisGLImageF16::height | ( | ) | const |
Definition at line 99 of file KisGLImageF16.cpp.
References m_d.
| bool KisGLImageF16::isNull | ( | ) | const |
Definition at line 104 of file KisGLImageF16.cpp.
References m_d.
| KisGLImageF16 & KisGLImageF16::operator= | ( | const KisGLImageF16 & | rhs | ) |
Definition at line 41 of file KisGLImageF16.cpp.
References m_d.
| void KisGLImageF16::resize | ( | const QSize & | size, |
| bool | clearPixels = false ) |
Definition at line 63 of file KisGLImageF16.cpp.
References clearPixels(), m_d, and size().
| QSize KisGLImageF16::size | ( | ) | const |
| int KisGLImageF16::width | ( | ) | const |
Definition at line 94 of file KisGLImageF16.cpp.
References m_d.
|
friend |
Definition at line 47 of file KisGLImageF16.cpp.
|
private |
Definition at line 43 of file KisGLImageF16.h.