|
Texture Viewer
|
This is the complete list of members for Texture, including all inherited members.
| Alignment enum name | Texture | |
| alignment() const | Texture | |
| arraySize() const | Texture | |
| bitsPerTexel() const | Texture | |
| bytes() const | Texture | |
| bytesPerImage(int level=0) const | Texture | |
| bytesPerLine(int level=0) const | Texture | |
| bytesPerSlice(int level=0) const | Texture | |
| calculateBytesPerLine(TextureFormat format, int width, Alignment align=Alignment::Byte) | Texture | static |
| calculateBytesPerSlice(TextureFormat format, int width, int height, Alignment align=Alignment::Byte) | Texture | static |
| ConstData typedef | Texture | |
| constImageData(ArrayIndex index) const | Texture | |
| convert(Alignment align) const | Texture | |
| convert(TextureFormat format) const | Texture | |
| convert(TextureFormat format, Alignment align) const | Texture | |
| copy() const | Texture | |
| Data typedef | Texture | |
| depth() const | Texture | |
| depth(int level) const | Texture | |
| faces() const | Texture | |
| format() const | Texture | |
| height() const | Texture | |
| height(int level) const | Texture | |
| imageData(ArrayIndex index) | Texture | |
| imageData(ArrayIndex index) const | Texture | |
| isCompressed() const | Texture | |
| IsCubemap enum name | Texture | |
| isNull() const | Texture | |
| layers() const | Texture | |
| levels() const | Texture | |
| load(const QString &file) | Texture | |
| operator=(const Texture &other) | Texture | |
| operator=(Texture &&other) noexcept | Texture | inline |
| save(const QString &file) | Texture | |
| Side enum name | Texture | |
| size() const | Texture | |
| size(int level) const | Texture | |
| Texture() noexcept | Texture | inline |
| Texture(const Texture &other) | Texture | |
| Texture(Texture &&other) noexcept | Texture | inline |
| Texture(const QString &file) | Texture | explicit |
| Texture(QStringView file) | Texture | explicit |
| Texture(const QImage &image) | Texture | explicit |
| Texture(TextureFormat format, Size size, ArraySize dimensions={1, 1}, Alignment align=Alignment::Byte) | Texture | |
| Texture(Data data, TextureFormat format, Size size, ArraySize dimensions={1, 1}, Alignment align=Alignment::Byte) | Texture | |
| Texture(Data data, DataDeleter deleter, TextureFormat format, Size size, ArraySize dimensions={1, 1}, Alignment align=Alignment::Byte) | Texture | |
| toImage() const | Texture | |
| width() const | Texture | |
| width(int level) const | Texture | |
| ~Texture() | Texture |
1.8.13