QtPdWidgets
2.3.1
|
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 PixmapHash * | pixmapHash |
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... | |
|
inline |
|
inline |
Retranslate the widget.
References Pd::Image::Impl::parent.
|
inline |
Displays a new Pixmap depending on the process value.
References Pd::Image::Impl::dataPresent, Pd::Image::Impl::defaultPixmap, Pd::Image::Impl::displayPixmap, Pd::Image::Impl::parent, Pd::Image::Impl::pixmapHash, and Pd::Image::Impl::value.
qreal Pd::Image::Impl::angle |
Designer angle.
bool Pd::Image::Impl::dataPresent |
There is a data value to display.
Referenced by Pd::Image::Impl::updatePixmap().
QPixmap Pd::Image::Impl::defaultPixmap |
Default pixmap.
Referenced by Pd::Image::Impl::updatePixmap().
QPixmap Pd::Image::Impl::displayPixmap |
Current pixmap.
Referenced by Pd::Image::Impl::updatePixmap().
Image* const Pd::Image::Impl::parent |
Referenced by Pd::Image::Impl::retranslate(), and Pd::Image::Impl::updatePixmap().
const PixmapHash* Pd::Image::Impl::pixmapHash |
The PixmapHash to use.
Referenced by Pd::Image::Impl::updatePixmap().
bool Pd::Image::Impl::scaledContents |
Scale image to fill available space.
QList<Transformation *> Pd::Image::Impl::transformationList |
List of transformations.
int Pd::Image::Impl::value |
The current value from the process.
Referenced by Pd::Image::Impl::updatePixmap().