Line | Source Code | Coverage |
---|
1 | | - |
2 | | - |
3 | QPlatformScreenBuffer::QPlatformScreenBuffer() | - |
4 | : m_destroyed(false) | - |
5 | , m_ready(true) | - |
6 | { | - |
7 | | - |
8 | } | 0 |
9 | | - |
10 | QPlatformScreenBuffer::~QPlatformScreenBuffer() | - |
11 | { | - |
12 | | - |
13 | } | - |
14 | | - |
15 | bool QPlatformScreenBuffer::isDestroyed() const | - |
16 | { | - |
17 | return m_destroyed; never executed: return m_destroyed; | 0 |
18 | } | - |
19 | | - |
20 | bool QPlatformScreenBuffer::isReady() const | - |
21 | { | - |
22 | return m_ready; never executed: return m_ready; | 0 |
23 | } | - |
24 | | - |
25 | void QPlatformScreenBuffer::aboutToBeDisplayed() | - |
26 | { | - |
27 | } | - |
28 | | - |
29 | void QPlatformScreenBuffer::displayed() | - |
30 | { | - |
31 | } | - |
32 | QPlatformScreenPageFlipper::QPlatformScreenPageFlipper(QObject *parent) | - |
33 | :QObject(parent) | - |
34 | { | - |
35 | | - |
36 | } | 0 |
37 | | - |
38 | | - |
| | |