#include <dgesturerecord.h>
Public Member Functions | |
| DGestureRecord (int id=-1, const QString &label=QString()) | |
| DGestureRecord (const StrokeList &strokes, int id=-1, const QString &label=QString()) | |
Public Attributes | |
| int | id |
| QString | label |
| QDate | date |
| QString | notes |
| StrokeList | strokes |
| QSet< int > | classes |
| QSet< int > | collections |
Note: This is a class, not a struct, so that it can be used as a template parameter.
| DGestureRecord::DGestureRecord | ( | int | id = -1, |
|
| const QString & | label = QString() | |||
| ) | [inline] |
| DGestureRecord::DGestureRecord | ( | const StrokeList & | strokes, | |
| int | id = -1, |
|||
| const QString & | label = QString() | |||
| ) | [inline] |
| QString DGestureRecord::label |
| QDate DGestureRecord::date |
| QString DGestureRecord::notes |
| QSet<int> DGestureRecord::classes |
An ordered list of strokes.
| QSet<int> DGestureRecord::collections |
QSet, not QList, as it's naturally unordered and shouldn't contain duplicates.
1.5.2