Krita Source Code Documentation
Loading...
Searching...
No Matches
KisWidgetConnectionUtils::ConnectDoubleSpinBoxStateHelper Class Reference
+ Inheritance diagram for KisWidgetConnectionUtils::ConnectDoubleSpinBoxStateHelper:

Public Slots

void setState (DoubleSpinBoxState state)
 

Public Member Functions

 ConnectDoubleSpinBoxStateHelper (QDoubleSpinBox *parent)
 

Private Attributes

QDoubleSpinBox * m_spinBox
 

Detailed Description

Definition at line 306 of file KisWidgetConnectionUtils.cpp.

Constructor & Destructor Documentation

◆ ConnectDoubleSpinBoxStateHelper()

KisWidgetConnectionUtils::ConnectDoubleSpinBoxStateHelper::ConnectDoubleSpinBoxStateHelper ( QDoubleSpinBox * parent)
inline

Definition at line 311 of file KisWidgetConnectionUtils.cpp.

312 : QObject(parent),
313 m_spinBox(parent)
314 {
315 }

Member Function Documentation

◆ setState

void KisWidgetConnectionUtils::ConnectDoubleSpinBoxStateHelper::setState ( DoubleSpinBoxState state)
inlineslot

Member Data Documentation

◆ m_spinBox

QDoubleSpinBox* KisWidgetConnectionUtils::ConnectDoubleSpinBoxStateHelper::m_spinBox
private

Definition at line 326 of file KisWidgetConnectionUtils.cpp.


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