|
| enum class | Type : uint8_t {
Outside
, Default
, Button
, TextEdit
,
MoveArea
, BottomResizeBorder
, TopResizeBorder
, LeftResizeBorder
,
RightResizeBorder
, BottomLeftResizeCorner
, BottomRightResizeCorner
, TopLeftResizeCorner
,
TopRightResizeCorner
, ApplicationIcon
} |
| |
|
|
| HitBox (Widget const *widget=nullptr, float elevation=-std::numeric_limits< float >::max(), Type type=Type::Outside) noexcept |
| |
|
|
Widget const * | widget |
| |
|
float | elevation |
| |
|
Type | type |
| |
|
|
bool | operator== (HitBox const &lhs, HitBox const &rhs) noexcept |
| |
|
bool | operator!= (HitBox const &lhs, HitBox const &rhs) noexcept |
| |
|
bool | operator< (HitBox const &lhs, HitBox const &rhs) noexcept |
| |
|
bool | operator> (HitBox const &lhs, HitBox const &rhs) noexcept |
| |
|
bool | operator<= (HitBox const &lhs, HitBox const &rhs) noexcept |
| |
|
bool | operator>= (HitBox const &lhs, HitBox const &rhs) noexcept |
| |
The documentation for this struct was generated from the following file: