#include <kis_filter_weights_applicator.h>
◆ LinePos() [1/2]
| KisFilterWeightsApplicator::LinePos::LinePos |
( |
| ) |
|
|
inline |
◆ LinePos() [2/2]
| KisFilterWeightsApplicator::LinePos::LinePos |
( |
int | start, |
|
|
int | size ) |
|
inline |
◆ end()
| int KisFilterWeightsApplicator::LinePos::end |
( |
| ) |
const |
|
inline |
WARNING: be careful! This is not the same as QRect::right()! This is an equivalent of (QRect::right() + QRect::width()) or QRectF::right(), that is it points to the pixel after(!) the actual last pixel. See Qt docs for more info about this historical difference.
Definition at line 160 of file kis_filter_weights_applicator.h.
References m_size, and m_start.
◆ size()
| int KisFilterWeightsApplicator::LinePos::size |
( |
| ) |
const |
|
inline |
◆ start()
| int KisFilterWeightsApplicator::LinePos::start |
( |
| ) |
const |
|
inline |
◆ unite()
| void KisFilterWeightsApplicator::LinePos::unite |
( |
const LinePos & | rhs | ) |
|
|
inline |
◆ m_size
| int KisFilterWeightsApplicator::LinePos::m_size |
|
private |
◆ m_start
| int KisFilterWeightsApplicator::LinePos::m_start |
|
private |
The documentation for this class was generated from the following file: