src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationListWidget.html

branch
eric7
changeset 10479
856476537696
parent 10436
f6881d10e995
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationListWidget</h1> 9 <h1>eric7.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationListWidget</h1>
10
11 <p> 10 <p>
12 Module implementing a special list widget for GreaseMonkey scripts. 11 Module implementing a special list widget for GreaseMonkey scripts.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>None</td></tr> 16 <tr><td>None</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20
21 <table> 20 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#GreaseMonkeyConfigurationListWidget">GreaseMonkeyConfigurationListWidget</a></td> 22 <td><a href="#GreaseMonkeyConfigurationListWidget">GreaseMonkeyConfigurationListWidget</a></td>
25 <td>Class implementing a special list widget for GreaseMonkey scripts.</td> 23 <td>Class implementing a special list widget for GreaseMonkey scripts.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29
30 <table> 28 <table>
31 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
32 </table> 30 </table>
31
33 <hr /> 32 <hr />
34 <hr /> 33 <hr />
35 <a NAME="GreaseMonkeyConfigurationListWidget" ID="GreaseMonkeyConfigurationListWidget"></a> 34 <a NAME="GreaseMonkeyConfigurationListWidget" ID="GreaseMonkeyConfigurationListWidget"></a>
36 <h2>GreaseMonkeyConfigurationListWidget</h2> 35 <h2>GreaseMonkeyConfigurationListWidget</h2>
37
38 <p> 36 <p>
39 Class implementing a special list widget for GreaseMonkey scripts. 37 Class implementing a special list widget for GreaseMonkey scripts.
40 </p> 38 </p>
39
41 <h3>Signals</h3> 40 <h3>Signals</h3>
42 <dl> 41 <dl>
43 42
44 <dt>removeItemRequested(item)</dt> 43 <dt>removeItemRequested(item)</dt>
45 <dd> 44 <dd>
48 </dd> 47 </dd>
49 </dl> 48 </dl>
50 <h3>Derived from</h3> 49 <h3>Derived from</h3>
51 QListWidget 50 QListWidget
52 <h3>Class Attributes</h3> 51 <h3>Class Attributes</h3>
53
54 <table> 52 <table>
55 <tr><td>None</td></tr> 53 <tr><td>None</td></tr>
56 </table> 54 </table>
55
57 <h3>Class Methods</h3> 56 <h3>Class Methods</h3>
58
59 <table> 57 <table>
60 <tr><td>None</td></tr> 58 <tr><td>None</td></tr>
61 </table> 59 </table>
60
62 <h3>Methods</h3> 61 <h3>Methods</h3>
63
64 <table> 62 <table>
65
66 <tr> 63 <tr>
67 <td><a href="#GreaseMonkeyConfigurationListWidget.__init__">GreaseMonkeyConfigurationListWidget</a></td> 64 <td><a href="#GreaseMonkeyConfigurationListWidget.__init__">GreaseMonkeyConfigurationListWidget</a></td>
68 <td>Constructor</td> 65 <td>Constructor</td>
69 </tr> 66 </tr>
70 <tr> 67 <tr>
78 <tr> 75 <tr>
79 <td><a href="#GreaseMonkeyConfigurationListWidget.mousePressEvent">mousePressEvent</a></td> 76 <td><a href="#GreaseMonkeyConfigurationListWidget.mousePressEvent">mousePressEvent</a></td>
80 <td>Protected method handling presses of mouse buttons.</td> 77 <td>Protected method handling presses of mouse buttons.</td>
81 </tr> 78 </tr>
82 </table> 79 </table>
80
83 <h3>Static Methods</h3> 81 <h3>Static Methods</h3>
84
85 <table> 82 <table>
86 <tr><td>None</td></tr> 83 <tr><td>None</td></tr>
87 </table> 84 </table>
88 85
86
89 <a NAME="GreaseMonkeyConfigurationListWidget.__init__" ID="GreaseMonkeyConfigurationListWidget.__init__"></a> 87 <a NAME="GreaseMonkeyConfigurationListWidget.__init__" ID="GreaseMonkeyConfigurationListWidget.__init__"></a>
90 <h4>GreaseMonkeyConfigurationListWidget (Constructor)</h4> 88 <h4>GreaseMonkeyConfigurationListWidget (Constructor)</h4>
91 <b>GreaseMonkeyConfigurationListWidget</b>(<i>parent=None</i>) 89 <b>GreaseMonkeyConfigurationListWidget</b>(<i>parent=None</i>)
92
93 <p> 90 <p>
94 Constructor 91 Constructor
95 </p> 92 </p>
93
96 <dl> 94 <dl>
97 95
98 <dt><i>parent</i> (QWidget)</dt> 96 <dt><i>parent</i> (QWidget)</dt>
99 <dd> 97 <dd>
100 reference to the parent widget 98 reference to the parent widget
101 </dd> 99 </dd>
102 </dl> 100 </dl>
103 <a NAME="GreaseMonkeyConfigurationListWidget.__containsRemoveIcon" ID="GreaseMonkeyConfigurationListWidget.__containsRemoveIcon"></a> 101 <a NAME="GreaseMonkeyConfigurationListWidget.__containsRemoveIcon" ID="GreaseMonkeyConfigurationListWidget.__containsRemoveIcon"></a>
104 <h4>GreaseMonkeyConfigurationListWidget.__containsRemoveIcon</h4> 102 <h4>GreaseMonkeyConfigurationListWidget.__containsRemoveIcon</h4>
105 <b>__containsRemoveIcon</b>(<i>pos</i>) 103 <b>__containsRemoveIcon</b>(<i>pos</i>)
106
107 <p> 104 <p>
108 Private method to check, if the given position is inside the remove 105 Private method to check, if the given position is inside the remove
109 icon. 106 icon.
110 </p> 107 </p>
108
111 <dl> 109 <dl>
112 110
113 <dt><i>pos</i> (QPoint)</dt> 111 <dt><i>pos</i> (QPoint)</dt>
114 <dd> 112 <dd>
115 position to check for 113 position to check for
128 </dd> 126 </dd>
129 </dl> 127 </dl>
130 <a NAME="GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent" ID="GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent"></a> 128 <a NAME="GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent" ID="GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent"></a>
131 <h4>GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent</h4> 129 <h4>GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent</h4>
132 <b>mouseDoubleClickEvent</b>(<i>evt</i>) 130 <b>mouseDoubleClickEvent</b>(<i>evt</i>)
133
134 <p> 131 <p>
135 Protected method handling mouse double click events. 132 Protected method handling mouse double click events.
136 </p> 133 </p>
134
137 <dl> 135 <dl>
138 136
139 <dt><i>evt</i> (QMouseEvent)</dt> 137 <dt><i>evt</i> (QMouseEvent)</dt>
140 <dd> 138 <dd>
141 mouse press event 139 mouse press event
142 </dd> 140 </dd>
143 </dl> 141 </dl>
144 <a NAME="GreaseMonkeyConfigurationListWidget.mousePressEvent" ID="GreaseMonkeyConfigurationListWidget.mousePressEvent"></a> 142 <a NAME="GreaseMonkeyConfigurationListWidget.mousePressEvent" ID="GreaseMonkeyConfigurationListWidget.mousePressEvent"></a>
145 <h4>GreaseMonkeyConfigurationListWidget.mousePressEvent</h4> 143 <h4>GreaseMonkeyConfigurationListWidget.mousePressEvent</h4>
146 <b>mousePressEvent</b>(<i>evt</i>) 144 <b>mousePressEvent</b>(<i>evt</i>)
147
148 <p> 145 <p>
149 Protected method handling presses of mouse buttons. 146 Protected method handling presses of mouse buttons.
150 </p> 147 </p>
148
151 <dl> 149 <dl>
152 150
153 <dt><i>evt</i> (QMouseEvent)</dt> 151 <dt><i>evt</i> (QMouseEvent)</dt>
154 <dd> 152 <dd>
155 mouse press event 153 mouse press event

eric ide

mercurial