Krita Source Code Documentation
Loading...
Searching...
No Matches
KisSliderBasedPaintOpPropertyBase Class Reference

#include <kis_slider_based_paintop_property.h>

+ Inheritance diagram for KisSliderBasedPaintOpPropertyBase:

Signals

void sigRangeChanged ()
 
- Signals inherited from KisUniformPaintOpProperty
void valueChanged (const QVariant &value)
 

Public Member Functions

 KisUniformPaintOpProperty (const KoID &id, KisPaintOpSettingsRestrictedSP settings, QObject *parent)
 
 KisUniformPaintOpProperty (Type type, const KoID &id, KisPaintOpSettingsRestrictedSP settings, QObject *parent)
 
 KisUniformPaintOpProperty (Type type, SubType subType, const KoID &id, KisPaintOpSettingsRestrictedSP settings, QObject *parent)
 
- Public Member Functions inherited from KisUniformPaintOpProperty
QWidget * createPropertyWidget ()
 
QString id () const
 
virtual bool isVisible () const
 
 KisUniformPaintOpProperty (const KoID &id, KisPaintOpSettingsRestrictedSP settings, QObject *parent)
 
 KisUniformPaintOpProperty (Type type, const KoID &id, KisPaintOpSettingsRestrictedSP settings, QObject *parent)
 
 KisUniformPaintOpProperty (Type type, SubType subType, const KoID &id, KisPaintOpSettingsRestrictedSP settings, QObject *parent)
 
QString name () const
 
KisPaintOpSettingsSP settings () const
 
SubType subType () const
 
Type type () const
 
QVariant value () const
 
 ~KisUniformPaintOpProperty () override
 

Additional Inherited Members

- Public Types inherited from KisUniformPaintOpProperty
enum  SubType { SubType_None = 0 , SubType_Angle }
 Hint to guess what this property is used for. More...
 
enum  Type { Int = 0 , Double , Bool , Combo }
 
- Public Slots inherited from KisUniformPaintOpProperty
void requestReadValue ()
 
void setValue (const QVariant &value)
 
- Protected Member Functions inherited from KisUniformPaintOpProperty
virtual void readValueImpl ()
 
virtual void writeValueImpl ()
 

Detailed Description

Definition at line 12 of file kis_slider_based_paintop_property.h.

Member Function Documentation

◆ KisUniformPaintOpProperty() [1/3]

KisUniformPaintOpProperty::KisUniformPaintOpProperty ( const KoID & id,
KisPaintOpSettingsRestrictedSP settings,
QObject * parent )

◆ KisUniformPaintOpProperty() [2/3]

KisUniformPaintOpProperty::KisUniformPaintOpProperty ( Type type,
const KoID & id,
KisPaintOpSettingsRestrictedSP settings,
QObject * parent )

Definition at line 38 of file kis_uniform_paintop_property.cpp.

43 : QObject(parent)
45{
46}

◆ KisUniformPaintOpProperty() [3/3]

KisUniformPaintOpProperty::KisUniformPaintOpProperty ( Type type,
SubType subType,
const KoID & id,
KisPaintOpSettingsRestrictedSP settings,
QObject * parent )

Definition at line 37 of file kis_uniform_paintop_property.cpp.

37 : QObject(parent)
38 , m_d(new Private(type, subType, id, settings))
39{
40}

◆ sigRangeChanged

void KisSliderBasedPaintOpPropertyBase::sigRangeChanged ( )
signal

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