41 <hr /><hr /> |
41 <hr /><hr /> |
42 <a NAME="GreaseMonkeyManager" ID="GreaseMonkeyManager"></a> |
42 <a NAME="GreaseMonkeyManager" ID="GreaseMonkeyManager"></a> |
43 <h2>GreaseMonkeyManager</h2> |
43 <h2>GreaseMonkeyManager</h2> |
44 <p> |
44 <p> |
45 Class implementing the manager for GreaseMonkey scripts. |
45 Class implementing the manager for GreaseMonkey scripts. |
46 </p> |
46 </p><h3>Signals</h3> |
|
47 <dl> |
|
48 <dt>scriptsChanged()</dt> |
|
49 <dd> |
|
50 emitted to indicate a change of scripts |
|
51 </dd> |
|
52 </dl> |
47 <h3>Derived from</h3> |
53 <h3>Derived from</h3> |
48 QObject |
54 QObject |
49 <h3>Class Attributes</h3> |
55 <h3>Class Attributes</h3> |
50 <table> |
56 <table> |
51 <tr><td>None</td></tr> |
57 <tr><td>None</td></tr> |
58 <table> |
64 <table> |
59 <tr> |
65 <tr> |
60 <td><a href="#GreaseMonkeyManager.__init__">GreaseMonkeyManager</a></td> |
66 <td><a href="#GreaseMonkeyManager.__init__">GreaseMonkeyManager</a></td> |
61 <td>Constructor</td> |
67 <td>Constructor</td> |
62 </tr><tr> |
68 </tr><tr> |
63 <td><a href="#GreaseMonkeyManager.__del__">__del__</a></td> |
|
64 <td>Special method called during object destruction.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#GreaseMonkeyManager.__downloaderFinished">__downloaderFinished</a></td> |
69 <td><a href="#GreaseMonkeyManager.__downloaderFinished">__downloaderFinished</a></td> |
67 <td>Private slot to handle the completion of a script download.</td> |
70 <td>Private slot to handle the completion of a script download.</td> |
68 </tr><tr> |
71 </tr><tr> |
69 <td><a href="#GreaseMonkeyManager.__load">__load</a></td> |
72 <td><a href="#GreaseMonkeyManager.__load">__load</a></td> |
70 <td>Private slot to load the available scripts into the manager.</td> |
73 <td>Private slot to load the available scripts into the manager.</td> |
127 </p><dl> |
130 </p><dl> |
128 <dt><i>parent</i></dt> |
131 <dt><i>parent</i></dt> |
129 <dd> |
132 <dd> |
130 reference to the parent object (QObject) |
133 reference to the parent object (QObject) |
131 </dd> |
134 </dd> |
132 </dl><a NAME="GreaseMonkeyManager.__del__" ID="GreaseMonkeyManager.__del__"></a> |
135 </dl><a NAME="GreaseMonkeyManager.__downloaderFinished" ID="GreaseMonkeyManager.__downloaderFinished"></a> |
133 <h4>GreaseMonkeyManager.__del__</h4> |
|
134 <b>__del__</b>(<i></i>) |
|
135 <p> |
|
136 Special method called during object destruction. |
|
137 </p><a NAME="GreaseMonkeyManager.__downloaderFinished" ID="GreaseMonkeyManager.__downloaderFinished"></a> |
|
138 <h4>GreaseMonkeyManager.__downloaderFinished</h4> |
136 <h4>GreaseMonkeyManager.__downloaderFinished</h4> |
139 <b>__downloaderFinished</b>(<i></i>) |
137 <b>__downloaderFinished</b>(<i>fileName</i>) |
140 <p> |
138 <p> |
141 Private slot to handle the completion of a script download. |
139 Private slot to handle the completion of a script download. |
142 </p><a NAME="GreaseMonkeyManager.__load" ID="GreaseMonkeyManager.__load"></a> |
140 </p><dl> |
|
141 <dt><i>fileName</i> (str)</dt> |
|
142 <dd> |
|
143 name of the downloaded script |
|
144 </dd> |
|
145 </dl><a NAME="GreaseMonkeyManager.__load" ID="GreaseMonkeyManager.__load"></a> |
143 <h4>GreaseMonkeyManager.__load</h4> |
146 <h4>GreaseMonkeyManager.__load</h4> |
144 <b>__load</b>(<i></i>) |
147 <b>__load</b>(<i></i>) |
145 <p> |
148 <p> |
146 Private slot to load the available scripts into the manager. |
149 Private slot to load the available scripts into the manager. |
147 </p><a NAME="GreaseMonkeyManager.__scriptChanged" ID="GreaseMonkeyManager.__scriptChanged"></a> |
150 </p><a NAME="GreaseMonkeyManager.__scriptChanged" ID="GreaseMonkeyManager.__scriptChanged"></a> |