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