Exemple #1
0
void QUmlConnectorObject::setNamespace(QObject *namespace_)
{
    qmodelingelementproperty_cast<QUmlConnector *>(this)->setNamespace(qmodelingelementproperty_cast<QUmlNamespace *>(namespace_));
    emit namespaceChanged(this->namespace_());
}
Exemple #2
0
void QUmlTimeObservationObject::setNamespace(QObject *namespace_)
{
    qmodelingelementproperty_cast<QUmlTimeObservation *>(this)->setNamespace(qmodelingelementproperty_cast<QUmlNamespace *>(namespace_));
    emit namespaceChanged(this->namespace_());
}
void QMofOpaqueExpressionObject::setNamespace(QObject *namespace_)
{
    qmodelingelementproperty_cast<QMofOpaqueExpression *>(this)->setNamespace(qmodelingelementproperty_cast<QMofNamespace *>(namespace_));
    emit namespaceChanged(this->namespace_());
}
void QMofLiteralStringObject::setNamespace(QObject *namespace_)
{
    qmodelingelementproperty_cast<QMofLiteralString *>(this)->setNamespace(qmodelingelementproperty_cast<QMofNamespace *>(namespace_));
    emit namespaceChanged(this->namespace_());
}
Exemple #5
0
void QUmlStateInvariantObject::setNamespace(QObject *namespace_)
{
    qmodelingelementproperty_cast<QUmlStateInvariant *>(this)->setNamespace(qmodelingelementproperty_cast<QUmlNamespace *>(namespace_));
    emit namespaceChanged(this->namespace_());
}