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

Public Member Functions

 Impl (MultiLed *parent)
 
void setCurrentColor (QColor c)
 Sets the current LED color. More...
 
void retranslate ()
 Retranslate the widget. More...
 

Public Attributes

MultiLed *const parent
 
int value
 The current value from the process. More...
 
bool dataPresent
 There is a value to display. More...
 
quint32 diameter
 The LED's diameter in pixel. More...
 
const Hashhash
 Pointer to the ColorHash to use. More...
 
Value currentValue
 The currently displayed value attributes. More...
 
bool blinkState
 Blink timer. More...
 
QColor currentColor
 Current color. More...
 

Constructor & Destructor Documentation

◆ Impl()

Pd::MultiLed::Impl::Impl ( MultiLed parent)
inline

Member Function Documentation

◆ retranslate()

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

Retranslate the widget.

References Pd::MultiLed::Impl::parent.

◆ setCurrentColor()

void Pd::MultiLed::Impl::setCurrentColor ( QColor  c)
inline

Sets the current LED color.

References Pd::MultiLed::Impl::currentColor, and Pd::MultiLed::Impl::parent.

Member Data Documentation

◆ blinkState

bool Pd::MultiLed::Impl::blinkState

Blink timer.

◆ currentColor

QColor Pd::MultiLed::Impl::currentColor

Current color.

Referenced by Pd::MultiLed::Impl::setCurrentColor().

◆ currentValue

Value Pd::MultiLed::Impl::currentValue

The currently displayed value attributes.

◆ dataPresent

bool Pd::MultiLed::Impl::dataPresent

There is a value to display.

◆ diameter

quint32 Pd::MultiLed::Impl::diameter

The LED's diameter in pixel.

◆ hash

const Hash* Pd::MultiLed::Impl::hash

Pointer to the ColorHash to use.

◆ parent

MultiLed* const Pd::MultiLed::Impl::parent

◆ value

int Pd::MultiLed::Impl::value

The current value from the process.


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