QtPdWidgets  2.3.1
Public Types | Public Member Functions | Public Attributes | List of all members
Pd::MultiLed::Value Struct Reference

Value type. More...

#include <MultiLed.h>

Public Types

enum  BlinkMode { Steady, Blink }
 

Public Member Functions

 Value (QColor c=Qt::green, BlinkMode b=Steady)
 

Public Attributes

QColor color
 Text color. More...
 
BlinkMode blink
 

Detailed Description

Value type.

A set of attributes, that can be provided for each process value.

Member Enumeration Documentation

◆ BlinkMode

Enumerator
Steady 

No blinking.

Blink 

Blink.

Constructor & Destructor Documentation

◆ Value()

Pd::MultiLed::Value::Value ( QColor  c = Qt::green,
BlinkMode  b = Steady 
)
inline
Parameters
cColor.
bBlink mode.

Member Data Documentation

◆ blink

BlinkMode Pd::MultiLed::Value::blink

◆ color

QColor Pd::MultiLed::Value::color

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