![]() |
LeechCraft Monocle 0.6.70-18450-gabe19ee3b0
Modular document viewer for LeechCraft
|
#include "coordsbase.h"
Public Member Functions | |
| PageRelativePosBase | ToPageRelative (QSizeF) const |
| Pos ()=default | |
| Pos (Type p) | |
| Pos (qreal x, qreal y) | |
| Public Member Functions inherited from LC::Monocle::Pos< Relativity::PageAbsolute > | |
| Pos ()=default | |
| 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 | |
| Public Types inherited from LC::Monocle::Pos< Relativity::PageAbsolute > | |
| using | Type |
| Public Attributes inherited from LC::Monocle::Pos< Relativity::PageAbsolute > | |
| Type | P_ |
| Static Public Attributes inherited from LC::Monocle::Pos< Relativity::PageAbsolute > | |
| static constexpr auto | Relativity |
Definition at line 188 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 200 of file coordsbase.h.
References LC::Monocle::Pos< Relativity::PageAbsolute >::P_.
Referenced by LC::Monocle::PageAbsoluteRectBase::ToPageRelative().