Prison::AztecBarcode

Search for usage in LXR

Prison::AztecBarcode Class Reference

#include <aztecbarcode.h>

Inheritance diagram for Prison::AztecBarcode:

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

Aztec code generator.

Definition at line 19 of file aztecbarcode.h.

Member Function Documentation

◆ paintImage()

QImage AztecBarcode::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 64 of file aztecbarcode.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.