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