134 </table> |
134 </table> |
135 |
135 |
136 |
136 |
137 <a NAME="BackgroundService.__init__" ID="BackgroundService.__init__"></a> |
137 <a NAME="BackgroundService.__init__" ID="BackgroundService.__init__"></a> |
138 <h4>BackgroundService (Constructor)</h4> |
138 <h4>BackgroundService (Constructor)</h4> |
139 <b>BackgroundService</b>(<i>parent=None</i>) |
139 <b>BackgroundService</b>(<i>releaseMode=False, parent=None</i>) |
140 <p> |
140 <p> |
141 Constructor |
141 Constructor |
142 </p> |
142 </p> |
143 |
143 |
144 <dl> |
144 <dl> |
145 |
145 |
146 <dt><i>parent</i> (QObject)</dt> |
146 <dt><i>releaseMode</i> (bool (optional))</dt> |
147 <dd> |
147 <dd> |
148 reference to the parent object |
148 flag indicating release mode operations (defaults to False) |
|
149 </dd> |
|
150 <dt><i>parent</i> (QObject (optional))</dt> |
|
151 <dd> |
|
152 reference to the parent object (defaults to None) |
149 </dd> |
153 </dd> |
150 </dl> |
154 </dl> |
151 <a NAME="BackgroundService.__getPythonInterpreter" ID="BackgroundService.__getPythonInterpreter"></a> |
155 <a NAME="BackgroundService.__getPythonInterpreter" ID="BackgroundService.__getPythonInterpreter"></a> |
152 <h4>BackgroundService.__getPythonInterpreter</h4> |
156 <h4>BackgroundService.__getPythonInterpreter</h4> |
153 <b>__getPythonInterpreter</b>(<i></i>) |
157 <b>__getPythonInterpreter</b>(<i></i>) |