Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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(), and QXcbDrag::handleDrop().

+ 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(), and QXcbDrag::handleDrop().

+ Here is the caller graph for this function:

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