#include <TextureFile.h>
◆ TextureFile() [1/3]
TextureFile::TextureFile |
( |
| ) |
|
◆ TextureFile() [2/3]
TextureFile::TextureFile |
( |
const QImage & |
image | ) |
|
|
explicit |
◆ TextureFile() [3/3]
TextureFile::TextureFile |
( |
const QImage & |
image, |
|
|
const QList< QList< QRgb > > & |
colorTables |
|
) |
| |
◆ clear()
void TextureFile::clear |
( |
| ) |
|
◆ colorTable()
QList< QRgb > TextureFile::colorTable |
( |
qsizetype |
id | ) |
const |
◆ colorTableCount()
qsizetype TextureFile::colorTableCount |
( |
| ) |
const |
◆ colorTables()
const QList< QList< QRgb > > & TextureFile::colorTables |
( |
| ) |
const |
◆ currentColorTable()
qsizetype TextureFile::currentColorTable |
( |
| ) |
const |
◆ debug()
void TextureFile::debug |
( |
| ) |
const |
◆ image()
const QImage & TextureFile::image |
( |
| ) |
const |
◆ imagePtr()
QImage * TextureFile::imagePtr |
( |
| ) |
|
◆ isPaletted()
bool TextureFile::isPaletted |
( |
| ) |
const |
◆ isValid()
bool TextureFile::isValid |
( |
| ) |
const |
◆ setColorTable()
void TextureFile::setColorTable |
( |
qsizetype |
id, |
|
|
const QList< QRgb > & |
colorTable |
|
) |
| |
◆ setCurrentColorTable()
void TextureFile::setCurrentColorTable |
( |
qsizetype |
id | ) |
|
◆ _colorTables
QList< QList<QRgb> > TextureFile::_colorTables |
|
protected |
◆ _currentColorTable
qsizetype TextureFile::_currentColorTable |
|
protected |
◆ _image
QImage TextureFile::_image |
|
protected |
The documentation for this class was generated from the following files: