![]() |
University of Murcia, Spain ![]() |
QVPropertyContainerInformer Class ReferenceClass for inform about the QVPropertyContainer changes.
More...
|
Signals | |
void | changed (QVPropertyContainerChange change) |
Signal emited when the property container id changed. | |
Public Member Functions | |
void | emitChange (QVPropertyContainerChange change) |
Emit the signal changed whith the current change. |
The QVPropertyContainerInformer emits the signals changed(QVPropertyContainerChange) instead of the QVPropertyContainer, because QVPropertyContainer can't inherit of QObjet.
Definition at line 50 of file qvpropertycontainer.h.
void QVPropertyContainerInformer::emitChange | ( | QVPropertyContainerChange | change | ) | [inline] |
Emit the signal changed whith the current change.
change | Type of change done. |
Definition at line 57 of file qvpropertycontainer.h.
Referenced by QVPropertyContainer::addPropertyFromQVariant(), QVPropertyContainer::linkProperty(), QVPropertyContainer::operator=(), QVPropertyContainer::readInputProperties(), QVPropertyContainer::removeProperty(), QVPropertyContainer::setName(), QVPropertyContainer::setPropertyValue(), QVPropertyContainer::unlink(), QVPropertyContainer::unlinkProperty(), and QVPropertyContainer::~QVPropertyContainer().
void QVPropertyContainerInformer::changed | ( | QVPropertyContainerChange | change | ) | [signal] |
Signal emited when the property container id changed.
change | Type of change done. |
Referenced by emitChange().