WebBrowser/GreaseMonkey/GreaseMonkeyScript.py

changeset 5726
e1dbd217214a
parent 5715
cbcca230679f
child 5736
000ea446ff4b
equal deleted inserted replaced
5725:671561c52802 5726:e1dbd217214a
21 21
22 22
23 class GreaseMonkeyScript(QObject): 23 class GreaseMonkeyScript(QObject):
24 """ 24 """
25 Class implementing the GreaseMonkey script. 25 Class implementing the GreaseMonkey script.
26
27 @signal scriptChanged() emitted to indicate a script change
28 @signal updatingChanged(bool) emitted to indicate a change of the
29 updating state
26 """ 30 """
27 DocumentStart = 0 31 DocumentStart = 0
28 DocumentEnd = 1 32 DocumentEnd = 1
29 DocumentIdle = 2 33 DocumentIdle = 2
30 34

eric ide

mercurial