| KWin
    | 
#include <screenedge.h>
| Public Types | |
| using | CallbackFunction = std::function<void(ElectricBorder border, const QPointF &, Output *output)> | 
| Public Member Functions | |
| TouchCallback (QAction *touchUpAction, TouchCallback::CallbackFunction progressCallback) | |
| ~TouchCallback () | |
| QAction * | touchUpAction () const | 
| void | progressCallback (ElectricBorder border, const QPointF &deltaProgress, Output *output) const | 
| bool | hasProgressCallback () const | 
Definition at line 45 of file screenedge.h.
| using KWin::TouchCallback::CallbackFunction = std::function<void(ElectricBorder border, const QPointF &, Output *output)> | 
Definition at line 48 of file screenedge.h.
| 
 | explicit | 
Definition at line 65 of file screenedge.cpp.
| KWin::TouchCallback::~TouchCallback | ( | ) | 
Definition at line 71 of file screenedge.cpp.
| bool KWin::TouchCallback::hasProgressCallback | ( | ) | const | 
Definition at line 87 of file screenedge.cpp.
| void KWin::TouchCallback::progressCallback | ( | ElectricBorder | border, | 
| const QPointF & | deltaProgress, | ||
| Output * | output ) const | 
Definition at line 80 of file screenedge.cpp.
| QAction * KWin::TouchCallback::touchUpAction | ( | ) | const | 
Definition at line 75 of file screenedge.cpp.