93 <p> |
93 <p> |
94 Constructor |
94 Constructor |
95 </p> |
95 </p> |
96 <dl> |
96 <dl> |
97 |
97 |
98 <dt><i>parent</i></dt> |
98 <dt><i>parent</i> (QWidget)</dt> |
99 <dd> |
99 <dd> |
100 reference to the parent widget (QWidget) |
100 reference to the parent widget |
101 </dd> |
101 </dd> |
102 </dl> |
102 </dl> |
103 <a NAME="GreaseMonkeyConfigurationListWidget.__containsRemoveIcon" ID="GreaseMonkeyConfigurationListWidget.__containsRemoveIcon"></a> |
103 <a NAME="GreaseMonkeyConfigurationListWidget.__containsRemoveIcon" ID="GreaseMonkeyConfigurationListWidget.__containsRemoveIcon"></a> |
104 <h4>GreaseMonkeyConfigurationListWidget.__containsRemoveIcon</h4> |
104 <h4>GreaseMonkeyConfigurationListWidget.__containsRemoveIcon</h4> |
105 <b>__containsRemoveIcon</b>(<i>pos</i>) |
105 <b>__containsRemoveIcon</b>(<i>pos</i>) |
108 Private method to check, if the given position is inside the remove |
108 Private method to check, if the given position is inside the remove |
109 icon. |
109 icon. |
110 </p> |
110 </p> |
111 <dl> |
111 <dl> |
112 |
112 |
113 <dt><i>pos</i></dt> |
113 <dt><i>pos</i> (QPoint)</dt> |
114 <dd> |
114 <dd> |
115 position to check for (QPoint) |
115 position to check for |
116 </dd> |
116 </dd> |
117 </dl> |
117 </dl> |
118 <dl> |
118 <dl> |
119 <dt>Return:</dt> |
119 <dt>Return:</dt> |
120 <dd> |
120 <dd> |
121 flag indicating success (boolean) |
121 flag indicating success |
|
122 </dd> |
|
123 </dl> |
|
124 <dl> |
|
125 <dt>Return Type:</dt> |
|
126 <dd> |
|
127 bool |
122 </dd> |
128 </dd> |
123 </dl> |
129 </dl> |
124 <a NAME="GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent" ID="GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent"></a> |
130 <a NAME="GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent" ID="GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent"></a> |
125 <h4>GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent</h4> |
131 <h4>GreaseMonkeyConfigurationListWidget.mouseDoubleClickEvent</h4> |
126 <b>mouseDoubleClickEvent</b>(<i>evt</i>) |
132 <b>mouseDoubleClickEvent</b>(<i>evt</i>) |
128 <p> |
134 <p> |
129 Protected method handling mouse double click events. |
135 Protected method handling mouse double click events. |
130 </p> |
136 </p> |
131 <dl> |
137 <dl> |
132 |
138 |
133 <dt><i>evt</i></dt> |
139 <dt><i>evt</i> (QMouseEvent)</dt> |
134 <dd> |
140 <dd> |
135 mouse press event (QMouseEvent) |
141 mouse press event |
136 </dd> |
142 </dd> |
137 </dl> |
143 </dl> |
138 <a NAME="GreaseMonkeyConfigurationListWidget.mousePressEvent" ID="GreaseMonkeyConfigurationListWidget.mousePressEvent"></a> |
144 <a NAME="GreaseMonkeyConfigurationListWidget.mousePressEvent" ID="GreaseMonkeyConfigurationListWidget.mousePressEvent"></a> |
139 <h4>GreaseMonkeyConfigurationListWidget.mousePressEvent</h4> |
145 <h4>GreaseMonkeyConfigurationListWidget.mousePressEvent</h4> |
140 <b>mousePressEvent</b>(<i>evt</i>) |
146 <b>mousePressEvent</b>(<i>evt</i>) |