diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.E5Network.E5NetworkIcon.html --- a/eric6/Documentation/Source/eric6.E5Network.E5NetworkIcon.html Wed Sep 25 19:40:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.E5Network.E5NetworkIcon.html Wed Sep 25 19:42:44 2019 +0200 @@ -18,33 +18,43 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>eric6.E5Network.E5NetworkIcon</h1> + <p> Module implementing a statusbar icon tracking the network status. </p> <h3>Global Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> + <table> + <tr> <td><a href="#E5NetworkIcon">E5NetworkIcon</a></td> <td>Class implementing a statusbar icon tracking the network status.</td> </tr> </table> <h3>Functions</h3> + <table> <tr><td>None</td></tr> </table> -<hr /><hr /> +<hr /> +<hr /> <a NAME="E5NetworkIcon" ID="E5NetworkIcon"></a> <h2>E5NetworkIcon</h2> + <p> Class implementing a statusbar icon tracking the network status. -</p><h3>Signals</h3> +</p> +<h3>Signals</h3> <dl> + <dt>onlineStateChanged(online)</dt> <dd> emitted to indicate a change of the @@ -54,61 +64,80 @@ <h3>Derived from</h3> QLabel <h3>Class Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> + <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> + <table> + <tr> <td><a href="#E5NetworkIcon.__init__">E5NetworkIcon</a></td> <td>Constructor</td> -</tr><tr> +</tr> +<tr> <td><a href="#E5NetworkIcon.__onlineStateChanged">__onlineStateChanged</a></td> <td>Private slot handling online state changes.</td> -</tr><tr> +</tr> +<tr> <td><a href="#E5NetworkIcon.isOnline">isOnline</a></td> <td>Public method to get the online state.</td> </tr> </table> <h3>Static Methods</h3> + <table> <tr><td>None</td></tr> </table> + <a NAME="E5NetworkIcon.__init__" ID="E5NetworkIcon.__init__"></a> <h4>E5NetworkIcon (Constructor)</h4> <b>E5NetworkIcon</b>(<i>parent=None</i>) + <p> Constructor -</p><dl> +</p> +<dl> + <dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget </dd> -</dl><a NAME="E5NetworkIcon.__onlineStateChanged" ID="E5NetworkIcon.__onlineStateChanged"></a> +</dl> +<a NAME="E5NetworkIcon.__onlineStateChanged" ID="E5NetworkIcon.__onlineStateChanged"></a> <h4>E5NetworkIcon.__onlineStateChanged</h4> <b>__onlineStateChanged</b>(<i>online</i>) + <p> Private slot handling online state changes. -</p><dl> +</p> +<dl> + <dt><i>online</i> (bool)</dt> <dd> flag indicating the online status </dd> -</dl><a NAME="E5NetworkIcon.isOnline" ID="E5NetworkIcon.isOnline"></a> +</dl> +<a NAME="E5NetworkIcon.isOnline" ID="E5NetworkIcon.isOnline"></a> <h4>E5NetworkIcon.isOnline</h4> <b>isOnline</b>(<i></i>) + <p> Public method to get the online state. -</p><dl> +</p> +<dl> <dt>Returns:</dt> <dd> online state </dd> -</dl><dl> +</dl> +<dl> <dt>Return Type:</dt> <dd> bool