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 277 of file KisWidgetConnectionUtils.cpp.

Constructor & Destructor Documentation

◆ ConnectDoubleSpinBoxStateHelper()

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

Definition at line 282 of file KisWidgetConnectionUtils.cpp.

283 : QObject(parent),
284 m_spinBox(parent)
285 {
286 }

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 297 of file KisWidgetConnectionUtils.cpp.


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