Documentation/Source/eric5.Preferences.ShortcutDialog.html

changeset 3591
2f2a4a76dd22
parent 2387
2d119e79ab54
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
75 </tr><tr> 75 </tr><tr>
76 <td><a href="#ShortcutDialog.__typeChanged">__typeChanged</a></td> 76 <td><a href="#ShortcutDialog.__typeChanged">__typeChanged</a></td>
77 <td>Private slot to handle the change of the shortcuts type.</td> 77 <td>Private slot to handle the change of the shortcuts type.</td>
78 </tr><tr> 78 </tr><tr>
79 <td><a href="#ShortcutDialog.eventFilter">eventFilter</a></td> 79 <td><a href="#ShortcutDialog.eventFilter">eventFilter</a></td>
80 <td>Method called to filter the event queue.</td> 80 <td>Public method called to filter the event queue.</td>
81 </tr><tr> 81 </tr><tr>
82 <td><a href="#ShortcutDialog.keyPressEvent">keyPressEvent</a></td> 82 <td><a href="#ShortcutDialog.keyPressEvent">keyPressEvent</a></td>
83 <td>Private method to handle a key press event.</td> 83 <td>Protected method to handle a key press event.</td>
84 </tr><tr> 84 </tr><tr>
85 <td><a href="#ShortcutDialog.on_buttonBox_accepted">on_buttonBox_accepted</a></td> 85 <td><a href="#ShortcutDialog.on_buttonBox_accepted">on_buttonBox_accepted</a></td>
86 <td>Private slot to handle the OK button press.</td> 86 <td>Private slot to handle the OK button press.</td>
87 </tr><tr> 87 </tr><tr>
88 <td><a href="#ShortcutDialog.setKeys">setKeys</a></td> 88 <td><a href="#ShortcutDialog.setKeys">setKeys</a></td>
131 Private slot to handle the change of the shortcuts type. 131 Private slot to handle the change of the shortcuts type.
132 </p><a NAME="ShortcutDialog.eventFilter" ID="ShortcutDialog.eventFilter"></a> 132 </p><a NAME="ShortcutDialog.eventFilter" ID="ShortcutDialog.eventFilter"></a>
133 <h4>ShortcutDialog.eventFilter</h4> 133 <h4>ShortcutDialog.eventFilter</h4>
134 <b>eventFilter</b>(<i>watched, event</i>) 134 <b>eventFilter</b>(<i>watched, event</i>)
135 <p> 135 <p>
136 Method called to filter the event queue. 136 Public method called to filter the event queue.
137 </p><dl> 137 </p><dl>
138 <dt><i>watched</i></dt> 138 <dt><i>watched</i></dt>
139 <dd> 139 <dd>
140 the QObject being watched 140 the QObject being watched
141 </dd><dt><i>event</i></dt> 141 </dd><dt><i>event</i></dt>
149 </dd> 149 </dd>
150 </dl><a NAME="ShortcutDialog.keyPressEvent" ID="ShortcutDialog.keyPressEvent"></a> 150 </dl><a NAME="ShortcutDialog.keyPressEvent" ID="ShortcutDialog.keyPressEvent"></a>
151 <h4>ShortcutDialog.keyPressEvent</h4> 151 <h4>ShortcutDialog.keyPressEvent</h4>
152 <b>keyPressEvent</b>(<i>evt</i>) 152 <b>keyPressEvent</b>(<i>evt</i>)
153 <p> 153 <p>
154 Private method to handle a key press event. 154 Protected method to handle a key press event.
155 </p><dl> 155 </p><dl>
156 <dt><i>evt</i></dt> 156 <dt><i>evt</i></dt>
157 <dd> 157 <dd>
158 the key event (QKeyEvent) 158 the key event (QKeyEvent)
159 </dd> 159 </dd>

eric ide

mercurial