![]() |
LeechCraft Monocle
0.6.70-18450-gabe19ee3b0
Modular document viewer for LeechCraft
|
#include "coordsbase.h"
Inheritance diagram for LC::Monocle::Pos< R >: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 |
|
inlineexplicit |
Definition at line 35 of file coordsbase.h.
|
inlineexplicit |
Definition at line 40 of file coordsbase.h.
|
inline |
Definition at line 97 of file coordsbase.h.
|
inline |
Definition at line 102 of file coordsbase.h.
|
inline |
Definition at line 49 of file coordsbase.h.
|
inline |
Definition at line 56 of file coordsbase.h.
|
default |
|
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.
|
inline |
Definition at line 63 of file coordsbase.h.
|
inline |
Definition at line 68 of file coordsbase.h.
Referenced by LC::Monocle::Rect< Relativity::PageAbsolute >::Rect().
Here is the caller graph for this function:| Type LC::Monocle::Pos< R >::P_ {} |
Definition at line 31 of file coordsbase.h.
Referenced by LC::Monocle::Pos< Relativity::PageAbsolute >::BothGeqThan(), LC::Monocle::Pos< Relativity::PageAbsolute >::BothLeqThan(), and LC::Monocle::Pos< Relativity::PageAbsolute >::ToPointF().
|
static |
Definition at line 27 of file coordsbase.h.