The QPlatformDrag class provides an abstraction for drag.  
      
        
          | QPlatformDrag::QPlatformDrag  | 
          ( | 
           | ) | 
           | 
        
      
 
Additional documentation pending. 
 
 
  
  
      
        
          | QPlatformDrag::~QPlatformDrag  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Additional documentation pending. 
 
 
      
        
          | QDrag * QPlatformDrag::currentDrag  | 
          ( | 
           | ) | 
           const | 
        
      
 
Additional documentation pending. 
 
 
Additional documentation pending. 
 
 
  
  
      
        
          | QPixmap QPlatformDrag::defaultPixmap  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Additional documentation pending. 
 
 
Additional documentation pending. 
 
 
  
  
      
        
          | bool QPlatformDrag::ownsDragObject  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
Returns bool indicating whether QPlatformDrag takes ownership and therefore responsibility of deleting the QDrag object passed in from QPlatformDrag::drag. This can be useful on platforms where QDrag object has to be kept around. 
 
 
  
  
      
        
          | QMimeData * QPlatformDrag::platformDropData  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Additional documentation pending. 
 
 
Called to notify QDrag about changes of the current action.