QtPdWidgets  2.3.1
Private Member Functions | Private Attributes | List of all members
Pd::NoPdTouchEditPrivate Class Reference
Collaboration diagram for Pd::NoPdTouchEditPrivate:
Collaboration graph
[legend]

Private Member Functions

 NoPdTouchEditPrivate (NoPdTouchEdit *parent)
 
void openDialog ()
 Opens the edit dialog. More...
 
void retranslate ()
 Retranslate the widget. More...
 
 Q_DECLARE_PUBLIC (NoPdTouchEdit)
 

Private Attributes

NoPdTouchEdit *const q_ptr
 
double value = DEFAULT_VALUE
 Current value. More...
 
Qt::Alignment alignment = DEFAULT_ALIGNMENT
 Text alignment. More...
 
quint32 decimals = DEFAULT_DECIMALS
 Number of decimal digits. More...
 
QString suffix = DEFAULT_SUFFIX
 Suffix, that is appended to the displayed string. More...
 
double lowerLimit = DEFAULT_LOWERLIMIT
 
double upperLimit = DEFAULT_UPPERLIMIT
 
int editDigit = 0
 
TouchEditDialogeditDialog = nullptr
 

Constructor & Destructor Documentation

◆ NoPdTouchEditPrivate()

Pd::NoPdTouchEditPrivate::NoPdTouchEditPrivate ( NoPdTouchEdit parent)
inlineprivate

Member Function Documentation

◆ openDialog()

void NoPdTouchEditPrivate::openDialog ( )
private

◆ Q_DECLARE_PUBLIC()

Pd::NoPdTouchEditPrivate::Q_DECLARE_PUBLIC ( NoPdTouchEdit  )
private

◆ retranslate()

void NoPdTouchEditPrivate::retranslate ( )
private

Retranslate the widget.

Member Data Documentation

◆ alignment

Qt::Alignment Pd::NoPdTouchEditPrivate::alignment = DEFAULT_ALIGNMENT
private

Text alignment.

◆ decimals

quint32 Pd::NoPdTouchEditPrivate::decimals = DEFAULT_DECIMALS
private

Number of decimal digits.

Referenced by openDialog().

◆ editDialog

TouchEditDialog* Pd::NoPdTouchEditPrivate::editDialog = nullptr
private

Referenced by openDialog().

◆ editDigit

int Pd::NoPdTouchEditPrivate::editDigit = 0
private

Referenced by openDialog().

◆ lowerLimit

double Pd::NoPdTouchEditPrivate::lowerLimit = DEFAULT_LOWERLIMIT
private

Referenced by openDialog().

◆ q_ptr

NoPdTouchEdit* const Pd::NoPdTouchEditPrivate::q_ptr
private

◆ suffix

QString Pd::NoPdTouchEditPrivate::suffix = DEFAULT_SUFFIX
private

Suffix, that is appended to the displayed string.

The suffix is appended without a separator (like in other Qt classes), so if you want to specify a unit, you'll have to set suffix to " kN", for example.

Referenced by openDialog().

◆ upperLimit

double Pd::NoPdTouchEditPrivate::upperLimit = DEFAULT_UPPERLIMIT
private

Referenced by openDialog().

◆ value

double Pd::NoPdTouchEditPrivate::value = DEFAULT_VALUE
private

Current value.

Referenced by openDialog().


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