eric6/Documentation/Source/eric6.E5Network.E5NetworkIcon.html

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7273
391d6b7b1eff
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.E5Network.E5NetworkIcon</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.E5Network.E5NetworkIcon</h1>
23 <p>
24 Module implementing a statusbar icon tracking the network status.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#E5NetworkIcon">E5NetworkIcon</a></td>
34 <td>Class implementing a statusbar icon tracking the network status.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr /><hr />
42 <a NAME="E5NetworkIcon" ID="E5NetworkIcon"></a>
43 <h2>E5NetworkIcon</h2>
44 <p>
45 Class implementing a statusbar icon tracking the network status.
46 </p><h3>Signals</h3>
47 <dl>
48 <dt>onlineStateChanged(online)</dt>
49 <dd>
50 emitted to indicate a change of the
51 network state
52 </dd>
53 </dl>
54 <h3>Derived from</h3>
55 QLabel
56 <h3>Class Attributes</h3>
57 <table>
58 <tr><td>None</td></tr>
59 </table>
60 <h3>Class Methods</h3>
61 <table>
62 <tr><td>None</td></tr>
63 </table>
64 <h3>Methods</h3>
65 <table>
66 <tr>
67 <td><a href="#E5NetworkIcon.__init__">E5NetworkIcon</a></td>
68 <td>Constructor</td>
69 </tr><tr>
70 <td><a href="#E5NetworkIcon.__onlineStateChanged">__onlineStateChanged</a></td>
71 <td>Private slot handling online state changes.</td>
72 </tr><tr>
73 <td><a href="#E5NetworkIcon.isOnline">isOnline</a></td>
74 <td>Public method to get the online state.</td>
75 </tr>
76 </table>
77 <h3>Static Methods</h3>
78 <table>
79 <tr><td>None</td></tr>
80 </table>
81 <a NAME="E5NetworkIcon.__init__" ID="E5NetworkIcon.__init__"></a>
82 <h4>E5NetworkIcon (Constructor)</h4>
83 <b>E5NetworkIcon</b>(<i>parent=None</i>)
84 <p>
85 Constructor
86 </p><dl>
87 <dt><i>parent</i> (QWidget)</dt>
88 <dd>
89 reference to the parent widget
90 </dd>
91 </dl><a NAME="E5NetworkIcon.__onlineStateChanged" ID="E5NetworkIcon.__onlineStateChanged"></a>
92 <h4>E5NetworkIcon.__onlineStateChanged</h4>
93 <b>__onlineStateChanged</b>(<i>online</i>)
94 <p>
95 Private slot handling online state changes.
96 </p><dl>
97 <dt><i>online</i> (bool)</dt>
98 <dd>
99 flag indicating the online status
100 </dd>
101 </dl><a NAME="E5NetworkIcon.isOnline" ID="E5NetworkIcon.isOnline"></a>
102 <h4>E5NetworkIcon.isOnline</h4>
103 <b>isOnline</b>(<i></i>)
104 <p>
105 Public method to get the online state.
106 </p><dl>
107 <dt>Returns:</dt>
108 <dd>
109 online state
110 </dd>
111 </dl><dl>
112 <dt>Return Type:</dt>
113 <dd>
114 bool
115 </dd>
116 </dl>
117 <div align="right"><a href="#top">Up</a></div>
118 <hr />
119 </body></html>

eric ide

mercurial