Krita Source Code Documentation
Loading...
Searching...
No Matches
KisWidgetConnectionUtils::SpinBoxState< T > Struct Template Reference

#include <KisWidgetConnectionUtils.h>

Public Attributes

bool enabled = true
 
max = T{}
 
min = T{}
 
value = T{}
 

Detailed Description

template<typename T>
struct KisWidgetConnectionUtils::SpinBoxState< T >

Definition at line 99 of file KisWidgetConnectionUtils.h.

Member Data Documentation

◆ enabled

template<typename T >
bool KisWidgetConnectionUtils::SpinBoxState< T >::enabled = true

Definition at line 103 of file KisWidgetConnectionUtils.h.

◆ max

template<typename T >
T KisWidgetConnectionUtils::SpinBoxState< T >::max = T{}

Definition at line 102 of file KisWidgetConnectionUtils.h.

102{};

◆ min

template<typename T >
T KisWidgetConnectionUtils::SpinBoxState< T >::min = T{}

Definition at line 101 of file KisWidgetConnectionUtils.h.

101{};

◆ value

template<typename T >
T KisWidgetConnectionUtils::SpinBoxState< T >::value = T{}

Definition at line 100 of file KisWidgetConnectionUtils.h.

100{};

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