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

Value type. More...

#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...
 

Detailed Description

Value type.

A tuple of text, text color and font, that can be provided for each process value.

Constructor & Destructor Documentation

◆ Value()

Pd::Text::Value::Value ( const QString &  t = QString(),
QColor  c = QColor(),
const QFont &  f = QFont() 
)
inline
Parameters
tText.
cColor.
fFont.

Member Data Documentation

◆ color

QColor Pd::Text::Value::color

◆ font

QFont Pd::Text::Value::font

Font to use.

Referenced by Pd::Text::Impl::updateDisplayText().

◆ text

QString Pd::Text::Value::text

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