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

Public Member Functions

 Impl (SpinBox *parent)
 
void setEditing (bool e)
 Sets the control to editing state (yellow). More...
 
void setInternalValue (int v)
 Sets the internalValue. More...
 
void updateFromInternal ()
 Displays the internalValue. More...
 

Public Attributes

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

Constructor & Destructor Documentation

◆ Impl()

Pd::SpinBox::Impl::Impl ( SpinBox parent)
inline

Member Function Documentation

◆ setEditing()

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

Sets the control to editing state (yellow).

References Pd::SpinBox::Impl::editing, and Pd::SpinBox::Impl::parent.

◆ setInternalValue()

void Pd::SpinBox::Impl::setInternalValue ( int  v)
inline

◆ updateFromInternal()

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

Member Data Documentation

◆ editing

bool Pd::SpinBox::Impl::editing

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

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

◆ internalValue

int Pd::SpinBox::Impl::internalValue

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

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

◆ parent

SpinBox* const Pd::SpinBox::Impl::parent

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