#include <anatomist/controler/control.h>
|  | 
|  | MouseLongEvent (const Control::MouseButtonMapKey &startingEvent, const Control::MouseActionLink &startingAction, const Control::MouseButtonMapKey &longEvent, const Control::MouseActionLink &longAction, const Control::MouseButtonMapKey &endingEvent, const Control::MouseActionLink &endingAction, bool exclusiveAction) | 
|  | 
|  | MouseLongEvent (const MouseLongEvent &event) | 
|  | 
|  | ~MouseLongEvent () | 
|  | 
| const Control::MouseButtonMapKey & | startingEvent () const | 
|  | 
| const Control::MouseActionLink * | startingAction () const | 
|  | 
| const Control::MouseButtonMapKey & | longEvent () const | 
|  | 
| const Control::MouseActionLink * | longAction () const | 
|  | 
| const Control::MouseButtonMapKey & | endingEvent () const | 
|  | 
| const Control::MouseActionLink * | endingAction () const | 
|  | 
| bool | exclusiveAction () const | 
|  | 
| void | executeStart (int x, int y, int globalX, int globalY) | 
|  | 
| void | executeLong (int x, int y, int globalX, int globalY) | 
|  | 
| void | executeEnd (int x, int y, int globalX, int globalY) | 
|  | 
| void | setMouseTracking (bool) | 
|  | 
Definition at line 935 of file control.h.
 
◆ MouseLongEvent() [1/2]
◆ MouseLongEvent() [2/2]
      
        
          | anatomist::MouseLongEvent::MouseLongEvent | ( | const MouseLongEvent & | event | ) |  | 
      
 
 
◆ ~MouseLongEvent()
      
        
          | anatomist::MouseLongEvent::~MouseLongEvent | ( |  | ) |  | 
      
 
 
◆ endingAction()
◆ endingEvent()
◆ exclusiveAction()
  
  | 
        
          | bool anatomist::MouseLongEvent::exclusiveAction | ( |  | ) | const |  | inline | 
 
 
◆ executeEnd()
      
        
          | void anatomist::MouseLongEvent::executeEnd | ( | int | x, | 
        
          |  |  | int | y, | 
        
          |  |  | int | globalX, | 
        
          |  |  | int | globalY | 
        
          |  | ) |  |  | 
      
 
 
◆ executeLong()
      
        
          | void anatomist::MouseLongEvent::executeLong | ( | int | x, | 
        
          |  |  | int | y, | 
        
          |  |  | int | globalX, | 
        
          |  |  | int | globalY | 
        
          |  | ) |  |  | 
      
 
 
◆ executeStart()
      
        
          | void anatomist::MouseLongEvent::executeStart | ( | int | x, | 
        
          |  |  | int | y, | 
        
          |  |  | int | globalX, | 
        
          |  |  | int | globalY | 
        
          |  | ) |  |  | 
      
 
 
◆ longAction()
◆ longEvent()
◆ setMouseTracking()
      
        
          | void anatomist::MouseLongEvent::setMouseTracking | ( | bool |  | ) |  | 
      
 
 
◆ startingAction()
◆ startingEvent()
The documentation for this class was generated from the following file: