LunaSysMgr
|
#include <TouchPlot.h>
Public Types | |
enum | TouchPlotOption_t { TouchPlotOption_Collection, TouchPlotOption_Trails, TouchPlotOption_Crosshairs } |
Public Member Functions | |
TouchPlot () | |
virtual | ~TouchPlot () |
void | setSize (uint32_t width, uint32_t height) |
void | updateTouches (QTouchEvent *touchEvents) |
void | enableTouchPlotOption (TouchPlotOption_t TouchPlotOption, bool enable) |
bool | hasOptionsEnabled () |
TouchPlot::TouchPlot | ( | ) |
|
virtual |
void TouchPlot::enableTouchPlotOption | ( | TouchPlotOption_t | TouchPlotOption, |
bool | enable | ||
) |
bool TouchPlot::hasOptionsEnabled | ( | ) |
void TouchPlot::setSize | ( | uint32_t | width, |
uint32_t | height | ||
) |
void TouchPlot::updateTouches | ( | QTouchEvent * | touchEvents | ) |