53 </table> |
53 </table> |
54 <h3>Methods</h3> |
54 <h3>Methods</h3> |
55 <table> |
55 <table> |
56 <tr> |
56 <tr> |
57 <td><a href="#ToolGroupConfigurationDialog.__init__">ToolGroupConfigurationDialog</a></td> |
57 <td><a href="#ToolGroupConfigurationDialog.__init__">ToolGroupConfigurationDialog</a></td> |
58 <td>Constructor</td> |
58 <td>Constructor</td> |
59 </tr><tr> |
59 </tr><tr> |
60 <td><a href="#ToolGroupConfigurationDialog.__swap">__swap</a></td> |
60 <td><a href="#ToolGroupConfigurationDialog.__swap">__swap</a></td> |
61 <td>Private method used two swap two list entries given by their index.</td> |
61 <td>Private method used two swap two list entries given by their index.</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#ToolGroupConfigurationDialog.getToolGroups">getToolGroups</a></td> |
63 <td><a href="#ToolGroupConfigurationDialog.getToolGroups">getToolGroups</a></td> |
64 <td>Public method to retrieve the tool groups.</td> |
64 <td>Public method to retrieve the tool groups.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#ToolGroupConfigurationDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
66 <td><a href="#ToolGroupConfigurationDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
67 <td>Private slot to add a new entry.</td> |
67 <td>Private slot to add a new entry.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#ToolGroupConfigurationDialog.on_changeButton_clicked">on_changeButton_clicked</a></td> |
69 <td><a href="#ToolGroupConfigurationDialog.on_changeButton_clicked">on_changeButton_clicked</a></td> |
70 <td>Private slot to change an entry.</td> |
70 <td>Private slot to change an entry.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#ToolGroupConfigurationDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> |
72 <td><a href="#ToolGroupConfigurationDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> |
73 <td>Private slot to delete the selected entry.</td> |
73 <td>Private slot to delete the selected entry.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#ToolGroupConfigurationDialog.on_downButton_clicked">on_downButton_clicked</a></td> |
75 <td><a href="#ToolGroupConfigurationDialog.on_downButton_clicked">on_downButton_clicked</a></td> |
76 <td>Private slot to move an entry down in the list.</td> |
76 <td>Private slot to move an entry down in the list.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#ToolGroupConfigurationDialog.on_groupsList_currentRowChanged">on_groupsList_currentRowChanged</a></td> |
78 <td><a href="#ToolGroupConfigurationDialog.on_groupsList_currentRowChanged">on_groupsList_currentRowChanged</a></td> |
79 <td>Private slot to set the lineedits depending on the selected entry.</td> |
79 <td>Private slot to set the lineedits depending on the selected entry.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#ToolGroupConfigurationDialog.on_newButton_clicked">on_newButton_clicked</a></td> |
81 <td><a href="#ToolGroupConfigurationDialog.on_newButton_clicked">on_newButton_clicked</a></td> |
82 <td>Private slot to clear all entry fields.</td> |
82 <td>Private slot to clear all entry fields.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#ToolGroupConfigurationDialog.on_upButton_clicked">on_upButton_clicked</a></td> |
84 <td><a href="#ToolGroupConfigurationDialog.on_upButton_clicked">on_upButton_clicked</a></td> |
85 <td>Private slot to move an entry up in the list.</td> |
85 <td>Private slot to move an entry up in the list.</td> |
86 </tr> |
86 </tr> |
87 </table> |
87 </table> |
88 <a NAME="ToolGroupConfigurationDialog.__init__" ID="ToolGroupConfigurationDialog.__init__"></a> |
88 <a NAME="ToolGroupConfigurationDialog.__init__" ID="ToolGroupConfigurationDialog.__init__"></a> |
89 <h4>ToolGroupConfigurationDialog (Constructor)</h4> |
89 <h4>ToolGroupConfigurationDialog (Constructor)</h4> |
90 <b>ToolGroupConfigurationDialog</b>(<i>toolGroups, currentGroup, parent = None</i>) |
90 <b>ToolGroupConfigurationDialog</b>(<i>toolGroups, currentGroup, parent = None</i>) |
91 <p> |
91 <p> |
92 Constructor |
92 Constructor |
93 </p><dl> |
93 </p><dl> |
94 <dt><i>toolGroups</i></dt> |
94 <dt><i>toolGroups</i></dt> |
95 <dd> |
95 <dd> |
96 list of configured tool groups |
96 list of configured tool groups |
97 </dd><dt><i>currentGroup</i></dt> |
97 </dd><dt><i>currentGroup</i></dt> |
98 <dd> |
98 <dd> |
99 number of the active group (integer) |
99 number of the active group (integer) |
100 </dd><dt><i>parent</i></dt> |
100 </dd><dt><i>parent</i></dt> |
101 <dd> |
101 <dd> |
102 parent widget (QWidget) |
102 parent widget (QWidget) |
103 </dd> |
103 </dd> |
104 </dl><a NAME="ToolGroupConfigurationDialog.__swap" ID="ToolGroupConfigurationDialog.__swap"></a> |
104 </dl><a NAME="ToolGroupConfigurationDialog.__swap" ID="ToolGroupConfigurationDialog.__swap"></a> |
105 <h4>ToolGroupConfigurationDialog.__swap</h4> |
105 <h4>ToolGroupConfigurationDialog.__swap</h4> |
106 <b>__swap</b>(<i>itm1, itm2</i>) |
106 <b>__swap</b>(<i>itm1, itm2</i>) |
107 <p> |
107 <p> |
108 Private method used two swap two list entries given by their index. |
108 Private method used two swap two list entries given by their index. |
109 </p><dl> |
109 </p><dl> |
110 <dt><i>itm1</i></dt> |
110 <dt><i>itm1</i></dt> |
111 <dd> |
111 <dd> |
112 index of first entry (int) |
112 index of first entry (int) |
113 </dd><dt><i>itm2</i></dt> |
113 </dd><dt><i>itm2</i></dt> |
114 <dd> |
114 <dd> |
115 index of second entry (int) |
115 index of second entry (int) |
116 </dd> |
116 </dd> |
117 </dl><a NAME="ToolGroupConfigurationDialog.getToolGroups" ID="ToolGroupConfigurationDialog.getToolGroups"></a> |
117 </dl><a NAME="ToolGroupConfigurationDialog.getToolGroups" ID="ToolGroupConfigurationDialog.getToolGroups"></a> |
118 <h4>ToolGroupConfigurationDialog.getToolGroups</h4> |
118 <h4>ToolGroupConfigurationDialog.getToolGroups</h4> |
119 <b>getToolGroups</b>(<i></i>) |
119 <b>getToolGroups</b>(<i></i>) |
120 <p> |
120 <p> |
121 Public method to retrieve the tool groups. |
121 Public method to retrieve the tool groups. |
122 </p><dl> |
122 </p><dl> |
123 <dt>Returns:</dt> |
123 <dt>Returns:</dt> |
124 <dd> |
124 <dd> |
125 a list of lists containing the group name and the |
125 a list of lists containing the group name and the |
126 tool group entries |
126 tool group entries |
127 </dd> |
127 </dd> |
128 </dl><a NAME="ToolGroupConfigurationDialog.on_addButton_clicked" ID="ToolGroupConfigurationDialog.on_addButton_clicked"></a> |
128 </dl><a NAME="ToolGroupConfigurationDialog.on_addButton_clicked" ID="ToolGroupConfigurationDialog.on_addButton_clicked"></a> |
129 <h4>ToolGroupConfigurationDialog.on_addButton_clicked</h4> |
129 <h4>ToolGroupConfigurationDialog.on_addButton_clicked</h4> |
130 <b>on_addButton_clicked</b>(<i></i>) |
130 <b>on_addButton_clicked</b>(<i></i>) |
131 <p> |
131 <p> |
132 Private slot to add a new entry. |
132 Private slot to add a new entry. |
133 </p><a NAME="ToolGroupConfigurationDialog.on_changeButton_clicked" ID="ToolGroupConfigurationDialog.on_changeButton_clicked"></a> |
133 </p><a NAME="ToolGroupConfigurationDialog.on_changeButton_clicked" ID="ToolGroupConfigurationDialog.on_changeButton_clicked"></a> |
134 <h4>ToolGroupConfigurationDialog.on_changeButton_clicked</h4> |
134 <h4>ToolGroupConfigurationDialog.on_changeButton_clicked</h4> |
135 <b>on_changeButton_clicked</b>(<i></i>) |
135 <b>on_changeButton_clicked</b>(<i></i>) |
136 <p> |
136 <p> |
137 Private slot to change an entry. |
137 Private slot to change an entry. |
138 </p><a NAME="ToolGroupConfigurationDialog.on_deleteButton_clicked" ID="ToolGroupConfigurationDialog.on_deleteButton_clicked"></a> |
138 </p><a NAME="ToolGroupConfigurationDialog.on_deleteButton_clicked" ID="ToolGroupConfigurationDialog.on_deleteButton_clicked"></a> |
139 <h4>ToolGroupConfigurationDialog.on_deleteButton_clicked</h4> |
139 <h4>ToolGroupConfigurationDialog.on_deleteButton_clicked</h4> |
140 <b>on_deleteButton_clicked</b>(<i></i>) |
140 <b>on_deleteButton_clicked</b>(<i></i>) |
141 <p> |
141 <p> |
142 Private slot to delete the selected entry. |
142 Private slot to delete the selected entry. |
143 </p><a NAME="ToolGroupConfigurationDialog.on_downButton_clicked" ID="ToolGroupConfigurationDialog.on_downButton_clicked"></a> |
143 </p><a NAME="ToolGroupConfigurationDialog.on_downButton_clicked" ID="ToolGroupConfigurationDialog.on_downButton_clicked"></a> |
144 <h4>ToolGroupConfigurationDialog.on_downButton_clicked</h4> |
144 <h4>ToolGroupConfigurationDialog.on_downButton_clicked</h4> |
145 <b>on_downButton_clicked</b>(<i></i>) |
145 <b>on_downButton_clicked</b>(<i></i>) |
146 <p> |
146 <p> |
147 Private slot to move an entry down in the list. |
147 Private slot to move an entry down in the list. |
148 </p><a NAME="ToolGroupConfigurationDialog.on_groupsList_currentRowChanged" ID="ToolGroupConfigurationDialog.on_groupsList_currentRowChanged"></a> |
148 </p><a NAME="ToolGroupConfigurationDialog.on_groupsList_currentRowChanged" ID="ToolGroupConfigurationDialog.on_groupsList_currentRowChanged"></a> |
149 <h4>ToolGroupConfigurationDialog.on_groupsList_currentRowChanged</h4> |
149 <h4>ToolGroupConfigurationDialog.on_groupsList_currentRowChanged</h4> |
150 <b>on_groupsList_currentRowChanged</b>(<i>row</i>) |
150 <b>on_groupsList_currentRowChanged</b>(<i>row</i>) |
151 <p> |
151 <p> |
152 Private slot to set the lineedits depending on the selected entry. |
152 Private slot to set the lineedits depending on the selected entry. |
153 </p><dl> |
153 </p><dl> |
154 <dt><i>row</i></dt> |
154 <dt><i>row</i></dt> |
155 <dd> |
155 <dd> |
156 the row of the selected entry (integer) |
156 the row of the selected entry (integer) |
157 </dd> |
157 </dd> |
158 </dl><a NAME="ToolGroupConfigurationDialog.on_newButton_clicked" ID="ToolGroupConfigurationDialog.on_newButton_clicked"></a> |
158 </dl><a NAME="ToolGroupConfigurationDialog.on_newButton_clicked" ID="ToolGroupConfigurationDialog.on_newButton_clicked"></a> |
159 <h4>ToolGroupConfigurationDialog.on_newButton_clicked</h4> |
159 <h4>ToolGroupConfigurationDialog.on_newButton_clicked</h4> |
160 <b>on_newButton_clicked</b>(<i></i>) |
160 <b>on_newButton_clicked</b>(<i></i>) |
161 <p> |
161 <p> |
162 Private slot to clear all entry fields. |
162 Private slot to clear all entry fields. |
163 </p><a NAME="ToolGroupConfigurationDialog.on_upButton_clicked" ID="ToolGroupConfigurationDialog.on_upButton_clicked"></a> |
163 </p><a NAME="ToolGroupConfigurationDialog.on_upButton_clicked" ID="ToolGroupConfigurationDialog.on_upButton_clicked"></a> |
164 <h4>ToolGroupConfigurationDialog.on_upButton_clicked</h4> |
164 <h4>ToolGroupConfigurationDialog.on_upButton_clicked</h4> |
165 <b>on_upButton_clicked</b>(<i></i>) |
165 <b>on_upButton_clicked</b>(<i></i>) |
166 <p> |
166 <p> |
167 Private slot to move an entry up in the list. |
167 Private slot to move an entry up in the list. |
168 </p> |
168 </p> |
169 <div align="right"><a href="#top">Up</a></div> |
169 <div align="right"><a href="#top">Up</a></div> |
170 <hr /> |
170 <hr /> |
171 </body></html> |
171 </body></html> |