#include <WindowBinFile.h>
|
| | WindowBinFile () |
| |
| void | clear () |
| |
| bool | open (const QString &path) |
| |
| bool | open (const QByteArray &data) |
| |
| bool | save (QByteArray &data) const |
| |
| bool | isValid () const |
| |
| bool | isModified () const |
| |
| bool | isJp () const |
| |
| void | setModified (bool modified) |
| |
| int | charCount () const |
| |
| int | tableCount () const |
| |
| const QImage & | image (FontColor color) |
| |
| QImage | letter (quint8 tableId, quint8 charId, FontColor color) |
| |
| bool | setLetter (quint8 tableId, quint8 charId, const QImage &image) |
| |
| uint | letterPixelIndex (quint8 tableId, quint8 charId, const QPoint &pos) const |
| |
| bool | setLetterPixelIndex (quint8 tableId, quint8 charId, const QPoint &pos, uint pixelIndex) |
| |
| quint8 | charWidth (quint8 table, quint8 id) const |
| |
| quint8 | charLeftPadding (quint8 table, quint8 id) const |
| |
| void | setCharWidth (quint8 table, quint8 id, quint8 width) |
| |
| void | setCharLeftPadding (quint8 table, quint8 id, quint8 padding) |
| |
◆ FontColor
| Enumerator |
|---|
| DarkGrey | |
| DarkBlue | |
| Red | |
| Purple | |
| Green | |
| Cyan | |
| Yellow | |
| White | |
◆ WindowBinFile()
| WindowBinFile::WindowBinFile |
( |
| ) |
|
◆ charCount()
| int WindowBinFile::charCount |
( |
| ) |
const |
◆ charLeftPadding()
| quint8 WindowBinFile::charLeftPadding |
( |
quint8 |
table, |
|
|
quint8 |
id |
|
) |
| const |
◆ charWidth()
| quint8 WindowBinFile::charWidth |
( |
quint8 |
table, |
|
|
quint8 |
id |
|
) |
| const |
◆ clear()
| void WindowBinFile::clear |
( |
| ) |
|
◆ image()
| const QImage & WindowBinFile::image |
( |
FontColor |
color | ) |
|
◆ isJp()
| bool WindowBinFile::isJp |
( |
| ) |
const |
◆ isModified()
| bool WindowBinFile::isModified |
( |
| ) |
const |
◆ isValid()
| bool WindowBinFile::isValid |
( |
| ) |
const |
◆ letter()
| QImage WindowBinFile::letter |
( |
quint8 |
tableId, |
|
|
quint8 |
charId, |
|
|
FontColor |
color |
|
) |
| |
◆ letterPixelIndex()
| uint WindowBinFile::letterPixelIndex |
( |
quint8 |
tableId, |
|
|
quint8 |
charId, |
|
|
const QPoint & |
pos |
|
) |
| const |
◆ open() [1/2]
| bool WindowBinFile::open |
( |
const QByteArray & |
data | ) |
|
◆ open() [2/2]
| bool WindowBinFile::open |
( |
const QString & |
path | ) |
|
◆ save()
| bool WindowBinFile::save |
( |
QByteArray & |
data | ) |
const |
◆ setCharLeftPadding()
| void WindowBinFile::setCharLeftPadding |
( |
quint8 |
table, |
|
|
quint8 |
id, |
|
|
quint8 |
padding |
|
) |
| |
◆ setCharWidth()
| void WindowBinFile::setCharWidth |
( |
quint8 |
table, |
|
|
quint8 |
id, |
|
|
quint8 |
width |
|
) |
| |
◆ setLetter()
| bool WindowBinFile::setLetter |
( |
quint8 |
tableId, |
|
|
quint8 |
charId, |
|
|
const QImage & |
image |
|
) |
| |
◆ setLetterPixelIndex()
| bool WindowBinFile::setLetterPixelIndex |
( |
quint8 |
tableId, |
|
|
quint8 |
charId, |
|
|
const QPoint & |
pos, |
|
|
uint |
pixelIndex |
|
) |
| |
◆ setModified()
| void WindowBinFile::setModified |
( |
bool |
modified | ) |
|
◆ tableCount()
| int WindowBinFile::tableCount |
( |
| ) |
const |
◆ tableSize()
| int WindowBinFile::tableSize |
( |
quint8 |
table | ) |
|
|
static |
The documentation for this class was generated from the following files: