GestureCtrls
Contents |
Delphi Information
AnonMethod
| TGestureProviderChangeEvent |
Class
| TCustomGestureListView |
TCustomGestureListView is the base type for all gesture list view components. |
| TCustomGesturePreview |
TCustomGesturePreview is the base type for all gesture preview controls. |
| TCustomGestureRecorder |
TCustomGestureRecorder is the base type for all gesture recorder controls. |
| TGestureListView |
TGestureListView is a list view control designed to display gestures. |
| TGesturePreview |
TGesturePreview is used to preview a gesture. |
| TGestureRecorder |
TGestureRecorder allows recording of gestures. |
Function
| DrawGesture |
Draws a gesture on a given canvas. |
| ScaleGesturePoints |
Scales the set of input points by a given factor. |
Interface
| IGestureProvider |
Struct
| TPair |
C++ Information
Class
| IGestureProvider | |
| TCustomGestureListView |
TCustomGestureListView is the base type for all gesture list view components. |
| TCustomGesturePreview |
TCustomGesturePreview is the base type for all gesture preview controls. |
| TCustomGestureRecorder |
TCustomGestureRecorder is the base type for all gesture recorder controls. |
| TGestureItemData | |
| TGestureListView |
TGestureListView is a list view control designed to display gestures. |
| TGesturePreview |
TGesturePreview is used to preview a gesture. |
| TGestureProviderChangeEvent | |
| TGestureRecorder |
TGestureRecorder allows recording of gestures. |
Function
| DrawGesture |
Draws a gesture on a given canvas. |
| ScaleGesturePoints |
Scales the set of input points by a given factor. |
Typedef
| TCreateSubItemsEvent |
TCreateSubItemsEvent is the function type for an OnCreateSubItems event. |
| TGestureRecordedEvent |
TGestureRecordedEvent is the function type for an OnGestureRecorded event. |
| TGetGestureGroupEvent |
TGetGestureGroupEvent is the function type for an OnGetGestureGroup event. |
| _di_IGestureProvider | |
| _di_TGestureProviderChangeEvent |