Rose
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
rose::SemanticGesture Struct Reference

The type of semantic gesture supported by a Widget. More...

#include <Visual.h>

Collaboration diagram for rose::SemanticGesture:
Collaboration graph
[legend]

Public Member Functions

bool supports (SemanticGesture semanticGesture) const
 
SemanticGesture operator| (const SemanticGesture &other) const
 

Public Attributes

uint32_t value
 

Static Public Attributes

static SemanticGesture None {0x0}
 
static SemanticGesture Click {0x1}
 
static SemanticGesture Drag {0x2}
 
static SemanticGesture Scroll {0x4}
 
static SemanticGesture Key {0x8}
 
static SemanticGesture Multi {0x10}
 

Detailed Description

The type of semantic gesture supported by a Widget.


The documentation for this struct was generated from the following files: