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
src_gui_graphicsview_qgraphicssceneevent.cpp
Go to the documentation of this file.
1
// Copyright (C) 2016 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
4
#
include
<
QGraphicsSceneDragDropEvent
>
5
6
class
GraphicsSceneEvent
:
public
QGraphicsSceneDragDropEvent
7
{
8
public
:
9
void
exampleFunction
() {
10
//! [0]
11
setDropAction(proposedAction());
12
//! [0]
13
}
14
};
GraphicsSceneEvent
Definition
src_gui_graphicsview_qgraphicssceneevent.cpp:7
GraphicsSceneEvent::exampleFunction
void exampleFunction()
Definition
src_gui_graphicsview_qgraphicssceneevent.cpp:9
qtbase
src
widgets
doc
snippets
code
src_gui_graphicsview_qgraphicssceneevent.cpp
Generated on
for Qt by
1.16.1