Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_abstract_resources.h
Go to the documentation of this file.
1#ifndef KIS_ABSTRACT_RESOURCES_H
2#define KIS_ABSTRACT_RESOURCES_H
3
4#endif // KIS_ABSTRACT_RESOURCES_H
5
7
9{
10public:
12
13 QVariant value() const override;
14 void setValue(const QVariant value) override;
15
16private:
17 qreal m_value;
18};
QVariant value() const override
void setValue(const QVariant value) override
set the value of the current resource
ToolOpacityAbstractResource(int key, qreal value)