Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qfinalstate.cpp |
Switch to Source code | Preprocessed file |
Line | Source | Count |
---|---|---|
1 | - | |
2 | - | |
3 | - | |
4 | - | |
5 | QFinalStatePrivate::QFinalStatePrivate() | - |
6 | : QAbstractStatePrivate(FinalState) | - |
7 | { | - |
8 | } executed 62 times by 1 test: end of block Executed by:
| 62 |
9 | - | |
10 | QFinalStatePrivate::~QFinalStatePrivate() | - |
11 | { | - |
12 | - | |
13 | } | - |
14 | - | |
15 | - | |
16 | - | |
17 | - | |
18 | QFinalState::QFinalState(QState *parent) | - |
19 | : QAbstractState(*new QFinalStatePrivate, parent) | - |
20 | { | - |
21 | } executed 62 times by 1 test: end of block Executed by:
| 62 |
22 | - | |
23 | - | |
24 | - | |
25 | - | |
26 | QFinalState::QFinalState(QFinalStatePrivate &dd, QState *parent) | - |
27 | : QAbstractState(dd, parent) | - |
28 | { | - |
29 | } never executed: end of block | 0 |
30 | - | |
31 | - | |
32 | - | |
33 | - | |
34 | - | |
35 | QFinalState::~QFinalState() | - |
36 | { | - |
37 | } | - |
38 | - | |
39 | - | |
40 | - | |
41 | - | |
42 | void QFinalState::onEntry(QEvent *event) | - |
43 | { | - |
44 | (void)event;; | - |
45 | } executed 72 times by 1 test: end of block Executed by:
| 72 |
46 | - | |
47 | - | |
48 | - | |
49 | - | |
50 | void QFinalState::onExit(QEvent *event) | - |
51 | { | - |
52 | (void)event;; | - |
53 | } executed 7 times by 1 test: end of block Executed by:
| 7 |
54 | - | |
55 | - | |
56 | - | |
57 | - | |
58 | bool QFinalState::event(QEvent *e) | - |
59 | { | - |
60 | return executed 1 time by 1 test: QAbstractState::event(e);return QAbstractState::event(e); Executed by:
executed 1 time by 1 test: return QAbstractState::event(e); Executed by:
| 1 |
61 | } | - |
62 | - | |
63 | - | |
Switch to Source code | Preprocessed file |