|
QtPdWidgets
2.3.4
|
#include <Text.h>
Public Member Functions | |
| Value (const QString &t=QString(), QColor c=QColor(), const QFont &f=QFont()) | |
Public Attributes | |
| QString | text |
| Displayed text. More... | |
| QColor | color |
| Text color. More... | |
| QFont | font |
| Font to use. More... | |
Value type.
A tuple of text, text color and font, that can be provided for each process value.
|
inline |
| t | Text. |
| c | Color. |
| f | Font. |
| QColor Pd::Text::Value::color |
Text color.
Referenced by Pd::Text::Impl::updateDisplayText().
| QFont Pd::Text::Value::font |
Font to use.
Referenced by Pd::Text::Impl::updateDisplayText().
| QString Pd::Text::Value::text |
Displayed text.
Referenced by Pd::Text::Impl::updateDisplayText(), and Pd::Text::Impl::updateValueText().