243 views
in Embedded Wizard Studio by

Hi,

is there any way to know which slot is attached to the object?

If I use:

notifyobservers this;

How can I know which slot will be triggered?

Thanks!

John

1 Answer

+1 vote
by

Hello John,

no, it is not possible to query the slots registered to an object as observer. Observers provide just a broadcasting infrastructure. If you want several objects to communicate with each other and also access each other, you could use variables in the objects and intitialize the variables with the counterpart object. See also the section Communication between components.

Best regards

Paul Banach

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...