|
Open CASCADE Technology
7.4.0
|
Parameters for mouse scroll action. More...
#include <Aspect_ScrollDelta.hxx>
Public Member Functions | |
| bool | HasPoint () const |
| Return true if action has point defined. More... | |
| void | ResetPoint () |
| Reset at point. More... | |
| Aspect_ScrollDelta () | |
| Empty constructor. More... | |
| Aspect_ScrollDelta (const NCollection_Vec2< int > &thePnt, Standard_Real theValue, Aspect_VKeyFlags theFlags=Aspect_VKeyFlags_NONE) | |
| Constructor. More... | |
| Aspect_ScrollDelta (Standard_Real theValue, Aspect_VKeyFlags theFlags=Aspect_VKeyFlags_NONE) | |
| Constructor with undefined point. More... | |
Data Fields | |
| NCollection_Vec2< int > | Point |
| scale position More... | |
| Standard_Real | Delta |
| delta in pixels More... | |
| Aspect_VKeyFlags | Flags |
| key flags More... | |
Parameters for mouse scroll action.
|
inline |
Empty constructor.
|
inline |
Constructor.
|
inline |
Constructor with undefined point.
|
inline |
Return true if action has point defined.
|
inline |
Reset at point.
| Standard_Real Aspect_ScrollDelta::Delta |
delta in pixels
| Aspect_VKeyFlags Aspect_ScrollDelta::Flags |
key flags
| NCollection_Vec2<int> Aspect_ScrollDelta::Point |
scale position
1.8.13