If you don't have access to them, as Michiel said, you can do the following:

obj E -> obj C -> obj A -> main window -> log class

"->" means that the the left object has a signal connected to a slot in the right object.

Regards