QtPdWidgets  2.3.1
Public Member Functions | Public Attributes | List of all members
Pd::Image::Impl Struct Reference
Collaboration diagram for Pd::Image::Impl:
Collaboration graph
[legend]

Public Member Functions

 Impl (Image *parent)
 
void updatePixmap ()
 Displays a new Pixmap depending on the process value. More...
 
void retranslate ()
 Retranslate the widget. More...
 

Public Attributes

Image *const parent
 
int value
 The current value from the process. More...
 
bool dataPresent
 There is a data value to display. More...
 
const PixmapHashpixmapHash
 The PixmapHash to use. More...
 
QPixmap defaultPixmap
 Default pixmap. More...
 
qreal angle
 Designer angle. More...
 
bool scaledContents
 Scale image to fill available space. More...
 
QPixmap displayPixmap
 Current pixmap. More...
 
QList< Transformation * > transformationList
 List of transformations. More...
 

Constructor & Destructor Documentation

◆ Impl()

Pd::Image::Impl::Impl ( Image parent)
inline

Member Function Documentation

◆ retranslate()

void Pd::Image::Impl::retranslate ( )
inline

Retranslate the widget.

References Pd::Image::Impl::parent.

◆ updatePixmap()

void Pd::Image::Impl::updatePixmap ( )
inline

Member Data Documentation

◆ angle

qreal Pd::Image::Impl::angle

Designer angle.

◆ dataPresent

bool Pd::Image::Impl::dataPresent

There is a data value to display.

Referenced by Pd::Image::Impl::updatePixmap().

◆ defaultPixmap

QPixmap Pd::Image::Impl::defaultPixmap

Default pixmap.

Referenced by Pd::Image::Impl::updatePixmap().

◆ displayPixmap

QPixmap Pd::Image::Impl::displayPixmap

Current pixmap.

Referenced by Pd::Image::Impl::updatePixmap().

◆ parent

Image* const Pd::Image::Impl::parent

◆ pixmapHash

const PixmapHash* Pd::Image::Impl::pixmapHash

The PixmapHash to use.

Referenced by Pd::Image::Impl::updatePixmap().

◆ scaledContents

bool Pd::Image::Impl::scaledContents

Scale image to fill available space.

◆ transformationList

QList<Transformation *> Pd::Image::Impl::transformationList

List of transformations.

◆ value

int Pd::Image::Impl::value

The current value from the process.

Referenced by Pd::Image::Impl::updatePixmap().


The documentation for this struct was generated from the following file: