Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyManager.html

changeset 6123
39cd368143db
parent 5727
c8842a8d1167
equal deleted inserted replaced
6122:e7d98249f393 6123:39cd368143db
132 <dd> 132 <dd>
133 reference to the parent object (QObject) 133 reference to the parent object (QObject)
134 </dd> 134 </dd>
135 </dl><a NAME="GreaseMonkeyManager.__downloaderFinished" ID="GreaseMonkeyManager.__downloaderFinished"></a> 135 </dl><a NAME="GreaseMonkeyManager.__downloaderFinished" ID="GreaseMonkeyManager.__downloaderFinished"></a>
136 <h4>GreaseMonkeyManager.__downloaderFinished</h4> 136 <h4>GreaseMonkeyManager.__downloaderFinished</h4>
137 <b>__downloaderFinished</b>(<i>fileName</i>) 137 <b>__downloaderFinished</b>(<i>fileName, downloader</i>)
138 <p> 138 <p>
139 Private slot to handle the completion of a script download. 139 Private slot to handle the completion of a script download.
140 </p><dl> 140 </p><dl>
141 <dt><i>fileName</i> (str)</dt> 141 <dt><i>fileName</i> (str)</dt>
142 <dd> 142 <dd>
143 name of the downloaded script 143 name of the downloaded script
144 </dd><dt><i>downloader</i> (GreaseMonkeyDownloader)</dt>
145 <dd>
146 reference to the downloader object
144 </dd> 147 </dd>
145 </dl><a NAME="GreaseMonkeyManager.__load" ID="GreaseMonkeyManager.__load"></a> 148 </dl><a NAME="GreaseMonkeyManager.__load" ID="GreaseMonkeyManager.__load"></a>
146 <h4>GreaseMonkeyManager.__load</h4> 149 <h4>GreaseMonkeyManager.__load</h4>
147 <b>__load</b>(<i></i>) 150 <b>__load</b>(<i></i>)
148 <p> 151 <p>
149 Private slot to load the available scripts into the manager. 152 Private slot to load the available scripts into the manager.
150 </p><a NAME="GreaseMonkeyManager.__scriptChanged" ID="GreaseMonkeyManager.__scriptChanged"></a> 153 </p><a NAME="GreaseMonkeyManager.__scriptChanged" ID="GreaseMonkeyManager.__scriptChanged"></a>
151 <h4>GreaseMonkeyManager.__scriptChanged</h4> 154 <h4>GreaseMonkeyManager.__scriptChanged</h4>
152 <b>__scriptChanged</b>(<i></i>) 155 <b>__scriptChanged</b>(<i>script</i>)
153 <p> 156 <p>
154 Private slot handling a changed script. 157 Private slot handling a changed script.
155 </p><a NAME="GreaseMonkeyManager.addScript" ID="GreaseMonkeyManager.addScript"></a> 158 </p><dl>
159 <dt><i>script</i> (GreaseMonkeyScript)</dt>
160 <dd>
161 reference to the changed script
162 </dd>
163 </dl><a NAME="GreaseMonkeyManager.addScript" ID="GreaseMonkeyManager.addScript"></a>
156 <h4>GreaseMonkeyManager.addScript</h4> 164 <h4>GreaseMonkeyManager.addScript</h4>
157 <b>addScript</b>(<i>script</i>) 165 <b>addScript</b>(<i>script</i>)
158 <p> 166 <p>
159 Public method to add a script. 167 Public method to add a script.
160 </p><dl> 168 </p><dl>

eric ide

mercurial