TestCase Class
Inherits: | QQuickItem. |
Properties
|
- 16 properties inherited from QQuickItem
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
Signals
void | completedChanged() |
void | nameChanged() |
void | optionalChanged() |
void | runningChanged() |
void | whenChanged() |
void | windowShownChanged() |
- 1 signal inherited from QQuickItem
Additional Inherited Members
- 1 public slot inherited from QQuickItem
- 33 protected functions inherited from QQuickItem
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() |