101 <b>__zoomValuesChanged</b>(<i></i>) |
101 <b>__zoomValuesChanged</b>(<i></i>) |
102 <p> |
102 <p> |
103 Private slot handling a change of the registered zoom values. |
103 Private slot handling a change of the registered zoom values. |
104 </p><a NAME="ZoomValuesModel.columnCount" ID="ZoomValuesModel.columnCount"></a> |
104 </p><a NAME="ZoomValuesModel.columnCount" ID="ZoomValuesModel.columnCount"></a> |
105 <h4>ZoomValuesModel.columnCount</h4> |
105 <h4>ZoomValuesModel.columnCount</h4> |
106 <b>columnCount</b>(<i>parent=QModelIndex()</i>) |
106 <b>columnCount</b>(<i>parent=None</i>) |
107 <p> |
107 <p> |
108 Public method to get the number of columns of the model. |
108 Public method to get the number of columns of the model. |
109 </p><dl> |
109 </p><dl> |
110 <dt><i>parent</i></dt> |
110 <dt><i>parent</i></dt> |
111 <dd> |
111 <dd> |
112 parent index (QModelIndex) |
112 parent index (QModelIndex) (Unused) |
113 </dd> |
113 </dd> |
114 </dl><dl> |
114 </dl><dl> |
115 <dt>Returns:</dt> |
115 <dt>Returns:</dt> |
116 <dd> |
116 <dd> |
117 number of columns (integer) |
117 number of columns (integer) |
155 <dd> |
155 <dd> |
156 header data |
156 header data |
157 </dd> |
157 </dd> |
158 </dl><a NAME="ZoomValuesModel.removeRows" ID="ZoomValuesModel.removeRows"></a> |
158 </dl><a NAME="ZoomValuesModel.removeRows" ID="ZoomValuesModel.removeRows"></a> |
159 <h4>ZoomValuesModel.removeRows</h4> |
159 <h4>ZoomValuesModel.removeRows</h4> |
160 <b>removeRows</b>(<i>row, count, parent=QModelIndex()</i>) |
160 <b>removeRows</b>(<i>row, count, parent=None</i>) |
161 <p> |
161 <p> |
162 Public method to remove entries from the model. |
162 Public method to remove entries from the model. |
163 </p><dl> |
163 </p><dl> |
164 <dt><i>row</i></dt> |
164 <dt><i>row</i></dt> |
165 <dd> |
165 <dd> |
176 <dd> |
176 <dd> |
177 flag indicating success (boolean) |
177 flag indicating success (boolean) |
178 </dd> |
178 </dd> |
179 </dl><a NAME="ZoomValuesModel.rowCount" ID="ZoomValuesModel.rowCount"></a> |
179 </dl><a NAME="ZoomValuesModel.rowCount" ID="ZoomValuesModel.rowCount"></a> |
180 <h4>ZoomValuesModel.rowCount</h4> |
180 <h4>ZoomValuesModel.rowCount</h4> |
181 <b>rowCount</b>(<i>parent=QModelIndex()</i>) |
181 <b>rowCount</b>(<i>parent=None</i>) |
182 <p> |
182 <p> |
183 Public method to get the number of rows of the model. |
183 Public method to get the number of rows of the model. |
184 </p><dl> |
184 </p><dl> |
185 <dt><i>parent</i></dt> |
185 <dt><i>parent</i></dt> |
186 <dd> |
186 <dd> |