TestCase Class
| Inherits: | QQuickItem. |
Properties
|
- 16 properties inherited from QQuickItem
- 1 property inherited from QObject
Public Functions
| TestCase(QQuickItem * parent) | |
| ~TestCase() | |
| bool | completed() const |
| bool | optional() const |
| bool | running() const |
| void | setName(const QString & name) |
| void | setOptional(bool optional) |
| void | setWhen(bool when) |
| bool | when() const |
| bool | windowShown() const |
- 90 public functions inherited from QQuickItem
- 31 public functions inherited from QObject
- 2 public functions inherited from QQmlParserStatus
Signals
| void | completedChanged() |
| void | nameChanged() |
| void | optionalChanged() |
| void | runningChanged() |
| void | whenChanged() |
| void | windowShownChanged() |
- 1 signal inherited from QQuickItem
- 2 signals inherited from QObject
Additional Inherited Members
- 1 public slot inherited from QQuickItem
- 1 public slot inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 33 protected functions inherited from QQuickItem
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Property Documentation
completed : const bool
Access functions:
| bool | completed() const |
Notifier signal:
| void | completedChanged() |
name : QString
Access functions:
| void | setName(const QString & name) |
Notifier signal:
| void | nameChanged() |
optional : bool
Access functions:
| bool | optional() const |
| void | setOptional(bool optional) |
Notifier signal:
| void | optionalChanged() |
running : const bool
Access functions:
| bool | running() const |
Notifier signal:
| void | runningChanged() |
when : bool
Access functions:
| bool | when() const |
| void | setWhen(bool when) |
Notifier signal:
| void | whenChanged() |
windowShown : const bool
Access functions:
| bool | windowShown() const |
Notifier signal:
| void | windowShownChanged() |