Public Slots | |
void | handleGestureRecognition (const QString &gestureType, const QDeclarativePropertyMap &attributes) |
Public Member Functions | |
SGExampleWidget (QWidget *parent=0) | |
~SGExampleWidget () |
The main application window widget.
Definition at line 58 of file sgexamplewidget.h.
SGExampleWidget::SGExampleWidget | ( | QWidget * | parent = 0 |
) | [explicit] |
Constructor
Class constructor, initiates application settings and invokes the method to use the framework.
Definition at line 58 of file sgexamplewidget.cpp.
SGExampleWidget::~SGExampleWidget | ( | ) |
void SGExampleWidget::handleGestureRecognition | ( | const QString & | gestureType, | |
const QDeclarativePropertyMap & | attributes | |||
) | [slot] |
Slot that would be invoked when framework detects the gesture.
Definition at line 137 of file sgexamplewidget.cpp.