LibreOffice Module vcl (master) 1
Classes | Enumerations
GestureEventPan.hxx File Reference
#include <vcl/dllapi.h>
Include dependency graph for GestureEventPan.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GestureEventPan
 

Enumerations

enum class  GestureEventPanType {
  Begin ,
  Update ,
  End
}
 
enum class  PanningOrientation {
  Horizontal ,
  Vertical
}
 

Enumeration Type Documentation

◆ GestureEventPanType

enum class GestureEventPanType
strong
Enumerator
Begin 
Update 
End 

Definition at line 15 of file GestureEventPan.hxx.

◆ PanningOrientation

enum class PanningOrientation
strong
Enumerator
Horizontal 
Vertical 

Definition at line 22 of file GestureEventPan.hxx.