![]() |
Deskflow 1.26.0.418
Keyboard and mouse sharing utility
|
#include <Config.h>
Public Member Functions | |
| CellEdge (Direction side, float position) | |
| CellEdge (Direction side, const Interval &) | |
| CellEdge (const std::string &name, Direction side, const Interval &) | |
| ~CellEdge ()=default | |
| Interval | getInterval () const |
| void | setName (const std::string_view &newName) |
| std::string | getName () const |
| Direction | getSide () const |
| bool | overlaps (const CellEdge &) const |
| bool | isInside (float x) const |
| float | transform (float x) const |
| float | inverseTransform (float x) const |
| bool | operator< (const CellEdge &) const |
| bool | operator== (const CellEdge &) const |
| deskflow::server::Config::CellEdge::CellEdge | ( | Direction | side, |
| float | position ) |
| deskflow::server::Config::CellEdge::CellEdge | ( | const std::string & | name, |
| Direction | side, | ||
| const Interval & | interval ) |
|
default |
| Config::Interval deskflow::server::Config::CellEdge::getInterval | ( | ) | const |
| std::string deskflow::server::Config::CellEdge::getName | ( | ) | const |
| Direction deskflow::server::Config::CellEdge::getSide | ( | ) | const |
| float deskflow::server::Config::CellEdge::inverseTransform | ( | float | x | ) | const |
| bool deskflow::server::Config::CellEdge::isInside | ( | float | x | ) | const |
| bool deskflow::server::Config::CellEdge::operator< | ( | const CellEdge & | o | ) | const |
| bool deskflow::server::Config::CellEdge::operator== | ( | const CellEdge & | x | ) | const |
| bool deskflow::server::Config::CellEdge::overlaps | ( | const CellEdge & | edge | ) | const |
| void deskflow::server::Config::CellEdge::setName | ( | const std::string_view & | newName | ) |
| float deskflow::server::Config::CellEdge::transform | ( | float | x | ) | const |