OpenCoverage

deviceeventcontroller_adaptor.cpp

Absolute File Name:/home/qt/qt5_coco/qt5/qtbase/src/platformsupport/deviceeventcontroller_adaptor.cpp
Source codeSwitch to Preprocessed file
LineSourceCount
1/*-
2 * This file was generated by qdbusxml2cpp version 0.8-
3 * Command line was: -
4 *-
5 * qdbusxml2cpp is Copyright (C) 2016 The Qt Company Ltd.-
6 *-
7 * This is an auto-generated file.-
8 * Do not edit! All changes made to it will be lost.-
9 */-
10-
11#include "deviceeventcontroller_adaptor.h"-
12#include <QtCore/QMetaObject>-
13#include <QtCore/QByteArray>-
14#include <QtCore/QList>-
15#include <QtCore/QMap>-
16#include <QtCore/QString>-
17#include <QtCore/QStringList>-
18#include <QtCore/QVariant>-
19-
20/*-
21 * Implementation of adaptor class DeviceEventControllerAdaptor-
22 */-
23-
24DeviceEventControllerAdaptor::DeviceEventControllerAdaptor(QObject *parent)-
25 : QDBusAbstractAdaptor(parent)-
26{-
27 // constructor-
28 setAutoRelaySignals(true);-
29}
never executed: end of block
0
30-
31DeviceEventControllerAdaptor::~DeviceEventControllerAdaptor()-
32{-
33 // destructor-
34}-
35-
36void DeviceEventControllerAdaptor::NotifyListenersAsync(const QSpiDeviceEvent &event)-
37{-
38 // handle method call org.a11y.atspi.DeviceEventController.NotifyListenersAsync-
39 QMetaObject::invokeMethod(parent(), "NotifyListenersAsync", Q_ARG(QSpiDeviceEvent, event));-
40}
never executed: end of block
0
41-
42bool DeviceEventControllerAdaptor::NotifyListenersSync(const QSpiDeviceEvent &event)-
43{-
44 // handle method call org.a11y.atspi.DeviceEventController.NotifyListenersSync-
45 bool out0;-
46 QMetaObject::invokeMethod(parent(), "NotifyListenersSync", Q_RETURN_ARG(bool, out0), Q_ARG(QSpiDeviceEvent, event));-
47 return out0;
never executed: return out0;
0
48}-
49-
Source codeSwitch to Preprocessed file

Generated by Squish Coco Non-Commercial 4.3.0-BETA-master-30-08-2018-4cb69e9