#include <qprintengine_qws_p.h>
Definition at line 109 of file qprintengine_qws_p.h.
◆ QtopiaPrintBuffer()
QtopiaPrintBuffer::QtopiaPrintBuffer |
( |
bool |
bigEndian = FALSE | ) |
|
|
inline |
◆ ~QtopiaPrintBuffer()
QtopiaPrintBuffer::~QtopiaPrintBuffer |
( |
| ) |
|
|
inline |
◆ append() [1/4]
void QtopiaPrintBuffer::append |
( |
char |
value | ) |
|
|
inline |
Definition at line 121 of file qprintengine_qws_p.h.
QByteArray & append(char c)
Appends the character ch to this byte array.
◆ append() [2/4]
void QtopiaPrintBuffer::append |
( |
short |
value | ) |
|
Definition at line 837 of file qprintengine_qws.cpp.
QByteArray & append(char c)
Appends the character ch to this byte array.
◆ append() [3/4]
void QtopiaPrintBuffer::append |
( |
int |
value | ) |
|
Definition at line 848 of file qprintengine_qws.cpp.
QByteArray & append(char c)
Appends the character ch to this byte array.
◆ append() [4/4]
void QtopiaPrintBuffer::append |
( |
const QByteArray & |
array | ) |
|
|
inline |
Definition at line 124 of file qprintengine_qws_p.h.
QByteArray & append(char c)
Appends the character ch to this byte array.
◆ clear()
void QtopiaPrintBuffer::clear |
( |
| ) |
|
|
inline |
Definition at line 119 of file qprintengine_qws_p.h.
void clear()
Clears the contents of the byte array and makes it empty.
◆ data()
const QByteArray& QtopiaPrintBuffer::data |
( |
| ) |
const |
|
inline |
◆ pad()
void QtopiaPrintBuffer::pad |
( |
| ) |
|
Definition at line 878 of file qprintengine_qws.cpp.
QByteArray & append(char c)
Appends the character ch to this byte array.
int size() const
Returns the number of bytes in this byte array.
◆ patch()
void QtopiaPrintBuffer::patch |
( |
int |
posn, |
|
|
int |
value |
|
) |
| |
Definition at line 863 of file qprintengine_qws.cpp.
866 _data[posn] = (char)(value >> 24);
867 _data[posn + 1] = (char)(value >> 16);
868 _data[posn + 2] = (char)(value >> 8);
869 _data[posn + 3] = (char)value;
871 _data[posn] = (char)value;
872 _data[posn + 1] = (char)(value >> 8);
873 _data[posn + 2] = (char)(value >> 16);
874 _data[posn + 3] = (char)(value >> 24);
◆ size()
int QtopiaPrintBuffer::size |
( |
| ) |
const |
|
inline |
Definition at line 117 of file qprintengine_qws_p.h.
int size() const
Returns the number of bytes in this byte array.
◆ _bigEndian
bool QtopiaPrintBuffer::_bigEndian |
|
private |
◆ _data
The documentation for this class was generated from the following files: