qplatformnativeinterface.cpp

Absolute File Name:/home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformnativeinterface.cpp
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3void *QPlatformNativeInterface::nativeResourceForIntegration(const QByteArray &resource)-
4{-
5 (void)resource;;-
6 return
never executed: return 0;
0;
never executed: return 0;
0
7}-
8-
9void *QPlatformNativeInterface::nativeResourceForScreen(const QByteArray &resource, QScreen *screen)-
10{-
11 (void)resource;;-
12 (void)screen;;-
13 return
never executed: return 0;
0;
never executed: return 0;
0
14}-
15-
16void *QPlatformNativeInterface::nativeResourceForWindow(const QByteArray &resource, QWindow *window)-
17{-
18 (void)resource;;-
19 (void)window;;-
20 return
never executed: return 0;
0;
never executed: return 0;
0
21}-
22-
23void *QPlatformNativeInterface::nativeResourceForContext(const QByteArray &resource, QOpenGLContext *context)-
24{-
25 (void)resource;;-
26 (void)context;;-
27 return
never executed: return 0;
0;
never executed: return 0;
0
28}-
29-
30void * QPlatformNativeInterface::nativeResourceForBackingStore(const QByteArray &resource, QBackingStore *backingStore)-
31{-
32 (void)resource;;-
33 (void)backingStore;;-
34 return
never executed: return 0;
0;
never executed: return 0;
0
35}-
36-
37QPlatformNativeInterface::NativeResourceForIntegrationFunction QPlatformNativeInterface::nativeResourceFunctionForIntegration(const QByteArray &resource)-
38{-
39 (void)resource;;-
40 return
never executed: return 0;
0;
never executed: return 0;
0
41}-
42-
43QPlatformNativeInterface::NativeResourceForContextFunction QPlatformNativeInterface::nativeResourceFunctionForContext(const QByteArray &resource)-
44{-
45 (void)resource;;-
46 return
never executed: return 0;
0;
never executed: return 0;
0
47}-
48-
49QPlatformNativeInterface::NativeResourceForScreenFunction QPlatformNativeInterface::nativeResourceFunctionForScreen(const QByteArray &resource)-
50{-
51 (void)resource;;-
52 return
never executed: return 0;
0;
never executed: return 0;
0
53}-
54-
55QPlatformNativeInterface::NativeResourceForWindowFunction QPlatformNativeInterface::nativeResourceFunctionForWindow(const QByteArray &resource)-
56{-
57 (void)resource;;-
58 return
never executed: return 0;
0;
never executed: return 0;
0
59}-
60-
61QPlatformNativeInterface::NativeResourceForBackingStoreFunction QPlatformNativeInterface::nativeResourceFunctionForBackingStore(const QByteArray &resource)-
62{-
63 (void)resource;;-
64 return
never executed: return 0;
0;
never executed: return 0;
0
65}-
66-
67QFunctionPointer QPlatformNativeInterface::platformFunction(const QByteArray &function) const-
68{-
69 (void)function;;-
70 return
never executed: return nullptr;
nullptr;
never executed: return nullptr;
0
71}-
72-
73-
74-
75-
76QVariantMap QPlatformNativeInterface::windowProperties(QPlatformWindow *window) const-
77{-
78 (void)window;-
79 return
never executed: return QVariantMap();
QVariantMap();
never executed: return QVariantMap();
0
80}-
81-
82-
83-
84-
85-
86-
87QVariant QPlatformNativeInterface::windowProperty(QPlatformWindow *window, const QString &name) const-
88{-
89 (void)window;;-
90 (void)name;;-
91 return
never executed: return QVariant();
QVariant();
never executed: return QVariant();
0
92}-
93-
94-
95-
96-
97QVariant QPlatformNativeInterface::windowProperty(QPlatformWindow *window, const QString &name, const QVariant &defaultValue) const-
98{-
99 (void)window;;-
100 (void)name;;-
101 (void)defaultValue;;-
102 return
never executed: return QVariant();
QVariant();
never executed: return QVariant();
0
103}-
104-
105-
106-
107-
108void QPlatformNativeInterface::setWindowProperty(QPlatformWindow *window, const QString &name, const QVariant &value)-
109{-
110 (void)window;;-
111 (void)name;;-
112 (void)value;;-
113}
never executed: end of block
0
114-
115-
Switch to Source codePreprocessed file

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