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