Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

◆ isAccepted()

bool QPlatformDropQtResponse::isAccepted ( ) const

Definition at line 23 of file qplatformdrag.cpp.


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