src/eric7/Documentation/Source/eric7.EricWidgets.EricIconBar.html

branch
eric7
changeset 9298
8863f3e970a2
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
9297:c1c808e65211 9298:8863f3e970a2
49 <dt>currentClicked(index)</dt> 49 <dt>currentClicked(index)</dt>
50 <dd> 50 <dd>
51 emitted to indicate, that the current icon 51 emitted to indicate, that the current icon
52 was clicked 52 was clicked
53 </dd> 53 </dd>
54 <dt>emptyClicked()</dt>
55 <dd>
56 emitted to indicate a mouse click on the empty part
57 of the icon bar
58 </dd>
54 </dl> 59 </dl>
55 <h3>Derived from</h3> 60 <h3>Derived from</h3>
56 QWidget 61 QWidget
57 <h3>Class Attributes</h3> 62 <h3>Class Attributes</h3>
58 63
115 <tr> 120 <tr>
116 <td><a href="#EricIconBar.insertIcon">insertIcon</a></td> 121 <td><a href="#EricIconBar.insertIcon">insertIcon</a></td>
117 <td>Public method to insert an icon into the bar.</td> 122 <td>Public method to insert an icon into the bar.</td>
118 </tr> 123 </tr>
119 <tr> 124 <tr>
125 <td><a href="#EricIconBar.mouseReleaseEvent">mouseReleaseEvent</a></td>
126 <td>Protected method to handle a click on the empty space.</td>
127 </tr>
128 <tr>
120 <td><a href="#EricIconBar.nextIcon">nextIcon</a></td> 129 <td><a href="#EricIconBar.nextIcon">nextIcon</a></td>
121 <td>Public slot to set the icon after the current one.</td> 130 <td>Public slot to set the icon after the current one.</td>
122 </tr> 131 </tr>
123 <tr> 132 <tr>
124 <td><a href="#EricIconBar.orientation">orientation</a></td> 133 <td><a href="#EricIconBar.orientation">orientation</a></td>
366 <dt><i>label</i> (str (optional))</dt> 375 <dt><i>label</i> (str (optional))</dt>
367 <dd> 376 <dd>
368 label text to be shown as a tooltip (defaults to "") 377 label text to be shown as a tooltip (defaults to "")
369 </dd> 378 </dd>
370 </dl> 379 </dl>
380 <a NAME="EricIconBar.mouseReleaseEvent" ID="EricIconBar.mouseReleaseEvent"></a>
381 <h4>EricIconBar.mouseReleaseEvent</h4>
382 <b>mouseReleaseEvent</b>(<i>evt</i>)
383
384 <p>
385 Protected method to handle a click on the empty space.
386 </p>
387 <dl>
388
389 <dt><i>evt</i> (QMouseEvent)</dt>
390 <dd>
391 reference to the mouse event
392 </dd>
393 </dl>
371 <a NAME="EricIconBar.nextIcon" ID="EricIconBar.nextIcon"></a> 394 <a NAME="EricIconBar.nextIcon" ID="EricIconBar.nextIcon"></a>
372 <h4>EricIconBar.nextIcon</h4> 395 <h4>EricIconBar.nextIcon</h4>
373 <b>nextIcon</b>(<i></i>) 396 <b>nextIcon</b>(<i></i>)
374 397
375 <p> 398 <p>

eric ide

mercurial