Prison::Code128Barcode

Search for usage in LXR

Prison::Code128Barcode Class Reference

#include <code128barcode.h>

Inheritance diagram for Prison::Code128Barcode:

Protected Member Functions

QImage paintImage (const QSizeF &size) override
 
- Protected Member Functions inherited from Prison::AbstractBarcode
void setMinimumSize (const QSizeF &minimumSize)
 

Additional Inherited Members

- Public Types inherited from Prison::AbstractBarcode
enum  Dimensions : uint8_t { NoDimensions, OneDimension, TwoDimensions }
 
- Public Member Functions inherited from Prison::AbstractBarcode
 AbstractBarcode ()
 
const QColorbackgroundColor () const
 
QByteArray byteArrayData () const
 
QString data () const
 
Dimensions dimensions () const
 
const QColorforegroundColor () const
 
QSizeF minimumSize () const
 
QSizeF preferredSize (qreal devicePixelRatio) const
 
void setBackgroundColor (const QColor &backgroundcolor)
 
void setData (const QByteArray &data)
 
void setData (const QString &data)
 
void setForegroundColor (const QColor &foregroundcolor)
 
QImage toImage (const QSizeF &size)
 
QSizeF trueMinimumSize () const
 

Detailed Description

Code 128 barcode.

See also
https://en.wikipedia.org/wiki/Code_128

Definition at line 21 of file code128barcode.h.

Member Function Documentation

◆ paintImage()

QImage Code128Barcode::paintImage ( const QSizeF size)
overrideprotectedvirtual

Doing the actual painting of the image.

Parameters
sizeunused - will be removed in KF6
Returns
image with barcode, or null image

Implements Prison::AbstractBarcode.

Definition at line 47 of file code128barcode.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Sep 30 2023 04:06:04 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.