![]() |
LeechCraft Monocle 0.6.70-17609-g3dde4097dd
Modular document viewer for LeechCraft
|
#include "coordsbase.h"
Public Member Functions | |
PageAbsolutePosBase | ToPageAbsolute (QSizeF) const |
Pos ()=default | |
Pos (Type p) | |
Pos (qreal x, qreal y) | |
![]() | |
Pos ()=default | |
Pos (Type p) | |
Pos (qreal x, qreal y) | |
auto | operator<=> (const Pos &) const=default |
auto | ClearedX (this const Self &self) |
auto | ClearedY (this const Self &self) |
Self | Shifted (this const Self &self, qreal dx, qreal dy) |
Type | ToPointF () const |
Self | operator+ (this Self p1, Self p2) |
Self | operator- (this Self p1, Self p2) |
Self | operator* (this Self p, qreal factor) |
Self | operator/ (this Self p, qreal factor) |
bool | BothGeqThan (Pos p) const |
bool | BothLeqThan (Pos p) const |
Additional Inherited Members | |
![]() | |
using | Type |
![]() | |
Type | P_ |
![]() | |
static constexpr auto | Relativity |
Definition at line 181 of file coordsbase.h.
|
default |
|
inlineexplicit |
Definition at line 40 of file coordsbase.h.
|
inlineexplicit |
Definition at line 35 of file coordsbase.h.
|
inline |
Definition at line 195 of file coordsbase.h.
References LC::Monocle::Pos< Relativity::PageRelative >::P_.
Referenced by LC::Monocle::PageRelativeRectBase::ToPageAbsolute().