![]() |
LeechCraft Monocle 0.6.70-18450-gabe19ee3b0
Modular document viewer for LeechCraft
|
#include "coordsbase.h"
Public Types | |
| using | Type = QPointF |
Public Member Functions | |
| Pos ()=default | |
| Pos (Type p) | |
| Pos (qreal x, qreal y) | |
| auto | operator<=> (const Pos &) const =default |
| template<typename Self> | |
| auto | ClearedX (this const Self &self) |
| template<typename Self> | |
| auto | ClearedY (this const Self &self) |
| template<typename Self> | |
| Self | Shifted (this const Self &self, qreal dx, qreal dy) |
| Type | ToPointF () const |
| template<typename Self> | |
| Self | operator+ (this Self p1, Self p2) |
| template<typename Self> | |
| Self | operator- (this Self p1, Self p2) |
| template<typename Self> | |
| Self | operator* (this Self p, qreal factor) |
| template<typename Self> | |
| Self | operator/ (this Self p, qreal factor) |
| bool | BothGeqThan (Pos p) const |
| bool | BothLeqThan (Pos p) const |
Public Attributes | |
| Type | P_ {} |
Static Public Attributes | |
| static constexpr auto | Relativity = R |
Definition at line 25 of file coordsbase.h.
| using LC::Monocle::Pos< R >::Type = QPointF |
Definition at line 29 of file coordsbase.h.
|
default |
Referenced by BothGeqThan(), BothLeqThan(), and operator<=>().
|
inlineexplicit |
Definition at line 35 of file coordsbase.h.
References P_.
|
inlineexplicit |
Definition at line 40 of file coordsbase.h.
References P_.
|
inline |
|
inline |
|
inlinenodiscard |
Definition at line 49 of file coordsbase.h.
|
inlinenodiscard |
Definition at line 56 of file coordsbase.h.
|
inline |
Definition at line 86 of file coordsbase.h.
|
inline |
Definition at line 74 of file coordsbase.h.
|
inline |
Definition at line 80 of file coordsbase.h.
|
inline |
Definition at line 92 of file coordsbase.h.
|
default |
|
inlinenodiscard |
Definition at line 63 of file coordsbase.h.
|
inline |
Definition at line 68 of file coordsbase.h.
References P_.
| Type LC::Monocle::Pos< R >::P_ {} |
Definition at line 31 of file coordsbase.h.
Referenced by Pos(), Pos(), BothGeqThan(), BothLeqThan(), and ToPointF().
|
staticconstexpr |
Definition at line 27 of file coordsbase.h.