Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QPlatformDropQtResponse Class Reference

#include <qplatformdrag.h>

+ Inheritance diagram for QPlatformDropQtResponse:
+ Collaboration diagram for QPlatformDropQtResponse:

Public Member Functions

 QPlatformDropQtResponse (bool accepted, Qt::DropAction acceptedAction)
 
bool isAccepted () const
 
Qt::DropAction acceptedAction () const
 

Detailed Description

Definition at line 30 of file qplatformdrag.h.

Constructor & Destructor Documentation

◆ QPlatformDropQtResponse()

QT_BEGIN_NAMESPACE QPlatformDropQtResponse::QPlatformDropQtResponse ( bool  accepted,
Qt::DropAction  acceptedAction 
)

Definition at line 17 of file qplatformdrag.cpp.

Member Function Documentation

◆ acceptedAction()

Qt::DropAction QPlatformDropQtResponse::acceptedAction ( ) const

Definition at line 28 of file qplatformdrag.cpp.

Referenced by QSimpleDrag::drop(), QXcbDrag::handleDrop(), and QSimpleDrag::move().

+ Here is the caller graph for this function:

◆ isAccepted()

bool QPlatformDropQtResponse::isAccepted ( ) const

Definition at line 23 of file qplatformdrag.cpp.

Referenced by QSimpleDrag::drop(), QXcbDrag::handleDrop(), and QSimpleDrag::move().

+ Here is the caller graph for this function:

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