#include <bristle.h>
Definition at line 13 of file bristle.h.
◆ Bristle() [1/2]
◆ Bristle() [2/2]
| Bristle::Bristle |
( |
float | x, |
|
|
float | y, |
|
|
float | length ) |
◆ ~Bristle()
◆ addInk()
| void Bristle::addInk |
( |
float | value | ) |
|
◆ color()
| const KoColor & Bristle::color |
( |
| ) |
const |
|
inline |
◆ counter()
| int Bristle::counter |
( |
| ) |
const |
|
inline |
◆ distanceCenter()
| float Bristle::distanceCenter |
( |
| ) |
|
|
inline |
◆ enabled()
| bool Bristle::enabled |
( |
| ) |
const |
|
inline |
◆ init()
| void Bristle::init |
( |
float | x, |
|
|
float | y, |
|
|
float | length ) |
|
private |
◆ inkAmount()
| float Bristle::inkAmount |
( |
| ) |
const |
|
inline |
◆ length()
| float Bristle::length |
( |
| ) |
const |
|
inline |
◆ prevX()
| float Bristle::prevX |
( |
| ) |
const |
|
inline |
◆ prevY()
| float Bristle::prevY |
( |
| ) |
const |
|
inline |
◆ removeInk()
| void Bristle::removeInk |
( |
float | value | ) |
|
◆ setColor()
◆ setEnabled()
| void Bristle::setEnabled |
( |
bool | enabled | ) |
|
◆ setInkAmount()
| void Bristle::setInkAmount |
( |
float | inkAmount | ) |
|
◆ setLength()
| void Bristle::setLength |
( |
float | length | ) |
|
◆ setPrevX()
| void Bristle::setPrevX |
( |
float | prevX | ) |
|
|
inline |
◆ setPrevY()
| void Bristle::setPrevY |
( |
float | prevY | ) |
|
|
inline |
◆ setX()
| void Bristle::setX |
( |
float | x | ) |
|
|
inline |
◆ setY()
| void Bristle::setY |
( |
float | y | ) |
|
|
inline |
◆ upIncrement()
| void Bristle::upIncrement |
( |
| ) |
|
|
inline |
◆ x()
| float Bristle::x |
( |
| ) |
const |
|
inline |
◆ y()
| float Bristle::y |
( |
| ) |
const |
|
inline |
◆ m_color
◆ m_counter
| int Bristle::m_counter {0} |
|
private |
◆ m_enabled
| bool Bristle::m_enabled {true} |
|
private |
◆ m_inkAmount
| float Bristle::m_inkAmount {0.0f} |
|
private |
◆ m_length
| float Bristle::m_length {0.0f} |
|
private |
◆ m_prevX
| float Bristle::m_prevX {0.0f} |
|
private |
◆ m_prevY
| float Bristle::m_prevY {0.0f} |
|
private |
◆ m_x
| float Bristle::m_x {0.0f} |
|
private |
◆ m_y
| float Bristle::m_y {0.0f} |
|
private |
The documentation for this class was generated from the following files: