eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationListWidget.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationListWidget</h1> 23 <h1>eric6.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationListWidget</h1>
24
23 <p> 25 <p>
24 Module implementing a special list widget for GreaseMonkey scripts. 26 Module implementing a special list widget for GreaseMonkey scripts.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
34
31 <table> 35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#GreaseMonkeyConfigurationListWidget">GreaseMonkeyConfigurationListWidget</a></td> 38 <td><a href="#GreaseMonkeyConfigurationListWidget">GreaseMonkeyConfigurationListWidget</a></td>
34 <td>Class implementing a special list widget for GreaseMonkey scripts.</td> 39 <td>Class implementing a special list widget for GreaseMonkey scripts.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="GreaseMonkeyConfigurationListWidget" ID="GreaseMonkeyConfigurationListWidget"></a> 49 <a NAME="GreaseMonkeyConfigurationListWidget" ID="GreaseMonkeyConfigurationListWidget"></a>
43 <h2>GreaseMonkeyConfigurationListWidget</h2> 50 <h2>GreaseMonkeyConfigurationListWidget</h2>
51
44 <p> 52 <p>
45 Class implementing a special list widget for GreaseMonkey scripts. 53 Class implementing a special list widget for GreaseMonkey scripts.
46 </p><h3>Signals</h3> 54 </p>
55 <h3>Signals</h3>
47 <dl> 56 <dl>
57
48 <dt>removeItemRequested(item)</dt> 58 <dt>removeItemRequested(item)</dt>
49 <dd> 59 <dd>
50 emitted to indicate an item removal 60 emitted to indicate an item removal
51 request (QListWidgetItem) 61 request (QListWidgetItem)
52 </dd> 62 </dd>
53 </dl> 63 </dl>
54 <h3>Derived from</h3> 64 <h3>Derived from</h3>
55 QListWidget 65 QListWidget
56 <h3>Class Attributes</h3> 66 <h3>Class Attributes</h3>
67
57 <table> 68 <table>
58 <tr><td>None</td></tr> 69 <tr><td>None</td></tr>
59 </table> 70 </table>
60 <h3>Class Methods</h3> 71 <h3>Class Methods</h3>
72
61 <table> 73 <table>
62 <tr><td>None</td></tr> 74 <tr><td>None</td></tr>
63 </table> 75 </table>
64 <h3>Methods</h3> 76 <h3>Methods</h3>
77
65 <table> 78 <table>
79
66 <tr> 80 <tr>
67 <td><a href="#GreaseMonkeyConfigurationListWidget.__init__">GreaseMonkeyConfigurationListWidget</a></td> 81 <td><a href="#GreaseMonkeyConfigurationListWidget.__init__">GreaseMonkeyConfigurationListWidget</a></td>
68 <td>Constructor</td> 82 <td>Constructor</td>
69 </tr><tr> 83 </tr>
84 <tr>
70 <td><a href="#GreaseMonkeyConfigurationListWidget.__containsRemoveIcon">__containsRemoveIcon</a></td> 85 <td><a href="#GreaseMonkeyConfigurationListWidget.__containsRemoveIcon">__containsRemoveIcon</a></td>
71 <td>Private method to check, if the given position is inside the remove icon.</td> 86 <td>Private method to check, if the given position is inside the remove icon.</td>
72 </tr><tr> 87 </tr>
88 <tr>
73 <td><a href="#GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent">mouseDoubleClickEvent</a></td> 89 <td><a href="#GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent">mouseDoubleClickEvent</a></td>
74 <td>Protected method handling mouse double click events.</td> 90 <td>Protected method handling mouse double click events.</td>
75 </tr><tr> 91 </tr>
92 <tr>
76 <td><a href="#GreaseMonkeyConfigurationListWidget.mousePressEvent">mousePressEvent</a></td> 93 <td><a href="#GreaseMonkeyConfigurationListWidget.mousePressEvent">mousePressEvent</a></td>
77 <td>Protected method handling presses of mouse buttons.</td> 94 <td>Protected method handling presses of mouse buttons.</td>
78 </tr> 95 </tr>
79 </table> 96 </table>
80 <h3>Static Methods</h3> 97 <h3>Static Methods</h3>
98
81 <table> 99 <table>
82 <tr><td>None</td></tr> 100 <tr><td>None</td></tr>
83 </table> 101 </table>
102
84 <a NAME="GreaseMonkeyConfigurationListWidget.__init__" ID="GreaseMonkeyConfigurationListWidget.__init__"></a> 103 <a NAME="GreaseMonkeyConfigurationListWidget.__init__" ID="GreaseMonkeyConfigurationListWidget.__init__"></a>
85 <h4>GreaseMonkeyConfigurationListWidget (Constructor)</h4> 104 <h4>GreaseMonkeyConfigurationListWidget (Constructor)</h4>
86 <b>GreaseMonkeyConfigurationListWidget</b>(<i>parent=None</i>) 105 <b>GreaseMonkeyConfigurationListWidget</b>(<i>parent=None</i>)
106
87 <p> 107 <p>
88 Constructor 108 Constructor
89 </p><dl> 109 </p>
110 <dl>
111
90 <dt><i>parent</i></dt> 112 <dt><i>parent</i></dt>
91 <dd> 113 <dd>
92 reference to the parent widget (QWidget) 114 reference to the parent widget (QWidget)
93 </dd> 115 </dd>
94 </dl><a NAME="GreaseMonkeyConfigurationListWidget.__containsRemoveIcon" ID="GreaseMonkeyConfigurationListWidget.__containsRemoveIcon"></a> 116 </dl>
117 <a NAME="GreaseMonkeyConfigurationListWidget.__containsRemoveIcon" ID="GreaseMonkeyConfigurationListWidget.__containsRemoveIcon"></a>
95 <h4>GreaseMonkeyConfigurationListWidget.__containsRemoveIcon</h4> 118 <h4>GreaseMonkeyConfigurationListWidget.__containsRemoveIcon</h4>
96 <b>__containsRemoveIcon</b>(<i>pos</i>) 119 <b>__containsRemoveIcon</b>(<i>pos</i>)
120
97 <p> 121 <p>
98 Private method to check, if the given position is inside the remove 122 Private method to check, if the given position is inside the remove
99 icon. 123 icon.
100 </p><dl> 124 </p>
125 <dl>
126
101 <dt><i>pos</i></dt> 127 <dt><i>pos</i></dt>
102 <dd> 128 <dd>
103 position to check for (QPoint) 129 position to check for (QPoint)
104 </dd> 130 </dd>
105 </dl><dl> 131 </dl>
132 <dl>
106 <dt>Returns:</dt> 133 <dt>Returns:</dt>
107 <dd> 134 <dd>
108 flag indicating success (boolean) 135 flag indicating success (boolean)
109 </dd> 136 </dd>
110 </dl><a NAME="GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent" ID="GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent"></a> 137 </dl>
138 <a NAME="GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent" ID="GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent"></a>
111 <h4>GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent</h4> 139 <h4>GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent</h4>
112 <b>mouseDoubleClickEvent</b>(<i>evt</i>) 140 <b>mouseDoubleClickEvent</b>(<i>evt</i>)
141
113 <p> 142 <p>
114 Protected method handling mouse double click events. 143 Protected method handling mouse double click events.
115 </p><dl> 144 </p>
145 <dl>
146
116 <dt><i>evt</i></dt> 147 <dt><i>evt</i></dt>
117 <dd> 148 <dd>
118 mouse press event (QMouseEvent) 149 mouse press event (QMouseEvent)
119 </dd> 150 </dd>
120 </dl><a NAME="GreaseMonkeyConfigurationListWidget.mousePressEvent" ID="GreaseMonkeyConfigurationListWidget.mousePressEvent"></a> 151 </dl>
152 <a NAME="GreaseMonkeyConfigurationListWidget.mousePressEvent" ID="GreaseMonkeyConfigurationListWidget.mousePressEvent"></a>
121 <h4>GreaseMonkeyConfigurationListWidget.mousePressEvent</h4> 153 <h4>GreaseMonkeyConfigurationListWidget.mousePressEvent</h4>
122 <b>mousePressEvent</b>(<i>evt</i>) 154 <b>mousePressEvent</b>(<i>evt</i>)
155
123 <p> 156 <p>
124 Protected method handling presses of mouse buttons. 157 Protected method handling presses of mouse buttons.
125 </p><dl> 158 </p>
159 <dl>
160
126 <dt><i>evt</i></dt> 161 <dt><i>evt</i></dt>
127 <dd> 162 <dd>
128 mouse press event (QMouseEvent) 163 mouse press event (QMouseEvent)
129 </dd> 164 </dd>
130 </dl> 165 </dl>

eric ide

mercurial