SignalSpy Class
| Inherits: | QQuickItem. |
Properties
- count : const int
- signalName : const QString
- target : QObject *
- 16 properties inherited from QQuickItem
- 1 property inherited from QObject
Public Functions
| SignalSpy(QQuickItem * parent) | |
| ~SignalSpy() | |
| int | count() const |
| void | setSignalName(const QString & signalName) |
| void | setTarget(QObject * target) |
| QString | signalName() const |
- 90 public functions inherited from QQuickItem
- 31 public functions inherited from QObject
- 2 public functions inherited from QQmlParserStatus
Signals
| void | countChanged() |
| void | signalNameChanged() |
| void | targetChanged() |
- 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
count : const int
Access functions:
| int | count() const |
signalName : const QString
Access functions:
| QString | signalName() const |
Notifier signal:
| void | signalNameChanged() |
target : QObject *
Access functions:
| void | setTarget(QObject * target) |
Notifier signal:
| void | targetChanged() |
Member Function Documentation
SignalSpy::SignalSpy(QQuickItem * parent)
SignalSpy::~SignalSpy()
void SignalSpy::countChanged() [signal]
void SignalSpy::setSignalName(const QString & signalName)
See also signalName().