Class: Ruber::FindInFiles::FindReplaceInFilesDlg::Filter
- Inherits:
-
Qt::Object
- Object
- Qt::Object
- Ruber::FindInFiles::FindReplaceInFilesDlg::Filter
- Defined in:
- plugins/find_in_files/find_in_files_dlg.rb
Overview
Helper class whose only task is to have an eventFilter method which calls its parent???s eventFilter.
It???s needed because setting the dialog as event filter object doesn???t seem to work
Instance Method Summary (collapse)
-
- (Boolean) eventFilter(o, e)
Calls the parent object’s
eventFilter
method.
Instance Method Details
- (Boolean) eventFilter(o, e)
Calls the parent object’s eventFilter
method
402 403 404 |
# File 'plugins/find_in_files/find_in_files_dlg.rb', line 402 def eventFilter o, e parent.eventFilter o, e end |