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
qwaylanddestroylistener.h
Go to the documentation of this file.
1// Copyright (C) 2017 Jolla Ltd, author: <giulio.camuffo@jollamobile.com>
2// Copyright (C) 2017 The Qt Company Ltd.
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
4
5#ifndef QWAYLANDDESTROYLISTENER_H
6#define QWAYLANDDESTROYLISTENER_H
7
8#include <QtCore/QObject>
9#include <QtWaylandCompositor/qtwaylandcompositorglobal.h>
10
11struct wl_resource;
12
14
16
17class Q_WAYLANDCOMPOSITOR_EXPORT QWaylandDestroyListener : public QObject
18{
20 Q_DECLARE_PRIVATE(QWaylandDestroyListener)
21public:
22 QWaylandDestroyListener(QObject *parent = nullptr);
23 void listenForDestruction(struct wl_resource *resource);
24 void reset();
25
27 void fired(void *data);
28
29};
30
32
33#endif /*QWAYLANDDESTROYLISTENER_H*/
\inmodule QtCore
Definition qobject.h:103
void fired(void *data)
Combined button and popup list for selecting options.
GLint GLsizei GLsizei GLenum GLenum GLsizei void * data
GLboolean reset
#define Q_OBJECT
#define Q_SIGNALS