<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#006600" bgcolor="#FFFFFF">
    <p>Hi list,</p>
    <p>I'm working on my plugin (IOGeopaparazzi) in order to make it
      available also for QGIS 3.</p>
    <p>I have troubles converting this function
      "iface.legendInterface().isLayerVisible(layer)" that checks the
      layer visibility in a loop of all loaded layers in the map.</p>
    <p>What I want to do is to make a list of only visible layers loaded
      in the map.</p>
    <p>legendInterface was completely deleted from the QGSI 3 API. How
      can I reproduce the same function in QGIS 3? Any suggestions?<br>
    </p>
    <p>Thanks,</p>
    <p>enrico<br>
    </p>
  </body>
</html>