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

Public Member Functions

 Impl (RadioButton *parent)
 
void updateCheck ()
 

Public Attributes

RadioButton *const parent
 
bool dataPresent
 A value shall be displayed. More...
 
int value
 the current variable value More...
 
int checkValue
 The value that is sent to the process, if the button is checked. More...
 

Constructor & Destructor Documentation

◆ Impl()

Pd::RadioButton::Impl::Impl ( RadioButton parent)
inline

Member Function Documentation

◆ updateCheck()

void Pd::RadioButton::Impl::updateCheck ( )
inline

Member Data Documentation

◆ checkValue

int Pd::RadioButton::Impl::checkValue

The value that is sent to the process, if the button is checked.

Referenced by Pd::RadioButton::Impl::updateCheck().

◆ dataPresent

bool Pd::RadioButton::Impl::dataPresent

A value shall be displayed.

Referenced by Pd::RadioButton::Impl::updateCheck().

◆ parent

RadioButton* const Pd::RadioButton::Impl::parent

◆ value

int Pd::RadioButton::Impl::value

the current variable value

Referenced by Pd::RadioButton::Impl::updateCheck().


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