|
| static int | col (const QRect &rc) |
| |
| static bool | elementIsLess (const QRect &lhs, const QRect &rhs) |
| |
| static int | nextCol (const QRect &rc) |
| |
| static int | rowHeight (const QRect &rc) |
| |
| static bool | rowIsLess (const QRect &lhs, const QRect &rhs) |
| |
Definition at line 32 of file KisRegion.cpp.
◆ col()
| static int detail::VerticalMergePolicy::col |
( |
const QRect & | rc | ) |
|
|
inlinestatic |
◆ elementIsLess()
| static bool detail::VerticalMergePolicy::elementIsLess |
( |
const QRect & | lhs, |
|
|
const QRect & | rhs ) |
|
inlinestatic |
Definition at line 46 of file KisRegion.cpp.
46 {
47 return lhs.x() < rhs.x() || (lhs.x() == rhs.x() && lhs.y() < rhs.y());
48 }
◆ nextCol()
| static int detail::VerticalMergePolicy::nextCol |
( |
const QRect & | rc | ) |
|
|
inlinestatic |
Definition at line 37 of file KisRegion.cpp.
37 {
38 return rc.y() + rc.height();
39 }
◆ rowHeight()
| static int detail::VerticalMergePolicy::rowHeight |
( |
const QRect & | rc | ) |
|
|
inlinestatic |
Definition at line 40 of file KisRegion.cpp.
40 {
41 return rc.width();
42 }
◆ rowIsLess()
| static bool detail::VerticalMergePolicy::rowIsLess |
( |
const QRect & | lhs, |
|
|
const QRect & | rhs ) |
|
inlinestatic |
Definition at line 43 of file KisRegion.cpp.
43 {
44 return lhs.x() < rhs.x();
45 }
The documentation for this struct was generated from the following file: