KImgIO
tga.cpp File Reference
#include "tga.h"#include <assert.h>#include <QtGui/QImage>#include <QtCore/QDataStream>#include <kdebug.h>Go to the source code of this file.
Macros | |
| #define | TGA_INTERLEAVE_2WAY 0x40 |
| #define | TGA_INTERLEAVE_4WAY 0x80 |
| #define | TGA_INTERLEAVE_MASK 0xc0 |
| #define | TGA_INTERLEAVE_NONE 0x00 |
| #define | TGA_ORIGIN_LEFT 0x00 |
| #define | TGA_ORIGIN_LOWER 0x00 |
| #define | TGA_ORIGIN_MASK 0x30 |
| #define | TGA_ORIGIN_RIGHT 0x10 |
| #define | TGA_ORIGIN_UPPER 0x20 |
Typedefs | |
| typedef quint8 | uchar |
| typedef quint32 | uint |
| typedef quint16 | ushort |
Enumerations | |
| enum | TGAType |
Macro Definition Documentation
◆ TGA_INTERLEAVE_2WAY
◆ TGA_INTERLEAVE_4WAY
◆ TGA_INTERLEAVE_MASK
◆ TGA_INTERLEAVE_NONE
◆ TGA_ORIGIN_LEFT
◆ TGA_ORIGIN_LOWER
◆ TGA_ORIGIN_MASK
◆ TGA_ORIGIN_RIGHT
◆ TGA_ORIGIN_UPPER
Typedef Documentation
◆ uchar
◆ uint
◆ ushort
Enumeration Type Documentation
◆ TGAType
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 18:59:36 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 18:59:36 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.