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

Public Member Functions

 Impl (DoubleSpinBox *parent)
 
void setEditing (bool e)
 
void setInternalValue (double v)
 
void updateFromInternal ()
 

Public Attributes

DoubleSpinBox *const parent
 
bool editing
 True, if the control is in editing state (the background is yellow, then). More...
 
double internalValue
 Internal process value, that stores the last process value, even if the user is editing. More...
 

Constructor & Destructor Documentation

◆ Impl()

Pd::DoubleSpinBox::Impl::Impl ( DoubleSpinBox parent)
inline

Member Function Documentation

◆ setEditing()

void Pd::DoubleSpinBox::Impl::setEditing ( bool  e)
inline

◆ setInternalValue()

void Pd::DoubleSpinBox::Impl::setInternalValue ( double  v)
inline

◆ updateFromInternal()

void Pd::DoubleSpinBox::Impl::updateFromInternal ( )
inline

Member Data Documentation

◆ editing

bool Pd::DoubleSpinBox::Impl::editing

True, if the control is in editing state (the background is yellow, then).

Referenced by Pd::DoubleSpinBox::Impl::setEditing(), and Pd::DoubleSpinBox::Impl::setInternalValue().

◆ internalValue

double Pd::DoubleSpinBox::Impl::internalValue

Internal process value, that stores the last process value, even if the user is editing.

Referenced by Pd::DoubleSpinBox::Impl::setInternalValue(), and Pd::DoubleSpinBox::Impl::updateFromInternal().

◆ parent

DoubleSpinBox* const Pd::DoubleSpinBox::Impl::parent

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