Documentation/Source/eric5.IconEditor.IconEditorGrid.html

changeset 2334
fc69ad77e18a
parent 1229
a8207dc73672
child 2367
78f6c8193d37
equal deleted inserted replaced
2331:9e623311630d 2334:fc69ad77e18a
152 <dd> 152 <dd>
153 emitted to signal a change of the selection 153 emitted to signal a change of the selection
154 </dd><dt>sizeChanged(int, int)</dt> 154 </dd><dt>sizeChanged(int, int)</dt>
155 <dd> 155 <dd>
156 emitted after the size has been changed 156 emitted after the size has been changed
157 </dd><dt>zoomChanged(int)</dt>
158 <dd>
159 emitted to signal a change of the zoom value
157 </dd> 160 </dd>
158 </dl> 161 </dl>
159 <h3>Derived from</h3> 162 <h3>Derived from</h3>
160 QWidget 163 QWidget
161 <h3>Class Attributes</h3> 164 <h3>Class Attributes</h3>
162 <table> 165 <table>
163 <tr><td>Circle</td></tr><tr><td>CircleSelection</td></tr><tr><td>ColorPicker</td></tr><tr><td>Ellipse</td></tr><tr><td>Fill</td></tr><tr><td>FilledCircle</td></tr><tr><td>FilledEllipse</td></tr><tr><td>FilledRectangle</td></tr><tr><td>Line</td></tr><tr><td>MarkColor</td></tr><tr><td>NoMarkColor</td></tr><tr><td>Pencil</td></tr><tr><td>Rectangle</td></tr><tr><td>RectangleSelection</td></tr><tr><td>Rubber</td></tr> 166 <tr><td>Circle</td></tr><tr><td>CircleSelection</td></tr><tr><td>ColorPicker</td></tr><tr><td>Ellipse</td></tr><tr><td>Fill</td></tr><tr><td>FilledCircle</td></tr><tr><td>FilledEllipse</td></tr><tr><td>FilledRectangle</td></tr><tr><td>Line</td></tr><tr><td>MarkColor</td></tr><tr><td>NoMarkColor</td></tr><tr><td>Pencil</td></tr><tr><td>Rectangle</td></tr><tr><td>RectangleSelection</td></tr><tr><td>Rubber</td></tr><tr><td>ZoomDefault</td></tr><tr><td>ZoomMaximum</td></tr><tr><td>ZoomMinimum</td></tr><tr><td>ZoomPercent</td></tr><tr><td>ZoomStep</td></tr>
164 </table> 167 </table>
165 <h3>Class Methods</h3> 168 <h3>Class Methods</h3>
166 <table> 169 <table>
167 <tr><td>None</td></tr> 170 <tr><td>None</td></tr>
168 </table> 171 </table>
318 </tr><tr> 321 </tr><tr>
319 <td><a href="#IconEditorGrid.setTool">setTool</a></td> 322 <td><a href="#IconEditorGrid.setTool">setTool</a></td>
320 <td>Public method to set the current drawing tool.</td> 323 <td>Public method to set the current drawing tool.</td>
321 </tr><tr> 324 </tr><tr>
322 <td><a href="#IconEditorGrid.setZoomFactor">setZoomFactor</a></td> 325 <td><a href="#IconEditorGrid.setZoomFactor">setZoomFactor</a></td>
323 <td>Public method to set the zoom factor.</td> 326 <td>Public method to set the zoom factor in percent.</td>
324 </tr><tr> 327 </tr><tr>
325 <td><a href="#IconEditorGrid.shutdown">shutdown</a></td> 328 <td><a href="#IconEditorGrid.shutdown">shutdown</a></td>
326 <td>Public slot to perform some shutdown actions.</td> 329 <td>Public slot to perform some shutdown actions.</td>
327 </tr><tr> 330 </tr><tr>
328 <td><a href="#IconEditorGrid.sizeHint">sizeHint</a></td> 331 <td><a href="#IconEditorGrid.sizeHint">sizeHint</a></td>
330 </tr><tr> 333 </tr><tr>
331 <td><a href="#IconEditorGrid.tool">tool</a></td> 334 <td><a href="#IconEditorGrid.tool">tool</a></td>
332 <td>Public method to get the current drawing tool.</td> 335 <td>Public method to get the current drawing tool.</td>
333 </tr><tr> 336 </tr><tr>
334 <td><a href="#IconEditorGrid.zoomFactor">zoomFactor</a></td> 337 <td><a href="#IconEditorGrid.zoomFactor">zoomFactor</a></td>
335 <td>Public method to get the current zoom factor.</td> 338 <td>Public method to get the current zoom factor in percent.</td>
336 </tr> 339 </tr>
337 </table> 340 </table>
338 <h3>Static Methods</h3> 341 <h3>Static Methods</h3>
339 <table> 342 <table>
340 <tr><td>None</td></tr> 343 <tr><td>None</td></tr>
826 </dd> 829 </dd>
827 </dl><a NAME="IconEditorGrid.setZoomFactor" ID="IconEditorGrid.setZoomFactor"></a> 830 </dl><a NAME="IconEditorGrid.setZoomFactor" ID="IconEditorGrid.setZoomFactor"></a>
828 <h4>IconEditorGrid.setZoomFactor</h4> 831 <h4>IconEditorGrid.setZoomFactor</h4>
829 <b>setZoomFactor</b>(<i>newZoom</i>) 832 <b>setZoomFactor</b>(<i>newZoom</i>)
830 <p> 833 <p>
831 Public method to set the zoom factor. 834 Public method to set the zoom factor in percent.
832 </p><dl> 835 </p><dl>
833 <dt><i>newZoom</i></dt> 836 <dt><i>newZoom</i></dt>
834 <dd> 837 <dd>
835 zoom factor (integer >= 1) 838 zoom factor (integer >= 100)
836 </dd> 839 </dd>
837 </dl><a NAME="IconEditorGrid.shutdown" ID="IconEditorGrid.shutdown"></a> 840 </dl><a NAME="IconEditorGrid.shutdown" ID="IconEditorGrid.shutdown"></a>
838 <h4>IconEditorGrid.shutdown</h4> 841 <h4>IconEditorGrid.shutdown</h4>
839 <b>shutdown</b>(<i></i>) 842 <b>shutdown</b>(<i></i>)
840 <p> 843 <p>
862 </dd> 865 </dd>
863 </dl><a NAME="IconEditorGrid.zoomFactor" ID="IconEditorGrid.zoomFactor"></a> 866 </dl><a NAME="IconEditorGrid.zoomFactor" ID="IconEditorGrid.zoomFactor"></a>
864 <h4>IconEditorGrid.zoomFactor</h4> 867 <h4>IconEditorGrid.zoomFactor</h4>
865 <b>zoomFactor</b>(<i></i>) 868 <b>zoomFactor</b>(<i></i>)
866 <p> 869 <p>
867 Public method to get the current zoom factor. 870 Public method to get the current zoom factor in percent.
868 </p><dl> 871 </p><dl>
869 <dt>Returns:</dt> 872 <dt>Returns:</dt>
870 <dd> 873 <dd>
871 zoom factor (integer) 874 zoom factor (integer)
872 </dd> 875 </dd>

eric ide

mercurial